@charset "UTF-8";
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  color: #202020;
}
body *,
body input,
body select,
body textarea,
body option,
body button {
  outline: none !important;
}

.title-block {
  position: relative;
  text-align: center;
  margin: 100px 0;
  font-family: "Inter Tight", sans-serif;
}
@media (max-width: 568px) {
  .title-block {
    margin: 50px 0;
  }
}
.title-block__heading {
  font-size: 2.8125rem;
  color: #434e61;
  line-height: 3.5rem;
  font-weight: 400;
}
.title-block__icon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
@media (max-width: 568px) {
  .title-block__icon {
    height: 50px;
  }
}

.page .baner {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page .baner {
    padding-top: 80px;
  }
}

.select-wrapper .dropdown {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.88rem;
  text-align: left;
}
@media (max-width: 768px) {
  .select-wrapper .dropdown {
    width: 100%;
  }
}
.select-wrapper .dropdown label {
  color: #7e7e7e;
  font-size: 0.875rem;
}
.select-wrapper .dropdown .select {
  cursor: pointer;
  display: flex;
  padding: 6px 10px;
  border-radius: 0;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c7c7c7;
  border-radius: 1px;
  height: 47px;
}
.select-wrapper .dropdown .select:hover {
  box-shadow: 0 0 4px rgb(0, 139, 203);
}
.select-wrapper .dropdown .select:active {
  background-color: #f8f8f8;
}
.select-wrapper .dropdown .select span {
  font-weight: 300;
  color: #b7b7b7;
}
.select-wrapper .dropdown .dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(0, 139, 203);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  z-index: 9;
}
.select-wrapper .dropdown .dropdown-list__item {
  padding: 6px 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 0.875rem;
}
.select-wrapper .dropdown .dropdown-list__item:hover {
  background-color: #f2f2f2;
}
.select-wrapper .dropdown .dropdown-list__item:active {
  background-color: #e2e2e2;
}

.page .page-header {
  padding: 50px 0;
}
.page .page-header__left {
  display: flex;
  align-items: center;
}
.page .page-header__title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}

.form-check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: transparent;
  color: var(--color-primary) !important;
  top: 5px;
  height: 18px !important;
  width: 18px;
  border: 2px solid var(--color-primary) !important;
  cursor: pointer;
  margin-top: 0;
  margin-right: 17px;
  outline: 0;
  padding: 0;
  border-radius: 0;
}
.form-check input:checked::before {
  position: absolute;
  font: 13px/1 "Open Sans", sans-serif;
  left: 50%;
  top: 50%;
  content: "⅃";
  transform: translate(-50%, -50%);
  color: transparent;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
}
.form-check label {
  margin-bottom: 0;
  margin-left: 10px;
}

.section {
  padding-top: 72px;
  padding-bottom: 36px;
}
.section:not(:first-of-type) {
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ececec 100%) 0% 0% no-repeat padding-box;
}

.section-title {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    margin-bottom: 48px;
  }
}
.section-title__secondary {
  text-transform: uppercase;
  color: var(--color-third);
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .section-title__secondary {
    font-size: 12px;
  }
}
.section-title__secondary::before {
  content: "";
  display: inline-block;
  background: var(--color-secondary);
  display: inline-block;
  width: 100px;
  height: 1.5px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .section-title__secondary::before {
    width: 20px;
  }
}
.section-title__primary {
  margin-left: 110px;
  font-size: 28px;
  color: #202020;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .section-title__primary {
    margin-left: 30px;
    font-size: 24px;
  }
}
.section-title__primary span {
  color: var(--color-secondary);
}
.section-title--custom {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.section-title--custom .section-title__icon {
  color: var(--color-secondary);
}
.section-title--custom .section-title__icon span {
  font-size: 45px;
}
@media (max-width: 575.98px) {
  .section-title--custom .section-title__icon span {
    font-size: 36px;
  }
}
.section-title--custom .section-title__secondary {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .section-title--custom .section-title__secondary {
    font-size: 14px;
  }
}
.section-title--custom .section-title__secondary::before {
  background-color: var(--color-third);
  width: 30%;
}
.section-title--custom .section-title__secondary::after {
  content: "";
  display: inline-block;
  background-color: var(--color-third);
  width: 30%;
  height: 1.5px;
  margin-left: 10px;
}
.section-title--custom .section-title__primary {
  margin-left: 0;
  font-size: 35px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .section-title--custom .section-title__primary {
    font-size: 30px;
  }
}

.btn {
  background-color: rgba(157, 157, 156, 0.2);
  color: #202020;
  border: none;
  border-radius: 14px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 24px;
  transition: 0.2s ease-out all;
  white-space: nowrap;
}
.btn span {
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
  margin-right: 10px;
}
.btn:hover {
  color: #fff;
  background-color: var(--color-secondary);
}

.description {
  color: #202020;
  padding: 0 18px 36px 18px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .description {
    padding-bottom: 24px;
    font-size: 14px;
  }
}

.form-open,
.menu-open,
.form-open body,
.menu-open body {
  overflow: hidden !important;
}

.lazy-load-blur {
  filter: blur(20px);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lazy-load-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: pulse 2.5s infinite;
  background-color: #000;
  z-index: 1;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px -13px 32px 0px var(--color-third);
}
.header--second {
  background: #fff;
}
.header--second .header__inner {
  height: 75px;
}
.header--second .nav {
  top: 75px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 115px;
  transition: 0.2s ease;
}
@media (max-width: 991.98px) {
  .header__inner {
    height: 80px;
  }
}
.header__logo-img {
  width: 220px;
}
@media (max-width: 1199.98px) {
  .header__logo-img {
    width: 140px;
  }
}

.nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .nav {
    display: flex;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(255, 255, 255, 0.9294117647);
    align-items: start;
    border-top: 1px solid var(--color-secondary);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
.nav__wrapper {
  display: flex;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 991.98px) {
  .nav__wrapper {
    flex-direction: column;
    margin-top: 80px;
  }
}
.nav__el {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .nav__el {
    padding: 0 2px;
  }
}
@media (max-width: 991.98px) {
  .nav__el {
    padding: 6px 4px;
  }
}
.nav__el:last-child {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .nav__el:last-child {
    padding-left: 4px;
  }
}
.nav__el:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  background-color: #202020;
  width: 1px;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .nav__el:last-child::before {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .nav__el:last-child::before {
    display: none;
  }
}
.nav__el--home .nav__link {
  vertical-align: text-bottom;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.nav__el--home .nav__link span {
  vertical-align: sub;
}
.nav__link {
  color: #202020;
  text-decoration: none;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
@media (max-width: 1399.98px) {
  .nav__link {
    padding: 6px 10px;
  }
}
@media (max-width: 1199.98px) {
  .nav__link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .nav__link {
    font-size: 20px;
    font-weight: 500;
  }
}
.nav__link:hover {
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 991.98px) {
  html.menu-open .nav {
    transform: translateX(0);
  }
}

#menuToggle {
  cursor: pointer;
  display: none;
}
@media (max-width: 991.98px) {
  #menuToggle {
    display: block;
  }
}

#menuToggle span {
  display: none;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: var(--color-secondary);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media (max-width: 991.98px) {
  #menuToggle span {
    display: block;
  }
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.baner {
  max-height: 100vh;
}
@media (max-width: 575.98px) {
  .baner {
    max-height: 75vh;
  }
}
.baner__item {
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
}
@media (max-width: 575.98px) {
  .baner__item {
    max-height: 60vh;
    background-position-x: 33%;
  }
}
.baner__text {
  color: #fff;
  max-width: 770px;
  margin-bottom: 14%;
}
.baner__title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0px 0px 24px rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .baner__title {
    font-size: 36px;
    line-height: 1;
  }
}
.baner__description {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 32px 0 28px 28px;
  position: relative;
  border-left: 4px solid var(--color-secondary);
  margin-left: 0;
  padding-left: 28px;
  text-shadow: 0px 0px 24px rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .baner__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.baner__button {
  padding: 12px 22px;
  background: #fff;
  border-radius: 14px;
  color: #00263f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .baner__button {
    font-size: 18px;
  }
}
.baner__button:hover {
  cursor: pointer;
  background: #887157;
  color: #fff;
}
.baner__button:hover span {
  color: #fff;
}
.baner__button span {
  color: #887157;
  font-size: 22px;
  margin-right: 10px;
}
.baner__gradient {
  width: 100%;
  height: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  border: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5411764706) 100%) 0% 0% no-repeat padding-box;
}
.baner .swiper {
  width: 100%;
  height: 100%;
}
.baner .swiper-slide img {
  width: calc(100% - 0.6px);
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.baner__button-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.4392156863);
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  border: none;
  opacity: 0;
  transition: 0.2s ease-in all;
}
.baner__button-nav span {
  font-size: 48px;
}
.baner__button-nav:hover {
  background: rgba(255, 255, 255, 0.5607843137);
}
@media (max-width: 991.98px) {
  .baner__button-nav {
    display: none;
  }
}
.baner__button-nav--prev {
  left: 20px;
  transform: translateX(-100%);
}
.baner__button-nav--next {
  right: 20px;
  transform: translateX(100%);
}
.baner:hover .baner__button-nav {
  opacity: 1;
}
.baner:hover .baner__button-nav--prev {
  transform: translateX(0);
}
.baner:hover .baner__button-nav--next {
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .investment-card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.investment-card__image {
  width: 100%;
  max-width: 880px;
  aspect-ratio: 2/1;
  border-radius: 14px;
}
.investment-card__info {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.investment-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .investment-card__title {
    font-size: 20px;
  }
}
.investment-card__address {
  font-size: 21px;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .investment-card__address {
    font-size: 18px;
    line-height: 20px;
  }
}
.investment-card__properties {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.investment-card__property {
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--color-primary);
}
@media (max-width: 575.98px) {
  .investment-card__property {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .investment-card__btn {
    padding: 14px;
  }
  .investment-card__btn span {
    margin: 0;
  }
}
.investment-card__btn-text {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .investment-card__btn-text {
    display: none;
  }
}
.investment-card__gallery {
  border-radius: 14px;
  position: relative;
}
.investment-card__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: color-mix(in srgb, var(--color-primary) 50%, transparent);
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}
.investment-card__gallery-arrow:hover {
  background-color: color-mix(in srgb, var(--color-primary) 100%, transparent);
}
.investment-card__gallery-arrow span {
  vertical-align: middle;
  color: #fff;
}
.investment-card__gallery-arrow--prev {
  left: 28px;
}
.investment-card__gallery-arrow--next {
  right: 28px;
}

@media (min-width: 1200px) {
  .investments-finished__list {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767.98px) {
  .investments-finished__list {
    gap: 40px;
  }
}

.search {
  background: #dedede;
  border-radius: 14px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 24px 8px;
  width: 80%;
  margin: 0px auto 96px;
}
@media (max-width: 575.98px) {
  .search {
    display: grid;
    gap: 12px 8px;
  }
}
@media (max-width: 1399.98px) {
  .search {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .search {
    padding: 12px;
    justify-content: end;
  }
}
.search__input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 0;
}
@media (max-width: 767.98px) {
  .search__input-group {
    gap: 4px;
  }
}
.search__input-group--double {
  flex: 2 1 0;
}
.search__input-label {
  color: #202020;
  font-weight: 700;
  flex: 1 1 100%;
}
.search__input {
  border: 0px;
  color: #202020;
  border-radius: 8px;
  height: 42px;
  padding-left: 8px;
  min-width: 120px;
  background-color: #fff;
  width: 100%;
}
.search__input::-moz-placeholder {
  color: var(--color-third);
  opacity: 1;
  font-weight: 600;
}
.search__input::placeholder {
  color: var(--color-third);
  opacity: 1;
  font-weight: 600;
}
.search__input-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}
.search__btn {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 150px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 8px;
}

.search-stages {
  flex: 1 1 100%;
  display: flex;
  gap: 0 10px;
}
.search-stages__stage label {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search-stages__stage label span {
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: invert(1) grayscale(1) contrast(9);
}
.search-stages__stage input[type=checkbox]:checked + label {
  background-color: var(--color-secondary);
}

.offers-list {
  position: relative;
}
.offers-list__header {
  color: #202020;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 14px;
  margin-bottom: 16px;
}
.offers-list__available {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.offers-list__available .count {
  display: inline-block;
  vertical-align: baseline;
}
.offers-list__available .count div {
  display: inline-block;
}
.offers-list__available span {
  font-size: 20px;
  vertical-align: sub;
}
.offers-list__sort {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.offers-list__sort span {
  font-size: 16px;
  vertical-align: sub;
}
.offers-list__price-history-btn {
  margin-top: 12px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 4px;
}
.offers-list__price-history-title {
  font-size: 20px;
  font-weight: 600;
}
.offers-list__price-history-inner {
  color: black;
  padding: 35px 17px 17px 17px;
}
.offers-list__price-history-inner table {
  font-size: 14px;
}
.offers-list__price-history-inner table td, .offers-list__price-history-inner table th {
  padding: 7px 14px;
}
.offers-list__price-history-inner table td:first-child, .offers-list__price-history-inner table th:first-child {
  padding-left: 0;
}
.offers-list__price-history-inner table td:last-child, .offers-list__price-history-inner table th:last-child {
  padding-right: 0;
}
.offers-list__sort-btn {
  position: relative;
  background: transparent;
  border: 0px;
  font-weight: 600;
  padding: 0;
}
.offers-list__sort-tooltip {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  background: #fff;
  padding: 8px 0;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9;
  border: 2px solid #e5e5e5;
  display: none;
}
.offers-list__sort-tooltip--open {
  display: block;
}
.offers-list__sort-el {
  padding: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in 0.2s all;
}
.offers-list__sort-el:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.offers-list__sort-el:hover {
  background: rgba(229, 229, 229, 0.2784313725);
}
.offers-list__sort-el--active {
  background: rgba(229, 229, 229, 0.2784313725);
  font-weight: 600;
}
.offers-list__el {
  background: rgba(157, 157, 156, 0.05);
  color: #202020;
  border-top: 3px solid rgba(112, 112, 112, 0.05);
  padding-left: 12px;
  padding-right: 12px;
  transition: border-radius 0.2s ease-in-out;
}
.offers-list__el--highlight {
  animation-name: highlightOffer;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
@keyframes highlightOffer {
  0% {
    bbox-shadow: 0px 10px 100px transparent;
  }
  25% {
    box-shadow: 0px 10px 100px #bebebe;
  }
  50% {
    box-shadow: 0px 10px 100px transparent;
  }
  75% {
    box-shadow: 0px 10px 100px #bebebe;
  }
  100% {
    box-shadow: 0px 10px 100px transparent;
  }
}
.offers-list__el:nth-child(odd) {
  background-color: transparent;
}
.offers-list__el:last-child {
  border-bottom: 3px solid rgba(112, 112, 112, 0.05);
}
@media (max-width: 991.98px) {
  .offers-list__el {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
@media (max-width: 575.98px) {
  .offers-list__el {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid var(--color-secondary);
    box-shadow: 0px 10px 40px 0px #d4d4d4;
    margin: 10px 0px;
    border-radius: 14px;
  }
}
.offers-list__el--sold {
  padding-left: 42px;
}
@media (max-width: 991.98px) {
  .offers-list__el--sold {
    padding-left: 12px;
  }
}
.offers-list__el--sold.offers-list__el .offers-list__col {
  display: flex;
  color: var(--color-third);
  gap: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .offers-list__el--sold.offers-list__el .offers-list__col {
    flex-wrap: wrap;
    gap: 0;
  }
}
.offers-list__el--sold.offers-list__el .offers-list__properties {
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .offers-list__el--sold.offers-list__el .offers-list__properties {
    padding-top: 16px;
  }
}
.offers-list__el--sold.offers-list__el .offers-list__property {
  gap: 10px;
}
.offers-list__el--sold.offers-list__el .offers-list__status {
  color: #ff0000;
}
.offers-list__col {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}
@media (max-width: 991.98px) {
  .offers-list__col {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .offers-list__col {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.offers-list__col--first {
  padding-top: 35px;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .offers-list__col--first::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 90%;
    height: 1.5px;
    background: #bdbdbd;
    transform: translateX(-50%);
    box-shadow: #ccc 0px 1px 8px;
    opacity: 0.5;
  }
}
@media (max-width: 991.98px) {
  .offers-list__col--second {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .offers-list__col--third::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 90%;
    height: 1.5px;
    background: #bdbdbd;
    transform: translateX(-50%);
    box-shadow: #ccc 0px 1px 8px;
    opacity: 0.5;
  }
}
@media (max-width: 575.98px) {
  .offers-list__col--third::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 90%;
    height: 1.5px;
    background: #bdbdbd;
    transform: translateX(-50%);
    box-shadow: #ccc 0px 1px 8px;
    opacity: 0.5;
    top: 0;
    bottom: auto;
  }
}
.offers-list__col--fourth {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991.98px) {
  .offers-list__col--fourth {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.offers-list__plan {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100% 100%;
  overflow: hidden;
}
.offers-list__plan-img {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.offers-list__switches {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991.98px) {
  .offers-list__switches {
    justify-content: space-evenly;
  }
}
@media (max-width: 767.98px) {
  .offers-list__switches {
    justify-content: space-between;
  }
}
.offers-list__switch {
  font-weight: 600;
  color: var(--color-third);
  cursor: pointer;
}
.offers-list__switch--active {
  color: #202020;
}
.offers-list__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .offers-list__title {
    flex: 0 0 50%;
    text-align: left;
    padding-right: 4px;
  }
}
@media (max-width: 575.98px) {
  .offers-list__title {
    font-size: 18px;
  }
}
.offers-list__title span {
  font-weight: 600;
}
.offers-list__status {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  padding-top: 6px;
}
@media (max-width: 991.98px) {
  .offers-list__status {
    flex: 0 0 50%;
    text-align: right;
    padding-left: 4px;
    font-size: 14px;
  }
}
.offers-list__status--available {
  color: #159c00;
}
.offers-list__status--reserved {
  color: #eea600;
  padding-top: 0px;
  gap: 6px;
}
.offers-list__status--soon {
  color: #B3B3B3;
}
.offers-list__status--unavailable {
  color: #707070;
}
.offers-list__status span {
  vertical-align: sub;
  font-size: 24px;
}
.offers-list__files {
  margin-top: 36px;
  font-size: 16px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .offers-list__files {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .offers-list__files {
    font-size: 14px;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .offers-list__files::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 90%;
    height: 1.5px;
    background: #bdbdbd;
    transform: translateX(-50%);
    box-shadow: #ccc 0px 1px 8px;
    opacity: 0.5;
    top: 0;
    bottom: auto;
    width: 97%;
  }
}
.offers-list__file {
  cursor: pointer;
  color: #020202;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .offers-list__file {
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.offers-list__file span {
  font-size: 20px;
  vertical-align: sub;
}
@media (max-width: 575.98px) {
  .offers-list__file span {
    font-size: 18px;
  }
}
.offers-list__properties {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .offers-list__properties {
    flex-direction: row;
    gap: 4px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .offers-list__properties {
    font-size: 14px;
    gap: 4px 8px;
  }
}
.offers-list__property {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .offers-list__property {
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
    gap: 0px;
  }
}
.offers-list__property-key {
  font-weight: 700;
  flex: 0 0 50%;
}
.offers-list__property-key::after {
  content: attr(data-label);
}
.offers-list__property-key--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .offers-list__property-key--mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .offers-list__property-key {
    text-align: right;
    padding-right: 2px;
  }
  .offers-list__property-key::after {
    content: attr(data-label) ":";
  }
}
@media (max-width: 991.98px) {
  .offers-list__property-key--desktop {
    display: none;
  }
}
.offers-list__property-value {
  flex: 0 0 50%;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .offers-list__property-value {
    text-align: left;
    padding-left: 2px;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .offers-list__price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  }
}
.offers-list__price-key {
  font-weight: 700;
  font-size: 16px;
  flex: 0 0 50%;
  padding-right: 4px;
}
@media (max-width: 991.98px) {
  .offers-list__price-key {
    text-align: right;
    flex: 0 0 auto;
    line-height: 1;
  }
}
.offers-list__price-value {
  font-size: 24px;
  line-height: 30px;
  flex: 0 0 50%;
  padding-left: 4px;
}
@media (max-width: 991.98px) {
  .offers-list__price-value {
    flex: 0 0 auto;
  }
}
.offers-list__btn {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 16px;
  margin-top: 24px;
  border-radius: 14px;
}
@media (max-width: 991.98px) {
  .offers-list__btn {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .offers-list__btn {
    margin-top: 0;
    padding: 6px 8px;
    font-size: 14px;
  }
}
.offers-list__btn span {
  color: #000;
}
@media (max-width: 575.98px) {
  .offers-list__btn span {
    display: none;
  }
}
.offers-list__btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.offers-list__btn:hover span {
  color: #fff;
}
.offers-list__result {
  position: relative;
}
.offers-list__loader {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  text-align: center;
  padding-top: 100px;
  transform: scale(1.1);
}

.offers-price-history-modal {
  border: 0;
  border-radius: 14px;
  padding: 24px 21px;
  width: 100%;
  max-width: 400px;
}
.offers-price-history-modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s;
  /* Equivalent to
  transition: all 0.7s allow-discrete; */
}
.offers-price-history-modal:open::backdrop {
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.offers-price-history-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offers-price-history-modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}

.loader {
  width: 48px;
  height: 48px;
  background: var(--color-secondary);
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  animation: animloader 1s ease-in infinite;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.advantages__description {
  font-size: 14px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.advantages__main-list {
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .advantages__main-list {
    gap: calc(var(--bs-gutter-x)) 0;
  }
}
.advantages__main-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .advantages__main-content {
    transform: translateY(0);
  }
}
.advantages__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 7;
}
.advantages__main-wrapper {
  height: 330px;
  border-radius: 14px;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .advantages__main-wrapper {
    height: 250px;
  }
}
.advantages__main-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #656565;
  opacity: 0;
  transition: all 0.3s;
  mix-blend-mode: multiply;
  z-index: 8;
  border-radius: 14px;
}
@media (max-width: 1199.98px) {
  .advantages__main-wrapper::before {
    opacity: 0.8;
  }
}
.advantages__main-wrapper:hover::before {
  opacity: 0.8;
}
.advantages__main-wrapper:hover .advantages__main-content {
  transform: translateY(0);
}
.advantages__main-icon {
  position: relative;
}
.advantages__main-icon span {
  font-size: 80px;
}
.advantages__main-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.advantages__main-description {
  margin-top: 24px;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.advantages__main-description p {
  padding: 0px 20px;
}
.advantages__secondary-img {
  position: absolute;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-position: unset;
     object-position: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__secondary-list {
  padding: 70px 100px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .advantages__secondary-list {
    padding: 35px 50px;
  }
}
.advantages__secondary-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9d9d9c;
  z-index: 0;
  mix-blend-mode: saturation;
}
.advantages__secondary-wrapper {
  row-gap: 78px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .advantages__secondary-wrapper {
    gap: 40px;
  }
}
.advantages__secondary-el {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .advantages__secondary-el {
    font-size: 14px;
  }
}
.advantages__secondary-icon img {
  height: 80px;
}
@media (max-width: 575.98px) {
  .advantages__secondary-icon img {
    width: 60px;
    height: auto;
  }
}

.location--horizontally {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .location--horizontally {
    flex-direction: column-reverse;
  }
}
.location--horizontally .location__map {
  flex: 1 1 0;
  margin: 0;
}
.location--horizontally .location__map iframe {
  border-radius: 20px;
}
.location--horizontally .location__list {
  flex: 1 1 0;
  padding: 0 112px;
  display: grid;
  align-items: flex-start;
  align-content: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199.98px) {
  .location--horizontally .location__list {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .location--horizontally .location__list {
    padding: 0;
    display: flex;
    margin-bottom: 40px;
  }
}
.location__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}
@media (max-width: 575.98px) {
  .location__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.location__el {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--color-primary);
  cursor: default;
}
.location__el:hover .location__icon {
  color: var(--color-secondary);
}
.location__el:hover .location__text {
  color: #fff;
  background-color: var(--color-secondary);
}
.location__icon {
  font-size: 32px;
  transition: 0.3s ease-out all;
}
@media (max-width: 575.98px) {
  .location__icon {
    font-size: 24px;
  }
}
.location__text {
  display: inline-block;
  background-color: rgba(var(--color-third), 0.1);
  font-size: 16px;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 400;
  transition: 0.3s ease-out all;
}
@media (max-width: 575.98px) {
  .location__text {
    font-size: 14px;
    width: 100%;
  }
}
.location__map {
  margin-top: 70px;
  width: 100%;
}
.location__map iframe {
  width: 100%;
}

.funding__wrapper {
  padding: 64px 48px;
  background-color: color-mix(in srgb, var(--color-third) 20%, transparent);
  border-radius: 14px;
}
@media (max-width: 575.98px) {
  .funding__wrapper {
    padding: 32px 24px;
  }
}
.funding__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}
.funding__description {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.funding__col-right {
  position: relative;
}
@media (max-width: 991.98px) {
  .funding__col-right {
    display: none;
  }
}
.funding__img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.calculator {
  margin-top: 90px;
  padding-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .calculator {
    margin-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .calculator {
    margin-top: 36px;
  }
}
@media (max-width: 575.98px) {
  .calculator {
    margin-top: 24px;
  }
}
.calculator__row {
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .calculator__row {
    gap: 20px;
  }
}
.calculator__left {
  padding: 52px;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .calculator__left {
    padding: 36px calc(var(--bs-gutter-x) * 0.5);
  }
}
.calculator__left::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  mix-blend-mode: normal;
  opacity: 0.7;
}
.calculator__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.calculator__title {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.calculator__description {
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-top: 14px;
  font-weight: 300;
}
.calculator__right {
  background-color: #ebebeb;
  border-radius: 14px;
  padding: 36px 52px;
}
@media (max-width: 991.98px) {
  .calculator__right {
    padding: 36px calc(var(--bs-gutter-x) * 0.5);
  }
}
.calculator__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media (max-width: 991.98px) {
  .calculator__inputs {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.calculator__input-group {
  flex: 0 0 50%;
}
.calculator__label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #202020;
  text-transform: uppercase;
  font-weight: 600;
}
.calculator__input-wrapper {
  position: relative;
}
.calculator__input-sign {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--color-third);
  font-size: 16px;
}
.calculator__input {
  width: 100%;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--color-primary);
  padding-right: 54px;
}
@media (max-width: 1199.98px) {
  .calculator__sum-wrapper {
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
  }
}
.calculator__sum {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.calculator__sum-label {
  color: #202020;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .calculator__sum-label {
    margin: 0;
    margin-right: 12px;
  }
}
.calculator__sum-price {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}
@media (max-width: 575.98px) {
  .calculator__sum-price {
    font-size: 30px;
  }
}

.gallery__el {
  width: 50%;
  left: calc(50% - 660px + 12px);
}
@media (max-width: 575.98px) {
  .gallery__el {
    left: 0;
    width: 75%;
  }
}
.gallery__image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 14px;
  max-height: 500px;
}
.gallery__button-next {
  left: calc(100% - 660px + 12px);
  transition: box-shadow 0.2s ease-out;
}
.gallery__button-next::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  background-color: #fff;
  border-radius: 100%;
  color: var(--color-primary);
  padding: 16px;
  font-size: 40px;
}
.gallery__button-next:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7098039216);
}
.gallery__swiper-thumb {
  margin-top: 32px;
}
@media (max-width: 575.98px) {
  .gallery__swiper-thumb {
    display: none;
  }
}
.gallery__swiper-thumb .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}
.gallery__swiper-thumb .swiper-slide:hover {
  opacity: 1;
}
.gallery__swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery__el-thumb {
  height: auto;
  cursor: pointer;
}
.gallery__image-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
}

.footer {
  background-color: var(--color-footer);
  padding-top: 78px;
  padding-bottom: 32px;
  color: var(--color-third);
  font-size: 16px;
  line-height: 26px;
  margin-top: 70px;
  z-index: 9;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer {
    position: static;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .footer__row {
    gap: 40px 0;
  }
}
.footer a {
  text-decoration: underline;
  color: var(--color-third);
  cursor: pointer;
}
.footer a[href^=tel] {
  color: var(--color-secondary);
  text-decoration: none;
}
.footer__logo {
  width: 250px;
}
.footer__label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .footer__label {
    margin-bottom: 12px;
  }
}
.footer__bottom {
  margin-top: 120px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer__bottom {
    margin-top: 32px;
    flex-direction: column-reverse;
  }
}
.footer__socials {
  display: inline-flex;
  list-style-type: none;
  gap: 8px;
  padding-left: 8px;
}
.footer__social svg {
  height: 14px;
}
.footer__social i {
  color: #fff;
}

.baner-invest {
  position: fixed;
  z-index: 9;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991.98px) {
  .baner-invest {
    width: 330px;
    left: 51px;
    bottom: 100px;
    transform: translate(0);
    margin-left: 12px;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .baner-invest {
    left: 0;
    margin-left: 0px;
  }
}
.baner-invest__inner {
  background: color-mix(in srgb, var(--color-primary) 90%, transparent);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .baner-invest__inner {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .baner-invest--show {
    display: block;
  }
}
.baner-invest__info {
  width: 100%;
  display: flex;
}
@media (max-width: 991.98px) {
  .baner-invest__info {
    flex-direction: column;
  }
}
.baner-invest__box {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .baner-invest__box {
    text-align: center;
    margin-bottom: 20px;
  }
}
.baner-invest__box:before {
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
  left: calc(100% + 22px);
  top: -28px;
  height: 200%;
}
@media (max-width: 1399.98px) {
  .baner-invest__box:before {
    left: 110%;
    height: 114%;
    top: -8px;
  }
}
@media (max-width: 1199.98px) {
  .baner-invest__box:before {
    left: 106%;
  }
}
@media (max-width: 991.98px) {
  .baner-invest__box:before {
    display: none;
  }
}
.baner-invest__box-title {
  color: var(--color-secondary);
  font-size: 14;
  font-weight: 300;
}
.baner-invest__box-description {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.baner-invest__property {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .baner-invest__property {
    margin-left: 4px;
  }
}
@media (max-width: 991.98px) {
  .baner-invest__property {
    flex-direction: column;
    gap: 20px;
  }
}
.baner-invest__property .property-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 44px;
}
@media (max-width: 1399.98px) {
  .baner-invest__property .property-box {
    padding: 0 36px;
  }
}
@media (max-width: 1199.98px) {
  .baner-invest__property .property-box {
    padding: 0 18px;
  }
}
@media (max-width: 991.98px) {
  .baner-invest__property .property-box {
    text-align: center;
  }
}
.baner-invest__property .property-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.231372549);
  right: -3px;
  top: 0;
}
@media (max-width: 991.98px) {
  .baner-invest__property .property-box:before {
    display: none;
  }
}
.baner-invest__property .property-box:last-child:before {
  display: none;
}
.baner-invest__property .property-box .baner-invest__title {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.baner-invest__property .property-box .baner-invest__description {
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: bold;
}
.baner-invest__button {
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-out;
  flex: 1 0 auto;
  padding: 14px 28px;
  text-transform: inherit;
}
@media (max-width: 1399.98px) {
  .baner-invest__button {
    padding: 12px 16px;
  }
}
@media (max-width: 991.98px) {
  .baner-invest__button {
    margin-top: 20px;
  }
}
.baner-invest__button:hover {
  cursor: pointer;
  background: var(--color-secondary);
  color: #fff;
}
.baner-invest__button:hover span {
  color: #fff;
}
.baner-invest__button span {
  margin-right: 12px;
  color: var(--color-secondary);
  font-size: 20px;
}
@media (max-width: 1440px) {
  .baner-invest__button span {
    margin-right: 6px;
  }
}
.baner-invest__toggle {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 60px;
  background-color: var(--color-primary);
  color: #fff;
  border: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  display: none;
  margin-bottom: 35px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .baner-invest__toggle {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .baner-invest__toggle {
    left: 8px;
    margin-bottom: 8px;
  }
}
.baner-invest__toggle span {
  font-size: 36px;
  vertical-align: middle;
}
.baner-invest__close {
  display: none;
}
@media (max-width: 991.98px) {
  .baner-invest__close {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 12px;
    margin-right: 12px;
    color: #fff;
    cursor: pointer;
  }
}

.floor-widget {
  background-color: color-mix(in srgb, var(--color-primary) 90%, transparent);
  color: #fff;
  padding: 14px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 14px;
  font-size: 16px;
  min-width: 240px;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .floor-widget {
    display: none;
  }
}
.floor-widget__section {
  padding: 16px 28px;
}
.floor-widget__section--available {
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: var(--color-primary);
}
.floor-widget__floor {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}
.floor-widget__name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
.floor-widget__available-row {
  display: flex;
  font-size: 16px;
  line-height: 26px;
}
.floor-widget__available-label {
  margin-right: 10px;
}
.floor-widget__available-value {
  color: var(--color-third);
}
.floor-widget__info-label {
  color: var(--color-third);
}
.floor-widget--house {
  background-color: color-mix(in srgb, var(--color-primary) 90%, transparent);
  color: #fff;
  padding: 14px 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 14px;
  font-size: 16px;
  min-width: 240px;
  opacity: 0;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .floor-widget--house {
    display: none;
  }
}
.floor-widget--house .floor-widget__header {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  border-bottom: 1px solid #9D9D9C;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.floor-widget--house .floor-widget__symbol {
  font-size: 26px;
}
.floor-widget--house .floor-widget__status {
  background-color: #ccc;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.floor-widget--house .floor-widget__type {
  font-weight: 600;
  margin-bottom: 32px;
}
.floor-widget--house .floor-widget__property {
  margin-bottom: 8px;
  display: flex;
}
.floor-widget--house .floor-widget__property-left {
  margin-right: 8px;
}
.floor-widget--house .floor-widget__property-right {
  margin-right: 8px;
  color: #FFC584;
}

.investment-banner {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 14px;
  flex: 1 0 100%;
}
.investment-banner__image {
  max-width: 100%;
  width: 100%;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.investment-banner__svg-floor {
  opacity: 0;
  transition: all 0.2s ease-out;
  cursor: pointer;
  fill: var(--color-primary);
}
.investment-banner__svg-floor:hover {
  opacity: 0.6;
}
.investment-banner svg {
  position: relative;
}

.legend {
  display: flex;
  justify-content: center;
  padding: 32px;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .legend {
    display: none;
  }
}
.legend__description {
  font-size: 16px;
  font-weight: 600;
  margin-right: 18px;
}
@media (max-width: 991.98px) {
  .legend__description {
    width: 100%;
    margin-bottom: 18px;
  }
}
.legend__symbols {
  display: flex;
  gap: 18px 34px;
}
@media (max-width: 575.98px) {
  .legend__symbols {
    flex-wrap: wrap;
  }
}
.legend__symbol {
  display: flex;
  align-items: center;
}
.legend__symbol-color {
  width: 26px;
  height: 26px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 8px;
}
.legend__symbol-color--available {
  background-color: #0A9C00;
}
.legend__symbol-color--reserved {
  background-color: #E29E00;
}
.legend__symbol-color--sold {
  background-color: #E24A00;
}
.legend__symbol-color--soon {
  background-color: #B3B3B3;
}

#investmentBanner {
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  #investmentBanner {
    display: none;
  }
}
#investmentBanner .investment-banner {
  max-width: 1296px;
  flex: 1 0 100%;
}
@media (max-width: 1750px) {
  #investmentBanner .investment-banner {
    flex: 1 1 100%;
    max-width: 1268px;
  }
}
@media (max-width: 1399.98px) {
  #investmentBanner .investment-banner {
    max-width: 1088px;
  }
}
#investmentBanner .banner-offer-metric {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  padding: 0 14px;
  font-size: 16px;
  flex: 0 0 0;
  max-width: 500px;
  display: none;
}
#investmentBanner .banner-offer-metric__inner {
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  padding: 48px;
  position: sticky;
  top: 100px;
}
#investmentBanner .banner-offer-metric__close {
  position: absolute;
  top: 48px;
  right: 48px;
  cursor: pointer;
}
#investmentBanner .banner-offer-metric__title {
  font-size: 20px;
}
#investmentBanner .banner-offer-metric__title span {
  font-weight: 600;
}
#investmentBanner .banner-offer-metric__subheader {
  display: flex;
  gap: 18px;
  margin-top: 16px;
}
#investmentBanner .banner-offer-metric__status {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__status {
    flex: 0 0 50%;
    text-align: right;
    padding-left: 4px;
  }
}
#investmentBanner .banner-offer-metric__status--available {
  color: #fff;
  background: #159c00;
  padding: 2px 10px;
  border-radius: 20px;
}
#investmentBanner .banner-offer-metric__status--reserved {
  color: #eea600;
  padding-top: 0px;
  gap: 6px;
}
#investmentBanner .banner-offer-metric__status--sold {
  color: #fff;
  background: #e24a00;
  padding: 2px 10px;
  border-radius: 20px;
}
#investmentBanner .banner-offer-metric__status--soon {
  color: #fff;
  background: #b3b3b3;
  padding: 2px 10px;
  border-radius: 20px;
}
#investmentBanner .banner-offer-metric__status span {
  vertical-align: sub;
  font-size: 20px;
  margin-right: 10px;
}
#investmentBanner .banner-offer-metric__files {
  margin-top: 36px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__files {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #investmentBanner .banner-offer-metric__files {
    font-size: 14px;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  #investmentBanner .banner-offer-metric__files::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 90%;
    height: 1.5px;
    background: #bdbdbd;
    transform: translateX(-50%);
    box-shadow: #ccc 0px 1px 8px;
    opacity: 0.5;
    top: 0;
    bottom: auto;
    width: 97%;
  }
}
#investmentBanner .banner-offer-metric__file {
  cursor: pointer;
  color: #020202;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  #investmentBanner .banner-offer-metric__file {
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
#investmentBanner .banner-offer-metric__file span {
  font-size: 20px;
  vertical-align: sub;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  #investmentBanner .banner-offer-metric__file span {
    font-size: 18px;
  }
}
#investmentBanner .banner-offer-metric hr {
  margin: 18px 0;
  border-top: 1px solid #E4E4E4;
  opacity: 1;
}
#investmentBanner .banner-offer-metric__properties {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__properties {
    flex-direction: row;
    gap: 4px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  #investmentBanner .banner-offer-metric__properties {
    font-size: 14px;
    gap: 4px 8px;
  }
}
#investmentBanner .banner-offer-metric__property {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__property {
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
    gap: 0px;
  }
}
#investmentBanner .banner-offer-metric__property-key {
  font-weight: 700;
  flex: 0 0 29%;
  padding-right: 10px;
}
#investmentBanner .banner-offer-metric__property-key--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__property-key--mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__property-key {
    text-align: right;
    padding-right: 2px;
  }
  #investmentBanner .banner-offer-metric__property-key::after {
    content: ":";
  }
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__property-key--desktop {
    display: none;
  }
}
#investmentBanner .banner-offer-metric__property-value {
  flex: 0 0 50%;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  #investmentBanner .banner-offer-metric__property-value {
    text-align: left;
    padding-left: 2px;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
#investmentBanner .banner-offer-metric__btn {
  border-radius: 12px;
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  padding: 14px;
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 36px;
}
#investmentBanner .banner-offer-metric__btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
#investmentBanner .banner-offer-metric__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
#investmentBanner .banner-offer-metric__gallery-item {
  flex: 0 1 18%;
}
#investmentBanner .banner-offer-metric__gallery-item:first-child {
  flex: 1 1 100%;
}
#investmentBanner .banner-offer-metric__gallery-item:first-child img {
  aspect-ratio: 16/9;
}
#investmentBanner .banner-offer-metric__gallery-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1;
  height: auto;
}
#investmentBanner.fluid {
  max-width: 100%;
}
#investmentBanner.fluid .investment-banner {
  max-width: 1296px;
}
@media (max-width: 1399.98px) {
  #investmentBanner.fluid .investment-banner {
    max-width: 1088px;
  }
}
#investmentBanner.fluid .banner-offer-metric {
  opacity: 1;
  flex: 0 2 100%;
  display: block;
}
@media (max-width: 1750px) {
  #investmentBanner.fluid .banner-offer-metric {
    min-width: 480px;
  }
}

.floor-map-dialog {
  border: 0;
  border-radius: 14px;
  padding: 48px 42px;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
}
.floor-map-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s;
  /* Equivalent to
  transition: all 0.7s allow-discrete; */
}
.floor-map-dialog:open::backdrop {
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.floor-map-dialog__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}
.floor-map-dialog .apartament {
  cursor: pointer;
}

.whatsapp {
  position: fixed;
  bottom: 35px;
  right: 60px;
  z-index: 999;
}
@media (max-width: 575.98px) {
  .whatsapp {
    right: 8px;
    margin-left: 8px;
    bottom: 8px;
  }
}
.whatsapp__main {
  background: #eeeae2;
  border-radius: 16px;
  width: 360px;
  overflow: hidden;
  margin-bottom: 40px;
  display: none;
  transition: all 0.2s ease-out;
  transform-origin: bottom right;
}
@media (max-width: 575.98px) {
  .whatsapp__main {
    width: 100%;
  }
}
.whatsapp--open .whatsapp__main {
  display: block;
}
.whatsapp__header {
  background-color: #55897e;
  padding: 8px 20px;
  display: flex;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.whatsapp__header-logo {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.whatsapp__header-logo img {
  width: 100%;
}
.whatsapp__header-user {
  padding-left: 16px;
}
.whatsapp__header-user-name {
  font-size: 16px;
}
.whatsapp__header-user-text {
  font-size: 12px;
  opacity: 0.6;
}
.whatsapp__close {
  margin-left: auto;
  cursor: pointer;
}
.whatsapp__close span {
  vertical-align: middle;
}
.whatsapp__conversation-message-left {
  padding: 0 0 0 20px;
}
.whatsapp__conversation-message-right {
  display: flex;
  align-items: flex-end;
}
.whatsapp__conversation {
  display: flex;
  padding-bottom: 16px;
}
.whatsapp__conversation-date {
  color: #9d9d9c;
  text-align: center;
  font-size: 12px;
  padding: 12px;
}
.whatsapp__conversation-message {
  background-color: #fff;
  padding: 16px 12px 8px 20px;
  font-size: 12px;
  color: #00263f;
  border-radius: 8px;
}
.whatsapp__input-message {
  width: 100%;
  margin-top: 14px;
  height: 42px;
  font-size: 12px;
  padding: 0;
  border: none;
  border-radius: 100px;
  padding: 0 20px;
}
.whatsapp__hour {
  margin-top: 36px;
  text-align: right;
  color: #9d9d9c;
}
.whatsapp__send {
  background: #55897e;
  color: #fff;
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-left: 6px;
  margin-right: 18px;
}
.whatsapp__send span {
  font-size: 24px;
  line-height: 34px;
}

.whatsapp-small {
  background-color: #4ac14b;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.whatsapp-small svg {
  width: 50%;
}

.contact-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact-form--open {
  display: flex;
}
.contact-form__container {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 14px;
  padding: 48px 42px;
  position: relative;
}
@media (max-width: 575.98px) {
  .contact-form__container {
    max-width: 100%;
    margin: 0 8px 0 8px;
    padding: 24px 21px;
  }
}
.contact-form__title {
  font-size: 26px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 36px;
}
.contact-form__row {
  margin-bottom: 12px;
}
.contact-form__validate-error {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-form-invalid-color);
}
.contact-form__input {
  background: #f5f5f5;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border: 1px solid transparent;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--color-primary);
}
.contact-form__input.has-error {
  border: 1px solid var(--bs-form-invalid-color);
}
.contact-form__input::-moz-placeholder {
  color: #9d9d9c;
}
.contact-form__input::placeholder {
  color: #9d9d9c;
}
.contact-form__input--textarea {
  height: 164px;
}
.contact-form__privacy-policy {
  font-size: 14px;
  color: var(--color-primary);
  line-height: 22px;
  font-weight: 400;
}
.contact-form__privacy-policy a {
  text-decoration: underline;
  color: var(--color-primary);
}
.contact-form__btn {
  background: var(--color-primary);
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  color: #fff;
  border-radius: 7px;
  margin-top: 16px;
}
.contact-form__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}
@media (max-width: 575.98px) {
  .contact-form__close {
    top: 4px;
    right: 4px;
  }
}
.contact-form__close span {
  font-size: 26px;
}
.contact-form__send-info {
  margin-top: 16px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: none;
}
.contact-form__send-info--success {
  background: rgba(0, 128, 0, 0.9215686275);
}
.contact-form__send-info--error {
  background: rgba(255, 0, 0, 0.9215686275);
}

.show-image-full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  display: none;
}
.show-image-full--show {
  display: flex;
}
.show-image-full__close {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-weight: 900;
}
.show-image-full__close span {
  font-size: 32px;
}
.show-image-full__image {
  max-width: 90%;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.pagination__btn {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 1;
  background: transparent;
  border: 1px solid #9d9d9c;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__btn--active {
  background: #E0E0E0;
}
.pagination__btn--prevnext {
  border-color: transparent;
}
.pagination__btn--prevnext span {
  font-size: 30px;
}

.cookies-info {
  font-size: 15px;
  background: rgba(32, 32, 32, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 1.5em;
  border-top: 1px solid var(--color-primary);
}
.cookies-info__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cookies-info__text {
  margin-bottom: 0.5em;
}
.cookies-info__button {
  border: none;
  padding: 0.75em 2em;
  background: var(--color-primary);
  color: #fff;
  border-radius: 15px;
}
.cookies-info__button:hover {
  background: #ccc, 5%;
}

.section-investment {
  padding-top: 54px;
}
@media (max-width: 575.98px) {
  .section-investment {
    padding-top: 36px;
  }
}
.section-investment .description {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .section-investment .description {
    display: none;
  }
}
