@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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-default: #01051c;
  --bs-gray-light: #8d8d8d;
  --bs-gray: #3e3e3e;
  --bs-primary: #990432;
  --bs-secondary: #990432;
  --bs-black: #000;
  --bs-white: rgb(255, 255, 255);
  --bs-default-rgb: 1, 5, 28;
  --bs-gray-light-rgb: 141, 141, 141;
  --bs-gray-rgb: 62, 62, 62;
  --bs-primary-rgb: 153, 4, 50;
  --bs-secondary-rgb: 153, 4, 50;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: rgb(2.0392156863%, 17.2549019608%, 39.6862745098%);
  --bs-secondary-text-emphasis: rgb(16.9411764706%, 18.3529411765%, 19.6078431373%);
  --bs-success-text-emphasis: rgb(3.9215686275%, 21.1764705882%, 13.1764705882%);
  --bs-info-text-emphasis: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  --bs-warning-text-emphasis: rgb(40%, 30.2745098039%, 1.0980392157%);
  --bs-danger-text-emphasis: rgb(34.5098039216%, 8.3137254902%, 10.8235294118%);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(81.0196078431%, 88.6274509804%, 99.8431372549%);
  --bs-secondary-bg-subtle: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
  --bs-success-bg-subtle: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  --bs-info-bg-subtle: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  --bs-warning-bg-subtle: rgb(100%, 95.137254902%, 80.5490196078%);
  --bs-danger-bg-subtle: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  --bs-light-bg-subtle: rgb(98.6274509804%, 98.8235294118%, 99.0196078431%);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(62.0392156863%, 77.2549019608%, 99.6862745098%);
  --bs-secondary-border-subtle: rgb(76.9411764706%, 78.3529411765%, 79.6078431373%);
  --bs-success-border-subtle: rgb(63.9215686275%, 81.1764705882%, 73.1764705882%);
  --bs-info-border-subtle: rgb(62.0392156863%, 91.6862745098%, 97.6470588235%);
  --bs-warning-border-subtle: rgb(100%, 90.2745098039%, 61.0980392157%);
  --bs-danger-border-subtle: rgb(94.5098039216%, 68.3137254902%, 70.8235294118%);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgb(58, 61, 70);
  --bs-body-color-rgb: 58, 61, 70;
  --bs-body-bg: rgb(242, 243, 243);
  --bs-body-bg-rgb: 242, 243, 243;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(58, 61, 70, 0.75);
  --bs-secondary-color-rgb: 58, 61, 70;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(58, 61, 70, 0.5);
  --bs-tertiary-color-rgb: 58, 61, 70;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(24, 25, 25);
  --bs-link-color-rgb: 24, 25, 25;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(7.5294117647%, 7.8431372549%, 7.8431372549%);
  --bs-link-hover-color-rgb: 19, 20, 20;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: rgb(58, 61, 70);
  --bs-highlight-bg: rgb(100%, 95.137254902%, 80.5490196078%);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 2px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(16.6666666667%, 18.6274509804%, 20.5882352941%);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
  --bs-secondary-text-emphasis: rgb(65.4117647059%, 67.5294117647%, 69.4117647059%);
  --bs-success-text-emphasis: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-info-text-emphasis: rgb(43.0588235294%, 87.5294117647%, 96.4705882353%);
  --bs-warning-text-emphasis: rgb(100%, 85.4117647059%, 41.6470588235%);
  --bs-danger-text-emphasis: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(1.0196078431%, 8.6274509804%, 19.8431372549%);
  --bs-secondary-bg-subtle: rgb(8.4705882353%, 9.1764705882%, 9.8039215686%);
  --bs-success-bg-subtle: rgb(1.9607843137%, 10.5882352941%, 6.5882352941%);
  --bs-info-bg-subtle: rgb(1.0196078431%, 15.8431372549%, 18.8235294118%);
  --bs-warning-bg-subtle: rgb(20%, 15.137254902%, 0.5490196078%);
  --bs-danger-bg-subtle: rgb(17.2549019608%, 4.1568627451%, 5.4117647059%);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(3.0588235294%, 25.8823529412%, 59.5294117647%);
  --bs-secondary-border-subtle: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
  --bs-success-border-subtle: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  --bs-info-border-subtle: rgb(3.0588235294%, 47.5294117647%, 56.4705882353%);
  --bs-warning-border-subtle: rgb(60%, 45.4117647059%, 1.6470588235%);
  --bs-danger-border-subtle: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
  --bs-link-hover-color: rgb(54.4470588235%, 72.7058823529%, 99.6235294118%);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(90.3529411765%, 52%, 71.0588235294%);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(40%, 30.2745098039%, 1.0980392157%);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-form-valid-border-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-form-invalid-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
  --bs-form-invalid-border-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.1875rem;
  }
}

h3, .h3 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

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

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

abbr[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 {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* 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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, .table__grid__row {
  --bs-gutter-x: 1.5rem;
  --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 > *, .table__grid__row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

.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.66666667%;
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-default {
  --bs-focus-ring-color: rgba(var(--bs-default-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray-light {
  --bs-focus-ring-color: rgba(var(--bs-gray-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-default {
  color: #01051c !important;
}

.text-gray-light {
  color: #8d8d8d !important;
}

.text-gray {
  color: #3e3e3e !important;
}

.text-primary {
  color: #990432 !important;
}

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

.text-black {
  color: #000 !important;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-body {
  color: rgb(58, 61, 70) !important;
}

.text-reset {
  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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-default {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-default-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-default {
  background-color: #01051c !important;
}

.bg-gray-light {
  background-color: #8d8d8d !important;
}

.bg-gray {
  background-color: #3e3e3e !important;
}

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

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

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-transparent {
  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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2.1875rem !important;
  }
  .fs-3 {
    font-size: 1.5625rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.text-hover-default:hover {
  color: #01051c !important;
}

.text-hover-gray-light:hover {
  color: #8d8d8d !important;
}

.text-hover-gray:hover {
  color: #3e3e3e !important;
}

.text-hover-primary:hover {
  color: #990432 !important;
}

.text-hover-secondary:hover {
  color: #990432 !important;
}

.text-hover-black:hover {
  color: #000 !important;
}

.text-hover-white:hover {
  color: rgb(255, 255, 255) !important;
}

.text-hover-body:hover {
  color: rgb(58, 61, 70) !important;
}

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

.bg-hover-default:hover {
  background-color: #01051c !important;
}

.bg-hover-gray-light:hover {
  background-color: #8d8d8d !important;
}

.bg-hover-gray:hover {
  background-color: #3e3e3e !important;
}

.bg-hover-primary:hover {
  background-color: #990432 !important;
}

.bg-hover-secondary:hover {
  background-color: #990432 !important;
}

.bg-hover-black:hover {
  background-color: #000 !important;
}

.bg-hover-white:hover {
  background-color: rgb(255, 255, 255) !important;
}

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

.border-hover-default:hover {
  border-color: #01051c !important;
}

.border-hover-gray-light:hover {
  border-color: #8d8d8d !important;
}

.border-hover-gray:hover {
  border-color: #3e3e3e !important;
}

.border-hover-primary:hover {
  border-color: #990432 !important;
}

.border-hover-secondary:hover {
  border-color: #990432 !important;
}

.border-hover-black:hover {
  border-color: #000 !important;
}

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

/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter/inter-v11-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-300.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-300.woff") format("woff"), url("../fonts/inter/inter-v11-latin-300.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-300.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-regular.woff") format("woff"), url("../fonts/inter/inter-v11-latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v11-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-500.woff") format("woff"), url("../fonts/inter/inter-v11-latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v11-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-700.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-700.woff") format("woff"), url("../fonts/inter/inter-v11-latin-700.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter/inter-v11-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-900.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-900.woff") format("woff"), url("../fonts/inter/inter-v11-latin-900.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-900.svg#Inter") format("svg"); /* Legacy iOS */
}
/* montserrat-100 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("/assets/fonts/montserrat/montserrat-v15-latin-100.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-100.woff") format("woff");
}
/* montserrat-100italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url("/assets/fonts/montserrat/montserrat-v15-latin-100italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-100italic.woff") format("woff");
}
/* montserrat-200italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url("/assets/fonts/montserrat/montserrat-v15-latin-200italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-200italic.woff") format("woff");
}
/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("/assets/fonts/montserrat/montserrat-v15-latin-200.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-200.woff") format("woff");
}
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/assets/fonts/montserrat/montserrat-v15-latin-300.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-300.woff") format("woff");
}
/* montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("/assets/fonts/montserrat/montserrat-v15-latin-300italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-300italic.woff") format("woff");
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/assets/fonts/montserrat/montserrat-v15-latin-regular.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-regular.woff") format("woff");
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/assets/fonts/montserrat/montserrat-v15-latin-500.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-500.woff") format("woff");
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("/assets/fonts/montserrat/montserrat-v15-latin-italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-italic.woff") format("woff");
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/assets/fonts/montserrat/montserrat-v15-latin-600.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-600.woff") format("woff");
}
/* montserrat-500italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("/assets/fonts/montserrat/montserrat-v15-latin-500italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-500italic.woff") format("woff");
}
/* montserrat-600italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("/assets/fonts/montserrat/montserrat-v15-latin-600italic.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-v15-latin-600italic.woff") format("woff");
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v23-latin-300.woff2") format("woff2"), url("../fonts/lato/lato-v23-latin-300.woff") format("woff"), url("../fonts/lato/lato-v23-latin-300.ttf") format("truetype"), url("../fonts/lato/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v23-latin-regular.woff2") format("woff2"), url("../fonts/lato/lato-v23-latin-regular.woff") format("woff"), url("../fonts/lato/lato-v23-latin-regular.ttf") format("truetype"), url("../fonts/lato/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v23-latin-700.woff2") format("woff2"), url("../fonts/lato/lato-v23-latin-700.woff") format("woff"), url("../fonts/lato/lato-v23-latin-700.ttf") format("truetype"), url("../fonts/lato/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v23-latin-900.woff2") format("woff2"), url("../fonts/lato/lato-v23-latin-900.woff") format("woff"), url("../fonts/lato/lato-v23-latin-900.ttf") format("truetype"), url("../fonts/lato/lato-v23-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
/* noto-serif-regular - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif/noto-serif-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif/noto-serif-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif/noto-serif-v21-latin-regular.woff2") format("woff2"), url("../fonts/noto-serif/noto-serif-v21-latin-regular.woff") format("woff"), url("../fonts/noto-serif/noto-serif-v21-latin-regular.ttf") format("truetype"), url("../fonts/noto-serif/noto-serif-v21-latin-regular.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-serif/noto-serif-v21-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif/noto-serif-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif/noto-serif-v21-latin-italic.woff2") format("woff2"), url("../fonts/noto-serif/noto-serif-v21-latin-italic.woff") format("woff"), url("../fonts/noto-serif/noto-serif-v21-latin-italic.ttf") format("truetype"), url("../fonts/noto-serif/noto-serif-v21-latin-italic.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif/noto-serif-v21-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif/noto-serif-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif/noto-serif-v21-latin-700.woff2") format("woff2"), url("../fonts/noto-serif/noto-serif-v21-latin-700.woff") format("woff"), url("../fonts/noto-serif/noto-serif-v21-latin-700.ttf") format("truetype"), url("../fonts/noto-serif/noto-serif-v21-latin-700.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-700italic - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/noto-serif/noto-serif-v21-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif/noto-serif-v21-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif/noto-serif-v21-latin-700italic.woff2") format("woff2"), url("../fonts/noto-serif/noto-serif-v21-latin-700italic.woff") format("woff"), url("../fonts/noto-serif/noto-serif-v21-latin-700italic.ttf") format("truetype"), url("../fonts/noto-serif/noto-serif-v21-latin-700italic.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 100%;
  height: auto;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner,
  .glightbox-modern .description-left .gdesc-inner,
  .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/**
 * GlideJS
 */
.glide__bullets {
  position: absolute;
  display: inline-flex;
  bottom: 1.5rem;
  left: 4rem;
  list-style: none;
  z-index: 2;
}
.glide__bullets.glide__bullets--center {
  left: 50%;
  transform: translateX(-50%);
}
.glide__bullets.glide__bullets--right {
  left: auto;
  right: 4rem;
}
.glide__bullets.glide__bullets--below {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.15rem;
  padding: 0;
  background: rgba(58, 61, 70, 0.5);
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 0;
  cursor: pointer;
  transition: width 0.5s;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  background-color: rgba(40.8700980392%, 42.9840686275%, 49.3259803922%, 0.5);
  border-color: #990432;
}
.glide__bullet.glide__bullet--active {
  width: 20px;
  background: #990432;
}

.glide--normalized .glide__slide {
  height: auto;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.nice-select {
  position: relative;
  display: block;
  width: auto;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1.75rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 25px;
  cursor: pointer;
  line-height: 50px;
  outline: none;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-light-color: rgba(0, 0, 0, 0);
  /*
  &:hover {
  	border-color: var(--color-default);
  }
  */
}
.nice-select:active, .nice-select.open {
  border-color: var(--color-gray-light);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nice-select:before, .nice-select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.nice-select:before {
  margin-top: -5px;
  border-top: 2px solid var(--color-gray-light);
  border-left: 2px solid var(--color-gray-light);
}
.nice-select:after {
  margin-top: 1px;
  border-bottom: 2px solid var(--color-gray-light);
  border-right: 2px solid var(--color-gray-light);
}
.nice-select.open {
  background: rgba(0, 0, 0, 0.025);
}
.nice-select.open:before, .nice-select.open:after {
  border-color: var(--color-default);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  opacity: 0.75;
  pointer-events: none;
}
.nice-select.disabled:after {
  opacity: 0.75;
}
.nice-select .nice-select-dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  background: var(--color-white);
  border-color: var(--color-gray-light);
  border-style: solid;
  border-width: 1px 1px 1px;
  border-radius: 0 0 25px 25px;
  pointer-events: none;
  opacity: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list {
  max-height: 210px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 0;
}
.nice-select .option {
  padding-left: 1rem;
  padding-right: 1.72rem;
  list-style: none;
  outline: none;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.nice-select .option:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: rgba(0, 0, 0, 0.035);
}
.nice-select .option.selected {
  color: var(--color-primary);
}
.nice-select .option.disabled {
  background: transparent;
  opacity: 0.75;
  cursor: default;
}
.nice-select .has-multiple {
  height: auto;
  min-height: 36px;
  padding: 7px 12px;
  line-height: 22px;
  white-space: inherit;
}
.nice-select .has-multiple span.current {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-gray-light);
  border-radius: 2px;
  line-height: 24px;
  font-size: 0.875rem;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  width: 100%;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  pointer-events: none;
  box-sizing: border-box;
}
.nice-select .nice-select-search {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 36px;
  margin: 0 10px 0 0;
  padding: 7px 12px;
  box-sizing: border-box;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 2px;
  color: var(--color-default);
  line-height: 22px;
  outline: 0 !important;
  vertical-align: middle;
}

.button__share {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
}

.button__share__toggle {
  position: relative;
  background: #fff;
  z-index: 10;
}
.button__share__toggle:hover, .button__share__toggle:focus {
  cursor: pointer;
  box-shadow: 0 0 0;
  outline: none;
}
.button__share__toggle svg {
  pointer-events: none;
}
.button__share__toggle.open svg {
  margin: 0;
}
.button__share__toggle.open svg:first-child {
  display: none;
}
.button__share__toggle.open svg:last-child {
  display: inline-block;
}
.button__share__toggle.open ~ .button__share__menu, .button__share__toggle.open .button__share__menu {
  opacity: 1;
  pointer-events: all;
}

.button__share__menu {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  min-width: 12rem;
  border-radius: 4px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
}
.button__share__menu li {
  display: block;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-transform: uppercase;
}
.button__share__menu li:first-child {
  color: var(--color-primary);
}
.button__share__menu li:not(first-child) {
  border-top: 1px solid var(--color-gray-light);
}
.button__share__menu li span {
  display: inline-block;
  color: currentColor;
  padding: 0.5625rem 0.75rem;
}
.button__share__menu li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.5625rem 0.75rem;
  transition: color 0.35s ease;
}
.button__share__menu li a span {
  padding: 0;
}
.button__share__menu li a:hover {
  color: var(--color-primary);
}
.button__share__menu li svg {
  width: 1rem;
  height: 1rem;
}

.button__share__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(58, 61, 70, 0.2);
  border-radius: 50%;
  color: rgba(58, 61, 70, 0.2);
}
.button__share__toggle svg {
  height: 1.25rem;
  vertical-align: baseline;
}
.button__share__toggle svg:last-child {
  display: none;
  height: 1.25rem;
  fill: var(--color-default);
}

/**
 * GLightbox
 */
.glightbox-realtor .gslider {
  padding: 0 5%;
}
.glightbox-realtor .gslider,
.glightbox-realtor .gslide-image img {
  border-radius: 0.25rem;
}
.glightbox-realtor .ginner-container {
  align-items: center;
}
.glightbox-realtor .gslide-inline {
  max-height: 90vh;
  background: var(--color-default);
}
@media (--medium-small-viewport) {
  .glightbox-realtor .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(58, 61, 70, 0.65);
  }
}
.glightbox-realtor .gslide-description {
  background: var(--color-white);
}
.glightbox-realtor .gdesc-inner {
  padding: 1.5rem 1.25rempx;
}
.glightbox-realtor .ginlined-content {
  padding: 0;
}
@media (--medium-small-viewport) {
  .glightbox-realtor .description-left .gdesc-inner,
  .glightbox-realtor .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
}
.glightbox-realtor .gslide-title {
  margin-bottom: 1rem;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em;
}
.glightbox-realtor .gslide-desc {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.glightbox-realtor .gslide-video {
  background: var(--color-default);
}
.glightbox-realtor .gprev,
.glightbox-realtor .gnext,
.glightbox-realtor .gclose {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  color: var(--color-default);
  transition: all 0.3s ease-in;
}
.glightbox-realtor .gprev:hover,
.glightbox-realtor .gnext:hover,
.glightbox-realtor .gclose:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.glightbox-realtor button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-realtor .gprev,
.glightbox-realtor .gnext {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transform: translateY(-50%);
}
.glightbox-realtor .gprev svg,
.glightbox-realtor .gnext svg {
  height: 1.5rem;
}
.glightbox-realtor .gprev {
  left: 2rem;
}
.glightbox-realtor .gnext {
  right: 2rem;
}
.glightbox-realtor .gclose {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 1rem;
  right: 1rem;
  background: var(--color-white);
  border-radius: 50%;
}
.glightbox-realtor .gclose svg {
  width: 0.5rem;
}
.glightbox-realtor .goverlay {
  background: rgba(58, 61, 70, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.glightbox-realtor iframe {
  padding: 2rem;
  min-height: 70vh;
}

html .section--bg[style] .section__anchor {
  color: #fff !important;
}

.section--parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--appointment-request .section__anchor {
  top: 3.75rem;
}

.section__anchor {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  margin-bottom: 0.5rem;
  opacity: 0.5;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .section__anchor {
    position: absolute;
    top: 0.5rem;
    left: -2rem;
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
}

.section__cta {
  background: rgba(58, 61, 70, 0.06);
}

.nav__jump {
  font-size: 0;
}
.nav__jump a {
  display: inline-block;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.nav__jump a:not(:last-child) {
  margin-right: 0.75rem;
}

.section--text article.article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section--text article.article ul li {
  position: relative;
  padding-left: 1rem;
}
.section--text article.article ul li:before {
  position: absolute;
  content: "·";
  margin-left: -1rem;
}

.map {
  height: 460px;
}

.article__accordion details[open] summary:after {
  transform: rotate(-45deg);
}
.article__accordion details[open] .accordion__details > * {
  animation: fadeInAccordionDetails 0.75s ease;
}
.article__accordion details + details {
  border-top: 1px solid rgba(58, 61, 70, 0.1);
}
.article__accordion summary {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 2rem 3.5rem 2.5rem 0;
  outline: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.article__accordion summary:after {
  position: absolute;
  top: 2rem;
  right: 0;
  content: "+";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(58, 61, 70, 0.2);
  border-radius: 50%;
  font-size: 1.75rem;
  line-height: 40px;
  text-align: center;
  transition: transform 0.5s ease-in-out;
}
.article__accordion summary::-webkit-details-marker {
  display: none;
}
.article__accordion .accordion__details {
  padding-bottom: 2.5rem;
}

.article__listing td {
  padding: 0.5rem 1px;
  line-height: 1.5rem;
}
.article__listing .article__listing__cell--check,
.article__listing .article__listing__cell--dots {
  position: relative;
  padding-left: 1rem;
}
.article__listing .article__listing__cell--check:before,
.article__listing .article__listing__cell--dots:before {
  position: absolute;
  top: 0.9rem;
  display: inline-block;
  content: "";
  width: 0.1875rem;
  height: 0.75rem;
  margin-left: -1rem;
  background: rgba(58, 61, 70, 0.2);
}
.article__listing .article__listing__cell--check:before {
  -webkit-mask-image: url(../icons/check.svg);
  mask-image: url(../icons/check.svg);
}
.article__listing .article__listing__cell--dots:before {
  -webkit-mask-image: url(../icons/ellipsis-v.svg);
  mask-image: url(../icons/ellipsis-v.svg);
}
.article__listing .article__listing__cell--indent {
  padding: 0.5rem 2rem;
}
.article__listing .article__listing__cell--indent.article__listing__cell--dots {
  padding-left: 3rem;
}

.table__grid table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(58, 61, 70, 0.1);
}

.table__grid__row {
  position: relative;
}
.table__grid__row:not(:last-child) {
  border-bottom: 2px solid transparent;
}
.table__grid__row:not(:last-child):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: var(--color-white);
  transform: translateX(-50vw);
}
@media (min-width: 768px) {
  .table__grid__row > *:not(:first-child) {
    border-left: 2px solid var(--color-white);
  }
}
@media (max-width: 767.98px) {
  .table__grid__row > *:first-child {
    position: relative;
  }
  .table__grid__row > *:first-child:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background: var(--color-white);
    transform: translateX(-50vw);
  }
}

.hero .hero__item {
  position: relative;
  min-height: 50vmin;
  max-width: 100vw;
}
.hero .hero__item.hero__item--fullsize {
  min-height: 75vmin;
}
.hero .hero__item .hero__entry {
  position: relative;
  width: 100%;
  max-width: 84rem;
  margin: 0 0 10vmin;
  padding: 8rem 1.5rem 6vmin;
  z-index: 10;
}
.hero .hero__item .hero__entry h1, .hero .hero__item .hero__entry .h1 {
  color: var(--color-white);
  font-size: 65px;
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.125;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
.hero .hero__item .hero__entry .hero__entry__lead {
  font-size: 1.25rem;
  font-size: clamp(1.125rem, 5vw, 1.25rem);
  line-height: 1.875;
  margin-top: 1.5rem;
}
.hero .hero__item .hero__entry .hero__entry__lead .highlighted {
  color: var(--color-white);
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: -8px 0 0 rgba(0, 0, 0, 0.5), 8px 0 0 rgba(0, 0, 0, 0.5);
}
.hero .hero__item .hero__entry *::-moz-selection {
  background: rgba(153, 4, 50, 0.5);
}
.hero .hero__item .hero__entry *::selection {
  background: rgba(153, 4, 50, 0.5);
}
.hero .hero__item .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero .hero__item .hero__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .hero .hero__item .hero__entry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vmax !important;
  }
  .hero .glide__bullets {
    left: 50%;
    bottom: 8rem;
    transform: translateX(-50%);
  }
}

.guidance__controller {
  position: relative;
  margin-top: -165px;
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.guidance__controller .guidance__controller__inner {
  padding: 3rem 2.75rem;
  background: var(--color-white);
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .guidance__controller {
    margin-top: -90px;
    padding-left: 0;
  }
}

.section--news-entry .news__entry {
  padding: 2rem;
}
@media (min-width: 768px) {
  .section--news-entry .col--sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    margin-bottom: 100px;
  }
  .section--news-entry .col--sticky .hero,
  .section--news-entry .col--sticky .hero__item {
    height: 100%;
  }
  .section--news-entry .col--sticky .hero__entry {
    padding-top: 10rem !important;
  }
  .section--news-entry .col--sticky .hero__item .hero__image img {
    height: 100vh;
  }
  .section--news-entry .news__entry {
    padding: 11rem 3rem 0 2rem;
  }
}

@media (min-width: 768px) {
  .section--property-map .map {
    height: 320px !important;
  }
}

.feedback__entry {
  height: 100%;
  white-space: normal;
}
.feedback__entry .feedback__entry__author {
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.7;
}
.feedback__entry .feedback__entry__quote {
  flex: 10 0 auto;
}
.feedback__entry svg {
  display: block;
  margin: 0 auto 1.25rem;
  width: 40px;
  height: 40px;
}
.feedback__entry svg path {
  fill: var(--color-primary);
}

.feedback__entry--google {
  padding: 0 1.5rem;
}
.feedback__entry--google .feedback__entry__header {
  position: relative;
  padding-right: 1.5rem;
}
.feedback__entry--google .feedback__entry__header figure {
  margin-right: 0.75rem;
}
.feedback__entry--google .feedback__entry__header time {
  display: block;
}
.feedback__entry--google .feedback__entry__header .feedback__entry__platform {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
}

.value__entry {
  padding-top: 1rem;
}
.value__entry .value__box {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-white);
  border-radius: 6px;
}
.value__entry .value__box h3, .value__entry .value__box .h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.value__entry .value__box svg {
  height: 80px;
  margin: 1rem auto;
}

.content__card--marketreport .content__card__body {
  background: rgba(58, 61, 70, 0.06);
}
.content__card--marketreport .content__card__body .form-check {
  color: var(--color-primary);
  font-weight: 600;
}
.content__card--marketreport .content__card__body .form-check label {
  line-height: 1.25rem;
  vertical-align: top;
}

.content__card--contact strong {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}
.content__card--contact svg {
  height: 1rem;
  margin-right: 0.5rem;
  fill: currentColor;
}

.team__teaser {
  padding-top: 30rem;
}
.team__teaser .team__teaser__inner {
  margin: 0;
  padding: 2rem 3rem;
  background: rgba(58, 61, 70, 0.7);
}
.team__teaser .section__anchor {
  top: 2.5rem;
  left: 0.75rem;
}
@media (max-width: 767.98px) {
  .team__teaser {
    padding-top: 20rem;
  }
  .team__teaser .team__teaser__inner {
    margin: 0 calc(var(--bs-gutter-x) / -2);
  }
}

.section--features .article__listing td {
  border-bottom: 1px solid rgba(58, 61, 70, 0.06);
}

.service__entry {
  padding: 1rem 1.5rem 3rem;
  border-radius: 4px;
}
.service__entry .service__box {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-white);
  border-radius: 6px;
}
.service__entry .service__box h3, .service__entry .service__box .h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.service__entry .service__box svg {
  height: 80px;
  margin: 1rem auto;
}

.section--seo {
  padding: 5rem 0;
  background: rgba(58, 61, 70, 0.95);
  color: var(--color-white);
}
.section--seo h5, .section--seo .h5 {
  line-height: 1.75rem;
}
.section--seo p {
  margin: 1rem 0 0;
}

.section--keyfacts h2, .section--keyfacts .h2,
.section--keyfacts h5,
.section--keyfacts .h5 {
  color: var(--color-primary);
}
.section--keyfacts ul {
  padding-left: 0 !important;
  margin-block: 3rem;
}
.section--keyfacts .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.section--keyfacts .item + .item {
  margin-top: 1.5rem;
}

.section--table .table-wrapper {
  padding: 3rem;
  background-color: #f0f1f0;
  margin-top: 3rem;
}
.section--table table {
  display: table;
  width: 100%;
}
.section--table table tr {
  border-bottom: 1px solid currentColor;
}
.section--table table tr td,
.section--table table tr th {
  padding-block: 0.5rem;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
}
.section--table table tr > td:first-of-type,
.section--table table tr > th {
  font-weight: 700;
}

.section--video * {
  color: #fff !important;
}

.section--pass .box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .section--pass [class*=col-sm-6] .box {
    padding-right: 1rem;
  }
}
@media screen and (max-width: calc(48rem - 1px)) {
  .section--pass [class*=col-sm-6] + [class*=col-sm-6] {
    border-top: 1px solid currentColor;
  }
}
@media screen and (min-width: 48rem) {
  .section--pass [class*=col-sm-6] + [class*=col-sm-6] {
    border-left: 1px solid currentColor;
  }
  .section--pass [class*=col-sm-6] + [class*=col-sm-6] .box {
    padding-left: 1rem;
  }
}
.section--pass .col-xs-12:not(.col-sm-6) .small {
  padding-top: 1rem;
}
.section--pass .button {
  width: -moz-fit-content;
  width: fit-content;
}
.section--pass .gcontainer iframe {
  height: 50vh;
}
.section--pass ul {
  --gap: 1.5rem;
  padding: 0;
  list-style: none !important;
}
.section--pass ul:has(li:only-child) + p {
  margin-top: 4px !important;
  padding-left: calc(var(--gap) * 1.5);
}
.section--pass ul:has(li:only-child):has(+ p),
.section--pass ul:has(li:only-child):has(+ p) li {
  margin-bottom: 0 !important;
}
.section--pass ul:has(li:only-child):has(+ p) li {
  padding-bottom: 0.5rem !important;
}
.section--pass ul li {
  position: relative;
  margin: 0;
  margin-block: calc(var(--gap) / 4);
  padding: calc(var(--gap) / 3) calc(var(--gap) / 3) calc(var(--gap) / 3) calc(var(--gap) * 1.5);
  list-style: none !important;
  background-color: var(--bg-grey);
  color: var(--bg-grey-font);
  border-radius: var(--border-radius);
}
.section--pass ul li::before {
  content: "✓";
  position: absolute;
  top: calc(var(--gap) / 3 + 1px);
  left: calc(var(--gap) / 2);
  width: calc(var(--gap) / 2);
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-family: var(--fa-version);
  font-weight: 900;
  color: currentColor;
}

.button {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  transition: color 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
}
.button:focus {
  outline: 0 none;
}
.button:hover {
  opacity: 0.8;
}
.button.button--small {
  height: 42px;
  padding: 6px 20px;
}
.button svg {
  height: 1.25rem;
  vertical-align: baseline;
}
.button svg:first-child {
  margin-right: 5px;
}
.button svg:last-child {
  margin-left: 5px;
}
.button.icon-translucent svg {
  opacity: 0.2;
}

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

.form-check {
  position: relative;
  padding-left: 1.75rem;
}
.form-check label {
  margin: 0;
}
.form-check .form-check-input {
  position: absolute;
  margin-left: -1.25rem;
}
.form-check .form-check-input:checked ~ .form-checkbox-toggle, .form-check .form-check-input:checked ~ .form-radio-toggle {
  border: 1px solid var(--color-primary);
}
.form-check .form-check-input:checked ~ .form-checkbox-toggle:before, .form-check .form-check-input:checked ~ .form-radio-toggle:before {
  background: var(--color-primary);
}
.form-check .form-checkbox-toggle,
.form-check .form-radio-toggle {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  margin-left: -1.75rem;
  border: 1px solid var(--color-white);
  cursor: pointer;
  z-index: 5;
  transition: border 0.25s linear;
}
.form-check .form-checkbox-toggle:before,
.form-check .form-radio-toggle:before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 12px;
  width: 12px;
  margin: auto;
  transition: background 0.25s linear;
}
.form-check .form-check-input--circle + .form-checkbox-toggle,
.form-check .form-check-input--circle + .form-radio-toggle,
.form-check .form-radio-toggle {
  border-radius: 50%;
}
.form-check .form-check-input--circle + .form-checkbox-toggle:before,
.form-check .form-check-input--circle + .form-radio-toggle:before,
.form-check .form-radio-toggle:before {
  border-radius: 50%;
}
.form-check.form-check--gray .form-checkbox-toggle, .form-check.form-check--gray .form-radio-toggle {
  border-color: var(--color-gray-light);
}

input,
input.form-control,
textarea.form-control {
  width: 100%;
  height: 50px;
  padding: 0.5rem 1rem;
  background: var(--color-white);
  border: 2px solid transparent;
  border-radius: 25px;
  color: var(--color-default);
  transition: border 0.5s;
}
input:focus,
input.form-control:focus,
textarea.form-control:focus {
  border-color: var(--color-primary);
  outline: none;
}

textarea.form-control {
  height: auto;
  min-height: 50px;
  border-radius: 0.25rem;
}

label {
  margin-bottom: 0.25rem;
}
@media (max-width: 575.98px) {
  label {
    font-size: 0.875rem;
  }
}
label.mandatory:after {
  content: "*";
  padding-left: 0.25rem;
}
label svg {
  height: 14px;
}
label svg:last-child {
  margin-left: 0.25rem;
}

.yn-perPage__list,
.yn-pagination {
  font-size: 0.875rem;
  font-weight: 500;
}
.yn-perPage__list li,
.yn-pagination li {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 2px;
}
.yn-perPage__list li:only-child,
.yn-pagination li:only-child {
  display: none;
}
.yn-perPage__list li.yn-pagination__more,
.yn-pagination li.yn-pagination__more {
  display: none;
}
.yn-perPage__list a, .yn-perPage__list span,
.yn-pagination a,
.yn-pagination span {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  line-height: 2.75;
  padding: 0 4px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: 0.5s ease;
}
.yn-perPage__list span,
.yn-pagination span {
  display: none;
  pointer-events: none;
  background: rgba(58, 61, 70, 0.2);
}
.yn-perPage__list a:hover,
.yn-pagination a:hover {
  background: #fff;
}

.yn.yn-perPage {
  color: currentColor;
}

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
}
.yn-perPage__list ul {
  padding: 0;
  margin: 0;
}
.yn-perPage__list ul::before {
  content: "Zeige: ";
  display: inline-block;
  font-weight: 400;
  margin-right: 0.5rem;
}
.yn-perPage__list ul a:hover {
  color: var(--color-link);
}
.yn-perPage__list ul li.yn-perPage__item--active a {
  display: inline-block;
  border-color: rgba(58, 61, 70, 0.2);
  background: rgba(58, 61, 70, 0.2);
}

.yn-pagination {
  text-align: center;
  color: var(--color-default);
  padding: 0;
  margin: 0;
}
.yn-pagination > span, .yn-pagination > a {
  transition: 0.5s ease;
}
.yn-pagination a:hover {
  color: var(--color-link);
}
.yn-pagination li.yn-pagination__first, .yn-pagination li.yn-pagination__last {
  display: none;
}
.yn-pagination li.yn-pagination__prev a, .yn-pagination li.yn-pagination__prev span, .yn-pagination li.yn-pagination__next a, .yn-pagination li.yn-pagination__next span {
  position: relative;
  text-indent: -9999rem;
}
.yn-pagination li.yn-pagination__prev a::before, .yn-pagination li.yn-pagination__prev span::before, .yn-pagination li.yn-pagination__next a::before, .yn-pagination li.yn-pagination__next span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-indent: 0;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.yn-pagination li.yn-pagination__prev a::before, .yn-pagination li.yn-pagination__prev span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'%3E%3C/path%3E%3C/svg%3E");
}
.yn-pagination li.yn-pagination__next a::before, .yn-pagination li.yn-pagination__next span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'%3E%3C/path%3E%3C/svg%3E");
}
.yn-pagination li.yn-pagination__page--active {
  color: #fff;
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  border-color: var(--color-link);
  background: var(--color-link);
}

.ynfinite-consent input[type=checkbox] {
  opacity: 0;
  width: 0;
}
.ynfinite-consent label {
  position: relative;
}
.ynfinite-consent label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid;
  top: 3px;
  left: -25px;
  border-radius: 100%;
}
.ynfinite-consent label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid;
  background-color: white;
  border-radius: 100%;
  left: -21px;
  top: 7px;
}
.ynfinite-consent input[type=checkbox] + label::after {
  content: none;
}
.ynfinite-consent input[type=checkbox]:checked + label::after {
  content: "";
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.ynfinite-consent input[type=checkbox]:checked + label::before {
  border-color: var(--color-primary);
}

@keyframes fadeInAccordionDetails {
  0% {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 30rem;
    opacity: 1;
  }
}
:root {
  --color-black: rgb(0, 0, 0);
  --color-default: rgb(58, 61, 70);
  --color-footer: rgb(58, 61, 70);
  --color-highlight: rgba(255, 255, 255, 0.5);
  --color-link: rgb(24, 25, 25);
  --color-link-hover: #181919;
  --color-white: rgb(255, 255, 255);
  --color-default: #01051c;
  --color-gray-light: #8d8d8d;
  --color-gray: #3e3e3e;
  --color-primary: #990432;
  --color-secondary: #990432;
  --color-black: #000;
  --color-white: rgb(255, 255, 255);
}

@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
  .container-sm {
    --bs-gutter-x: 2.5rem;
  }
  .container-md {
    --bs-gutter-x: 2.5rem;
  }
  .container-lg {
    --bs-gutter-x: 2.5rem;
  }
  .container-xl {
    --bs-gutter-x: 2.5rem;
  }
  .container-xxl {
    --bs-gutter-x: 2.5rem;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

figure {
  margin-bottom: 0;
}
figure.responsive-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
figure.responsive-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
figure.responsive-image.responsive-image--zoomable:hover img {
  transform: scale(1.1);
}

svg {
  fill: currentColor;
}

.article__image img {
  width: 100%;
}

dialog {
  position: static;
  left: auto;
  right: auto;
  display: block;
  background: transparent;
  border: 0 none;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: 1.25;
}

a.mute {
  cursor: pointer;
  color: inherit;
}

.list__inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list__inline li {
  display: inline-block;
}
.list__inline li:not(:first-child) {
  padding-left: 0.5rem;
}
.list__inline li:not(:last-child) {
  padding-right: 0.5rem;
}
.list__inline.list__inline--dots li {
  padding-left: 0;
  padding-right: 0;
}
.list__inline.list__inline--dots li:not(:last-child):after {
  content: "·";
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .list__inline.list__inline--dots:not(:first-child) li:first-child:before {
    content: "·";
    padding: 0 0.5rem;
  }
}

.larger {
  font-size: 1.25rem;
}

.small {
  font-size: 0.75rem;
}

.translucent {
  opacity: 0.7;
}

*::-moz-selection {
  background: var(--color-highlight);
}

*::selection {
  background: var(--color-highlight);
}

.bg-wall {
  background-image: url(../images/wall-bg.jpg);
  background-size: cover;
}
@media (min-resolution: 192dpi) {
  .bg-wall {
    background-image: url(../images/wall-bg@2x.jpg);
  }
}

.grid--separated > .grid__item:nth-child(odd) .content__card__body {
  background: var(--color-white);
}
.grid--separated > .grid__item:nth-child(even) .content__card__body {
  background: rgba(58, 61, 70, 0.06);
}

.site__header {
  transition: transform 0.35s ease-in-out;
  z-index: 100;
}
.site__header--fixed {
  position: fixed;
  top: 0;
}
.site__header--background {
  background: linear-gradient(to bottom, rgba(58, 61, 70, 0.7), transparent);
}
@media (min-width: 768px) {
  body:not(.js-nav-open) .site__header.site__header--hidden {
    transform: translateY(-100%);
  }
}
.site__header.site__header--blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site__header .header__inner {
  padding: 1.5rem 0.75rem;
}
.site__header .site__logo {
  display: inline-block;
  max-width: 200px;
}
.site__header .site__logo img {
  max-width: 100%;
}
.site__header .nav__trigger > .nav__trigger__icon {
  position: relative;
  top: 9px;
  width: 1.125rem;
  height: inherit;
  margin-left: 0.5rem;
}
.site__header .nav__trigger > .nav__trigger__icon > span {
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  top: 0;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.5s ease, opacity 0.25s ease 0.5s;
}
.site__header .nav__trigger > .nav__trigger__icon > span:nth-child(2) {
  width: 0.875rem;
  top: 0.25rem;
}
.site__header .nav__trigger > .nav__trigger__icon > span:last-child {
  top: 0.5rem;
}
.site__header .nav__trigger.nav__trigger--triggered > .nav__trigger__icon > span {
  width: 1rem;
  top: 0.25rem !important;
  transition: transform 0.5s ease, opacity 0s ease;
}
.site__header .nav__trigger.nav__trigger--triggered > .nav__trigger__icon > span:first-child {
  transform: rotate(45deg);
}
.site__header .nav__trigger.nav__trigger--triggered > .nav__trigger__icon > span:nth-child(2) {
  opacity: 0;
}
.site__header .nav__trigger.nav__trigger--triggered > .nav__trigger__icon > span:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .site__header .nav__trigger {
    padding: 10px 15px;
  }
  .site__header .nav__trigger > span {
    display: none;
  }
  .site__header .nav__trigger .nav__trigger__icon {
    left: 1px;
    margin-left: 0;
  }
}
.site__header {
  /*
  @include media-breakpoint-down(md) {
  	.header__controls {
  		position: fixed;
  		top: 100vh;
  		right: 0;
  		left: 0;
  		display: flex;
  		justify-content: space-between;
  		padding: 0 0.5rem;
  		background: var(--color-white);
  		box-shadow: 0px -8px 16px rgba(58, 61, 70, 0.2);
  		transform: translateY(-100%);

  		.button {
  			padding-left: 0.5rem;
  			padding-right: 0.5rem;
  			background: transparent !important;
  			border-radius: 0;
  			color: var(--color-default);
  		}

  		a.button svg {
  			position: relative;
  			top: 3px;
  			height: 1rem;
  		}
  	}
  }
  */
}

.site__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-default);
  color: var(--color-white);
  overflow-y: scroll;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 85;
}
body.js-nav-open .site__nav {
  transform: translateX(0);
}
.site__nav .nav__inner {
  min-height: 100%;
  padding: 4.75rem 1.5rem 2rem;
}
.site__nav .nav__menu,
.site__nav .nav__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site__nav .nav__menu > li {
  height: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .site__nav .nav__menu > li {
    margin-top: 5.25rem;
    padding: 0 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .site__nav .nav__menu > li:nth-child(3n+1) {
    border-left-width: 0;
  }
}
@media (min-width: 992px) {
  .site__nav .nav__menu > li:nth-child(4n+1) {
    border-left-width: 0;
  }
}
.site__nav .nav__menu > li > strong,
.site__nav .nav__menu > li > strong * {
  color: var(--color-primary) !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.site__nav .nav__menu > li a {
  color: var(--color-white);
  transition: color 0.5s;
  text-decoration: none;
}
.site__nav .nav__menu > li a:hover {
  color: var(--color-primary);
}
.site__nav .nav__menu ul {
  margin-top: 1rem;
}
.site__nav .nav__menu ul li {
  padding: 0.25rem 0;
}
.site__nav .nav__footer {
  padding-top: 3rem;
  line-height: 2rem;
}

.content__card {
  height: 100%;
}

.content__slider--separated .content__card__body {
  background: var(--color-white);
}
.content__slider--separated .glide__slide:nth-child(even) .content__card__body {
  background: rgba(58, 61, 70, 0.06);
}
.content__card__body.content__card__body--indented {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .content__card__body.content__card__body--indented {
    padding: 2rem;
  }
  .content__card--horizontal .content__card__body.content__card__body--indented {
    padding: 1rem 2rem;
  }
}
.glide--normalized .content__card__body {
  flex: 10 0 auto;
}
.content__card__body h3, .content__card__body .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.content__card__body .content__card__meta {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.content__card__media {
  position: relative;
}
.content__card__media .content__card__media__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.content__card__media .content__card__media__wrapper.content__card__media__wrapper--rectangled {
  padding: 0 0 75%;
}
.content__card__media .content__card__media__wrapper.content__card__media__wrapper--squared {
  padding: 0 0 100%;
}
.content__card__media .content__card__media__wrapper.content__card__media__wrapper--wide {
  padding: 0 0 56.25%;
}
.content__card__media .content__card__media__box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.content__card__media .content__card__media__box img {
  border-radius: 2px;
  transition: all 0.5s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content__card__media .content__card__media__box:hover img {
  transform: scale(1.1);
}
.content__card__media .content__card__badge {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 1rem;
  background: rgba(58, 61, 70, 0.7);
  color: var(--color-white);
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.content__listing .content__card__body.d-flex {
  flex: 1;
}
.content__listing.content__listing--separated > *:nth-child(even) .content__card__body {
  background: rgba(58, 61, 70, 0.06);
}

.site__footer {
  padding: 5rem 0 2.5rem;
  background: var(--color-footer);
  color: var(--color-white);
}
@media (max-width: 767.98px) {
  .site__footer {
    padding-bottom: 5rem;
  }
}
.site__footer h6, .site__footer .h6 {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.site__footer ul:not(.list__inline--social) a,
.site__footer address a {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s ease;
}
.site__footer ul:not(.list__inline--social) a:hover,
.site__footer address a:hover {
  border-color: currentColor;
}
.site__footer address strong {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}
.site__footer address svg {
  height: 1rem;
  margin-right: 0.5rem;
  fill: currentColor;
}
.site__footer .footer__legal .list__inline {
  display: inline-block;
}
.site__footer .footer__quicklinks a {
  color: inherit;
  text-decoration: none !important;
}
.site__footer .footer__quicklinks ul {
  padding: 0;
}
.site__footer .footer__quicklinks ul li {
  padding-bottom: 1rem;
  list-style: none;
  line-height: 1rem;
}
.site__footer .footer__quicklinks ul li:before {
  content: "→";
}
.site__footer .scroll-top span:first-child {
  display: inline-block;
  transform: rotate(-90deg);
}
.site__footer .scroll-top span:last-child {
  display: inline-block;
  padding-left: 0.25rem;
}

.list__inline--social li {
  padding: 0 0 0 0.25rem !important;
}
@media (max-width: 575.98px) {
  .list__inline--social li:first-child {
    padding-left: 0;
  }
}
.list__inline--social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-footer);
  line-height: 32px;
  text-align: center;
  transition: background 0.5s, color 0.5s;
}
.list__inline--social a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.list__inline--social svg {
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
}

.modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1) translate(-50%, -50%);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 10000;
}
.modal__dialog.modal__dialog--open {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
@media (max-width: 767.98px) {
  .modal__dialog {
    width: 92vw;
    height: 94vh;
  }
}
.modal__dialog:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(58, 61, 70, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.modal__dialog .modal__inner {
  max-width: 800px;
  max-height: 95vh;
  overflow-x: auto;
}
.modal__dialog .button--modal-close {
  position: absolute;
  top: 35px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: var(--color-white);
  line-height: 24px;
  transform: translate(50%, -50%);
}
.modal__dialog .button--modal-close:hover {
  background: var(--color-gray-extra-light);
}
.modal__dialog .button--modal-close svg {
  height: 12px;
  vertical-align: middle;
}
.modal__dialog .nice-select.bg-transparent.open {
  background: var(--color-white) !important;
  color: var(--color-default) !important;
}

.site__error {
  min-height: 65vh;
  padding: 12rem 0 4rem;
  background: var(--color-footer);
  color: var(--color-white);
}
.site__error address svg {
  height: 1rem;
  margin-right: 0.5rem;
}

.py-f {
  padding: 10vmin 0;
}

.py-fh {
  padding: 15vmin 0;
}

@media (min-width: 768px) {
  .py-fh {
    padding: 5vmin 0;
  }
}
.pt-fh {
  padding-top: 5vmin;
}

.pb-fh {
  padding-bottom: 5vmin;
}

.my-f {
  margin: 10vmin 0;
}

.my-fh {
  margin: 15vmin 0;
}

@media (min-width: 768px) {
  .my-fh {
    margin: 5vmin 0;
  }
}
.mt-fh {
  margin-top: 5vmin;
}

.mb-fh {
  margin-bottom: 5vmin;
}

.my-f {
  margin: 10vmin 0;
}

.my-fh {
  margin: 5vmin 0;
}

.section--seo {
  background: transparent;
}

.section__facts {
  background: rgba(58, 61, 70, 0.06);
}
.section__facts span {
  font-weight: 500;
}
.section__facts svg {
  color: var(--color-white);
  margin-right: 0.25rem;
  border-radius: 100%;
  padding: 2px;
  background-color: var(--color-black);
}
.section__facts p {
  display: flex;
  align-items: center;
}
.section__facts p:last-child {
  margin-bottom: 0;
}

/*
.content__card__media .content__card__media__box:hover img {
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%) scale(1.1);
}
*/
.value-icon {
  height: 80px;
  margin: 1rem auto;
}

.service-icon {
  height: 80px;
  margin: 1rem auto;
}

.video-wrapper video {
  width: 100%;
}

.hero__entry__lead .highlighted-content * {
  color: var(--color-white);
  display: inline;
  background: rgba(0, 0, 0, 0.5);
}

textarea {
  min-height: 8rem;
}

#appointment-dialog input,
#appointment-dialog textarea {
  color: var(--color-white);
}

.yn-form-grid-row {
  margin-bottom: 1rem !important;
}
.yn-form-grid-row:last-child {
  margin-bottom: 0 !important;
}

.form-style-config--transparent-bg input {
  background: transparent;
}
.form-style-config--border-grey input {
  border-width: 1px;
  border-color: #cccccc !important;
}

.ynfinite-consent label {
  display: block;
}

.ynfinite-consent input[type=checkbox] {
  height: 0;
}

.ynfinite-consent label:hover {
  cursor: pointer;
}

.ynfinite-consent-text a {
  display: inline-block;
}

.nice-select .option {
  white-space: normal;
}
.nice-select.quickjump-select {
  min-height: 50px;
  height: auto;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
}
.nice-select.quickjump-select .current {
  white-space: normal;
  padding: 0.5rem 0;
}
.nice-select.quickjump-select .option {
  line-height: 1.6rem;
  padding: 0.75rem 1.72rem 0.75rem 1rem;
}

.glide__slides figure img {
  width: 100%;
}

.glide__bullets {
  flex-wrap: wrap;
}

.glide__bullet,
.glide__bullets button {
  margin-bottom: 0.3rem;
}

.glide__bullets button {
  width: 10px;
  height: 10px;
  margin: 0 0.15rem;
  padding: 0;
  background: rgba(58, 61, 70, 0.5);
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 0;
  cursor: pointer;
  transition: width 0.5s;
  color: transparent;
  outline: none;
}
.glide__bullets button:hover, .glide__bullets button:focus {
  background-color: rgba(40.8700980392%, 42.9840686275%, 49.3259803922%, 0.5);
  border-color: #990432;
}

.glide__bullets li.slick-active button {
  width: 20px;
  background: #990432;
}

.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-list {
  width: 100%;
}

.slick-slide,
.slick-slide a {
  outline: none;
}

ul.glide__bullets {
  margin: 0;
  padding: 0;
}
ul.glide__bullets.glide__bullets--below {
  position: absolute;
  bottom: -30px;
}

.js-content-card-slider .slick-track,
.js-quotes-slider .slick-track,
.js-content-gallery .slick-track,
.js-location-gallery .slick-track,
.js-google-reviews .slick-track {
  min-width: 100% !important;
  display: flex;
}
.js-content-card-slider .slick-slide,
.js-quotes-slider .slick-slide,
.js-content-gallery .slick-slide,
.js-location-gallery .slick-slide,
.js-google-reviews .slick-slide {
  margin: 0 21px;
  display: flex;
  height: auto;
}
.js-content-card-slider .slick-slide > div,
.js-quotes-slider .slick-slide > div,
.js-content-gallery .slick-slide > div,
.js-location-gallery .slick-slide > div,
.js-google-reviews .slick-slide > div {
  display: flex;
  width: 100%;
}
.js-content-card-slider .slick-slider,
.js-quotes-slider .slick-slider,
.js-content-gallery .slick-slider,
.js-location-gallery .slick-slider,
.js-google-reviews .slick-slider {
  margin: 0 -21px;
}

.slick-dots > li:only-child {
  display: none;
}

.content__slider--property .glide__slides {
  display: flex;
  flex-grow: 1;
}
.content__slider--property .glide__slide {
  height: auto;
}
.content__slider--property .glide__slide .content__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content__slider--property .glide__slide .content__card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.content__slider--property .glide__slide .content__card__body .button-container {
  margin-top: auto !important;
}

.content__listing .content__card__body {
  background-color: var(--color-white);
}
.content__listing--property .content__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content__listing--property .content__card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.content__listing--property .content__card__body .button-container {
  margin-top: auto !important;
}

.section--video {
  background-color: var(--color-white);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-row:nth-child(even) {
  flex-direction: row-reverse;
}
.video-row:nth-child(even) div:first-child {
  background-color: var(--color-gray-extra-light);
}
.video-row:nth-child(even) div:last-child {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--color-gray-extra-light);
}
.video-row:nth-child(odd) div:first-child {
  background-color: var(--color-gray-extra-light);
}
.video-row:nth-child(odd) div:last-child {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--color-gray-extra-light);
}
.video-row__text {
  padding: 2rem !important;
}

.content__card__media__overlay-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(58, 61, 70, 0.75);
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}

.award {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.award figure img {
  width: 8rem;
  height: auto;
}

.section--background-teaser {
  background-size: cover;
  background-position: center;
}

.google-maps-iframe {
  height: 30rem;
  width: 100%;
}

iframe {
  max-width: 100%;
}

.iframe {
  position: relative;
  background-color: #fff;
}
.iframe iframe {
  height: 100%;
  width: 100%;
  border: 0;
  vertical-align: bottom;
}
.iframe + p {
  margin-top: 1rem;
}
@supports (aspect-ratio: auto) {
  .iframe--video, .iframe--script {
    aspect-ratio: 16/9;
  }
}
@supports not (aspect-ratio: auto) {
  .iframe--video, .iframe--script {
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .iframe--video iframe, .iframe--script iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.section--jump {
  background-color: var(--color-white);
}

.container--jumplinks h3, .container--jumplinks .h3,
.section--jump .container h3,
.section--jump .container .h3 {
  font-size: 1rem;
  margin-right: 0.75rem;
  font-weight: 600;
}
.container--jumplinks .nav__jump,
.section--jump .container .nav__jump {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
}
.container--jumplinks .nav__jump a,
.section--jump .container .nav__jump a {
  margin-top: 0;
}

.section__cta {
  background-color: var(--color-cta);
}
.section__cta * {
  color: var(--color-cta-text);
}

.section--occasion-text {
  background-color: var(--color-white);
}

.section--service-text {
  background-color: var(--color-white);
}

.hero-height {
  min-height: 75vmin;
  width: 100%;
}
.hero-height .col-sm-6:first-child {
  display: flex;
  background-color: var(--color-footer);
}
.hero-height .col-sm-6:last-child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-height .col-sm-6:last-child .icon-container {
  position: relative;
}
.hero-height .col-sm-6:last-child .icon-container img {
  width: 20rem;
  height: auto;
}

@media (max-width: 991px) {
  .hero__desktop {
    display: none;
  }
}
.hero__desktop .hero__item:last-child {
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__desktop .hero__item:last-child .col-sm-6:first-child {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  margin-bottom: 15vmin;
}
.hero__desktop__text-content {
  color: var(--color-white);
}

@media (min-width: 992px) {
  .hero__mobile {
    display: none;
  }
}

.section--information,
.section--welcome {
  background-color: var(--color-white);
}

.whitened-background {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  padding: 1.5rem;
}

.yn-error p {
  color: red;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .container--news {
    max-width: 100%;
    padding: 0;
  }
}
.yn-article__images {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .yn-form-grid-field-6,
  .yn-form-grid-field-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 1rem !important;
  }
  .yn-form-grid-field-6:last-child,
  .yn-form-grid-field-4:last-child {
    margin-bottom: 0 !important;
  }
  .site__nav .nav__inner {
    width: auto;
  }
  .site__content {
    overflow: hidden;
  }
  .yn-article__images img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 520px) {
  .map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .news__entry {
    max-width: 43rem;
  }
  .section--news-entry .hero__entry {
    max-width: 43rem !important;
  }
}
.yn-cookies__button {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  transition: all 0.3s ease;
}
.yn-cookies__button:hover {
  color: var(--color-white) !important;
  background-color: var(--color-default) !important;
  text-decoration: none !important;
}

.yn-cookies__switch input:checked + .yn-cookies__slider {
  background-color: var(--color-primary) !important;
}

body {
  background-color: white;
}

p,
li,
span {
  font-size: 1.125rem;
}

h1, .h1 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-white);
  font-size: clamp(2.25rem, 5vw, 3rem);
}
@media (max-width: 1300px) {
  h1, .h1 {
    hyphens: auto;
  }
}

.h1 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: clamp(2.25rem, 5vw, 3rem) !important;
  color: var(--color-black);
}
@media (max-width: 1300px) {
  .h1 {
    hyphens: auto;
  }
}

h2,
.h2 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-black);
  font-size: clamp(1.95rem, 5vw, 2.5rem);
  font-weight: normal;
}
@media (max-width: 1300px) {
  h2,
  .h2 {
    hyphens: auto;
  }
}

h3,
.h3 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-black);
  font-size: clamp(1.95rem, 5vw, 2.5rem);
  font-weight: 400;
}
@media (max-width: 1300px) {
  h3,
  .h3 {
    hyphens: auto;
  }
}

h4,
.h4 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-primary);
  font-size: clamp(1.7rem, 5vw, 1.875rem);
}
@media (max-width: 1300px) {
  h4,
  .h4 {
    hyphens: auto;
  }
}

.large-text {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: clamp(1.95rem, 5vw, 2.188rem);
  font-weight: 400;
}

@media (max-width: 1300px) {
  .larger {
    hyphens: auto;
  }
}

.bold-text {
  font-weight: 700;
}

.primary--color {
  color: var(--color-primary);
}

.black--color {
  color: var(--color-black);
}

.nice-select::before {
  display: none;
}

label,
.small {
  font-size: 0.8rem;
}

label p,
label a {
  font-size: 0.8rem;
}

.js-scroll-top:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.download {
  padding-left: 12.5%;
}

.section__anchor {
  display: none;
}

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

.button {
  height: 3.2rem;
  display: inline-block;
  border-radius: 10rem;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: white !important;
  text-transform: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  border: none;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce1022;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(52.9464758877%, 4.1123476418%, 8.7387387387%);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

.simple-button-dark {
  color: black !important;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  display: flex !important;
  align-items: center;
}
.simple-button-dark::after {
  content: "";
  background-image: url("/assets/images/arrow.svg");
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  margin-left: 1rem;
  margin-top: 0.1rem;
}
.simple-button-dark:hover {
  color: var(--color-primary) !important;
  text-decoration: none !important;
  opacity: 1;
}
.simple-button-dark:hover::after {
  content: "";
  background-image: url("/assets/images/arrow-2.svg");
}

.simple-button {
  color: var(--color-primary) !important;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}
.simple-button::after {
  content: "";
  background-image: url("/assets/images/arrow-2.svg");
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  margin-left: 1rem;
  margin-top: 0.1rem;
}
.simple-button:hover {
  color: var(--color-black) !important;
  text-decoration: none !important;
  opacity: 1;
}
.simple-button:hover::after {
  content: "";
  background-image: url("/assets/images/arrow.svg");
}

header .simple-button,
header .simple-button-dark {
  font-size: 1.25rem;
}

.site__header--background {
  background: white;
}

.site__header {
  background: white;
  z-index: 10001;
}
.site__header .header-text {
  text-align: right;
}
.site__header .header-text span {
  font-weight: bold;
}
.site__header .header__inner {
  padding: 1rem 0.75rem;
  align-items: center;
}
@media (max-width: 767px) {
  .site__header .header__inner .col-md-6 {
    display: none !important;
  }
}
.site__header .header__inner .col-md-6 > div span {
  font-weight: 500;
  float: right;
}
.site__header .header-button {
  outline: none;
  border-radius: 0;
  border: none;
  height: 4rem;
  width: 4rem;
  background: transparent;
}
.site__header .header-button:hover {
  opacity: 1;
}
.site__header .header-button > span {
  display: none;
}
.site__header .nav__trigger > .nav__trigger__icon {
  top: 17px;
  margin-left: 1.5rem;
}
.site__header .nav__trigger > .nav__trigger__icon span {
  width: 2.4rem;
  height: 5px;
  border-radius: 5px;
  top: 1.2rem;
  background-color: rgb(62, 62, 62);
}
.site__header .nav__trigger > .nav__trigger__icon span:nth-child(2) {
  width: 2.4rem;
  top: -0.2rem;
  transition: initial;
}
.site__header .nav__trigger--triggered .nav__trigger__icon > span {
  color: var(--color-primary);
  width: 2.7rem !important;
  height: 0.3rem !important;
  background-color: rgb(62, 62, 62);
}
.site__header .nav__trigger--triggered .nav__trigger__icon span {
  height: 0.2rem;
  top: 1.2rem;
}
.site__header .nav__trigger--triggered .nav__trigger__icon span:nth-child(2) {
  height: 0.2rem;
}
.site__header .list__inline--social a {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.site__nav {
  background-color: #2c2c2c;
  z-index: 10000;
}
.site__nav .nav__menu > li {
  border-left: none;
  margin-top: 0;
}
.site__nav .nav__menu > li a {
  font-size: 1rem;
}
.site__nav .nav__menu {
  margin-top: 5rem;
}
.site__nav .nav__menu ul {
  margin-top: 0;
}
.site__nav .nav__menu li.col-12.col-md-6 {
  display: flex;
  height: auto;
}
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner {
  border: 1px solid #6a6a6a;
  padding: 1.5rem;
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
}
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner img + ul,
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner img + strong {
  margin-top: 20%;
  display: inline-block;
}
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner > strong,
.site__nav .nav__menu li.col-12.col-md-6 .menu-inner > strong a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: inline-block;
  hyphens: auto;
}
.site__nav .nav__inner {
  padding: 10rem 1.5rem 2rem;
}
.site__nav .nav__inner .row .footer-right, .site__nav .nav__inner .table__grid__row .footer-right {
  margin-bottom: 5rem;
}
.site__nav .nav__inner .row .footer-right p, .site__nav .nav__inner .table__grid__row .footer-right p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.site__nav .nav__inner .row .footer-right .button, .site__nav .nav__inner .table__grid__row .footer-right .button {
  background-color: var(--color-primary);
  color: white;
  padding: 0 3rem;
}
@media (max-width: 1200px) {
  .site__nav .nav__inner .row .footer-right .button, .site__nav .nav__inner .table__grid__row .footer-right .button {
    font-size: 0.75rem;
  }
}
.site__nav .nav__inner .row ul li strong a, .site__nav .nav__inner .table__grid__row ul li strong a {
  text-transform: uppercase;
  color: white !important;
  font-weight: 400;
}
.site__nav .list__inline--social {
  color: var(--color-black);
  font-size: 0.875rem;
}
.site__nav .list__inline--social li a {
  background: transparent;
}
.site__nav .list__inline--social li a:hover {
  background: transparent;
}
.site__nav .list__inline--kontakt {
  font-size: 0.875rem;
  display: grid;
}
.site__nav .list__inline--kontakt li:not(:last-child) {
  padding-left: 0 !important;
}
.site__nav .list__inline--kontakt li:not(:first-child) {
  padding-left: 0 !important;
}

.nav__footer {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .nav__footer {
    margin-top: 5.25rem;
  }
}
@media (max-width: 991px) {
  .nav__footer {
    padding: 3rem 1.5rem !important;
    border-top: 1px solid black;
    margin-top: 3rem !important;
  }
}
@media (max-width: 767px) {
  .nav__footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav__footer .footer-right {
    margin-bottom: 2.5rem !important;
  }
}

.site__footer.grey {
  background-color: rgb(44, 44, 44);
}
.site__footer.grey::after {
  background-color: rgb(242, 243, 243);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.site__footer.dark {
  background-color: rgb(44, 44, 44);
}
.site__footer.dark::after {
  background-color: rgb(141, 141, 141);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.site__footer.white {
  background-color: rgb(44, 44, 44);
}
.site__footer.white::after {
  background-color: var(--color-white);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.site__footer {
  border-top-right-radius: 7.5rem;
  position: relative;
}
.site__footer h6, .site__footer .h6 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
}
.site__footer .footer__block address > span {
  text-transform: uppercase;
}
.site__footer .footer__block address span,
.site__footer .footer__block address p,
.site__footer .footer__block address a {
  font-size: 1.125rem;
}
.site__footer .footer__block address p {
  margin-bottom: 0;
}
.site__footer .footer__quicklinks ul li::before {
  display: none;
}
.site__footer .footer__quicklinks ul li a {
  border-color: white;
  font-size: 1.125rem;
}
.site__footer .footer-logo {
  padding-top: 3rem;
}
.site__footer .footer-logo img {
  width: 20rem;
}
@media (max-width: 380px) {
  .site__footer .footer-logo img {
    width: 15rem;
  }
}
.site__footer .scroll-top .arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/scroll_top.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
  margin-top: -2rem;
  margin-left: -0.3rem;
}
@media (max-width: 991px) {
  .site__footer .scroll-top .arrow::before {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .site__footer .scroll-top .arrow::before {
    margin-top: 5.5rem;
  }
}
.site__footer .footer__social-links strong {
  font-weight: normal;
  text-transform: none !important;
}
.site__footer .footer__social-links ul li:not(:first-child) {
  margin: 0;
  padding: 0 !important;
}
.site__footer .footer__social-links ul li a {
  background: transparent;
}
.site__footer .footer__social-links ul li a svg {
  fill: white;
}

.hero {
  margin-top: 5rem;
}
.hero .hero__item--fullsize {
  min-height: 100vmin !important;
}
.hero .hero__item--fullsize .row, .hero .hero__item--fullsize .table__grid__row {
  width: 100%;
}
.hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
}
@media (max-width: 1399px) {
  .hero__entry .row, .hero__entry .table__grid__row {
    margin-left: 0;
  }
}
.hero__entry .col-lg-5 .box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero__entry .col-lg-5 .box {
    margin-top: 15rem;
    margin-bottom: 5rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero__entry .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero__entry .col-lg-5 .box span {
  color: var(--color-black);
  margin-bottom: 1rem;
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero__entry .col-lg-5 .box h1, .hero__entry .col-lg-5 .box .h1 {
  color: var(--color-primary);
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero__entry .col-lg-5 .box .button {
  text-align: right;
}
.hero .wohnimmobilien .col-lg-5 .box {
  background-color: rgba(170, 10, 25, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero .wohnimmobilien .col-lg-5 .box {
    margin-top: 15rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero .wohnimmobilien .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero .wohnimmobilien .col-lg-5 .box h1, .hero .wohnimmobilien .col-lg-5 .box .h1 {
  color: white;
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
}
.hero .wohnimmobilien .col-lg-5 .box p,
.hero .wohnimmobilien .col-lg-5 .box span {
  color: white;
}
.hero .wohnimmobilien .col-lg-5 .box .arrow::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
}
.hero .investmentimmobilien .col-lg-5 .box {
  background-color: rgba(141, 141, 141, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero .investmentimmobilien .col-lg-5 .box {
    margin-top: 15rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero .investmentimmobilien .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero .investmentimmobilien .col-lg-5 .box h1, .hero .investmentimmobilien .col-lg-5 .box .h1 {
  color: white;
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
}
.hero .investmentimmobilien .col-lg-5 .box p,
.hero .investmentimmobilien .col-lg-5 .box span {
  color: white;
}
.hero .investmentimmobilien .col-lg-5 .box .arrow::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
}
.hero .gewerbeimmobilien .col-lg-5 .box {
  background-color: rgba(111, 36, 36, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero .gewerbeimmobilien .col-lg-5 .box {
    margin-top: 15rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero .gewerbeimmobilien .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero .gewerbeimmobilien .col-lg-5 .box h1, .hero .gewerbeimmobilien .col-lg-5 .box .h1 {
  color: white;
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
}
.hero .gewerbeimmobilien .col-lg-5 .box p,
.hero .gewerbeimmobilien .col-lg-5 .box span {
  color: white;
}
.hero .gewerbeimmobilien .col-lg-5 .box .arrow::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
}
.hero .projektentwicklung .col-lg-5 .box {
  background-color: rgba(62, 62, 62, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero .projektentwicklung .col-lg-5 .box {
    margin-top: 15rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero .projektentwicklung .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero .projektentwicklung .col-lg-5 .box h1, .hero .projektentwicklung .col-lg-5 .box .h1 {
  color: white;
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
}
.hero .projektentwicklung .col-lg-5 .box p,
.hero .projektentwicklung .col-lg-5 .box span {
  color: white;
}
.hero .projektentwicklung .col-lg-5 .box .arrow::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
}
.hero .gewerbeimmobilien .col-lg-5 .box {
  background-color: rgba(111, 36, 36, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding: 3rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .hero .gewerbeimmobilien .col-lg-5 .box {
    margin-top: 15rem;
    border-radius: 0;
  }
}
@media (max-width: 485px) {
  .hero .gewerbeimmobilien .col-lg-5 .box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.hero .gewerbeimmobilien .col-lg-5 .box h1, .hero .gewerbeimmobilien .col-lg-5 .box .h1 {
  color: white;
  text-shadow: none;
  font-weight: 700;
  margin-top: 1.5rem;
}
.hero .gewerbeimmobilien .col-lg-5 .box p,
.hero .gewerbeimmobilien .col-lg-5 .box span {
  color: white;
}
.hero .gewerbeimmobilien .col-lg-5 .box .arrow::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  background-size: 1.5rem;
}
.hero .glide__bullets {
  display: flex !important;
}
@media (max-width: 767px) {
  .hero .glide__bullets {
    bottom: 2rem !important;
  }
}
.hero .slick-prev:before {
  color: transparent;
}
.hero .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  left: 50px;
  z-index: 9999;
  color: transparent;
}
.hero .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.hero .slick-next:before {
  color: transparent;
}
.hero .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  right: 50px;
}
.hero .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.hero-awards {
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
}

.section--guidance {
  background-color: #f2f3f3;
  padding-bottom: 2.5rem;
}
.section--guidance .guidance__controller {
  margin-top: 0;
}
.section--guidance .guidance__controller__inner {
  background-color: transparent;
  padding: 3rem 0;
}
.section--guidance .guidance__controller__inner h4, .section--guidance .guidance__controller__inner .h4 {
  color: var(--color-black);
  font-weight: 400;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.section--guidance .guidance__controller .quicklinks-container {
  display: flex;
  align-items: end;
}
.section--guidance .guidance__controller .quicklinks-container p {
  margin-left: 2rem;
}
.section--guidance .guidance__controller .quicklinks-container .col-md-8 > span {
  font-size: 0.875rem;
  padding-left: 2rem;
}
@media (max-width: 450px) {
  .section--guidance .guidance__controller .quicklinks-container {
    display: block;
  }
}
.section--guidance .guidance__controller .quicklinks-container .nice-select {
  border: 1px solid var(--color-black);
  margin-top: 1rem;
}
.section--guidance .guidance__controller .quicklinks-container .nice-select::after {
  margin-top: -2px;
  border-bottom: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
}
.section--guidance .guidance__controller .quicklinks-container button {
  margin-left: 0.75rem;
  background: transparent;
  padding-left: 3rem;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .section--guidance .guidance__controller .quicklinks-container button {
    padding-right: 3rem;
  }
}
@media (max-width: 450px) {
  .section--guidance .guidance__controller .quicklinks-container button {
    margin-left: 0;
    width: 100%;
  }
}

.section--welcome {
  padding: 5rem 0 !important;
}
.section--welcome .article p,
.section--welcome .article span,
.section--welcome .article li,
.section--welcome .article a {
  font-size: 1.125rem;
}

.section--latest-offers h3, .section--latest-offers .h3 {
  width: 60%;
}
@media (max-width: 991px) {
  .section--latest-offers h3, .section--latest-offers .h3 {
    width: 100%;
  }
}
.section--latest-offers h4 a, .section--latest-offers .h4 a {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  hyphens: auto;
  color: var(--color-black);
  font-weight: 400;
  font-size: 1.5rem;
}
.section--latest-offers p:nth-of-type(1) {
  margin-bottom: 0;
}
.section--latest-offers p {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-black);
  font-size: 1.125rem;
}
.section--latest-offers .content__card__meta {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  opacity: 1;
  color: var(--color-black);
}
.section--latest-offers .content__slider--property .glide__slide .content__card__body .button-container {
  padding-bottom: 1.5rem;
}
.section--latest-offers .js-content-card-slider-immo .glide__slides {
  margin: 0 -1rem;
}
.section--latest-offers .js-content-card-slider-immo .slick-slide {
  padding: 0 1rem;
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media {
  position: relative;
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 75%;
  margin-left: 4.5rem;
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .wohnimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .wohnimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .investmentimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(106, 106, 106);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .investmentimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .gewerbeimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(111, 36, 36);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header .gewerbeimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
.section--latest-offers .js-content-card-slider-immo .slick-slide .glide__slide .content__card__media header p span {
  font-size: 1rem;
  text-transform: none;
  color: var(--color-white) !important;
}
.section--latest-offers .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .section--latest-offers .glide__bullets {
    display: inline-flex !important;
  }
}
.section--latest-offers .slick-arrow {
  color: transparent;
  top: 9rem;
}
@media (max-width: 1350px) {
  .section--latest-offers .slick-arrow {
    display: none !important;
  }
}
.section--latest-offers .slick-arrow::before {
  color: transparent;
}
.section--latest-offers .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--latest-offers .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.section--latest-offers .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--latest-offers .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.section--latest-offers .glide__bullets {
  bottom: -1rem !important;
}

.sparten {
  margin-bottom: 5rem;
}
.sparten .section-showcase {
  position: relative;
}
.sparten .section-showcase h2, .sparten .section-showcase .h2 {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.sparten .section-showcase p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.sparten .section-showcase__content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 3rem;
  width: 92%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sparten .section-showcase__logo-container {
  text-align: right;
  margin-bottom: 4rem;
}
.sparten .section-showcase__logo-container img {
  height: 5.8rem;
  width: auto;
}
.sparten .section-showcase--left {
  height: 42rem;
  margin-top: 16rem;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .sparten .section-showcase--left {
    height: 40rem;
    margin-bottom: 12rem;
    margin-top: 0;
  }
}
.sparten .section-showcase--left .section-showcase__content {
  top: 0;
  transform: translateX(-50%) translateY(-14rem);
}
@media (max-width: 1199px) {
  .sparten .section-showcase--left .section-showcase__content {
    transform: translateX(-50%) translateY(1rem);
  }
}
@media (max-width: 600px) {
  .sparten .section-showcase--left {
    height: auto;
    padding-bottom: 9rem;
  }
  .sparten .section-showcase--left .section-showcase__content {
    top: 0;
    transform: unset;
    position: relative;
    left: 0;
  }
}
@media (max-width: 600px) {
  .sparten .section-showcase--left.even .section-showcase__content {
    top: 2rem;
  }
}
.sparten .section-showcase--left.odd {
  height: 42rem;
  margin-top: 0rem;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .sparten .section-showcase--left.odd {
    height: 40rem;
    margin-bottom: 12rem;
  }
}
.sparten .section-showcase--left.odd .section-showcase__content {
  padding-bottom: 3rem;
  bottom: 0;
  transform: translateX(-50%) translateY(60%);
}
@media (max-width: 1480px) {
  .sparten .section-showcase--left.odd .section-showcase__content {
    transform: translateX(-50%) translateY(60%);
  }
}
@media (max-width: 1199px) {
  .sparten .section-showcase--left.odd .section-showcase__content {
    bottom: auto;
    top: 0;
    transform: translateX(-50%) translateY(1rem);
  }
}
@media (max-width: 600px) {
  .sparten .section-showcase--left.odd {
    height: auto;
    padding-bottom: 9rem;
  }
  .sparten .section-showcase--left.odd .section-showcase__content {
    top: 2rem;
    transform: unset;
    position: relative;
    left: 0;
  }
}
.sparten .glide__slides {
  margin: 0 -1rem;
}
.sparten .slick-slide {
  padding: 0 1rem;
}
.sparten .odd header {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  padding-top: 13.9rem;
  z-index: 1;
  position: relative;
  bottom: 0;
  width: 75%;
  margin-left: 4.9rem;
  top: 0;
}
@media (max-width: 1199px) {
  .sparten .odd header {
    margin-left: 1.9rem !important;
    padding-top: 17.9rem;
  }
}
@media (max-width: 1000px) {
  .sparten .odd header {
    margin-left: 1.55rem !important;
    width: auto;
  }
  .sparten .odd header p {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .sparten .odd header {
    padding-top: 28.9rem;
  }
}
@media (max-width: 767px) {
  .sparten .odd header {
    padding-top: 19.9rem;
  }
}
@media (max-width: 600px) {
  .sparten .odd header {
    display: none;
  }
}
.sparten .odd .wohnimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .odd .wohnimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .sparten .odd .wohnimmobilien {
    padding: 0;
  }
}
.sparten .odd .investmentimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(106, 106, 106);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .odd .investmentimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .sparten .odd .investmentimmobilien {
    padding: 0;
  }
}
.sparten .odd .gewerbeimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(111, 36, 36);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .odd .gewerbeimmobilien {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .sparten .odd .gewerbeimmobilien {
    padding: 0;
  }
}
.sparten .odd .projektentwicklung {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(62, 62, 62);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .odd .projektentwicklung {
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .sparten .odd .projektentwicklung {
    padding: 0;
  }
}
.sparten .even header {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 75%;
  margin-left: 4.9rem;
}
@media (max-width: 1199px) {
  .sparten .even header {
    margin-left: 1.9rem !important;
  }
}
@media (max-width: 1000px) {
  .sparten .even header {
    margin-left: 1.55rem !important;
  }
  .sparten .even header p {
    font-size: 1rem !important;
  }
}
@media (max-width: 600px) {
  .sparten .even header {
    display: none;
  }
}
.sparten .even .wohnimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .even .wohnimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .sparten .even .wohnimmobilien {
    padding: 0;
  }
}
.sparten .even .investmentimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(106, 106, 106);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .even .investmentimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .sparten .even .investmentimmobilien {
    padding: 0;
  }
}
.sparten .even .gewerbeimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(111, 36, 36);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .even .gewerbeimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .sparten .even .gewerbeimmobilien {
    padding: 0;
  }
}
.sparten .even .projektentwicklung {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(62, 62, 62);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .sparten .even .projektentwicklung {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .sparten .even .projektentwicklung {
    padding: 0;
  }
}
.sparten .slick-arrow {
  color: transparent;
}
.sparten .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.sparten .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.sparten .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.sparten .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.sparten .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .sparten .glide__bullets {
    display: inline-flex !important;
    bottom: -40px !important;
  }
}
@media (max-width: 1199px) {
  .sparten .glide__bullets {
    bottom: 100px !important;
  }
}
.sparten .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .sparten .slick-arrow {
    display: none !important;
  }
}
.sparten .slick-arrow::before {
  color: transparent;
}

.section--appointment-request {
  padding: 3rem 0;
  background-color: rgb(170, 10, 25);
  background-blend-mode: multiply;
  background-size: cover;
}
@media (max-width: 767px) {
  .section--appointment-request {
    padding: 3rem;
  }
}
.section--appointment-request .form {
  background-color: rgb(170, 10, 25);
  padding: 0 4rem;
  border-bottom-left-radius: 7.5rem;
}
@media (max-width: 767px) {
  .section--appointment-request .form {
    border-bottom-left-radius: 0;
  }
}
.section--appointment-request .form::after {
  content: "";
  position: absolute;
  right: calc(-100vw + 5rem);
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: rgb(170, 10, 25);
}
.section--appointment-request form p {
  font-size: 0.9rem;
}
.section--appointment-request form .widget__label {
  display: none;
}
.section--appointment-request form input,
.section--appointment-request form input.form-control,
.section--appointment-request form textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid transparent;
  border-bottom: 1px solid white;
  padding: 0;
  color: white;
}
.section--appointment-request form input::-moz-placeholder, .section--appointment-request form input.form-control::-moz-placeholder, .section--appointment-request form textarea.form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}
.section--appointment-request form input::placeholder,
.section--appointment-request form input.form-control::placeholder,
.section--appointment-request form textarea.form-control::placeholder {
  color: white;
  opacity: 1;
}
.section--appointment-request form .yn-form-grid-row .yn-form-grid-field-6:nth-of-type(2) {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .section--appointment-request form .yn-form-grid-row .yn-form-grid-field-6:nth-of-type(2) {
    margin-left: 0;
  }
}
.section--appointment-request form .widget--checkbox .widget__label {
  display: block;
}
.section--appointment-request form .widget--checkbox .widget__label {
  border-color: var(--color-white);
}
.section--appointment-request form .widget--checkbox .widget__label::before {
  background-color: transparent !important;
  border-color: var(--color-white) !important;
  border-radius: 4px;
}
.section--appointment-request form .widget--checkbox .widget__label::after {
  border-radius: 0;
  height: 18px;
  width: 18px;
  border: none;
  left: -24px;
  top: 4px;
}
.section--appointment-request form .ynfinite-consent input[type=checkbox]:checked + label:after {
  background: url(../images/checked-svgrepo-com.svg);
  background-repeat: no-repeat;
}
.section--appointment-request form .ynfinite-consent .ynfinite-consent-text p {
  padding-left: 0.5rem;
}
.section--appointment-request form .ynfinite-consent .ynfinite-consent-text p a {
  color: var(--color-white);
}
.section--appointment-request form .button {
  padding: 0 3rem;
}

.section--news {
  background: #f2f3f3;
  padding: 7.5rem 0;
}
.section--news a.primary--color {
  color: var(--color-primary) !important;
}
.section--news .content__card__body {
  padding: 0;
  background: #f2f3f3;
}
.section--news .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .section--news .glide__bullets {
    display: inline-flex !important;
    bottom: -50px !important;
  }
}
.section--news .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .section--news .slick-arrow {
    display: none !important;
  }
}
.section--news .slick-arrow::before {
  color: transparent;
}
.section--news .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--news .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.section--news .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--news .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.section--news .content__card__media .content__card__media__wrapper.content__card__media__wrapper--rectangled {
  padding: 0 0 65%;
}
.section--news .content__card__actions {
  padding-bottom: 1rem;
}

.top-news {
  margin-bottom: 3rem;
}
.top-news-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-news .content__card__meta {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 2rem;
}
.top-news .content__card__details {
  padding-top: 1rem;
}

.section--service {
  padding: 7.5rem 0;
}
.section--service .service__entry {
  color: white;
  background-color: var(--color-secondary) !important;
  border-radius: 0 0 3rem;
}
.section--service .service__entry .service__box {
  background: transparent;
}
.section--service .service__entry .service__box span {
  text-transform: uppercase;
}
.section--service .service__entry .service__box h3, .section--service .service__entry .service__box .h3 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  color: white;
  line-height: 1.25;
  margin-top: 3rem;
}
.section--service .service__entry footer .button {
  color: white !important;
  padding: 0.5rem 3rem;
}
.section--service .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .section--service .glide__bullets {
    display: inline-flex !important;
  }
}
.section--service .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .section--service .slick-arrow {
    display: none !important;
  }
}
.section--service .slick-arrow::before {
  color: transparent;
}
.section--service .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--service .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -1rem;
}
.section--service .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--service .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: -1rem;
  margin-top: -0.2rem;
}

.section--occasions .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--occasions .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.section--occasions .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--occasions .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.section--occasions .content__slider--separated .content__card__body {
  background: transparent;
}

.team-slider .negative-margin {
  margin: 0 -2rem;
}
.team-slider .contacts__person {
  padding: 0 2rem;
  padding-bottom: 5rem;
}
.team-slider .contacts__person-image {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-slider .contacts__person-name {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 1.25;
  margin-top: 2rem;
}
.team-slider .contacts__person-position {
  margin-top: 1rem;
}
.team-slider .contacts__person-tel {
  color: var(--color-primary) !important;
  font-size: 1.7rem;
  font-weight: bold;
}
.team-slider .contacts__person .button {
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.team-slider .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .team-slider .glide__bullets {
    display: inline-flex !important;
    bottom: 20px !important;
  }
}
.team-slider .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .team-slider .slick-arrow {
    display: none !important;
  }
}
.team-slider .slick-arrow::before {
  color: transparent;
}
.team-slider .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.team-slider .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.team-slider .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.team-slider .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.section--seo .col-md-4 {
  padding: 0 4rem;
}

.section--property-map ~ .section--contact {
  padding-top: 5rem;
  margin-bottom: 5rem;
}

.section--contact {
  padding-top: 10rem;
  margin-bottom: 5rem;
}
.section--contact form p {
  font-size: 0.9rem;
}
.section--contact form .yn-form-grid-row .widget__label {
  display: none;
}
.section--contact form .yn-form-grid-row:nth-of-type(1) .widget__label {
  display: block;
  margin-top: 1rem;
  padding-left: 1rem;
}
.section--contact form .yn-form-grid-row:nth-of-type(2) .widget__label {
  display: block;
  padding-left: 1rem;
}
.section--contact form .yn-form-grid-row:nth-last-of-type(1) .widget__label {
  display: block;
  margin-top: 2rem;
}
.section--contact form .nice-select {
  margin-bottom: 1.5rem;
}
.section--contact form .nice-select::before {
  display: none;
}
.section--contact form .nice-select::after {
  margin-top: -0.2rem;
}
.section--contact form input,
.section--contact form input.form-control,
.section--contact form textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  padding: 0 !important;
}
.section--contact form input::-moz-placeholder, .section--contact form input.form-control::-moz-placeholder, .section--contact form textarea.form-control::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
  padding: 0 !important;
}
.section--contact form input::placeholder,
.section--contact form input.form-control::placeholder,
.section--contact form textarea.form-control::placeholder {
  color: var(--color-black);
  opacity: 1;
  padding: 0 !important;
}
.section--contact form textarea.form-control {
  border: 1px solid var(--color-black);
  padding: 1rem !important;
}
.section--contact form .widget--checkbox .widget__label {
  display: block;
}
.section--contact form .widget--checkbox .widget__label {
  border-color: var(--color-white);
}
.section--contact form .widget--checkbox .widget__label::before {
  background-color: transparent !important;
  border-color: rgb(112, 112, 112) !important;
  border-radius: 0;
}
.section--contact form .widget--checkbox .widget__label::after {
  border-radius: 0;
  height: 18px;
  width: 18px;
  border: none;
  left: -24px;
  top: 4px;
}
.section--contact form .ynfinite-consent input[type=checkbox]:checked + label:after {
  content: "";
  background: url(../images/checked-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-color: var(--color-primary);
}
.section--contact form .ynfinite-consent .ynfinite-consent-text p {
  padding-left: 0.5rem;
  color: var(--color-black);
}
.section--contact form .ynfinite-consent .ynfinite-consent-text p a {
  color: var(--color-black);
}

.site__content .section--text {
  background: rgb(242, 243, 242);
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.site__content > .section--property-listing-search:first-child,
.site__content > .section--quicksearch:first-child,
.site__content > .team-slider:first-child,
.site__content > .section--feedback-page:first-child {
  padding-top: 15rem !important;
}

.site__error {
  background: white;
}
.site__error .col-xxl-6 {
  overflow: hidden;
}
@media (max-width: 1399px) {
  .site__error .col-xxl-6 {
    min-height: 27rem;
  }
}
.site__error .col-xxl-6 figure {
  height: 100%;
  position: relative;
}
.site__error .col-xxl-6 figure img {
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8rem 0;
}
@media (max-width: 530px) {
  .site__error .col-xxl-6 figure img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .site__error .col-xxl-6 figure img {
    height: 94%;
  }
}
.site__error .col-xxl-6 figure::after {
  content: "";
  background-image: url(../images/regionen.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: 15rem;
  bottom: -14.8rem;
  right: -15rem;
  mix-blend-mode: multiply;
}
@media (max-width: 1399px) {
  .site__error .col-xxl-6 figure::after {
    bottom: -6.2rem;
    right: -27rem;
  }
}
@media (max-width: 1200px) {
  .site__error .col-xxl-6 figure::after {
    right: -22rem;
  }
}
@media (max-width: 991px) {
  .site__error .col-xxl-6 figure::after {
    right: -16rem;
  }
}
@media (max-width: 530px) {
  .site__error .col-xxl-6 figure::after {
    display: none;
  }
}
@media (max-width: 530px) {
  .site__error .col-xxl-6:nth-of-type(2) {
    padding-left: 0.8rem !important;
  }
}
.site__error address {
  color: var(--color-black);
}
.site__error address table {
  margin-top: -1rem;
}
.site__error .buttons {
  min-height: 2.7rem;
}
@media (max-width: 500px) {
  .site__error .buttons {
    display: flex;
    flex-direction: column;
  }
  .site__error .buttons a {
    text-align: center;
  }
}

.hero--alternative {
  margin-bottom: 3rem;
  margin-top: 10rem;
}
.hero--alternative .hero__entry {
  padding-top: 5rem;
}
@media (max-width: 1200px) {
  .hero--alternative .hero__entry .col-image {
    padding-left: 0;
  }
}
.hero--alternative .hero__entry .col-image figure {
  height: 40rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hero--alternative .hero__entry .col-image figure {
    height: 30rem;
  }
}
.hero--alternative .hero__entry .col-image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12rem 0;
}
@media (max-width: 1199px) {
  .hero--alternative .hero__entry .col-image figure img {
    border-radius: 8rem 0;
  }
}
.hero--alternative .hero__entry .col-image figure::after {
  content: "";
  background-image: url(../images/regionen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: -10%;
  height: 60%;
  width: 60%;
  mix-blend-mode: multiply;
}
@media (max-width: 601px) {
  .hero--alternative .hero__entry .col-image figure::after {
    right: 0;
  }
}
.hero--alternative .hero__entry .col-text {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .hero--alternative .hero__entry .col-text {
    padding-top: 5rem;
  }
}
.hero--alternative .hero__entry .col-text h1, .hero--alternative .hero__entry .col-text .h1 {
  color: var(--color-black);
  font-weight: 700;
  font-size: 3.6rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero--alternative .hero__entry .col-text .hero__entry__lead {
  padding-top: 1.5rem;
}

.section--region .region__entry .yn-article__images {
  margin-bottom: 3rem;
}

.regionen--slider {
  background: rgb(243, 243, 243);
  padding: 5rem 0 10rem;
}
.regionen--slider .content__card .row, .regionen--slider .content__card .table__grid__row {
  margin: 0 3rem;
}
.regionen--slider .content__card__body {
  background: transparent;
  margin-top: 4rem;
}
.regionen--slider .content__card__body.content__card__body--indented {
  padding: 0;
  padding-right: 1.5rem;
}
.regionen--slider .content__card__media__wrapper {
  height: 30rem;
  position: relative;
}
.regionen--slider .content__card__media__wrapper::after {
  content: "";
  background-image: url(../images/regionen.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: 15rem;
  bottom: -10.8rem;
  right: -12rem;
  mix-blend-mode: multiply;
}
@media (max-width: 1399px) {
  .regionen--slider .content__card__media__wrapper::after {
    content: "";
    background-image: url(../images/regionen.svg);
    background-repeat: no-repeat;
    height: 21rem;
    width: 16rem;
    position: absolute;
    background-size: 16rem;
    bottom: -0.5rem;
    right: 0;
    mix-blend-mode: multiply;
  }
}
@media (max-width: 500px) {
  .regionen--slider .content__card__media__wrapper::after {
    display: none;
  }
}
.regionen--slider .content__card__media__box {
  border-radius: 7.5rem 0;
  right: 4rem;
}
@media (max-width: 500px) {
  .regionen--slider .content__card__media__box {
    border-radius: 2.5rem 0;
    right: 0;
  }
}
@media (max-width: 1399px) {
  .regionen--slider .content__card {
    flex-direction: column;
  }
  .regionen--slider .content__card .content__card__media__wrapper {
    margin-top: 3rem;
  }
}
.regionen--slider .content__card {
  overflow: hidden;
}
.regionen--slider .glide__bullets {
  bottom: -5rem !important;
}
.regionen--slider .slick-arrow {
  color: transparent;
}
.regionen--slider .slick-arrow::before {
  color: transparent;
}
.regionen--slider .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.regionen--slider .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.regionen--slider .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.regionen--slider .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.section--regions-listing {
  margin-top: 7.5rem;
  background-color: rgb(242, 243, 243);
}
.section--regions-listing .content__card__body {
  border-radius: 0 0 2rem 2rem;
}
.section--regions-listing .content__card__body h4 a, .section--regions-listing .content__card__body .h4 a {
  color: var(--color-primary);
}

.section--regions .slick-arrow {
  color: transparent;
}
.section--regions .slick-arrow::before {
  color: transparent;
}
.section--regions .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--regions .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.section--regions .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--regions .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.section--information .component-video iframe {
  width: 100%;
  height: 25rem;
}
.section--information .article__accordion p {
  font-size: 1.125rem;
}

.section--information ~ .section--carreer {
  padding-top: 5rem;
}

.section--service-listing {
  padding: 15rem 0 5rem;
}
@media (max-width: 575px) {
  .section--service-listing .row, .section--service-listing .table__grid__row {
    width: 96%;
    margin: 0 auto;
  }
}
.section--service-listing .col-lg-4 {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section--service-listing .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
  }
}
.section--service-listing .col-lg-4 .content__card__body {
  padding: 1rem 0;
}
.section--service-listing .col-lg-4 .service__entry {
  color: white;
  background-color: var(--color-secondary) !important;
  border-radius: 0 0 3rem;
}
.section--service-listing .col-lg-4 .service__entry .service__box {
  text-align: center;
  background: transparent;
}
.section--service-listing .col-lg-4 .service__entry .service__box span {
  text-transform: uppercase;
}
.section--service-listing .col-lg-4 .service__entry .service__box h4, .section--service-listing .col-lg-4 .service__entry .service__box .h4 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  color: white;
  line-height: 1.25;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.section--service-listing .col-lg-4 .service__entry footer {
  text-align: center;
}
.section--service-listing .col-lg-4 .service__entry footer .button {
  color: white !important;
}
.section--service-listing .yn-pagination .yn-pagination__prev a::before {
  content: "";
  background-image: url(../images/pagination_arrow_left.svg);
}
.section--service-listing .yn-pagination .yn-pagination__next a::before {
  content: "";
  background-image: url(../images/pagination_arrow_rigth.svg);
}
.section--service-listing .content__listing .content__card__body {
  background-color: transparent;
}
.section--service-listing .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--service-listing .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--service-listing .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--service-listing .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--service-listing .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--service-listing .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--service-listing .yn-pagination a,
.section--service-listing .yn-pagination span,
.section--service-listing .yn-perPage__list a,
.section--service-listing .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.section--carreer {
  padding: 15vmin 0;
}
@media (max-width: 767px) {
  .section--carreer {
    padding: 15vmin 0;
  }
}

.section--ansprechpartner {
  padding-bottom: 5rem;
}
.section--ansprechpartner__position {
  font-size: 1.5rem;
}
.section--ansprechpartner__contact {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .section--ansprechpartner .row, .section--ansprechpartner .table__grid__row {
    width: 96%;
    margin: 0 auto;
  }
}
.section--ansprechpartner .col-lg-10 {
  background-color: rgb(243, 243, 243);
  border-bottom-right-radius: 7.5rem !important;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .section--ansprechpartner .col-lg-10 .row, .section--ansprechpartner .col-lg-10 .table__grid__row {
    flex-direction: column;
  }
}
.section--ansprechpartner .col-lg-4 {
  padding: 0;
}
@media (max-width: 991px) {
  .section--ansprechpartner .col-lg-4 {
    height: 50rem;
  }
}
@media (max-width: 575px) {
  .section--ansprechpartner .col-lg-4 {
    height: 30rem;
  }
}
.section--ansprechpartner .col-lg-4 .image-container {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  .section--ansprechpartner .col-lg-4 .image-container {
    margin-top: 1rem;
  }
}
.section--ansprechpartner .col-lg-5 {
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .section--ansprechpartner .col-lg-5 {
    padding-left: 2rem;
  }
}
.section--ansprechpartner .col-lg-5 h2, .section--ansprechpartner .col-lg-5 .h2 {
  margin-bottom: 0;
}
.section--ansprechpartner .col-lg-5 span p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.section--ansprechpartner .col-lg-5 span p,
.section--ansprechpartner .col-lg-5 a {
  font-size: 1.5rem;
}
.section--ansprechpartner .col-lg-5 span p a,
.section--ansprechpartner .col-lg-5 a a {
  color: var(--color-primary);
}
.section--ansprechpartner .col-lg-5 .button {
  font-size: 1rem;
}
@media (max-width: 363px) {
  .section--ansprechpartner .col-lg-5 .button {
    font-size: 0.75rem;
  }
}

.section--news-entry .hero {
  margin-top: 8rem;
}
.section--news-entry .hero .hero__image {
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .section--news-entry .hero .hero__image {
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .section--news-entry .hero .hero__entry {
    min-height: 40vmax !important;
  }
}
.section--news-entry .news__upper {
  margin: 2rem 0 3rem 0;
}
.section--news-entry .news__upper h1, .section--news-entry .news__upper .h1,
.section--news-entry .news__upper h2,
.section--news-entry .news__upper .h2,
.section--news-entry .news__upper h3,
.section--news-entry .news__upper .h3,
.section--news-entry .news__upper h4,
.section--news-entry .news__upper .h4,
.section--news-entry .news__upper h5,
.section--news-entry .news__upper .h5,
.section--news-entry .news__upper h6,
.section--news-entry .news__upper .h6,
.section--news-entry .news__upper p,
.section--news-entry .news__upper span {
  color: black;
}
.section--news-entry .news__upper .yn-article h2, .section--news-entry .news__upper .yn-article .h2 {
  font-size: 1.563rem;
  font-weight: normal;
  padding: 0.5rem 0;
}

.hero--image-2 .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}
.hero--image-2 .hero__entry .row, .hero--image-2 .hero__entry .table__grid__row {
  width: 100%;
  height: 100%;
}
.hero--image-2 .hero__entry .row .col-lg-5, .hero--image-2 .hero__entry .table__grid__row .col-lg-5 {
  margin-top: 10rem;
  background-color: rgba(170, 10, 25, 0.8);
  border-radius: 0 0 0 7.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10vmin;
}
@media (max-width: 767px) {
  .hero--image-2 .hero__entry .row .col-lg-5, .hero--image-2 .hero__entry .table__grid__row .col-lg-5 {
    margin-top: 5rem;
    padding: 0 1rem;
    border-radius: 0;
    padding: 3rem;
  }
}
.hero--image-2 .hero__entry .row .col-lg-5 h1, .hero--image-2 .hero__entry .table__grid__row .col-lg-5 h1, .hero--image-2 .hero__entry .row .col-lg-5 .h1, .hero--image-2 .hero__entry .table__grid__row .col-lg-5 .h1 {
  padding-top: 5rem;
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero--image-2 .hero__entry .row .col-lg-5 p, .hero--image-2 .hero__entry .table__grid__row .col-lg-5 p {
  color: var(--color-white);
}

.section__facts {
  margin-top: 3rem;
}

.section--features h1, .section--features .h1 {
  font-size: 3.5rem;
  font-weight: 300;
  padding-top: 2rem;
}
.section--features ul {
  padding-left: 0;
}
.section--features ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.section--features ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: black;
  background: black;
  border: none;
  border-radius: 100%;
  font-size: 0.2rem;
  margin-right: 0.75rem;
  width: 5px;
  height: 5px;
}
.section--features #referenz_bild img {
  margin-top: 1.5rem;
  height: 35rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero.wohnimmobilien .row, .hero.wohnimmobilien .table__grid__row {
  width: 100%;
}
.hero.wohnimmobilien .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
}
.hero.wohnimmobilien .hero__entry .col-lg-5 {
  background-color: rgba(170, 10, 25, 0.8);
  margin-top: 5rem;
  margin-bottom: 10rem;
  max-height: 100%;
  border-radius: 0 0 0 7.5rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .hero.wohnimmobilien .hero__entry .col-lg-5 {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 0;
  }
}
.hero.wohnimmobilien .hero__entry .col-lg-5 h1, .hero.wohnimmobilien .hero__entry .col-lg-5 .h1 {
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero.wohnimmobilien .hero__entry .col-lg-5 p {
  color: var(--color-white);
}

.hero.gewerbeimmobilien .row, .hero.gewerbeimmobilien .table__grid__row {
  width: 100%;
}
.hero.gewerbeimmobilien .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
}
.hero.gewerbeimmobilien .hero__entry .col-lg-5 {
  background-color: rgba(111, 36, 36, 0.8);
  margin-top: 5rem;
  margin-bottom: 10rem;
  max-height: 100%;
  border-radius: 0 0 0 7.5rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .hero.gewerbeimmobilien .hero__entry .col-lg-5 {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 0;
  }
}
.hero.gewerbeimmobilien .hero__entry .col-lg-5 h1, .hero.gewerbeimmobilien .hero__entry .col-lg-5 .h1 {
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero.gewerbeimmobilien .hero__entry .col-lg-5 p {
  color: var(--color-white);
}

.hero.investmentimmobilien .row, .hero.investmentimmobilien .table__grid__row {
  width: 100%;
}
.hero.investmentimmobilien .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
}
.hero.investmentimmobilien .hero__entry .col-lg-5 {
  background-color: rgba(106, 106, 106, 0.8);
  margin-top: 5rem;
  margin-bottom: 10rem;
  max-height: 100%;
  border-radius: 0 0 0 7.5rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .hero.investmentimmobilien .hero__entry .col-lg-5 {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 0;
  }
}
.hero.investmentimmobilien .hero__entry .col-lg-5 h1, .hero.investmentimmobilien .hero__entry .col-lg-5 .h1 {
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero.investmentimmobilien .hero__entry .col-lg-5 p {
  color: var(--color-white);
}

.hero.projektentwicklung .row, .hero.projektentwicklung .table__grid__row {
  width: 100%;
}
.hero.projektentwicklung .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
}
.hero.projektentwicklung .hero__entry .col-lg-5 {
  background-color: rgba(62, 62, 62, 0.8);
  margin-top: 5rem;
  margin-bottom: 10rem;
  max-height: 100%;
  border-radius: 0 0 0 7.5rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .hero.projektentwicklung .hero__entry .col-lg-5 {
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 0;
  }
}
.hero.projektentwicklung .hero__entry .col-lg-5 h1, .hero.projektentwicklung .hero__entry .col-lg-5 .h1 {
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero.projektentwicklung .hero__entry .col-lg-5 p {
  color: var(--color-white);
}

.section--overview .col-md-6::after {
  display: none;
}
.section--overview .table__grid__row > div::after {
  display: none;
}
.section--overview .table__grid__row td {
  vertical-align: top;
  hyphens: auto;
}

.section--overview {
  padding: 7.5rem 0;
  background: var(--color-purple);
}
.section--overview * {
  color: var(--color-black);
}
.section--overview .table__grid table tr td {
  border-bottom: 1px solid var(--color-black);
}
.section--overview .table__grid__row > :not(:first-child) {
  border-left: none;
}
.section--overview .larger {
  font-size: 1.125rem;
  margin-top: 2rem;
  color: var(--color-primary);
}
.section--overview table tbody td.col-md-6 {
  padding-left: 0;
}

.section--awards * {
  color: white !important;
}

.section--text.immo-lage .immo-lage__background-image {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 35% !important;
}
@media (max-width: 991px) {
  .section--text.immo-lage .immo-lage__background-image {
    padding-top: 100% !important;
    margin-bottom: 0;
  }
}
.section--text.immo-lage .col-md-8 {
  position: relative;
  margin-top: -12.5rem;
}
.section--text.immo-lage .col-md-8 * {
  color: white;
}
.section--text.immo-lage .col-md-8 .form {
  height: 19rem;
  width: 15rem;
  position: absolute;
  left: -5rem;
  top: -6.5rem;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .section--text.immo-lage .col-md-8 .form {
    display: none;
  }
}
.section--text.immo-lage .col-md-8 .form::before {
  content: "";
  background-image: url(../images/regionen.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 15rem;
  position: absolute;
}
.section--text.immo-lage .col-md-8 .article.wohnimmobilien {
  border-bottom-left-radius: 5rem;
  bottom: -30%;
  margin-bottom: 10rem;
  padding: 4rem 7rem 7rem 4rem;
  background: rgb(170, 10, 25);
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .section--text.immo-lage .col-md-8 .article.wohnimmobilien {
    padding: 2.5rem;
  }
}
.section--text.immo-lage .col-md-8 .article.investmentimmobilien {
  border-bottom-left-radius: 5rem;
  bottom: -30%;
  margin-bottom: 10rem;
  padding: 4rem 7rem 7rem 4rem;
  background: rgb(106, 106, 106);
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .section--text.immo-lage .col-md-8 .article.investmentimmobilien {
    padding: 2.5rem;
  }
}
.section--text.immo-lage .col-md-8 .article.gewerbeimmobilien {
  border-bottom-left-radius: 5rem;
  bottom: -30%;
  margin-bottom: 10rem;
  padding: 4rem 7rem 7rem 4rem;
  background: rgb(111, 36, 36);
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .section--text.immo-lage .col-md-8 .article.gewerbeimmobilien {
    padding: 2.5rem;
  }
}
.section--text.immo-lage .col-md-8 .article.projektentwicklung {
  border-bottom-left-radius: 5rem;
  bottom: -30%;
  margin-bottom: 10rem;
  padding: 4rem 7rem 7rem 4rem;
  background: rgb(62, 62, 62);
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .section--text.immo-lage .col-md-8 .article.projektentwicklung {
    padding: 2.5rem;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 20vw);
  grid-gap: 1rem;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 20vw;
  }
}

.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 767px) {
  .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
}

.section--property-listing .content__card__meta {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  opacity: 1;
  color: var(--color-black);
}
.section--property-listing .content__card__body h3 a, .section--property-listing .content__card__body .h3 a {
  font-size: 1.5rem;
  color: rgb(24, 25, 25) !important;
  text-decoration: none !important;
}
.section--property-listing .content__card__body p:nth-of-type(1) {
  margin-bottom: 0;
}
.section--property-listing .content__card__media {
  position: relative;
}
.section--property-listing .content__card__media header {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 75%;
}
@media (max-width: 1399px) {
  .section--property-listing .content__card__media header {
    left: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section--property-listing .content__card__media header {
    left: 4.9rem;
  }
}
.section--property-listing .content__card__media header .wohnimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--property-listing .content__card__media header .wohnimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
.section--property-listing .content__card__media header .investmentimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(106, 106, 106);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--property-listing .content__card__media header .investmentimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
.section--property-listing .content__card__media header .gewerbeimmobilien {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(111, 36, 36);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--property-listing .content__card__media header .gewerbeimmobilien {
    flex-direction: column;
    align-items: center;
  }
}
.section--property-listing .content__card__media header .projektentwicklung {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(62, 62, 62);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
@media (max-width: 1000px) {
  .section--property-listing .content__card__media header .projektentwicklung {
    flex-direction: column;
    align-items: center;
  }
}
.section--property-listing .content__card__media header p span {
  font-size: 1rem;
  text-transform: none;
  color: var(--color-white) !important;
}
.section--property-listing .yn-pagination .yn-pagination__prev a::before {
  content: "";
  background-image: url(../images/pagination_arrow_left.svg);
}
.section--property-listing .yn-pagination .yn-pagination__next a::before {
  content: "";
  background-image: url(../images/pagination_arrow_rigth.svg);
}
.section--property-listing .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--property-listing .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--property-listing .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--property-listing .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--property-listing .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--property-listing .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--property-listing .yn-pagination a,
.section--property-listing .yn-pagination span,
.section--property-listing .yn-perPage__list a,
.section--property-listing .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.hero--image .hero__entry {
  width: auto;
}
.hero--image .hero__entry .col-lg-5 h1, .hero--image .hero__entry .col-lg-5 .h1 {
  color: var(--color-primary);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767px) {
  .hero--image .hero__entry .col-lg-5 h1, .hero--image .hero__entry .col-lg-5 .h1 {
    font-size: 3rem;
  }
}
.hero--image .hero__entry .col-lg-5 p {
  color: var(--color-black);
  font-size: 1.25rem;
}

.section--location header h3, .section--location header .h3 {
  color: var(--color-black);
}
.section--location .col-lg-5 {
  padding-left: 2rem;
}
.section--location address p {
  margin-bottom: 0;
}

.section--video {
  padding: 8rem 0 !important;
  background: rgb(44, 44, 44);
}
.section--video h2, .section--video .h2 {
  padding-right: 7.5rem;
  margin-bottom: 3rem;
  color: var(--color-white);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  hyphens: auto;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  .section--video h2, .section--video .h2 {
    padding-right: 0;
  }
}
.section--video p {
  padding-right: 7.5rem;
  color: var(--color-white);
}
@media (max-width: 575px) {
  .section--video p {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

.section--feedback h3, .section--feedback .h3 {
  text-align: center;
}
.section--feedback .feedback__entry .feedback-header {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
.section--feedback .feedback__entry .feedback-header img {
  width: 6rem;
  height: auto;
  margin-right: 3rem;
  border-radius: 100%;
}
.section--feedback .feedback__entry .feedback__entry__author {
  font-style: normal;
  opacity: 1;
}
.section--feedback .feedback__entry .feedback__entry__quote {
  padding-right: 10rem;
}
@media (max-width: 991px) {
  .section--feedback .feedback__entry .feedback__entry__quote {
    padding-right: 0;
  }
}
.section--feedback .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .section--feedback .slick-arrow {
    display: none !important;
  }
}
.section--feedback .slick-arrow::before {
  color: transparent;
}
.section--feedback .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--feedback .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -1rem;
}
.section--feedback .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--feedback .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: -1rem;
  margin-top: -0.2rem;
}

.js-award-slider .slick-arrow {
  color: transparent;
}
.js-award-slider .slick-arrow::before {
  color: transparent;
}
.js-award-slider .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.js-award-slider .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.js-award-slider .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.js-award-slider .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.section--references-listing:first-child {
  padding: 15rem 0 5rem;
}
.section--references-listing .content__card__meta {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  opacity: 1;
  color: var(--color-black);
}
.section--references-listing .content__card__body h3 a, .section--references-listing .content__card__body .h3 a {
  font-size: 1.5rem;
}
.section--references-listing .content__card__media__overlay-banner.verkauft {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  width: 75%;
  left: 5.4rem;
  background: none;
}
.section--references-listing .content__card__media__overlay-banner.verkauft span {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
.section--references-listing .content__card__media__overlay-banner.vermietet {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  width: 75%;
  left: 5.4rem;
  background: none;
}
.section--references-listing .content__card__media__overlay-banner.vermietet span {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
.section--references-listing .yn-pagination .yn-pagination__prev a::before {
  content: "";
  background-image: url(../images/pagination_arrow_left.svg);
}
.section--references-listing .yn-pagination .yn-pagination__next a::before {
  content: "";
  background-image: url(../images/pagination_arrow_rigth.svg);
}
.section--references-listing .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--references-listing .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--references-listing .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--references-listing .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--references-listing .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--references-listing .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--references-listing .yn-pagination a,
.section--references-listing .yn-pagination span,
.section--references-listing .yn-perPage__list a,
.section--references-listing .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.js-content-card-slider-ref .slick-slide {
  padding: 1rem;
}
.js-content-card-slider-ref .content__card__meta {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  opacity: 1;
  color: var(--color-black);
}
.js-content-card-slider-ref .content__card__media__overlay-banner.verkauft {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  width: 75%;
  left: 5.4rem;
  background: none;
}
.js-content-card-slider-ref .content__card__media__overlay-banner.verkauft span {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}
.js-content-card-slider-ref .verkauft.wohnimmobilien span {
  background: rgb(170, 10, 25);
}
.js-content-card-slider-ref .verkauft.investmentimmobilien span {
  background: rgb(106, 106, 106);
}
.js-content-card-slider-ref .verkauft.gewerbeimmobilien span {
  background: rgb(111, 36, 36);
}
.js-content-card-slider-ref .content__card__media__overlay-banner.vermietet {
  transform-origin: left bottom;
  transform: rotate(-90deg);
  width: 75%;
  left: 5.4rem;
  background: none;
}
.js-content-card-slider-ref .content__card__media__overlay-banner.vermietet span {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1.5rem;
  background: rgb(170, 10, 25);
  color: var(--color-white);
  margin-bottom: 0;
  justify-content: center;
  border-bottom-left-radius: 3.5rem;
}
.js-content-card-slider-ref .vermietet.wohnimmobilien span {
  background: rgb(170, 10, 25);
}
.js-content-card-slider-ref .vermietet.investmentimmobilien span {
  background: rgb(106, 106, 106);
}
.js-content-card-slider-ref .vermietet.gewerbeimmobilien span {
  background: rgb(111, 36, 36);
}
.js-content-card-slider-ref .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .js-content-card-slider-ref .glide__bullets {
    display: inline-flex !important;
    bottom: -20px !important;
  }
}
.js-content-card-slider-ref .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .js-content-card-slider-ref .slick-arrow {
    display: none !important;
  }
}
.js-content-card-slider-ref .slick-arrow::before {
  color: transparent;
}
.js-content-card-slider-ref .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.js-content-card-slider-ref .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.js-content-card-slider-ref .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.js-content-card-slider-ref .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.hero--image-3 .row, .hero--image-3 .table__grid__row {
  width: 100%;
}
.hero--image-3 .hero__entry {
  flex-grow: 1;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1400px) {
  .hero--image-3 .hero__entry {
    max-width: 90% !important;
  }
}
.hero--image-3 .hero__entry .col-lg-5 {
  margin-top: 10rem;
  max-height: 100%;
  background-color: rgb(156, 34, 34);
  border-radius: 0 0 0 7.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .hero--image-3 .hero__entry .col-lg-5 {
    padding: 0 1rem;
    border-radius: 0;
    padding: 3rem;
  }
}
.hero--image-3 .hero__entry .col-lg-5 h1, .hero--image-3 .hero__entry .col-lg-5 .h1 {
  padding-top: 5rem;
  color: var(--color-white);
  text-shadow: none;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 5rem;
  hyphens: auto;
}
@media (max-width: 767px) {
  .hero--image-3 .hero__entry .col-lg-5 h1, .hero--image-3 .hero__entry .col-lg-5 .h1 {
    font-size: 3rem;
  }
}
.hero--image-3 .hero__entry .col-lg-5 p {
  color: var(--color-white);
  margin-bottom: 7.5rem;
}

.section--reference .features-list {
  margin-top: 3rem;
}
.section--reference .features-list ul {
  padding-left: 0;
}
.section--reference .features-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.section--reference .features-list ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: black;
  background: black;
  border: none;
  border-radius: 100%;
  font-size: 0.2rem;
  margin-right: 0.75rem;
  width: 5px;
  height: 5px;
}
.section--reference #referenz_bild img {
  margin-top: 5rem;
  margin-bottom: 3rem;
  height: 35rem;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .section--reference #referenz_bild img {
    width: 100%;
  }
}

.section--news-listing {
  padding: 15rem 0 5rem;
  background-color: rgb(242, 243, 243);
}
.section--news-listing .col-lg-4 .content__card__body {
  padding: 1rem 0 !important;
}
.section--news-listing .col-lg-4 .content__card__body .content__card__meta {
  padding-bottom: 0.75rem;
}
.section--news-listing .yn-pagination .yn-pagination__prev a::before {
  content: "";
  background-image: url(../images/pagination_arrow_left.svg);
}
.section--news-listing .yn-pagination .yn-pagination__next a::before {
  content: "";
  background-image: url(../images/pagination_arrow_rigth.svg);
}
.section--news-listing .content__listing .content__card__body {
  background-color: transparent;
}
.section--news-listing .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--news-listing .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--news-listing .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--news-listing .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--news-listing .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--news-listing .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--news-listing .yn-pagination a,
.section--news-listing .yn-pagination span,
.section--news-listing .yn-perPage__list a,
.section--news-listing .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.section--team {
  padding-top: 12.5rem;
}
.section--team .content__card__media {
  padding: 0 2rem;
  padding-bottom: 5rem;
}
.section--team .content__card__media .content__card__media__wrapper--rectangled {
  padding: 0 0 0 100%;
}
.section--team .content__card__media .content__card__media__box {
  min-height: 22rem;
  height: 100%;
}
@media (max-width: 767px) {
  .section--team .content__card__media .content__card__media__box {
    min-height: 30rem;
  }
}
@media (max-width: 385px) {
  .section--team .content__card__media .content__card__media__box {
    min-height: 25rem;
  }
}
.section--team .content__card__media .content__card__media__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--team .content__card__details {
  margin-top: 75%;
}
@media (max-width: 501px) {
  .section--team .content__card__details {
    margin-top: 100%;
  }
}
.section--team .content__card__details > p {
  margin-bottom: 0;
}
.section--team .content__card__details > p strong {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  color: var(--color-primary);
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 1rem;
}
.section--team .content__card__contactinfo .text-reset {
  color: var(--color-primary) !important;
}
.section--team .content__card__contactinfo tr:nth-last-of-type(1) td {
  padding-top: 3rem;
}
.section--team .button {
  color: white;
  margin-top: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1199px) {
  .section--team .button {
    font-size: 0.9rem;
  }
}
.section--team .content__card__body {
  margin-top: 6rem;
}
.section--team .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--team .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--team .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--team .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--team .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--team .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--team .yn-pagination a,
.section--team .yn-pagination span,
.section--team .yn-perPage__list a,
.section--team .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.section--occasions-listing {
  padding: 15rem 0 5rem;
  background-color: rgb(242, 243, 243);
}
.section--occasions-listing .col-md-12 {
  padding: 2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  background-color: white;
}
@media (max-width: 767px) {
  .section--occasions-listing .col-md-12 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.section--occasions-listing .col-md-12 .content__card__media__box {
  min-width: 15rem;
  max-width: 15rem;
  height: 10rem;
}
.section--occasions-listing .col-md-12 .content__card__media__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--occasions-listing .col-md-12 .content__card__body {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .section--occasions-listing .col-md-12 .content__card__body {
    padding: 2rem;
  }
}
.section--occasions-listing .col-md-12 .content__card__body h4 a, .section--occasions-listing .col-md-12 .content__card__body .h4 a {
  color: var(--color-primary);
}
.section--occasions-listing .col-md-12 .content__card__body .content__card__details {
  max-width: 50rem;
}
.section--occasions-listing .yn-pagination .yn-pagination__prev a::before {
  content: "";
  background-image: url(../images/pagination_arrow_left.svg);
}
.section--occasions-listing .yn-pagination .yn-pagination__next a::before {
  content: "";
  background-image: url(../images/pagination_arrow_rigth.svg);
}
.section--occasions-listing .content__listing .content__card__body {
  background-color: transparent;
}
.section--occasions-listing .yn-perPage__list ul::before {
  content: "Zeige";
}
.section--occasions-listing .yn-perPage__list ul li a {
  background-color: var(--color-white) !important;
}
.section--occasions-listing .yn-perPage__list ul .yn-perPage__item--active {
  color: var(--color-primary);
}
.section--occasions-listing .yn-perPage__list ul .yn-perPage__item--active a {
  background-color: var(--color-white) !important;
}
.section--occasions-listing .yn-pagination li.yn-pagination__page--active {
  color: var(--color-primary);
}
.section--occasions-listing .yn-pagination li.yn-pagination__page--active span {
  border-color: rgba(135, 136, 138, 0.5);
  background-color: white !important;
}
.section--occasions-listing .yn-pagination a,
.section--occasions-listing .yn-pagination span,
.section--occasions-listing .yn-perPage__list a,
.section--occasions-listing .yn-perPage__list span {
  background-color: var(--color-white) !important;
  border-color: rgba(135, 136, 138, 0.5);
}

.section--occasions {
  background-color: rgb(242, 243, 243);
}
.section--occasions .content__card {
  background: white;
  display: flex;
  margin: 1rem 0;
  padding: 2rem 0 2rem 2rem;
}
@media (max-width: 767px) {
  .section--occasions .content__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section--occasions .content__card .content__card__media {
  height: 10rem;
  min-width: 15rem;
  max-width: 15rem;
}
@media (max-width: 767px) {
  .section--occasions .content__card__body {
    padding: 0;
    padding-top: 1.5rem;
  }
}
.section--occasions .content__card__body h4 a, .section--occasions .content__card__body .h4 a {
  color: var(--color-primary);
}
.section--occasions .content__card__body .content__card__details {
  max-width: 50rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .section--occasions .content__card__body .content__card__details {
    max-width: 30rem;
  }
}
@media (max-width: 991px) {
  .section--occasions .content__card__body .content__card__details {
    max-width: 20rem;
  }
}
@media (max-width: 767px) {
  .section--occasions .content__card__body .content__card__details {
    max-width: 100%;
  }
}
.section--occasions .glide__slides {
  margin: 0 -1rem;
}
.section--occasions .slick-slide {
  padding: 0 1rem;
}
.section--occasions .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .section--occasions .glide__bullets {
    display: inline-flex !important;
    bottom: -10px !important;
  }
}
.section--occasions .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .section--occasions .slick-arrow {
    display: none !important;
  }
}
.section--occasions .slick-arrow::before {
  color: transparent;
}
.section--occasions .slick-prev {
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--occasions .slick-prev::after {
  content: "";
  background-image: url(../images/arrow-slider-left.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
  left: -3rem;
}
.section--occasions .slick-next {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
}
.section--occasions .slick-next::after {
  content: "";
  background-image: url(../images/arrow-slider-right.svg);
  background-repeat: no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  background-size: 2.5rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.js-award-slider .glide__bullets {
  display: none !important;
}
@media (max-width: 1350px) {
  .js-award-slider .glide__bullets {
    display: inline-flex !important;
    bottom: -20px !important;
  }
}
.js-award-slider .slick-arrow {
  color: transparent;
  margin-top: -2rem;
}
@media (max-width: 1350px) {
  .js-award-slider .slick-arrow {
    display: none !important;
  }
}
.js-award-slider .slick-arrow::before {
  color: transparent;
}

.section--quicksearch h2, .section--quicksearch .h2,
.section--property-listing-search h2,
.section--property-listing-search .h2 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.section--quicksearch .form-content .button,
.section--property-listing-search .form-content .button {
  margin-top: 5rem !important;
}
.section--quicksearch label,
.section--property-listing-search label {
  font-size: 1.1rem;
}

.article__accordion > h2, .article__accordion > .h2,
.article__accordion > h3,
.article__accordion > .h3 {
  margin-bottom: 2rem;
}
.article__accordion details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.article__accordion summary {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color-primary);
  padding: 1.5rem 3.5rem 1.5rem 0;
  hyphens: auto;
  font-size: 1.875rem;
}
.article__accordion summary::after {
  font-family: Arial;
  top: 1.25rem;
  color: var(--color-black);
  border: 1px solid rgb(0, 0, 0);
}
.article__accordion button {
  margin: 1rem 0;
}
.article__accordion button a {
  text-decoration: none;
}

.section__facts {
  background-color: rgb(231, 232, 233);
  padding-right: 11rem !important;
  padding-left: 6rem !important;
  padding-bottom: 4rem !important;
  padding-top: 3rem !important;
  border-bottom-right-radius: 7.5rem !important;
}
@media (max-width: 575px) {
  .section__facts {
    padding-left: 2rem !important;
  }
}
.section__facts h1, .section__facts .h1,
.section__facts h2,
.section__facts .h2,
.section__facts h3,
.section__facts .h3,
.section__facts h4,
.section__facts .h4,
.section__facts h5,
.section__facts .h5,
.section__facts h6,
.section__facts .h6 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
}
.section__facts span {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .section__facts {
    padding-right: 2.5rem !important;
  }
}
.section__facts p {
  align-items: flex-start;
}
.section__facts p svg {
  background-color: rgb(62, 62, 62);
  flex: none;
  margin-right: 1rem;
  color: white !important;
}

svg g path {
  stroke: var(--color-primary);
}

.contacts__slider .slick-track {
  display: flex;
}
.contacts__slider .slick-track .slick-slide {
  height: auto;
}
.contacts__slider .slick-track .slick-slide > div {
  height: 100%;
}
.contacts__slider .slick-track .slick-slide > div .contacts__slide {
  height: 100%;
}
.contacts__slider .slick-track .slick-slide > div .contacts__slide .contacts__person {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contacts__slider .slick-track .slick-slide > div .contacts__slide .contacts__person .contacts__person__button-container {
  margin-top: auto;
}
.contacts__slider .slick-track .slick-slide > div .contacts__slide .contacts__person .contacts__person__button-container .button {
  margin-top: 3rem;
}

.section--custom-tool h2, .section--custom-tool .h2 {
  margin-bottom: 3rem;
}

.header-special-container {
  width: 100%;
  justify-content: flex-end;
  margin-right: 3rem;
}
@media (max-width: 1199px) {
  .header-special-container .list__inline--social {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-special-container {
    display: none !important;
  }
}
.header-special-container ul {
  margin-right: 1.5rem;
}

.hero.glide .slick-track {
  display: flex;
}
.hero.glide .slick-track .slick-slide {
  height: auto;
}
.hero.glide .slick-track .slick-slide > div {
  height: 100%;
}
.hero.glide .slick-track .slick-slide > div > li {
  height: 100%;
}
.hero.glide .slick-track .slick-slide > div > li .hero__item {
  height: 100%;
}

.section--quicksearch,
.section--property-listing-search {
  background: var(--color-secondary);
}
.section--quicksearch .container,
.section--property-listing-search .container {
  background: var(--color-secondary) !important;
}
.section--quicksearch .container *,
.section--property-listing-search .container * {
  color: #fff;
}
.section--quicksearch .container .nice-select-dropdown ul li,
.section--property-listing-search .container .nice-select-dropdown ul li {
  color: black;
}

.partner-search .nice-select .option {
  display: none;
}
.partner-search .nice-select .option.level-1 {
  display: block;
  font-weight: 700;
  color: var(--color-primary);
  padding-left: 1rem !important;
}
.partner-search .nice-select .option.level-0 {
  display: block;
  padding-left: 2rem;
}
.partner-search .form-content {
  width: 50%;
}

.tour-iframe {
  width: 100%;
  height: 40rem;
  max-height: 80vh;
}

.modal__dialog {
  z-index: 1000000;
}

.modal__dialog .button--modal-close {
  top: 50px;
}

.site__header .site__logo {
  max-width: initial;
}

.modal__inner.bg-default.text-white a {
  color: white;
}

.article h3, .article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.article p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.section--contact--properties .widget--text label,
.section--contact--properties .widget--email label {
  display: none !important;
}

.yn-form-response__new-form {
  display: none !important;
}

.yn-pagination a,
.yn-pagination span,
.yn-perPage__list a,
.yn-perPage__list span {
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero .hero__item .hero__entry .h1,
.hero .hero__item .hero__entry h1 {
  font-size: clamp(3rem, 5vw, 3rem);
}

.partners__partner {
  display: flex;
  border-bottom: 1px solid grey;
  padding: 3rem 0;
}
@media (max-width: 520px) {
  .partners__partner {
    flex-direction: column;
  }
}
.partners__partner:last-child {
  border-bottom: none;
}
.partners__partner__logo {
  margin-right: 2rem;
}
@media (max-width: 520px) {
  .partners__partner__logo {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.partners__partner__logo img {
  width: 225px;
  height: auto;
  border: 1px solid grey;
}

.section--partners + .section--text {
  padding-top: 10rem;
}

.site__header .site__logo img {
  height: auto;
}

.property-contact-person h3, .property-contact-person .h3 {
  font-family: "Noto Serif", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 1.25;
  margin-top: 2rem;
}
.property-contact-person img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-awards {
    margin-top: 0;
  }
}
.hero-awards__image {
  max-width: 13rem;
  margin: 0 1.5rem;
}
.hero-awards__image img {
  width: 100%;
  height: auto;
}

.yn-article__images__gallery {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
.yn-article__images__gallery img {
  height: auto !important;
  width: 100% !important;
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
}
.yn-article__images__gallery .gallery__column {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  .yn-article__images__gallery .gallery__column {
    width: 100%;
    display: none;
  }
}

.gallery__column.mobile {
  display: none;
}
@media (max-width: 767px) {
  .gallery__column.mobile {
    display: block;
  }
}

.component-video {
  margin: 3rem 0;
}
.component-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.section--imag .image {
  display: flex;
  justify-content: center;
}

.service-listing-entry:nth-child(2n) .content__card__body {
  background: rgba(58, 61, 70, 0.06);
}

.section--raiffeisen-listing {
  background-color: rgb(242, 243, 243);
}

.gallery__item {
  position: relative;
}

.more-images-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.partners .center {
  margin-top: auto;
  margin-bottom: auto;
}
.partners .colored-links p {
  margin-bottom: 0.5rem;
}
.partners .colored-links a {
  color: var(--color-primary);
}

.partner-search select {
  position: relative;
  display: block;
  width: auto;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1.75rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 25px;
  cursor: pointer;
  line-height: 50px;
  outline: none;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  white-space: nowrap;
}

.section--image img {
  width: 100%;
}