@charset "UTF-8";
@import '../vendor/slick/slick.css';
@import '../vendor/slick/slick-theme.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(58, 61, 70);
  background-color: rgb(242, 243, 243);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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],
abbr[data-original-title] {
  text-decoration: underline;
  -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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(153, 207, 22);
  text-decoration: none;
}
a:hover {
  color: rgb(39.9563318777%, 54.0585666581%, 5.7453549105%);
  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;
  -ms-overflow-style: scrollbar;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-default {
  border-color: rgb(50, 56, 64) !important;
}

.border-gray-light {
  border-color: rgb(231, 232, 233) !important;
}

.border-gray-extra-light {
  border-color: rgb(245, 245, 245) !important;
}

.border-primary {
  border-color: rgb(242, 92, 79) !important;
}

.border-cta {
  border-color: rgb(153, 207, 22) !important;
}

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

.border-green {
  border-color: rgb(153, 207, 22) !important;
}

.border-dark {
  border-color: rgb(44, 64, 89) !important;
}

.border-footer {
  border-color: rgb(50, 56, 64) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-default {
  color: rgb(50, 56, 64) !important;
}

.text-gray-light {
  color: rgb(231, 232, 233) !important;
}

.text-gray-extra-light {
  color: rgb(245, 245, 245) !important;
}

.text-primary {
  color: rgb(242, 92, 79) !important;
}

.text-cta {
  color: rgb(153, 207, 22) !important;
}

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

.text-green {
  color: rgb(153, 207, 22) !important;
}

.text-dark {
  color: rgb(44, 64, 89) !important;
}

.text-footer {
  color: rgb(50, 56, 64) !important;
}

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

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

.text-reset {
  color: inherit !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;
}

.bg-default {
  background-color: rgb(50, 56, 64) !important;
}

.bg-gray-light {
  background-color: rgb(231, 232, 233) !important;
}

.bg-gray-extra-light {
  background-color: rgb(245, 245, 245) !important;
}

.bg-primary {
  background-color: rgb(242, 92, 79) !important;
}

.bg-cta {
  background-color: rgb(153, 207, 22) !important;
}

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

.bg-green {
  background-color: rgb(153, 207, 22) !important;
}

.bg-dark {
  background-color: rgb(44, 64, 89) !important;
}

.bg-footer {
  background-color: rgb(50, 56, 64) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !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: 2px !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-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;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-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;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-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;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-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;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-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;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: rgb(50, 56, 64) !important;
}

.text-hover-gray-light:hover {
  color: rgb(231, 232, 233) !important;
}

.text-hover-gray-extra-light:hover {
  color: rgb(245, 245, 245) !important;
}

.text-hover-primary:hover {
  color: rgb(242, 92, 79) !important;
}

.text-hover-cta:hover {
  color: rgb(153, 207, 22) !important;
}

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

.text-hover-green:hover {
  color: rgb(153, 207, 22) !important;
}

.text-hover-dark:hover {
  color: rgb(44, 64, 89) !important;
}

.text-hover-footer:hover {
  color: rgb(50, 56, 64) !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: rgb(50, 56, 64) !important;
}

.bg-hover-gray-light:hover {
  background-color: rgb(231, 232, 233) !important;
}

.bg-hover-gray-extra-light:hover {
  background-color: rgb(245, 245, 245) !important;
}

.bg-hover-primary:hover {
  background-color: rgb(242, 92, 79) !important;
}

.bg-hover-cta:hover {
  background-color: rgb(153, 207, 22) !important;
}

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

.bg-hover-green:hover {
  background-color: rgb(153, 207, 22) !important;
}

.bg-hover-dark:hover {
  background-color: rgb(44, 64, 89) !important;
}

.bg-hover-footer:hover {
  background-color: rgb(50, 56, 64) !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: rgb(50, 56, 64) !important;
}

.border-hover-gray-light:hover {
  border-color: rgb(231, 232, 233) !important;
}

.border-hover-gray-extra-light:hover {
  border-color: rgb(245, 245, 245) !important;
}

.border-hover-primary:hover {
  border-color: rgb(242, 92, 79) !important;
}

.border-hover-cta:hover {
  border-color: rgb(153, 207, 22) !important;
}

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

.border-hover-green:hover {
  border-color: rgb(153, 207, 22) !important;
}

.border-hover-dark:hover {
  border-color: rgb(44, 64, 89) !important;
}

.border-hover-footer:hover {
  border-color: rgb(50, 56, 64) !important;
}

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

/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-100.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-100italic.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-100italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-300.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-300italic.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-italic.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-500.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-500italic.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/assets/fonts/roboto/roboto-v27-latin-700italic.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-v27-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-regular - latin */
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-regular.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-500 - latin */
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-500.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-600 - latin */
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-600.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700 - latin */
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-700.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-italic - latin */
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-italic.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-500italic - latin */
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-500italic.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-600italic - latin */
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-600italic.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700italic - latin */
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/assets/fonts/arimo/arimo-v17-latin-700italic.woff2") format("woff2"), url("/assets/fonts/arimo/arimo-v17-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/fontawesome/fa-solid-900.eot");
  src: url("/assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.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: rgb(215, 216, 218);
  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: white;
  border-color: rgb(153, 207, 22);
}
.glide__bullet.glide__bullet--active {
  width: 20px;
  background: rgb(153, 207, 22);
}

.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 + 2px)/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: 2px;
  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);
}

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(242, 92, 79, 0.5);
}
.hero .hero__item .hero__entry *::selection {
  background: rgba(242, 92, 79, 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,
.section--event-entry .news__entry,
.section--book-entry .news__entry {
  padding: 2rem;
}
@media (min-width: 768px) {
  .section--news-entry .col--sticky,
  .section--event-entry .col--sticky,
  .section--book-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,
  .section--event-entry .col--sticky .hero,
  .section--event-entry .col--sticky .hero__item,
  .section--book-entry .col--sticky .hero,
  .section--book-entry .col--sticky .hero__item {
    height: 100%;
  }
  .section--news-entry .col--sticky .hero__entry,
  .section--event-entry .col--sticky .hero__entry,
  .section--book-entry .col--sticky .hero__entry {
    padding-top: 10rem !important;
  }
  .section--news-entry .col--sticky .hero__item .hero__image img,
  .section--event-entry .col--sticky .hero__item .hero__image img,
  .section--book-entry .col--sticky .hero__item .hero__image img {
    height: 100vh;
  }
  .section--news-entry .news__entry,
  .section--news-entry .event__entry,
  .section--news-entry .book__entry,
  .section--event-entry .news__entry,
  .section--event-entry .event__entry,
  .section--event-entry .book__entry,
  .section--book-entry .news__entry,
  .section--book-entry .event__entry,
  .section--book-entry .book__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;
}

.button {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 30px;
  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(153, 207, 22);
  --color-link-hover: #99cf16;
  --color-white: rgb(255, 255, 255);
  --color-default: rgb(50, 56, 64);
  --color-gray-light: rgb(231, 232, 233);
  --color-gray-extra-light: rgb(245, 245, 245);
  --color-primary: rgb(242, 92, 79);
  --color-cta: rgb(153, 207, 22);
  --color-cta-text: rgb(255, 255, 255);
  --color-green: rgb(153, 207, 22);
  --color-dark: rgb(44, 64, 89);
  --color-footer: rgb(50, 56, 64);
}

@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%;
}
@media screen and (max-width: 991px) {
  .site__header .site__logo {
    max-width: 150px;
  }
}
.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;
}
.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: white;
  border-color: rgb(153, 207, 22);
}

.glide__bullets li.slick-active button {
  width: 20px;
  background: rgb(153, 207, 22);
}

.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,
  .book__entry {
    max-width: 43rem;
  }
  .section--news-entry .hero__entry,
  .section--event-entry .hero__entry,
  .section--book-entry .hero__entry {
    max-width: 43rem !important;
  }
}
img {
  height: auto;
}

body {
  background: white;
}

.translucent {
  opacity: 1;
}

label {
  font-size: 0.75rem;
}

.site__content a.button::after {
  content: ">>";
  margin-left: 5px;
}

.text-white a {
  color: white;
}

.section__anchor {
  font-size: 0.75rem;
  opacity: 1;
}

h2, .h2 {
  font-family: "Arimo";
}

h3, .h3 {
  font-family: "Arimo";
  font-weight: 500;
}
h3 a, .h3 a {
  font-family: "Arimo";
  font-weight: 500;
  color: var(--color-default);
}
h3 a:hover, .h3 a:hover {
  color: var(--color-default);
}
h3 a:after, .h3 a:after {
  display: none;
}

.content__card__body .h3,
.content__card__body h3 {
  font-size: 1.5rem;
}

.site__logo {
  max-width: initial !important;
}
.site__header--background {
  background: white;
  border-bottom: 5px solid var(--color-green);
  box-shadow: 0 5px 10px rgba(77, 89, 91, 0.5);
}
.site__header .nav__trigger {
  color: white;
  box-shadow: 0px 7px 13px 1px rgba(112, 111, 111, 0.3);
}
.site__header .header-logo-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site__header .header-logo-container .signet {
  width: auto;
  height: 5rem;
  bottom: auto;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 440px) {
  .site__header .header-logo-container .signet {
    height: 3rem;
    margin-right: 5px;
  }
}
.site__header .header-logo-container .site-logo {
  margin-left: 0;
  height: 2.1rem;
}
@media (max-width: 440px) {
  .site__header .header-logo-container .site-logo {
    height: 1.25rem;
  }
}

.header__inner {
  padding: 0.75rem 0.75rem !important;
}

.header_items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.header_items strong {
  color: var(--color-green);
}
@media screen and (max-width: 1200px) {
  .header_items {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .header_items {
    display: none;
  }
}

.header-right-container {
  display: flex;
  align-items: center;
}
.header-right-container .header-phone,
.header-right-container .header-mail {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .header-right-container .header-phone,
  .header-right-container .header-mail {
    display: none;
  }
}
.header-right-container .header-phone svg,
.header-right-container .header-mail svg {
  height: 17px;
  margin-right: 7px;
  fill: var(--color-green);
}

.site__nav {
  padding-bottom: 45px;
}

.site__nav .nav__menu > li > strong,
.site__nav .nav__menu > li > strong * {
  color: var(--color-green) !important;
}

.site__nav .nav__menu > li > strong a:hover {
  color: var(--color-primary) !important;
}

@media (min-width: 992px) {
  .site__nav .nav__menu > li:nth-child(4n+1) {
    border-left-width: 1px;
  }
}
@media (max-width: 767px) {
  .site__nav .nav__inner {
    padding: 6.75rem 1.5rem 2rem;
  }
}
.button {
  border-radius: 0;
}
.button:hover {
  background-color: var(--color-default) !important;
}
.button--simple {
  padding: 0;
  height: auto;
  text-transform: none;
  font-size: 1rem;
}
.button--simple:hover {
  background-color: transparent !important;
  color: var(--color-default) !important;
}
.button--simple:hover:after {
  color: var(--color-green) !important;
  transition: all 0.3s ease;
}
.button--sea {
  height: auto;
  background-color: var(--color-green);
  color: white;
  border-radius: 10px;
  font-size: 1.5rem;
  text-transform: none;
}
.button--sea::after {
  display: none;
}
.button--sea:hover {
  color: white;
  background-color: var(--color-green) !important;
}
.button--sea--dark {
  color: var(--color-default);
  font-size: inherit;
  max-width: 400px;
  display: inline-block;
}

.bg-footer .button--simple:hover {
  color: var(--color-green) !important;
}
.bg-footer .button--simple:hover:after {
  color: var(--color-green) !important;
}
.bg-footer .button--simple.text-green:hover {
  color: white !important;
}
.bg-footer .button--simple.text-green:hover:after {
  color: white !important;
}

input,
input.form-control,
textarea.form-control {
  border-radius: 0;
}

.ynfinite-consent label:before {
  border-radius: 0;
  background-color: white;
}

.ynfinite-consent label:after {
  border-radius: 0;
}

.nice-select {
  border-radius: 0;
  border: none;
  background-color: var(--color-gray-extra-light) !important;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: var(--color-gray-extra-light) !important;
}
.nice-select .nice-select-dropdown {
  border-radius: 0;
  border: none;
  width: 100%;
  left: 0;
}
.nice-select.open {
  background: var(--color-gray-extra-light) !important;
}
.nice-select .option {
  background: var(--color-gray-extra-light) !important;
}
.nice-select .option:last-child {
  border-radius: 0;
}
.nice-select .option.focus, .nice-select .nice-select .option.selected.focus, .nice-select .option:hover {
  background: var(--color-gray-extra-light) !important;
  color: var(--color-primary);
}

.bg-white input,
.bg-white textarea,
.section--feedback-page input,
.section--feedback-page textarea {
  background: var(--color-gray-extra-light) !important;
  border: none !important;
}

.modal__inner input,
.modal__inner textarea {
  background: rgb(78, 81, 89) !important;
  border: none !important;
}
.modal__inner .nice-select {
  background-color: rgb(78, 81, 89) !important;
}
.modal__inner .nice-select .list:hover .option:not(:hover) {
  background-color: rgb(78, 81, 89) !important;
}
.modal__inner .nice-select .nice-select-dropdown {
  border-radius: 0;
  border: none;
  width: 100%;
  left: 0;
}
.modal__inner .nice-select.open {
  background: rgb(78, 81, 89) !important;
}
.modal__inner .nice-select .option {
  background: rgb(78, 81, 89) !important;
}
.modal__inner .nice-select .option:last-child {
  border-radius: 0;
}
.modal__inner .nice-select .option.focus, .nice-select .modal__inner .nice-select .option.selected.focus, .modal__inner .nice-select .option:hover {
  background: rgb(78, 81, 89) !important;
  color: var(--color-primary);
}

.section__facts {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  background: #e7e8e9;
}

.hero-height .col-sm-6:first-child {
  background-color: transparent;
}

a.text-primary {
  color: var(--color-green) !important;
}
a.text-primary svg path {
  stroke: var(--color-green) !important;
}

.guidance__controller {
  margin-top: 0;
  padding: 0;
}
.guidance__controller h2, .guidance__controller .h2 {
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: none;
}
.guidance__controller__controls {
  display: flex;
  justify-content: space-between;
}
.guidance__controller__controls div:first-child {
  flex-grow: 1;
  margin-right: 15px;
}
.guidance__controller__shadow {
  box-shadow: 0px 7px 13px 1px rgba(112, 111, 111, 0.3);
}
.guidance__controller .guidance__controller__inner {
  background: var(--color-green);
}
.guidance__controller .guidance__controller__inner .row, .guidance__controller .guidance__controller__inner .table__grid__row {
  align-items: center;
}

.glide__bullets {
  left: 50%;
  transform: translateX(-50%);
}
.glide__bullets button {
  border: 1px solid white;
  background: rgb(215, 216, 218);
}
.glide__bullets .slick-active button {
  border-color: rgb(153, 207, 22);
}
.glide__bullets button:focus,
.glide__bullets button:hover {
  background-color: rgb(153, 207, 22);
}

@media (max-width: 540px) {
  .hero .container {
    height: auto;
    margin: 0 0 5px 0 !important;
    padding-inline: 0;
    padding-top: 70vh !important;
    padding-bottom: 0 !important;
  }
  .hero .container h1, .hero .container .h1, .hero .container .h2 {
    display: block;
    line-height: 1.3 !important;
  }
  .hero .container h1, .hero .container .h1 {
    font-size: 2rem !important;
  }
}
.hero h1, .hero .h1 {
  display: inline;
  background: rgb(153, 207, 22);
  text-shadow: none !important;
  box-shadow: 0 0 0 5px rgb(153, 207, 22);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.55 !important;
  font-weight: bold;
  font-size: clamp(2.5rem, 5vw, 2.5rem) !important;
  color: var(--color-white) !important;
  padding-inline: 20px;
}
.hero .h2 {
  display: inline;
  background: rgb(50, 56, 64);
  text-shadow: none !important;
  box-shadow: 0 0 0 5px rgb(50, 56, 64);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.55 !important;
  color: var(--color-white) !important;
  padding-inline: 20px;
  font-size: clamp(1.3rem, 5vw, 1.9rem) !important;
}
.hero .subhead-container {
  max-width: max(50vw, 800px);
}
.hero__entry {
  margin-bottom: 3rem !important;
}
.hero__entry__lead {
  line-height: 1.5 !important;
  color: rgb(50, 56, 64);
  background-color: var(--color-white);
  box-shadow: -5px 0 0 var(--color-white), 5px 0 0 var(--color-white);
  padding: 1rem 20px;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.hero .header-text-container .button {
  margin-top: 0 !important;
  box-shadow: -5px 0 0 rgb(242, 92, 79), 5px 0 0 rgb(242, 92, 79);
  transition: all 0.5s ease;
}
.hero .header-text-container .button:hover {
  box-shadow: -5px 0 0 var(--color-default), 5px 0 0 var(--color-default);
}

.feedback__entry--personal {
  background: linear-gradient(135deg, #99cf16 0%, #4ea554 100%);
  padding-top: 22%;
  padding-bottom: 3rem;
  position: relative;
}
.feedback__entry--personal img {
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid white;
  border-radius: 100%;
}
.feedback__entry--personal .feedback__entry__author {
  font-style: normal;
  opacity: 1;
}

.section--contact:first-child,
.section--text:first-child,
.section--welcome:first-child {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .section--contact:first-child,
  .section--text:first-child,
  .section--welcome:first-child {
    margin-top: 4rem;
  }
}

.section--team .content__card--contact {
  display: flex;
  flex-direction: column;
}
.section--team .content__card--contact .content__card__body {
  flex-grow: 1;
}

.feedback__entry--listing {
  margin-top: 4rem;
  height: 78%;
}

.value__entry {
  background: linear-gradient(135deg, #99cf16 0%, #4ea554 100%);
  height: 100%;
  padding: 1.5rem;
}
.value__entry .value__box {
  background: transparent;
  margin-bottom: 0;
}
.value__entry .value__box img {
  margin-bottom: 2rem;
}
.value__entry .value__box h3, .value__entry .value__box .h3 {
  font-size: 2rem;
  font-family: "Arimo";
  color: white !important;
  line-height: 2.2rem;
  word-break: break-word;
}
.value__entry p {
  color: var(--color-default);
}

.team__teaser {
  padding-top: 0;
  margin-top: 30rem;
  margin-bottom: 6rem;
}
.team__teaser .team__teaser__inner {
  background: transparent;
}
.team__teaser .team__teaser__inner h2, .team__teaser .team__teaser__inner .h2 {
  font-family: "Arimo";
}

.article__accordion details summary {
  font-family: "Arimo";
  font-weight: 500;
  color: var(--color-green);
}
.article__accordion details summary:after {
  color: var(--color-default);
}
.article__accordion details[open] summary {
  color: var(--color-default);
}

.table__grid {
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: var(--color-green);
}
.table__grid * {
  color: white;
}
.table__grid .larger {
  font-family: "Arimo";
  font-size: 2rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.table__grid .table__grid__row > :not(:first-child) {
  border-left: none;
}
.table__grid table tr:not(:last-child) td {
  border-color: rgba(255, 255, 255, 0.5);
}

.content__gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.table__grid__row > :first-child:after {
  display: none !important;
}

.font-size-alittle-larger {
  font-size: 2.4rem;
  hyphens: auto;
}

.content__card--contact .content__card__media {
  height: 23rem;
}
.content__card--contact .content__card__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content__card--contact .content__card__body {
  background-color: var(--color-green);
  position: relative;
}
.content__card--contact .content__card__body * {
  color: white;
}
.content__card--contact .content__card__body::after {
  content: url("/assets/images/white-arrows.png");
  display: block;
  position: absolute;
  bottom: -23px;
  right: 0;
}

.service__box .service-icon {
  margin-bottom: 2rem;
}
.service__box h3, .service__box .h3 {
  font-size: 2rem !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem;
}

.content__card--reversed {
  background-color: white;
  padding-top: 3rem;
  position: relative;
}
.content__card--reversed::after {
  content: url("/assets/images/green-arrow.png");
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}
.content__card--reversed .content__card__body {
  flex-grow: 1;
}

.section--occasion-facts,
.section--content-facts,
.section--occasion-cta,
.section--content-cta,
.section--citak-teaser,
.section--feedback,
.section--occasion-text--second,
.section--content-text--second {
  margin-top: 3rem;
}
.section--occasion-facts .gradient-line-overlay,
.section--content-facts .gradient-line-overlay,
.section--occasion-cta .gradient-line-overlay,
.section--content-cta .gradient-line-overlay,
.section--citak-teaser .gradient-line-overlay,
.section--feedback .gradient-line-overlay,
.section--occasion-text--second .gradient-line-overlay,
.section--content-text--second .gradient-line-overlay {
  position: absolute;
  width: 100%;
  height: 3rem;
  top: -3rem;
  background: linear-gradient(90deg, #99cf16 0%, #4ea554 100%);
}

.section--news .content__card__body,
.section--news-listing .content__card__body,
.section--objecttypes .content__card__body,
.section--objecttypes-listing .content__card__body {
  position: relative;
}
.section--news .content__card__body::after,
.section--news-listing .content__card__body::after,
.section--objecttypes .content__card__body::after,
.section--objecttypes-listing .content__card__body::after {
  content: url("/assets/images/green-arrow.png");
  display: block;
  position: absolute;
  top: -22px;
  right: -1px;
}

section.hero,
.section--background-teaser {
  position: relative;
  overflow: hidden;
}
section.hero::after,
.section--background-teaser::after {
  content: url("/assets/images/hero-overlay.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: -5rem;
  width: auto;
}
@media (max-width: 767px) {
  section.hero::after,
  .section--background-teaser::after {
    display: none;
  }
}

.section--citak-teaser {
  background-size: cover;
  background-position: center;
}
.section--citak-teaser .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 47, 53, 0.95);
}
.section--citak-teaser h2, .section--citak-teaser .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--citak-teaser h2, .section--citak-teaser .h2 {
    font-size: 1.8rem;
  }
}

.section--text-cta,
.section--guide-download {
  background-color: var(--color-green);
  background-image: url("/assets/images/green-overlay-large.png");
  background-position: center;
  background-size: cover;
}

.section--citak-method {
  padding-top: 12rem;
}
.section--citak-method .signet {
  max-width: 12rem;
}
.section--citak-method .citak-method__step {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}
.section--citak-method .citak-method__step::before {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background-image: url("/assets/images/white-arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 1.5rem;
}
.section--citak-method .citak-method__modal {
  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;
  max-width: 600px;
}
.section--citak-method .citak-method__modal button {
  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%);
}
.section--citak-method .citak-method__modal button path {
  fill: var(--color-green);
}
.section--citak-method .citak-method__modal::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;
}
.section--citak-method .citak-method__modal--open {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.section--citak-method .citak-method__value ul {
  list-style-type: none;
}
.section--citak-method .citak-method__value ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-left: -1.5em;
  color: var(--color-green);
}
.section--citak-method .citak-method__arrow {
  margin: 0 auto;
  display: block;
  transform: rotate(180deg);
}
.section--citak-method .citak-method__cta {
  text-align: center;
}
.section--citak-method .pseudo-plus {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  line-height: 1;
  transform: translate(160%, -10px);
}
@media (max-width: 767px) {
  .section--citak-method .pseudo-plus {
    display: none;
  }
}
.section--citak-method .pseudo-plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 2.8rem;
}
.section--citak-method .modul-button {
  display: flex;
  align-items: center;
}
.section--citak-method .modul-button::after {
  padding-left: 0.75rem;
  color: var(--color-green);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.section--lexicon-listing,
.section--trio-cta {
  background-color: var(--color-gray-extra-light);
}
.section--lexicon-listing h2, .section--lexicon-listing .h2,
.section--trio-cta h2,
.section--trio-cta .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--lexicon-listing h2, .section--lexicon-listing .h2,
  .section--trio-cta h2,
  .section--trio-cta .h2 {
    font-size: 1.8rem;
  }
}

.section--occasions-listing,
.section--guides-listing,
.section--documents-listing {
  background-color: var(--color-gray-extra-light);
}
.section--occasions-listing h2, .section--occasions-listing .h2,
.section--guides-listing h2,
.section--guides-listing .h2,
.section--documents-listing h2,
.section--documents-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--occasions-listing h2, .section--occasions-listing .h2,
  .section--guides-listing h2,
  .section--guides-listing .h2,
  .section--documents-listing h2,
  .section--documents-listing .h2 {
    font-size: 1.8rem;
  }
}

.section--objecttypes,
.section--objecttypes-listing {
  background-color: var(--color-footer);
}
.section--objecttypes h2, .section--objecttypes .h2,
.section--objecttypes-listing h2,
.section--objecttypes-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  color: white;
  font-family: "Roboto", 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--objecttypes .section__anchor,
.section--objecttypes-listing .section__anchor {
  color: white !important;
}

.section--appointment-request,
.section__cta {
  background-image: url("/assets/images/green-overlay-large.png");
  background-position: center;
  background-size: cover;
}
.section--appointment-request--objecttype,
.section__cta--objecttype {
  position: relative;
}
.section--appointment-request--objecttype::after,
.section__cta--objecttype::after {
  position: absolute;
  content: "";
  background-image: url("/assets/images/Signet_Citak_Immobilien.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  height: 35rem;
  width: 35rem;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .section--appointment-request--objecttype::after,
  .section__cta--objecttype::after {
    left: 50%;
    top: 50%;
    height: 24rem;
    width: 24rem;
  }
}
@media (max-width: 991px) {
  .section--appointment-request--objecttype::after,
  .section__cta--objecttype::after {
    height: 22rem;
    width: 18rem;
  }
}
@media (max-width: 767px) {
  .section--appointment-request--objecttype::after,
  .section__cta--objecttype::after {
    display: none;
  }
}

.section--regions {
  background-color: var(--color-gray-extra-light);
}
.section--regions h2, .section--regions .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--regions h2, .section--regions .h2 {
    font-size: 1.8rem;
  }
}
.section--regions .content__card__media {
  height: 25rem;
}
.section--regions .content__card__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--regions .slick-slide:nth-child(even) .content__card__body {
  background: var(--color-gray-light);
}

.section--locations {
  background-color: var(--color-footer);
}
.section--locations h2, .section--locations .h2 {
  font-weight: bold;
  font-size: 3rem;
  color: white;
  font-family: "Roboto", 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--locations .section__anchor {
  color: white !important;
}

.section--latest-offers {
  background-color: var(--color-gray-extra-light);
}
.section--latest-offers h2, .section--latest-offers .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--latest-offers h2, .section--latest-offers .h2 {
    font-size: 1.8rem;
  }
}

.section--references-listing {
  background-color: var(--color-gray-extra-light);
}
.section--references-listing h2, .section--references-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--references-listing h2, .section--references-listing .h2 {
    font-size: 1.8rem;
  }
}

.section--regions-listing {
  background-color: var(--color-gray-extra-light);
}
.section--regions-listing h2, .section--regions-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--regions-listing h2, .section--regions-listing .h2 {
    font-size: 1.8rem;
  }
}

.section--occasions,
.section--documents {
  background-color: var(--color-gray-extra-light);
}
.section--occasions h2, .section--occasions .h2,
.section--documents h2,
.section--documents .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--occasions h2, .section--occasions .h2,
  .section--documents h2,
  .section--documents .h2 {
    font-size: 1.8rem;
  }
}

.section--service {
  background-color: var(--color-footer);
  overflow: hidden;
}
.section--service .container {
  position: relative;
}
.section--service .container::after {
  content: url("/assets/images/green-arrows.png");
  position: absolute;
  right: 0;
  bottom: -180px;
}
.section--service .content__slider {
  position: relative;
  z-index: 1;
}
.section--service h2, .section--service .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--service h2, .section--service .h2 {
    font-size: 1.8rem;
  }
}
.section--service h2, .section--service .h2 {
  color: white;
}
.section--service .section__anchor {
  color: white !important;
}

.section--service-listing {
  background-color: var(--color-footer);
}
.section--service-listing h2, .section--service-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--service-listing h2, .section--service-listing .h2 {
    font-size: 1.8rem;
  }
}
.section--service-listing h2, .section--service-listing .h2 {
  color: white;
}
.section--service-listing .section__anchor {
  color: white !important;
}

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

.section--video-listing {
  background-color: var(--color-footer);
}
.section--video-listing h2.intro-headline, .section--video-listing .intro-headline.h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--video-listing h2.intro-headline, .section--video-listing .intro-headline.h2 {
    font-size: 1.8rem;
  }
}
.section--video-listing * {
  color: white;
}
.section--video-listing .video-row * {
  color: var(--color-default);
}
.section--video-listing .video-row .video-container {
  position: relative;
}
.section--video-listing .video-row .video-container .yn-cookie-consent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section--feedback h2, .section--feedback .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--feedback h2, .section--feedback .h2 {
    font-size: 1.8rem;
  }
}
.section--feedback .slick-list {
  padding-top: 8%;
}
@media (max-width: 575px) {
  .section--feedback .slick-list {
    padding-top: 15%;
  }
}

.section--news {
  background-color: var(--color-gray-extra-light);
}
.section--news h2, .section--news .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--news h2, .section--news .h2 {
    font-size: 1.8rem;
  }
}

.section--news-listing {
  background-color: var(--color-gray-extra-light) !important;
}
.section--news-listing h2, .section--news-listing .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--news-listing h2, .section--news-listing .h2 {
    font-size: 1.8rem;
  }
}

.section--awards h2, .section--awards .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--awards h2, .section--awards .h2 {
    font-size: 1.8rem;
  }
}
.section--awards .slick-track {
  display: flex;
  align-items: baseline;
}

.section--seo {
  background-color: var(--color-green);
}
.section--seo p,
.section--seo a {
  color: var(--color-dark);
}

.section--welcome h2, .section--welcome .h2 {
  font-family: "Arimo";
}

.section--values {
  background-color: var(--color-footer);
}
.section--values h2, .section--values .h2 {
  font-weight: bold;
  font-size: 3rem;
  color: white;
  font-family: "Roboto", 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--values .section__anchor {
  color: white !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .section--values .col-md-4 {
    margin-bottom: 1.5rem;
  }
}

.section--location {
  background-color: var(--color-footer);
}
.section--location * {
  color: white;
}
.section--location h2, .section--location .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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: 600px) {
  .section--location h2, .section--location .h2 {
    font-size: 1.8rem;
  }
}

.section--overview .section__anchor {
  color: white !important;
}

.section--gallery {
  background-color: var(--color-footer) !important;
}
.section--gallery .section__anchor,
.section--gallery h2,
.section--gallery .h2 {
  color: white !important;
}

.yn-perPage__list ul:before {
  text-transform: uppercase;
  font-weight: bold;
}

.yn-pagination a,
.yn-pagination span,
.yn-perPage__list a,
.yn-perPage__list span {
  color: var(--color-green);
  background-color: white;
}

.yn-pagination li.yn-pagination__page--active span {
  color: white;
}

.yn-perPage__list ul li.yn-perPage__item--active a {
  border-color: transparent;
  color: white;
  background-color: var(--color-green);
}

.site__footer .footer__quicklinks ul li:before {
  content: ">";
}

.site__footer {
  position: relative;
}
.site__footer img {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 17rem;
}
@media (max-width: 767px) {
  .site__footer img {
    position: relative;
    top: auto;
    right: auto;
    width: 5rem;
  }
}

.site__error {
  background: white;
  color: var(--color-default);
}
.site__error figure {
  display: none;
}
@media (min-width: 1200px) {
  .site__error .h1,
  .site__error h1 {
    font-size: 3.5rem;
  }
}
.site__error h2, .site__error .h2 {
  font-size: 1.25rem;
}

.cta-block {
  height: 100%;
  background-color: white;
  padding: 3rem;
}
.cta-block__number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 50%;
}

.video__module {
  position: relative;
  border: none;
}
.video__module.playing .video__module__overlay {
  opacity: 0;
  pointer-events: none;
}

.video__module__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 3rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 10;
}
.video__module__overlay__text * {
  color: white;
}
.video__module__overlay__text h2, .video__module__overlay__text .h2 {
  font-size: 3rem;
}
.video__module__overlay__text p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .video__module__overlay {
    display: none;
  }
}
.video__module__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 10;
}
.video__module__overlay > div {
  position: relative;
  max-width: 80ch;
  margin: 0 auto;
  z-index: 20;
}
.video__module__overlay .video__play {
  cursor: pointer;
  margin-top: 1.75rem !important;
  max-width: 4rem;
}
.video__module__overlay .video-small-text {
  font-size: 1.2rem;
  font-weight: normal;
}

.content__card__media__wrapper--narrow {
  padding: 0 0 50%;
}
.content__card__media__wrapper--narrow img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.content__card__media .content__card__media__wrapper--narrow .content__card__media__box:hover img {
  transform: scale(1);
}

.indented-button {
  transform: translateX(-16px);
}

.lexicon-listing__filters button {
  outline: none;
  border: 1px solid var(--color-gray-light);
  background-color: white;
  border-bottom: 3px solid var(--color-green);
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.lexicon-listing__filters button.active, .lexicon-listing__filters button:hover {
  color: var(--color-green);
}

@media (min-width: 768px) {
  .site__content > section:last-child {
    padding-bottom: 10rem !important;
  }
}

.whitened-background {
  padding: 4.5rem 3rem;
}
.whitened-background h2, .whitened-background .h2 {
  font-family: "Arimo";
  font-weight: 500;
}

.button__share__toggle {
  border: none;
  background: transparent;
}

.content__card__media__overlay-banner {
  color: var(--color-default);
  text-align: left;
  font-weight: bold;
  padding-inline: 15px;
}
.content__card__media__overlay-banner img {
  margin-right: 5px;
  width: auto !important;
  display: inline !important;
}
.content__card__media__overlay-banner--reference {
  background-color: rgba(242, 92, 79, 0.8);
}
.content__card__media__overlay-banner--saved {
  background-color: rgba(241, 212, 60, 0.8);
}
.content__card__media__overlay-banner--new {
  background-color: rgba(153, 207, 22, 0.8);
}

.form-check span {
  color: var(--color-green);
}

.form-check svg path {
  fill: var(--color-green);
}

.ogulu-iframe,
.onoffice-iframe {
  width: 100%;
  height: 50vh;
}

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

#immo-search-map {
  height: 32rem;
}

.yn-cookies__button {
  color: black;
  background-color: var(--color-primary) !important;
  transition: all 0.3s ease;
}
.yn-cookies__button:hover {
  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;
}

.yn-cookie-consent * {
  color: var(--color-default) !important;
}

.section__facts p {
  display: block;
}

.auto-hyphens {
  hyphens: auto;
}

.rounded-image {
  height: auto;
  border-radius: 50%;
}

.section--guide-download {
  background-color: var(--color-gray-extra-light);
}

.section--citak-triple-teaser {
  background-color: #f2f3f3;
}
.section--citak-triple-teaser .citak-teaser-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section--citak-triple-teaser .citak-teaser-block__gradient {
  height: 2rem;
  background: linear-gradient(90deg, #99cf16 0%, #4ea554 100%);
}
.section--citak-triple-teaser .citak-teaser-block__content {
  background-color: var(--color-footer);
  padding: 1.5rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.section--citak-triple-teaser .citak-teaser-block__content img {
  margin-top: auto;
}

.cta-gradient-container {
  background: linear-gradient(90deg, #99cf16 0%, #4ea554 100%);
  padding: 3rem;
  margin-bottom: 3rem;
}

.widget--file {
  background: var(--color-gray-extra-light) !important;
  padding: 5px;
}
.widget--file label {
  margin-bottom: 0;
}

.hero .hero__item .hero__entry .hero__entry__lead .highlighted {
  background: none;
  box-shadow: none;
}

@media (max-width: 480px) {
  .hero h1, .hero .h1 {
    hyphens: auto;
  }
}

.animated-hero {
  display: flex;
  /*
  a.button {
  	background-color: transparent!important;
  	border-color: rgb(153,207,22);
  	border-width: 2px;
  	border-radius: 3px;
  	color: rgb(153,207,22) !important;

  	&:hover {
  		background-color: rgb(153,207,22)!important;
  		color: white!important;
  	}
  }
  */
}
.animated-hero__inner {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.animated-hero__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(180deg, transparent 0, whitesmoke 31%, whitesmoke 100%);
}
.animated-hero .bg-green {
  background: #99cf16;
}
.animated-hero .bg-green > div {
  background: #99cf16;
}
.animated-hero .bg-green .animated-hero__inner::after {
  background: linear-gradient(180deg, transparent 0, #99cf16 31%, #99cf16 100%);
}
.animated-hero .bg-green {
  /*
  a.button {
  	border-color: var(--color-default);
  	color: var(--color-default) !important;

  	&:hover {
  		background-color: var(--color-default)!important;
  		color: white!important;
  	}
  }
   */
}
.animated-hero .rounded-border {
  border-radius: 0 25px 25px 0;
}
.animated-hero__fadeable {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.animated-hero__overlay {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: auto !important;
  opacity: 0;
}
.animated-hero__links a {
  font-size: 1.2rem;
  font-weight: 500;
}
.animated-hero__image-container {
  margin-top: auto;
}
.animated-hero__image-container img {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.animated-hero__lower-container {
  position: relative;
}
.animated-hero__lower-container .animated-hero__image-container {
  position: relative;
  height: auto;
  transition: transform 0.5s ease, border-color 0.5s ease, background-color 0.5s ease, opacity 0.45s ease;
  /*
  			border-radius: 0 30px 30px 0;
  			border: solid;
  			border-color: transparent;
  			background-color: transparent;
  			border-width: 0px;
  */
}
.animated-hero__lower-container .animated-hero__image-container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0 30px 30px 0;
  border: solid;
  border-color: transparent;
  background-color: transparent;
  border-width: 0px;
  transform: translateY(-2rem);
  transition: border-color 0.75s ease, background-color 0.75s ease, opacity 0.75s ease;
  opacity: 0;
}
.animated-hero__lower-container .animated-hero__image-container {
  /*
  	@media (max-width: 1599px) {
  		display: none !important;
  	}
           */
}
.animated-hero img {
  width: 100%;
  height: auto;
}
.animated-hero__part {
  width: 33.3333%;
  flex-basis: 33.3333%;
  transition: all 0.5s ease;
  position: relative;
  overflow: visible;
  background-color: var(--color-gray-extra-light);
}
.animated-hero__part__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.animated-hero__part > div {
  transition: all 0.5s ease;
  background-color: var(--color-gray-extra-light);
}
.animated-hero__part {
  /*
  		&:hover {
  			.animated-hero__inner {
  				//height: auto;
  			}
  			> div {
  				transform: translateY(calc(300px - 100%));

  				@media (max-height: 879px) {
  					transform: translateY(calc(350px - 100%));
  				}
  			}
  		}
  */
}
.animated-hero__part h2, .animated-hero__part .h2 {
  display: inline-block;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 600;
}
.animated-hero__part p {
  font-size: clamp(1rem, 3.5vw, 1.1rem);
  line-height: 1.35;
}
.animated-hero__part.fadeout .animated-hero__fadeable {
  opacity: 0;
}
.animated-hero__part {
  /*
  &.bg-dark {
  	.button {
  		background: transparent;
  		color: var(--color-primary) !important;

  		&:hover {
  			background: var(--color-light-blue);
  			color: var(--color-white) !important;
  			opacity: 1;
  		}
  	}
  }
   */
}
.animated-hero__links a {
  display: flex;
  align-items: flex-start;
  /*
  &:not(:last-child) {
  	margin-bottom: 10px;
  }
   */
}
.animated-hero__links a::before {
  content: ">>";
  margin-right: 10px;
}
@media (max-width: 1439px) {
  .animated-hero {
    flex-direction: column;
  }
  .animated-hero__part {
    width: 100%;
    flex-basis: 100%;
  }
  .animated-hero__part__container {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .animated-hero__part__container {
    flex-direction: column;
  }
}
@media (max-width: 1439px) {
  .animated-hero__part__text {
    width: 100%;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .animated-hero__part__text {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .animated-hero__image-container {
    width: 50%;
    padding: 3rem;
    margin-top: 0;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .animated-hero__image-container {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .animated-hero__image-container img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .animated-hero__lower-container {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .animated-hero__lower-container .animated-hero__links {
    margin-bottom: 1.5rem;
  }
}
.animated-hero .animated-hero__inner {
  height: auto;
  padding-bottom: 1.5rem !important;
}
.animated-hero .animated-hero__inner:after {
  display: none;
}

.section--animated-hero:first-child .animated-hero__part {
  padding: 10vmin 0 5vmin 0;
}

/*
.section--animated-hero-mobile {
	a.button {
		background-color: transparent!important;
		border-color: rgb(153,207,22);
		border-width: 2px;
		border-radius: 3px;
		color: rgb(153,207,22) !important;

		&:hover {
			background-color: rgb(153,207,22)!important;
			color: white!important;
		}
	}

	.bg-green {
		background:	linear-gradient(90deg,#99cf16 0%,#4ea554 100%);

		a.button {
			border-color: var(--color-default);
			color: var(--color-default) !important;

			&:hover {
				background-color: var(--color-default)!important;
				color: white!important;
			}
		}
	}
}
*/
.section--animated-hero-mobile .col-md-6 {
  transform: none !important;
}

span.underlined {
  text-decoration-thickness: 3px;
  text-decoration: underline;
  text-decoration-color: rgb(153, 207, 22);
  text-underline-position: under;
  text-underline-offset: -5px;
}

.bg-green span.underlined {
  text-decoration-color: var(--color-default);
}

.section--animated-hero-top {
  position: relative;
  height: calc(100vh - 293px);
  display: flex;
  align-items: flex-end;
}
.section--animated-hero-top .container {
  position: relative;
  padding-top: 90px;
}
.section--animated-hero-top .container .header-text-container {
  display: flex;
  flex-direction: column;
}
.section--animated-hero-top .container .header-text-container--left {
  text-align: left;
  align-items: start;
}
.section--animated-hero-top .container .header-text-container--center {
  text-align: center;
  align-items: center;
}
.section--animated-hero-top .container .header-text-container--right {
  text-align: right;
  align-items: end;
}
.section--animated-hero-top .container h1, .section--animated-hero-top .container .h1 {
  display: inline;
  background: rgb(153, 207, 22);
  text-shadow: none !important;
  box-shadow: 0 0 0 5px rgb(153, 207, 22);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.55 !important;
  font-weight: bold;
  font-size: clamp(2.5rem, 5vw, 2.5rem) !important;
  color: var(--color-white) !important;
  padding-inline: 20px;
}
.section--animated-hero-top .container h1.section--animated-hero-top--centered, .section--animated-hero-top .container .section--animated-hero-top--centered.h1 {
  display: inline-block !important;
  text-align: center !important;
  line-height: 1.25 !important;
}
@media (max-width: 540px) {
  .section--animated-hero-top .container h1, .section--animated-hero-top .container .h1 {
    font-size: 2rem !important;
  }
}
.section--animated-hero-top .container .h2 {
  display: inline;
  background: rgb(50, 56, 64);
  text-shadow: none !important;
  box-shadow: 0 0 0 5px rgb(50, 56, 64);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.55 !important;
  color: var(--color-white) !important;
  padding-inline: 20px;
  font-size: clamp(1.3rem, 5vw, 1.9rem) !important;
}
.section--animated-hero-top .container .subhead-container {
  max-width: max(50vw, 800px);
}
.section--animated-hero-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 540px) {
  .section--animated-hero-top {
    height: auto;
  }
  .section--animated-hero-top .container {
    margin: 0 0 -5px 0;
    padding-inline: 0;
    padding-top: 70vh;
    padding-bottom: 0 !important;
  }
  .section--animated-hero-top .container h1, .section--animated-hero-top .container .h1, .section--animated-hero-top .container .h2 {
    display: block;
    line-height: 1.3 !important;
  }
}

.mininav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.mininav ul li {
  font-size: 14px;
}
.mininav ul li:not(:last-child) {
  margin-right: 15px;
}

.yn-cookies__page[data-yn-cookie-page=information] .yn-cookies__footer {
  flex-direction: column-reverse !important;
}

@media screen and (min-width: 48rem) {
  .yn-cookies__page[data-yn-cookie-page=information] .yn-cookies__footer {
    flex-direction: row-reverse !important;
  }
}
.hero--sea img {
  filter: grayscale(1) brightness(0.75);
}
.hero--sea .button--sea {
  margin-top: 3rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero--sea .hero__item .hero__entry {
    min-height: auto !important;
    padding-top: 1.5rem !important;
  }
}

.sea-element.py-5 + .sea-element.py-5 {
  padding-top: 0 !important;
}

.sea--quote {
  color: var(--color-green);
  font-size: calc(1.375rem + 2.5vw);
  font-weight: 500;
}

.sea--infobox {
  border: 3px dashed var(--color-green);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 1.5rem;
  color: white;
}
.sea--infobox p {
  font-size: 1.5rem;
}
.sea--infobox > *:last-child {
  margin-bottom: 0;
}
.sea--infobox--default {
  color: var(--color-default);
  margin-top: 0;
}
.sea--infobox--default p {
  font-size: inherit;
  font-weight: 500;
}

.sea--tagline {
  color: var(--color-green);
  text-transform: uppercase;
  font-weight: 600;
  font-size: larger;
}

.gradient-block {
  height: 2rem;
  background: linear-gradient(90deg, #99cf16 0%, #4ea554 100%);
}

.sea--infoblock {
  background-color: var(--color-gray-light);
  font-weight: 500;
  font-size: larger;
}

.button--sea + .sea--infobox {
  margin-top: 1.5rem;
}

.citak-sea-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.citak-sea-block__gradient {
  height: 2rem;
  background: linear-gradient(90deg, #99cf16 0%, #4ea554 100%);
}
.citak-sea-block__content {
  background-color: var(--color-footer);
  padding: 1.5rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.citak-sea-block__content img {
  margin-top: auto;
}

.seo__upper-header + .site__header {
  position: relative;
}

.live-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: red;
  padding: 5px 10px;
  color: white;
  font-weight: 500;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .live-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .live-button {
    display: block;
    transform: translateY(-50%) translateX(-50%);
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  #sea-header-button {
    display: none !important;
  }
}
.content__card--career {
  position: relative;
}
.content__card--career .content__card__body {
  padding-top: 5rem;
}
.content__card--career:after {
  content: url("/assets/images/green-arrow.png");
  display: block;
  position: absolute;
  top: 25px;
  right: -1px;
}

.career-section {
  margin-bottom: 2rem;
}
.career-section h3, .career-section .h3 {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: var(--color-gray-extra-light);
}

.section--job-form .yn-form-response__control {
  display: none !important;
}

.content__card--team .content__card__media {
  aspect-ratio: 1;
}
.content__card--team .content__card__body {
  position: relative;
  background-color: var(--color-green);
  color: white;
  padding-bottom: 4rem;
}
.content__card--team .content__card__body a {
  color: white !important;
}
.content__card--team .content__card__body a svg {
  height: 13px;
  width: auto;
  margin-right: 8px;
  transform: translateY(-2px);
}
.content__card--team .content__card__body::after {
  content: url("/assets/images/white-arrows.png");
  display: block;
  position: absolute;
  bottom: -23px;
  right: 0;
}

@media (max-width: 540px) {
  .hero .hero__entry {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: flex-end !important;
  }
  .hero .header-text-container {
    margin-bottom: -5px;
  }
  .hero .header-text-container h1, .hero .header-text-container .h1 {
    margin-bottom: 0;
  }
  .hero .header-text-container .hero__entry__lead {
    margin: 0 !important;
  }
  .hero .header-text-container .button {
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fact-boxes .col-xs-12:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.fact-boxes__box {
  padding: 2rem 3rem;
  border: 1px solid var(--color-green);
  height: 100%;
}

.special-label::before {
  top: 0 !important;
}
.special-label::after {
  top: 4px !important;
}

.custom-figure img {
  width: 100%;
}

.section--events h2, .section--events .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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--events .content__card__body {
  padding: 0;
  background: transparent;
}

.section--books {
  background-color: var(--color-gray-extra-light);
}
.section--books h2, .section--books .h2 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Roboto", 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--books .content__card__media {
  aspect-ratio: 1;
}
.section--books .content__card__media img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--books .content__card__body {
  padding: 0;
  background: transparent;
}

.sticky-socials {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.sticky-socials ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sticky-socials ul li a {
  background-color: #323840;
  border-radius: 0;
  color: white;
}

.show-socials .sticky-socials {
  display: block;
}

.section--good-to-know {
  background-color: var(--color-gray-extra-light);
}

.faq-elements h2 + .faq-element, .faq-elements .h2 + .faq-element {
  margin-top: 1.5rem;
}

.faq-element {
  background: white;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.faq-element:last-child {
  margin-bottom: 0;
}
.faq-element > h3:first-child, .faq-element > .h3:first-child {
  margin-bottom: 1.5rem;
}