@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;family=Outfit:wght@300;400;500;600;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

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

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --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>* {
  box-sizing: border-box;
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.wow {
  visibility: hidden;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-sm {
  font-size: 0.8125rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xl {
  font-size: 1.25rem !important;
}

.fs-2xl {
  font-size: 1.5rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-none {
  text-transform: none !important;
}

.text-end {
  text-align: right !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-underline-none {
  text-decoration: none !important;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  font-size: 16px;
}

body {
  font-family: Rubik !important;
  color: #7c8a97;
  font-size: 14px;
  font-weight: 400;
  /* font-size: 1rem; */
  /* color: #0d001d; */
  /* line-height: 1.5; */
}

h1,
.h1,
h2,
.h2,
.our-values-item .count,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rufina", serif;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #001230;
}

h1,
.h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2,
.our-values-item .count {
  font-size: 1.75rem;
}

@media (min-width: 768px) {

  h2,
  .h2,
  .our-values-item .count {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {

  h2,
  .h2,
  .our-values-item .count {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {

  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p:not(:last-of-type) {
  margin-bottom: 1rem;
}

a {
  --link-color: #4a42ec;
  color: var(--link-color);
  text-decoration: none;
  transition: color 150ms;
  font-size: inherit;
}

a:hover,
a:active,
a:focus {
  --link-color: #2f27cf;
}

a,
button,
input[type=submit] {
  cursor: pointer;
  font-size: inherit;
}

a,
button,
input,
textarea {
  font-family: "Outfit", 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";
  font-size: 1rem;
}

img {
  transition: 300ms;
  max-width: 100%;
  height: auto;
}

svg {
  transition: 300ms-sm;
}

img,
svg {
  vertical-align: middle;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

::selection {
  background-color: rgba(74, 66, 236, 0.5);
  color: #ffffff;
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.section {
  --section-padding-y: 3rem;
  padding-block: var(--section-padding-y);
}

@media (min-width: 992px) {
  .section {
    --section-padding-y: 4rem;
  }
}

.section-tagline {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #4a42ec;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .section-tagline {
    font-size: 1.375rem;
  }
}

.section-title {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .section-title {
    margin-bottom: 1.5rem;
  }
}

.section-desc {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #4f5465;
}

@media (min-width: 992px) {
  .section-desc {
    font-size: 1.375rem;
  }
}

.section-img {
  text-align: center;
}

.section-img img {
  width: 100%;
}

.section-img-border {
  position: relative;
  z-index: 0;
}

.section-img-border::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 1.75rem;
  z-index: -1;
  width: 100%;
  height: 88%;
  min-height: 10rem;
  border: 1px dashed #ff6636;
  border-radius: 0.625rem;
}

.main-sections {
  flex-grow: 1;
}

.footer-main {
  margin-top: auto;
}

.bg-holder {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

hr {
  appearance: none;
  border: 0;
  border-top: 1px solid #ebf1fb;
  margin-block: 1.5rem;
}

.app-loader {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background-color: #ffffff;
  display: grid;
  place-items: center;
  transition: opacity 300ms, visibility 300ms;
  font-size: 2rem;
  color: #ff6636;
}

@media (min-width: 992px) {
  .app-loader {
    font-size: 3rem;
  }
}

.app-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.btn,
.explore-properties-status {
  --btn-padding-x: 1rem;
  --btn-padding-y: 0.625rem;
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-color: #0d001d;
  --btn-font-size: 1.125rem;
  --btn-font-weight: 400;
  --input-line-height: 1.5;
  /* --btn-border-radius: 0.375rem; */
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border-color);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--input-line-height);
  display: inline-flex;
  align-items: center;
  color: var(--btn-color);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border-radius: var(--btn-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: background 300ms, color 300ms, border-color 300ms;
  cursor: pointer;
}

.btn:hover,
.explore-properties-status:hover,
.btn:active,
.explore-properties-status:active,
.btn:focus,
.explore-properties-status:focus,
.btn.active,
.active.explore-properties-status {
  --btn-bg: transparent;
  --btn-color: #4a42ec;
}

.btn path,
.explore-properties-status path {
  transition: 150ms;
}

.btn-group {
  display: flex;
}

.btn-sm,
.explore-properties-status {
  --btn-font-size: 0.875rem;
}

.btn-lg {
  --btn-padding-x: 1.375rem;
}

.btn-full {
  width: 100%;
}

.btn-close {
  --btn-padding-x: 0;
  --btn-padding-y: 0;
  --btn-border-color: #4f5465;
  --btn-border-radius: 50rem;
  width: 2.25rem;
  height: 2.25rem;
}

.btn-close .icon {
  opacity: 0.5;
}

.btn-close:hover,
.btn-close:active,
.btn-close:focus,
.btn-close.active {
  --btn-border-color: #4f5465;
}

.btn-close:hover .icon,
.btn-close:active .icon,
.btn-close:focus .icon,
.btn-close.active .icon {
  opacity: 1;
  transform: rotate(180deg);
}

.btn-primary {
  --btn-bg: #4a42ec;
  --btn-color: #ffffff;
  --btn-border-color: #4a42ec;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
  --btn-bg: #2f27cf;
  --btn-color: #ffffff;
  --btn-border-color: #2f27cf;
}

.btn-secondary,
.explore-properties-status {
  --btn-bg: #ff6636;
  --btn-color: #ffffff;
  --btn-border-color: #d91c63;
}

.btn-secondary:hover,
.explore-properties-status:hover,
.btn-secondary:active,
.explore-properties-status:active,
.btn-secondary:focus,
.explore-properties-status:focus,
.btn-secondary.active,
.active.explore-properties-status {
  --btn-bg: #2f27cf;
  --btn-color: #ffffff;
  --btn-border-color: #2f27cf;
}

.btn-dark {
  --btn-bg: #0d001d;
  --btn-color: #ffffff;
  --btn-border-color: #0d001d;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark.active {
  --btn-bg: #4a42ec;
  --btn-color: #ffffff;
  --btn-border-color: #4a42ec;
}

.btn-gray {
  --btn-bg: #4f5465;
  --btn-color: #ffffff;
  --btn-border-color: #4f5465;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus,
.btn-gray.active {
  --btn-bg: #4a42ec;
  --btn-color: #ffffff;
  --btn-border-color: #4a42ec;
}

.btn-outline-primary {
  --btn-bg: #ffffff;
  --btn-color: #4a42ec;
  --btn-border-color: #4a42ec;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary.active {
  --btn-bg: #2f27cf;
  --btn-color: #ffffff;
  --btn-border-color: #2f27cf;
}

.btn-outline-primary:hover path,
.btn-outline-primary:active path,
.btn-outline-primary:focus path,
.btn-outline-primary.active path {
  fill: #ffffff;
}

.btn-outline-secondary {
  --btn-bg: #fff4f0;
  --btn-color: #ff6636;
  --btn-border-color: #ff6636;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary.active {
  --btn-bg: #ff6636;
  --btn-color: #ffffff;
  --btn-border-color: #ff6636;
}

.btn-outline-secondary:hover path,
.btn-outline-secondary:active path,
.btn-outline-secondary:focus path,
.btn-outline-secondary.active path {
  fill: #ffffff;
}

.btn-outline-dark {
  --btn-bg: #ffffff;
  --btn-color: #0d001d;
  --btn-border-color: #0d001d;
}

.btn-outline-dark:hover,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark.active {
  --btn-bg: transparent;
  --btn-color: #4a42ec;
  --btn-border-color: #4a42ec;
}

.btn-outline-dark:hover path,
.btn-outline-dark:active path,
.btn-outline-dark:focus path,
.btn-outline-dark.active path {
  fill: #ffffff;
}

.btn-shadow {
  position: relative;
  box-shadow: 0.1875rem 0.1875rem 0 0 #ff6636;
}

.card {
  --card-border-radius: 0.375rem;
  --card-border-width: 1px;
  --card-border-style: solid;
  --card-border-color: #ebf1fb;
  --card-padding-x: 1rem;
  --card-padding-y: 1rem;
  --card-bg: #ffffff;
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) var(--card-border-style) var(--card-border-color);
  background-color: var(--card-bg);
  display: flex;
  flex-direction: column;
}

.card-header,
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.card-header {
  padding: var(--card-padding-y) var(--card-padding-x);
  border-bottom: 1px solid var(--card-border-color);
}

.card-body {
  padding: var(--card-padding-y) var(--card-padding-x);
}

.card-footer {
  padding: var(--card-padding-y) var(--card-padding-x);
  border-top: 1px solid var(--card-border-color);
}

@media (min-width: 992px) {
  .container {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 6rem;
  }
}

@media (min-width: 1400px) {
  .container {
    --bs-gutter-x: 8rem;
  }
}

.dropdown {
  position: relative;
  z-index: 0;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 2rem);
  left: 0;
  min-width: 15rem;
  background-image: linear-gradient(180deg, #ffffff 0%, #e2edff 100%);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-rows: 1fr;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
}

.dropdown-link {
  --nav-link-padding-x: 1rem;
  --nav-link-padding-y: 0.625rem;
}

.dropdown-link:hover,
.dropdown-link:active,
.dropdown-link:focus,
.dropdown-link.active {
  --nav-link-bg: rgba(74, 66, 236, 0.05);
}

.dropdown-link::after {
  display: none;
}

.dropdown-toggle::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  transition: 300ms;
  font-size: 0.875rem;
}

.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
  top: calc(100% + 0.75rem);
  opacity: 1;
  visibility: visible;
}

.dropdown:hover .dropdown-toggle,
.dropdown.active .dropdown-toggle {
  color: var(--nav-link-color-active);
}

.dropdown:hover .dropdown-link::before,
.dropdown.active .dropdown-link::before {
  display: none;
}

.dropdown:hover .dropdown-toggle::after,
.dropdown.active .dropdown-toggle::after {
  transform: rotate(180deg);
}

.form-group {
  --input-padding-x: 1.25rem;
  --input-padding-y: 0.875rem;
  --input-font-family: Outfit, 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;
  --input-font-size: 0.875rem;
  --input-font-weight: 400;
  --input-line-height: 1.5;
  --input-border-radius: 0.375rem;
  --input-bg: #ffffff;
  --input-label-color: #000000;
  --input-color: #4f5465;
  --input-color-placeholder: #4f5465;
  --input-border-style: solid;
  --input-border-width: 1px;
  --input-border-color: #ebf1fb;
  --input-outline-styles: solid;
  --input-outline-width: 1px;
  --input-outline-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.form-check-group {
  --input-font-weight: 400;
  --input-font-size: 0.75rem;
  --input-line-height: 1.5;
  --input-border-radius: 0.125rem;
  --input-bg: #4a42ec;
  --input-color: #4f5465;
  --input-border-style: solid;
  --input-border-width: 1px;
  --input-border-color: #4a42ec;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.form-label {
  --input-font-weight: 500;
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  font-weight: var(--input-font-weight);
  color: var(--input-label-color);
  text-align: left;
}

.form-control,
.form-select {
  appearance: none;
  font-family: var(--input-font-family);
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  font-weight: var(--input-font-weight);
  padding: var(--input-padding-y) var(--input-padding-x);
  border-radius: var(--input-border-radius);
  color: var(--input-color);
  background-color: var(--input-bg);
  border: var(--input-border-width) var(--input-border-style) var(--input-border-color);
  outline: var(--input-outline-width) var(--input-outline-styles) var(--input-outline-color);
  transition: color 300ms, backgroud-color 300ms, border 300ms, outline 300ms;
  width: 100%;
  resize: vertical;
  text-align: left;
}

.form-control::placeholder,
.form-select::placeholder {
  color: var(--input-color-placeholder);
}

.form-control:active,
.form-control:focus,
.form-select:active,
.form-select:focus {
  --input-border-color: #4a42ec;
  --input-outline-width: 0.1875rem;
  outline-offset: 0.125rem;
}

.form-select {
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.03475 6.82596C6.17049 6.95627 6.3541 7.02942 6.54549 7.02942C6.73688 7.02942 6.92049 6.95627 7.05623 6.82596L12.8519 1.2287C12.9705 1.09485 13.0326 0.922683 13.0255 0.746595C13.0185 0.570508 12.9429 0.403472 12.8139 0.278867C12.6849 0.154262 12.5119 0.0812649 12.3296 0.0744634C12.1472 0.0676619 11.969 0.127557 11.8304 0.242179L6.54911 5.34269L1.26784 0.235183C1.13143 0.103434 0.946404 0.0294189 0.75348 0.0294189C0.560557 0.0294189 0.375535 0.103434 0.239118 0.235183C0.1027 0.366931 0.026062 0.54562 0.026062 0.73194C0.026062 0.91826 0.1027 1.09695 0.239118 1.2287L6.03475 6.82596Z" fill="%234F5465"/></svg>');
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 1.5rem;
}

.form-select:active,
.form-select:focus {
  background-image: url('data:image/svg+xml,<svg style="transform: rotate(180deg);" width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.03475 6.82596C6.17049 6.95627 6.3541 7.02942 6.54549 7.02942C6.73688 7.02942 6.92049 6.95627 7.05623 6.82596L12.8519 1.2287C12.9705 1.09485 13.0326 0.922683 13.0255 0.746595C13.0185 0.570508 12.9429 0.403472 12.8139 0.278867C12.6849 0.154262 12.5119 0.0812649 12.3296 0.0744634C12.1472 0.0676619 11.969 0.127557 11.8304 0.242179L6.54911 5.34269L1.26784 0.235183C1.13143 0.103434 0.946404 0.0294189 0.75348 0.0294189C0.560557 0.0294189 0.375535 0.103434 0.239118 0.235183C0.1027 0.366931 0.026062 0.54562 0.026062 0.73194C0.026062 0.91826 0.1027 1.09695 0.239118 1.2287L6.03475 6.82596Z" fill="%232f27cf"/></svg>');
}

.form-select option {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-check {
  appearance: none;
  flex-shrink: 0;
  display: inline-block;
  border: var(--input-border-width) var(--input-border-style) var(--input-border-color);
  width: 1rem;
  height: 1rem;
  border-radius: var(--input-border-radius);
  cursor: pointer;
}

.form-check:checked+.form-label::after {
  opacity: 1;
}

.form-check+.form-label {
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  line-height: var(--input-line-height);
  text-align: left;
  position: relative;
}

.form-check+.form-label::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1px;
  background-color: var(--input-bg);
  position: absolute;
  top: 3px;
  left: -25px;
  opacity: 0;
  transition: opacity 300ms;
}

.input-group {
  display: flex;
}

.icon {
  flex-shrink: 0;
  transition: 150ms;
}

.link {
  --link-color: #4a42ec;
  --link-font-size: inherit;
  --link-font-weight: 400;
  text-decoration: none;
  color: var(--link-color);
  transition: color 150ms, border 150ms, background-color 150ms;
  font-size: var(--link-font-size);
  font-weight: var(--link-font-weight);
}

.link:hover,
.link:active,
.link:focus {
  --link-color: #4a42ec;
}

.link-primary {
  --link-color: #4a42ec;
}

.link-primary:hover,
.link-primary:active,
.link-primary:focus {
  --link-color: #2f27cf;
}

.link-secondary {
  --link-color: #0d001d;
}

.link-secondary:hover,
.link-secondary:active,
.link-secondary:focus {
  --link-color: #ff6636;
}

.link-dark {
  --link-color: #0d001d;
}

.link-dark:hover,
.link-dark:active,
.link-dark:focus {
  --link-color: #4a42ec;
}

.list-reboot,
.list-dorpdown,
.list-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.list-dorpdown {
  padding-block: 0.5rem;
}

.list-breadcrumb {
  display: flex;
  align-items: center;
}

.modal {
  --animate-duration: 450ms;
  --modal-bg: rgba(133, 121, 121, 0.75);
  --modal-content-bg: #ffffff;
  --modal-width: 576px;
  --modal-padding-x: 1rem;
  --modal-padding-y: 1rem;
  --modal-margin-x: 1rem;
  --modal-margin-y: 1rem;
  --modal-border-radius: 0.375rem;
  position: fixed;
  inset: 0;
  background-color: var(--modal-bg);
  z-index: 1060;
  transition: inset 300ms, opacity 300ms, visibility 300ms;
}

.modal:not(.show) {
  inset: -100% 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

.modal-dialog {
  margin: var(--modal-margin-y) var(--modal-margin-x);
  width: 100%;
  max-width: var(--modal-width);
  transform: translateY(-2rem);
  transition: transform 300ms;
}

@media (min-width: 992px) {
  .modal-dialog {
    margin: calc(var(--modal-margin-y) * 1.5) var(--modal-margin-x);
  }
}

.modal-dialog-sm {
  --modal-width: 266px;
}

.modal-dialog-lg {
  --modal-width: 840px;
}

.modal-dialog-xl {
  --modal-width: 1024px;
}

.modal-dialog-full {
  --modal-width: 100%;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
}

.modal-dialog-scrolled {
  height: calc(100vh - var(--modal-padding-y) * 2);
}

.modal-content {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--modal-content-bg);
  border-radius: var(--modal-border-radius);
  margin-inline: var(--modal-margin-y) var(--modal-margin-y);
}

.modal-body {
  flex: 1;
  overflow: auto;
  padding: var(--modal-padding-y) var(--modal-padding-x);
}

.modal-header,
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: var(--modal-padding-y) var(--modal-padding-x);
}

.modal-header .btn-close {
  margin-left: auto;
}

.offcanvas {
  --offcanvas-width: 100%;
  --offcanvas-padding-x: 2rem;
  --offcanvas-padding-y: 2rem;
  --offcanvas-transition-duration: 300ms;
  --offcanvas-bg: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  width: var(--offcanvas-width);
  transition: var(--offcanvas-transition-duration);
  background-color: var(--offcanvas-bg);
  display: flex;
  flex-direction: column;
  width: var(--offcanvas-width);
  max-width: 100%;
}

@media (min-width: 576px) {
  .offcanvas {
    --offcanvas-width: 420px;
  }
}

@media (min-width: 576px) {
  .offcanvas-lg {
    --offcanvas-width: 680px;
  }
}

.offcanvas-start {
  left: -100%;
}

.offcanvas-start.show {
  left: 0;
}

.offcanvas-end {
  right: -100%;
}

.offcanvas-end.show {
  right: 0;
}

.offcanvas-body {
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  flex-grow: 1;
  overflow: auto;
}

.offcanvas-header,
.offcanvas-footer {
  margin-top: auto;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem 1rem;
  position: relative;
}

.offcanvas-header::after,
.offcanvas-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: calc(100% - var(--offcanvas-padding-x) * 2);
  background-color: #ebf1fb;
}

.offcanvas-header::after {
  top: 100%;
}

.offcanvas-footer::after {
  top: 0%;
}

.tabs {
  --tabs-padding-x: 0;
  --tabs-padding-y: 0;
  --tabs-border-radius: 0;
  --tabs-border-width: 0.125rem;
  --tabs-border-style: solid;
  --tabs-border-color: #ebf1fb;
  --nav-link-font-size: 1.125rem;
  --nav-link-font-weight: 500;
  --nav-link-line-height: 1.45;
  --nav-link-color: #4f5465;
  --nav-link-padding-x: 1.125rem;
  --nav-link-padding-y: 0.625rem;
  --nav-link-border-radius: 0;
  --nav-link-border-width: 0.125rem;
  --nav-link-border-style: solid;
  --nav-link-border-color: transparent;
  --nav-link-bg: #ebf1fb;
  --nav-link-color-active: #4a42ec;
  --nav-link-border-color-active: #4a42ec;
  --nav-link-bg-active: transparent;
  display: flex;
  gap: 0.5rem;
  padding: var(--tabs-padding-y) var(--tabs-padding-x);
  border-radius: var(--tabs-border-radius);
  border-bottom: var(--tabs-border-width) var(--tabs-border-style) var(--tabs-border-color);
}

.tabs-vertical {
  flex-direction: column;
}

.tabs-centered {
  justify-content: center;
}

.tabs:not(.tabs-pill) {
  --nav-link-border-color: transparent;
  --nav-link-bg: transparent;
}

.tabs-gray {
  --nav-link-color: #4f5465;
  --nav-link-color-active: #ffffff;
}

.tabs-gray.tabs-pill {
  --nav-link-border-radius: 0.25rem;
  --nav-link-color: #4f5465;
  --nav-link-color-active: #ffffff;
  --nav-link-border-color-active: #4f5465;
  --nav-link-bg-active: #4f5465;
}

.tabs-primary {
  --nav-link-color: #0d001d;
  --nav-link-color-active: #4a42ec;
}

.tabs-primary.tabs-pill {
  --nav-link-border-radius: 0.25rem;
  --nav-link-color: #0d001d;
  --nav-link-color-active: #ffffff;
  --nav-link-border-color-active: #4a42ec;
  --nav-link-bg-active: #4a42ec;
}

.nav-tabs {
  overflow: auto visible;
}

.nav-tabs.nav-tabs-centered {
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-link,
.nav-tabs .dropdown-link {
  margin-bottom: -0.125rem;
  border: 0;
  border-bottom: var(--nav-link-border-width) var(--nav-link-border-style) var(--nav-link-border-color);
  width: max-content;
}

.nav-tabs .nav-link:hover,
.nav-tabs .dropdown-link:hover,
.nav-tabs .nav-link:active,
.nav-tabs .dropdown-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .dropdown-link:focus,
.nav-tabs .nav-link.active,
.nav-tabs .active.dropdown-link {
  color: var(--nav-link-color-active);
  border-bottom-color: var(--nav-link-border-color-active);
  background-color: var(--nav-link-bg-active);
}

.tabpane {
  --tabpane-padding-x: 0;
  --tabpane-padding-y: 1rem;
  transition: opacity 300ms, visibility 300ms;
  padding: var(--tabpane-padding-y) var(--tabpane-padding-x);
  animation: fadeIn 300ms ease-in;
}

.tabpane:not(.show) {
  display: none;
  visibility: hidden;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.backdrop,
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(133, 121, 121, 0.75);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 300ms;
  backdrop-filter: blur(0.25rem);
}

.backdrop.show,
.offcanvas-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  margin-bottom: 1rem;
  color: #4f5465;
  font-size: 0.875rem;
  font-weight: 300;
}

.breadcrumb li:not(:last-of-type) a::after {
  content: "/";
  display: inline-block;
  margin-inline: 0.1875rem;
  color: inherit;
}

.upside-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #4f5465 #dfe9eb;
  padding-right: 0.25rem;
}

.upside-scrollbar::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.upside-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfe9eb;
}

.upside-scrollbar::-webkit-scrollbar-track:hover {
  background-color: #b8c0c2;
}

.upside-scrollbar::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

.upside-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #4f5465;
}

.upside-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #4f5465;
}

.upside-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #4f5465;
}

.hero-section {
  padding-top: 6rem;
  position: relative;
  z-index: 0;
}

@media (min-width: 576px) {
  .hero-section {
    padding-top: 7rem;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding-top: 9rem;
  }
}

.newsletter-box {
  --newsletter-offset: 0.1875rem;
  --newsletter-border-radius: 0.75rem;
  --newsletter-border-width: 1px;
  --newsletter-border-style: solid;
  --newsletter-border-color: #4a42ec;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: var(--newsletter-offset);
  border-radius: var(--newsletter-border-radius);
  border: var(--newsletter-border-width) var(--newsletter-border-style) var(--newsletter-border-color);
}

.newsletter-box .icon {
  padding: 0.5rem 0 0.5rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.newsletter-box-dark {
  --newsletter-border-color: #0d001d;
}

.newsletter-box .form-group {
  --input-bg: transparent;
  --input-border-color: transparent;
  --input-outline-color: transparent;
  --input-font-weight: 300;
  flex-grow: 1;
  margin: 0;
}

.newsletter-box .form-control:active,
.newsletter-box .form-control:focus {
  --input-border-color: transparent;
  --input-outline-color: transparent;
}

.newsletter-box .btn,
.newsletter-box .explore-properties-status {
  flex-shrink: 0;
  min-width: 6.25rem;
}

.social-link {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.25);
  transition: 300ms;
}

.social-link:hover {
  color: #ffffff;
  background-color: #ff6636;
}

.fancy-img-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}

.fancy-img-grid>* {
  overflow: hidden;
}

.fancy-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.fancy-img-lg {
  grid-area: 1/1/span 9/span 9;
}

.fancy-img-md {
  grid-area: 7/5/span 6/span 7;
}

.fancy-img-sm {
  grid-area: 2/10/span 4/span 3;
  margin-left: -1rem;
  margin-bottom: -1rem;
}

.fancy-img-border {
  padding: 0.5rem;
  border: 1px dashed rgba(255, 102, 54, 0.5);
  border-radius: 1rem;
}

.boxed-gallery {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(12, 1fr);
}

.boxed-gallery-item {
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 7rem;
}

.boxed-gallery-item img {
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  object-position: center;
}

.boxed-gallery-item:nth-of-type(1) {
  grid-area: 2/1/span 5/span 5;
}

.boxed-gallery-item:nth-of-type(2) {
  grid-area: 5/5/span 5/span 5;
  z-index: 1;
}

.boxed-gallery-item:nth-of-type(3) {
  grid-area: 1/9/span 5/span 5;
}

.boxed-gallery-item:nth-of-type(4) {
  grid-area: 8/9/span 4/span 4;
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
}

.contact-form {
  position: relative;
}

.contact-form .card {
  --card-border-radius: 1rem;
  --card-padding-x: 1.5rem;
  --card-padding-y: 1.5rem;
  max-width: 950px;
  margin-inline: auto;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 576px) {
  .contact-form .card {
    --card-padding-x: 2rem;
    --card-padding-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contact-form .card {
    --card-padding-x: 3rem;
    --card-padding-y: 2rem;
  }
}

@media (min-width: 992px) {
  .contact-form .card {
    --card-padding-x: 4rem;
    --card-padding-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .contact-form .card {
    --card-padding-x: 5.5rem;
    --card-padding-y: 4.5rem;
  }
}

.featured-brands-grid {
  max-width: 720px;
  margin-inline: auto;
  display: grid;
  gap: 2rem;
}

@media (min-width: 576px) {
  .featured-brands-grid {
    gap: 0;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(10, 2rem);
  }
}

.featured-brands-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-brands-item:hover>* {
  transform: scale(0.9);
}

@media (min-width: 576px) {
  .featured-brands-item:nth-of-type(1) {
    grid-area: 1/5/span 2/span 2;
    margin-left: -2rem;
  }

  .featured-brands-item:nth-of-type(2) {
    grid-area: 3/1/span 2/span 2;
    margin-right: -2rem;
  }

  .featured-brands-item:nth-of-type(3) {
    grid-area: 5/4/span 2/span 2;
  }

  .featured-brands-item:nth-of-type(4) {
    grid-area: 4/7/span 2/span 2;
  }

  .featured-brands-item:nth-of-type(5) {
    grid-area: 7/1/span 2/span 2;
    margin-right: -2rem;
  }

  .featured-brands-item:nth-of-type(6) {
    grid-area: 8/6/span 2/span 2;
    padding: 1.5rem;
  }
}

.wow {
  visibility: hidden;
}

.swiper-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

@media (min-width: 992px) {
  .swiper-arrows {
    gap: 1.25rem;
  }
}

.swiper-arrows-static .swiper-arrow {
  position: static;
  inset: auto;
  transform: none;
}

.swiper-arrow {
  border: 1px solid #4a42ec;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  background-color: #4a42ec;
  opacity: 1;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms, background 300ms, border 300ms;
}

@media (min-width: 992px) {
  .swiper-arrow {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.swiper-arrow:hover,
.swiper-arrow:active,
.swiper-arrow:focus,
.swiper-arrow.active {
  background-color: #2f27cf;
  border-color: #2f27cf;
}

.swiper-arrow:disabled {
  opacity: 1;
  background-color: rgba(79, 84, 101, 0.15);
  border-color: rgba(79, 84, 101, 0.15);
}

.swiper-arrow svg {
  fill: #ffffff;
  width: 1.25em;
  height: 1.25em;
}

.header-main {
  --navbar-padding-x: 0.5rem;
  --navbar-padding-y: 0.5rem;
  --nav-link-font-size: 1.125rem;
  --nav-link-font-weight: 400;
  --nav-link-line-height: 1.5;
  --nav-link-color: #0d001d;
  --nav-link-padding-x: 0;
  --nav-link-padding-y: 0.375rem;
  --nav-link-border-width: 1px;
  --nav-link-border-style: solid;
  --nav-link-border-color: transparent;
  --nav-link-border-radius: 0;
  --nav-link-color-active: #4a42ec;
  --nav-link-before-bg-color: #4a42ec;
  --nav-link-bg: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

@media (min-width: 992px) {
  /* .header-main {
    padding-top: 1rem;
  } */
}

.navbar-nav {
  gap: 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #7c8a97 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-family: 'Rubik' !important;
}

/* .navbar-main .container {
  position: relative;
  z-index: 0;
  padding-block: var(--navbar-padding-y);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
} */
@media (max-width: 991.98px) {
  .navbar-main .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-main .container {
    border-radius: 0.5rem;
  }
}

.navbar-toggle {
  --btn-toggle-bg: transparent;
  --btn-toggle-color: #0d001d;
  --btn-toggle-border-color: transparent;
  --btn-toggle-span-color: #0d001d;
  --btn-toggle-radius: 0.1875rem;
  --btn-toggle-padding-x: 0.125rem;
  --btn-toggle-padding-y: 0.125rem;
  display: grid;
  place-items: center;
  gap: 0.375rem;
  padding: var(--btn-toggle-padding-y) var(--btn-toggle-padding-x);
  background-color: var(--btn-toggle-bg);
  border: 1px solid var(--btn-toggle-border-color);
  position: relative;
  z-index: 1052;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle span {
  border-radius: 50rem;
  width: 1.5rem;
  height: 0.125rem;
  background-color: var(--btn-toggle-span-color);
  transition: 300ms;
}

.navbar-toggle.active {
  --btn-toggle-span-color: #4a42ec;
}

.navbar-toggle.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 6px);
  transition-delay: 150ms;
}

.navbar-toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  transition-delay: 150ms;
}

.navbar-collapse {
  --header-height: 5rem;
  position: absolute;
  top: 100%;
  right: -100%;
  height: calc(100vh - var(--header-height));
  width: 100%;
  transition: right 300ms;
  padding: 1rem;
  background-image: linear-gradient(180deg, #e2edff 0%, #ffffff 100%);
  overflow: hidden auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    overflow: unset;
    padding: 0;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    position: static;
    background-image: none;
  }
}

.navbar-collapse.show {
  right: 0%;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 3rem;
}

@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
    flex-direction: row;
  }
}

.btn-cta {
  background-color: #001238 !important;
  color: #fff !important;
  z-index: 1;
  height: 50px;
  font-size: 14px;
  overflow: hidden;
  line-height: 52px !important;
  padding: 0px 30px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  /* margin-left: 10%; */
  word-spacing: 2px;
  float: right;
  display: block;
}
.btn-cta:before{
  top: 0;
  left: 0;
  bottom: 0;
  right: -50px;
  content: '';
  z-index: -1;
  position: absolute;
  transform: translateX(-100%);
  transition: all .4s ease-in-out;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #062a4d;
}
.btn-cta a:hover{
  color: #ec3323 !important;
  transition: all .4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .btn-cta  {
      height: 50px;
      line-height: 52px;
  }
}

/* .nav-item li a::after{
  color: #ec3323 !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  bottom: -20px !important;
  position: absolute !important;
  transition: all .4s ease-in-out !important;
}
.nav-item.active{
  color: #ec3323 !important;
} */
.navbar-nav .btn-cta {
  padding: 0.25rem 0.375rem 0.25rem 0.25rem;
  border-radius: 50rem;
}

.navbar-nav .btn-cta .icon {
  flex-shrink: 0;
  font-size: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #ff6636;
}

@media (max-width: 991.98px) {
  .navbar-nav .dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    grid-template-rows: 0fr;
  }

  .navbar-nav .dropdown-menu>* {
    overflow: hidden;
  }

  .navbar-nav .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-nav .dropdown:hover .dropdown-menu,
  .navbar-nav .dropdown.active .dropdown-menu {
    width: 100%;
    grid-template-rows: 1fr;
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {

  .navbar-nav .nav-link,
  .navbar-nav .dropdown-link {
    width: 100%;
    justify-content: space-between;
  }
}

.nav-item {
  display: flex;
  position: relative;
  z-index: 0;
}

/* .nav-item:not(.nav-item-cta)::after {
  left: 0;
  opacity: 0;
  bottom: -20px;
  position: absolute;
  color: #7c8a97;
  content: attr(data-menu-name);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all .4s ease-in-out;
} */

.nav-item.active .nav-link,
.nav-item.active .dropdown-link,
.nav-item:hover .nav-link,
.nav-item:hover .dropdown-link {
  color: #ec3323 !important;
  font-family: "Rubik", sans-serif;
}



@media (min-width: 992px) {

  .nav-item.active::before,
  .nav-item:hover::before {
    width: 1.5rem;
  }
}

.nav-link,
.dropdown-link {
  font-size: 14px;
  font-weight: var(--nav-link-font-weight);
  line-height: var(--nav-link-line-height);
  color: #7c8a97;
  transition: all .4s ease-in-out;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  border: var(--nav-link-border-width) var(--nav-link-border-style) var(--nav-link-border-color);
  background-color: var(--nav-link-bg);
  border-radius: var(--nav-link-border-radius);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 300ms, background 300ms, border 300ms;
}

.nav-link:hover,
.dropdown-link:hover,
.nav-link:active,
.dropdown-link:active,
.nav-link:focus,
.dropdown-link:focus,
.nav-link.active,
.active.dropdown-link {
  color: var(--nav-link-color-active);
}

.footer-main {
  background-color: #0d001d;
  color: #ffffff;
}

.footer-main .h4 {
  color: #ffffff;
  font-family: "Outfit", 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";
  font-weight: 400;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 0;
  padding-bottom: 0.625rem;
}

.footer-main .h4::before {
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #ff6636;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 50rem;
}

.footer-main .h5 {
  color: #ffffff;
  margin-bottom: 0.625rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Outfit", 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";
  font-weight: 300;
  transition: 300ms;
}

.footer-main .list-social {
  margin-top: 2rem;
}

.footer-widgets {
  padding-block: 3rem;
}

@media (min-width: 992px) {
  .footer-widgets {
    padding-block: 4rem;
  }
}

.footer-widgets .grid {
  display: grid;
  gap: 4rem 2rem;
}

@media (min-width: 992px) {
  .footer-widgets .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .footer-widgets .grid {
    gap: 4rem;
  }
}

.footer-widgets .list-contact {
  display: grid;
  gap: 1rem;
}

.footer-widgets .list-contact address,
.footer-widgets .list-contact a {
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
}

.footer-widgets .list-contact a:hover {
  color: #ff6636;
}

.footer-widgets .list-property {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-widgets .list-property {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .footer-widgets .list-property {
    grid-template-columns: 1fr;
  }
}

.footer-widgets .list-property-item {
  display: flex;
  gap: 0.75rem;
  line-height: 1.37;
  color: #ffffff;
}

.footer-widgets .list-property-item .img-wrapper {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.footer-widgets .list-property-item img {
  width: 5.375rem;
  height: 5rem;
  transition: 300ms;
  border-radius: inherit;
}

.footer-widgets .list-property-item:hover img {
  transform: scale(1.1);
}

.footer-widgets .list-property-item:hover .h5 {
  color: #ff6636;
}

.footer-widgets .list-property .property-price {
  font-weight: 700;
  font-size: 1rem;
}

.footer-text {
  font-size: 1.125rem;
  font-weight: 300;
}

.footer-copyright {
  padding-block: 2rem;
  text-align: center;
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-copyright {
    padding-block: 2.5rem;
  }
}

/* .hero-home {
  background-color: #f0fafc;
} */
.hero-home .inner-content {
  text-align: center;
}

@media (min-width: 992px) {
  .hero-home .inner-content {
    padding-top: 5rem;
    text-align: left;
  }
}

.hero-home .h1 {
  color: #4a42ec;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
}

.hero-home .h2,
.hero-home .our-values-item .count,
.our-values-item .hero-home .count {
  margin-bottom: 1.5rem;
}

.hero-home .section-img {
  display: grid;
  grid-auto-rows: 1.5rem auto;
  max-width: 520px;
  margin-inline: auto;
}

.hero-home .section-img .img-object {
  padding-top: 2rem;
}

.hero-text {
  margin-bottom: 2.5rem;
}

.filter-parameters {
  padding-top: 0;
  margin-top: -2.5rem;
  position: relative;
}

@media (min-width: 1200px) {
  .filter-parameters {
    margin-top: -3.5rem;
  }
}

.filter-parameters .card {
  --card-border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
  max-width: 850px;
  margin-inline: auto;
}

.filter-parameters-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-parameters-group .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 102, 54, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-parameters-group .form-group {
  --input-border-width: 0;
  --input-padding-x: 0.5rem;
  --input-padding-y: 0.25rem;
  --input-border-radius: 0;
  gap: 0;
  margin-bottom: 0;
}

.filter-parameters-group .form-group .form-label {
  padding-left: var(--input-padding-x);
}

.filter-parameters-group .form-group .form-select {
  align-self: flex-start;
  width: auto;
}

.filter-parameters-group>div {
  flex: 1;
}

.who-we-are {
  text-align: center;
}

@media (min-width: 992px) {
  .who-we-are {
    text-align: left;
  }
}

.our-values {
  position: relative;
  z-index: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .our-values {
    text-align: left;
  }
}

.our-values .bg-holder {
  width: 20vw;
  height: 19vw;
  background-size: contain;
  inset: -5% auto auto 30%;
  display: none;
}

@media (min-width: 992px) {
  .our-values .bg-holder {
    display: block;
  }
}

.our-values-item {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  width: min-content;
  position: absolute;
  z-index: 1;
}

.our-values-item:nth-of-type(1) {
  top: 17%;
  right: -0.5rem;
}

@media (min-width: 576px) {
  .our-values-item:nth-of-type(1) {
    right: -1rem;
  }
}

.our-values-item:nth-of-type(1) .count,
.our-values-item:nth-of-type(1) .text {
  color: #4a42ec;
}

.our-values-item:nth-of-type(2) {
  top: 53%;
  left: -0.5rem;
}

@media (min-width: 576px) {
  .our-values-item:nth-of-type(2) {
    left: -2rem;
  }
}

.our-values-item:nth-of-type(2) .count,
.our-values-item:nth-of-type(2) .text {
  color: #ff6636;
}

.our-values-item:nth-of-type(3) {
  top: 63%;
  right: -0.5rem;
}

@media (min-width: 576px) {
  .our-values-item:nth-of-type(3) {
    right: -1rem;
  }
}

.our-values-item:nth-of-type(3) .count,
.our-values-item:nth-of-type(3) .text {
  color: #0d001d;
}

.our-values-item:nth-of-type(4) {
  top: calc(100% + 2rem);
  left: 20%;
  transform: translateY(-100%);
}

.our-values-item:nth-of-type(4) .count,
.our-values-item:nth-of-type(4) .text {
  color: #4a42ec;
}

.our-values-item .count {
  margin-bottom: 0;
}

.our-values-item .text {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.38;
}

.explore-popular-area .container {
  background-color: #f0fafc;
  border-radius: 1rem;
  padding-block: 1.5rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .explore-popular-area .container {
    padding-block: 2rem;
  }
}

@media (min-width: 1200px) {
  .explore-popular-area .container {
    padding-block: 3rem;
  }
}

.explore-popular-area .container .bg-holder {
  width: 26%;
  height: 25%;
  aspect-ratio: 235/181;
  inset: auto auto -0.25rem 23%;
  background-size: contain;
  display: none;
}

@media (min-width: 992px) {
  .explore-popular-area .container .bg-holder {
    display: block;
  }
}

.explore-popular-area .swiper-arrows {
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.explore-popular-area-item:hover .explore-popular-area-thumbnail img {
  transform: scale(1.1);
}

.explore-popular-area-item:hover .h2,
.explore-popular-area-item:hover .our-values-item .count,
.our-values-item .explore-popular-area-item:hover .count {
  color: #ff6636;
}

.explore-popular-area-item:hover .icon {
  opacity: 1;
  visibility: visible;
}

.explore-popular-area-desc {
  background-color: #ffffff;
  box-shadow: 0 0.375rem 1rem 0 rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.25rem 1rem 0.5rem;
  margin: -3rem 1rem 0;
  position: relative;
}

.explore-popular-area-thumbnail {
  overflow: hidden;
  aspect-ratio: 280/320;
  border-radius: 0.5rem;
}

.explore-popular-area-thumbnail img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms;
}

.explore-popular-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.explore-popular-area-header .h2,
.explore-popular-area-header .our-values-item .count,
.our-values-item .explore-popular-area-header .count {
  margin-bottom: 0;
  line-height: 1.25;
  transition: color 300ms;
}

.explore-popular-area-header .icon {
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

.explore-popular-area-status {
  font-size: 1rem;
  font-weight: 500;
  color: #4a42ec;
  margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .explore-popular-area-status {
    font-size: 1.125rem;
  }
}

.explore-popular-area-footer {
  display: flex;
  gap: 0.625rem;
  color: #0d001d;
  font-weight: 300;
}

.explore-popular-area-footer svg path {
  fill: #0d001d;
}

.explore-properties .section-tagline,
.explore-properties .section-title {
  text-align: center;
}

@media (min-width: 992px) {

  .explore-properties .section-tagline,
  .explore-properties .section-title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .explore-properties .nav-tabs {
    display: flex;
    justify-content: flex-end;
  }
}

.explore-properties .nav-tabs .tabs {
  --tabs-border-color: transparent;
}

@media (min-width: 576px) {
  .explore-properties .nav-tabs .tabs {
    gap: 1.25rem;
  }
}

.explore-properties .grid {
  display: grid;
  gap: 2.5rem 2.25rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.explore-properties-item {
  --card-border-radius: 0.5rem;
  --card-padding-y: 0.75rem;
  transition: box-shadow 300ms;
}

.explore-properties-item:hover {
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
}

.explore-properties-item:hover .explore-properties-thumbnail img {
  transform: scale(1.1);
}

.explore-properties-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.explore-properties-item .h5 {
  margin-bottom: 0.375rem;
}

.explore-properties-thumbnail {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 356/234;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}

.explore-properties-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.explore-properties-status {
  --btn-padding-x: 0.5rem;
  --btn-padding-y: 0.1875rem;
  --btn-bg: #d91c63;
  --btn-color: #ffffff;
  /* --btn-border-radius: 50rem; */
  --btn-font-size: 0.875rem;
  --btn-font-weight: 500;
  position: absolute;
  z-index: 0;
  top: 1.25rem;
  right: 1rem;
}

.explore-properties-utils {
  position: absolute;
  inset: auto 1rem 1rem;
  /* background-color: rgba(13, 0, 29, 0.75); */
  padding: 0.5rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
}

.explore-properties-utils .icon svg {
  width: auto;
  height: 1.125rem;
}

.explore-properties-utils p {
  margin-bottom: 0;
  margin-right: auto;
}

.explore-properties-utils .img-count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.explore-properties-price {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #4a42ec;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.explore-properties-desc {
  color: #4f5465;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.explore-properties-facilities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  /* padding-bottom: 0.75rem; */
}

.explore-properties-facilities .item {
  display: inline-flex;
  /* align-items: center; */
  gap: 0.5rem;
  font-weight: 300;
  font-size: 0.875rem;
  justify-content: center;
}

.explore-properties-owner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.explore-properties-owner .owner-desc {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.explore-properties-owner .owner-desc .h5 {
  margin-bottom: 0;
}

.explore-properties-owner .owner-desc a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d001d;
}

.explore-properties-owner .owner-desc a img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50rem;
  object-fit: cover;
  object-position: center;
}

.explore-properties-owner .owner-desc a:hover {
  color: #ff6636;
}

.explore-properties-owner .share {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.explore-properties-owner .share .btn,
.explore-properties-owner .share .explore-properties-status {
  --btn-padding-x: 0.375rem;
  --btn-padding-y: 0.375rem;
}

.explore-properties-owner .share .btn:hover,
.explore-properties-owner .share .explore-properties-status:hover,
.explore-properties-owner .share .btn:active,
.explore-properties-owner .share .explore-properties-status:active,
.explore-properties-owner .share .btn:focus,
.explore-properties-owner .share .explore-properties-status:focus,
.explore-properties-owner .share .btn.active,
.explore-properties-owner .share .active.explore-properties-status {
  --btn-bg: #2f27cf;
  --btn-color: #ffffff;
}

.explore-properties-owner .share .btn:hover svg path,
.explore-properties-owner .share .explore-properties-status:hover svg path,
.explore-properties-owner .share .btn:active svg path,
.explore-properties-owner .share .explore-properties-status:active svg path,
.explore-properties-owner .share .btn:focus svg path,
.explore-properties-owner .share .explore-properties-status:focus svg path,
.explore-properties-owner .share .btn.active svg path,
.explore-properties-owner .share .active.explore-properties-status svg path {
  fill: #ffffff;
}

.explore-properties-search-text {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .explore-properties-search-text {
    font-size: 1.375rem;
  }
}

.our-facilities {
  text-align: center;
}

@media (min-width: 992px) {
  .our-facilities {
    text-align: left;
  }
}

.our-facilities .container {
  background-color: #f0fafc;
  border-radius: 1rem;
  padding-block: 1.5rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .our-facilities .container {
    padding-block: 2rem;
  }
}

@media (min-width: 1200px) {
  .our-facilities .container {
    padding-block: 3rem;
  }
}

.our-facilities .container .bg-holder {
  width: 26%;
  height: 25%;
  aspect-ratio: 235/181;
  inset: auto 3% -0.25rem auto;
  background-size: contain;
  display: none;
}

@media (min-width: 992px) {
  .our-facilities .container .bg-holder {
    display: block;
  }
}

.our-facilities-item .img-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}

.our-facilities-item .img-wrapper:hover img {
  transform: scale(1.1);
}

.our-facilities-item img {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.our-facilities-swiper {
  padding-top: 1.5rem;
}

.our-facilities-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 7%;
  right: 30%;
  z-index: 1;
  background-color: #ff6636;
  border-radius: 0.75rem;
  padding: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
}

.our-facilities-swiper-pagination .h2,
.our-facilities-swiper-pagination .our-values-item .count,
.our-values-item .our-facilities-swiper-pagination .count {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.our-facilities .swiper-arrows {
  margin-top: 1rem;
  justify-content: flex-end;
  gap: 1rem;
}

.our-facilities .swiper-pagination {
  --swiper-pagination-progressbar-bg-color: rgba(13, 0, 29, 0.15);
  --swiper-pagination-color: #4a42ec;
  border-radius: 50rem;
  overflow: hidden;
}

.get-in-touch .container {
  background-color: #f0fafc;
  border-radius: 1rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) {
  .get-in-touch .container {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .get-in-touch .container {
    padding-top: 3rem;
  }
}

.get-in-touch .container .bg-holder {
  width: 20%;
  height: 20%;
  aspect-ratio: 184/94;
  inset: 0 auto auto 46%;
  background-size: contain;
  display: none;
}

@media (min-width: 992px) {
  .get-in-touch .container .bg-holder {
    display: block;
  }
}

@media (min-width: 1200px) {
  .get-in-touch .container .bg-holder {
    display: block;
    inset: 0 auto auto 40%;
  }
}

.get-in-touch .inner-content {
  text-align: center;
}

@media (min-width: 992px) {
  .get-in-touch .inner-content {
    text-align: left;
  }
}

.get-in-touch .card {
  --card-padding-x: 1.5rem;
  --card-padding-y: 1.5rem;
  --card-border-radius: 1rem;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

@media (min-width: 576px) {
  .get-in-touch .card {
    --card-padding-x: 2.5rem;
    --card-padding-y: 2.5rem;
  }
}

@media (min-width: 992px) {
  .get-in-touch .card {
    margin-bottom: -3.5rem;
  }
}

.get-in-touch .card::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  z-index: -1;
  width: 40%;
  height: 55%;
  border-radius: inherit;
  background-color: #ff6636;
}

.get-in-touch .card-header {
  --card-border-color: #4a42ec;
  padding-bottom: 0;
}

.get-in-touch .card-header .h3 {
  color: #4a42ec;
}

.blog-articles .h2,
.blog-articles .our-values-item .count,
.our-values-item .blog-articles .count {
  margin-bottom: 2.5rem;
}

.blog-articles-swiper {
  margin-bottom: 4.5rem;
  overflow: clip visible;
}

.blog-articles-item {
  position: relative;
  z-index: 0;
}

.blog-articles-item:hover .blog-articles-thumbnail img {
  transform: scale(1.1);
}

.blog-articles-item:hover .icon {
  opacity: 1;
  visibility: visible;
}

.blog-articles-thumbnail {
  display: flex;
  overflow: hidden;
  border-radius: 0.75rem;
}

.blog-articles-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.blog-articles-body {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 1;
  bottom: -1rem;
  right: -0.5rem;
  left: 3rem;
  padding: 0.75rem;
}

.blog-articles-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.blog-articles-meta .datetime {
  color: #4f5465;
}

.blog-articles-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.blog-articles-desc .h5 {
  margin-bottom: 0;
}

.blog-articles-desc .icon {
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}

.clients-testimonial-swiper {
  overflow: clip visible;
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .clients-testimonial-swiper {
    margin-top: 0;
  }
}

.clients-testimonial-swiper .swiper-slide {
  height: auto;
}

.clients-testimonial .section-title {
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  .clients-testimonial .section-title {
    text-align: left;
  }
}

.clients-testimonial .section-tagline {
  text-align: center;
}

@media (min-width: 992px) {
  .clients-testimonial .section-tagline {
    text-align: left;
  }
}

.clients-testimonial .swiper-arrows {
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.clients-testimonial-item {
  border-radius: 1.5rem;
  background-color: #4a42ec;
  padding: 1rem 2rem;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  background-image: url("../assets/images/graphics/blop-3.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 95% 95%;
}

.clients-testimonial-item::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  background-color: #ff6636;
  border-radius: 1.5rem;
  width: 75%;
  height: 85%;
  z-index: -1;
}

.clients-testimonial-item .icon {
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -1rem;
  margin-left: -2rem;
}

.clients-testimonial-item .h3 {
  color: #ffffff;
  margin-top: auto;
}

.clients-testimonial-avatar {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.375rem solid #fff4e6;
}

@media (min-width: 992px) {
  .clients-testimonial-avatar {
    width: 8.5rem;
    height: 8.5rem;
  }
}

.clients-testimonial-avatar img {
  height: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-testimonial-desc {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}

.clients-testimonial-desc::first-letter {
  font-size: 2.25rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .clients-testimonial-desc {
    font-size: 1.375rem;
  }

  .clients-testimonial-desc::first-letter {
    font-size: 2.75rem;
  }
}

.clients-testimonial-designation {
  font-weight: 300;
}

@media (min-width: 992px) {
  .clients-testimonial-designation {
    font-size: 1.125rem;
  }
}

.page-property-listing .hero-section {
  background: linear-gradient(180deg, #ddfcff 0%, #f9f8f7 100%);
}

.page-property-listing .hero-section .bg-holder {
  background-size: contain;
  display: none;
}

@media (min-width: 768px) {
  .page-property-listing .hero-section .bg-holder {
    display: block;
    background-position: left center;
  }
}

@media (min-width: 992px) {
  .page-property-listing .hero-section .bg-holder {
    background-position: 20% center;
  }
}

.page-property-listing .hero-section .section-img {
  margin-right: 4rem;
  border-radius: 50rem 50rem 0 0;
  box-shadow: 1.5rem 0 0 0 #ff6636, 3rem 0 0 0 #f0fafc, 3.0625rem 0 0 0 #ff6636;
}

.page-property-listing .hero-section .inner-content {
  text-align: center;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) {
  .page-property-listing .hero-section .inner-content {
    max-width: 450px;
    text-align: left;
  }
}

.page-property-listing .hero-section .inner-content .h1 {
  background-color: #4a42ec;
  border-radius: 0.25rem;
  color: #ffffff;
  line-height: 1.25;
  padding-inline: 0.5rem;
}

.page-property-listing .hero-section .inner-content .hero-grallery {
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .page-property-listing .hero-section .inner-content .hero-grallery {
    display: flex;
    transform: translate(-5rem, 0.5rem);
  }
}

@media (min-width: 1200px) {
  .page-property-listing .hero-section .inner-content .hero-grallery {
    transform: translate(-3rem, 0.5rem);
  }
}

.page-property-listing .hero-section .inner-content .hero-grallery .img-wrapper:first-of-type {
  width: 134px;
  height: 90px;
  border-radius: 0.5rem;
  position: relative;
}

.page-property-listing .hero-section .inner-content .hero-grallery .img-wrapper:last-of-type {
  width: 66px;
  height: 44px;
  border-radius: 0.25rem;
  align-self: flex-end;
  margin-bottom: 1rem;
  margin-left: -0.75rem;
}

.page-property-listing .hero-section .inner-content .hero-grallery .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.explore-popular-properties .swiper-arrows {
  justify-content: flex-end;
}

.explore-popular-properties .section-title {
  margin-bottom: 0;
}

.explore-popular-properties-swiper {
  margin-top: 1.5rem;
}

.offcanvas-property-filter {
  background-color: #f0fafc;
}

@media (min-width: 992px) {
  .offcanvas-property-filter {
    --offcanvas-padding-x: 4rem;
    --offcanvas-padding-y: 4rem;
  }
}

@media (min-width: 1200px) {
  .offcanvas-property-filter {
    --offcanvas-padding-y: 5rem;
  }
}

.offcanvas-property-filter .inner-content {
  max-width: 420px;
  color: rgba(0, 0, 0, 0.3019607843);
  margin-inline: auto;
}

.offcanvas-property-filter .form-select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:%230000004d;transform: ;msFilter:;"><path d="M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM7.707 9.293 12 13.586l4.293-4.293 1.414 1.414L12 16.414l-5.707-5.707 1.414-1.414z"></path></svg>');
  background-size: 3rem;
  background-position: right center;
}

.offcanvas-property-filter .form-select:active,
.offcanvas-property-filter .form-select:focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:%230000004d;transform: ;msFilter:;"><path d="M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM7.707 9.293 12 13.586l4.293-4.293 1.414 1.414L12 16.414l-5.707-5.707 1.414-1.414z"></path></svg>');
}

.offcanvas-property-filter .form-label {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.page-property-details .hero-section {
  padding-top: 5rem;
}

@media (min-width: 576px) {
  .page-property-details {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .page-property-details {
    padding-top: 1rem;
  }
}

.page-property-details .swiper-slide img {
  border-radius: 0.5rem;
}

.page-property-details .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-color: #ff6636;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.page-property-details .card {
  --card-border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
}

.property-details {
  padding-top: 2.5rem;
}

.property-details .container>.row {
  border-bottom: 1px solid rgba(79, 84, 101, 0.15);
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .property-details .container>.row {
    padding-bottom: 8rem;
  }
}

.property-details-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
}

.property-details-location .icon svg {
  width: 0.875rem;
  height: auto;
}

.property-details-location .icon svg path {
  fill: #0d001d;
}

.property-details-type {
  padding: 0.25rem 0.5rem;
  background-color: rgba(74, 66, 236, 0.15);
  font-size: 0.875rem;
  color: #4a42ec;
  border-radius: 0.25rem;
}

.property-details-type:hover {
  background-color: #4a42ec;
  color: #ffffff;
}

.property-details .h2,
.property-details .our-values-item .count,
.our-values-item .property-details .count {
  margin-bottom: 3rem;
}

.property-details-item {
  color: #4f5465;
}

.property-details-item .h4 {
  position: relative;
  z-index: 0;
  font-family: "Outfit", 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";
  font-weight: 400;
  color: #4a42ec;
  margin-bottom: 2rem;
}

.property-details-item .h4::before {
  content: "";
  width: 2rem;
  height: 0.1875rem;
  border-radius: 50rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #4a42ec;
}

.property-details-item .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 102, 54, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.property-details-item .h5 {
  font-weight: 400;
  color: #0d001d;
  margin-bottom: 0.125rem;
  font-family: "Outfit", 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";
}

.property-details-item .text {
  font-size: 0.875rem;
  font-weight: 300;
}

.property-details-item .d-flex {
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  text-align: center;
}

@media (min-width: 576px) {
  .property-details-item .d-flex {
    flex-direction: row;
    text-align: left;
  }
}

.property-details-item .desc {
  font-weight: 300;
  color: #4f5465;
}

@media (min-width: 992px) {
  .property-details-item .desc {
    font-size: 1.125rem;
  }
}

.property-details hr {
  margin-block: 2rem;
}

@media (min-width: 992px) {
  .property-details hr {
    margin-block: 3rem;
  }
}

.property-details-sidebar {
  --card-bg: #f0fafc;
  --card-border-radius: 0.75rem;
}

.property-details-sidebar p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #4a42ec;
}

.property-details-sidebar .card-header {
  align-items: flex-end;
}

.property-details-sidebar .card-header p {
  margin-bottom: 0.5rem;
}

.property-details-sidebar .card-header .h2,
.property-details-sidebar .card-header .our-values-item .count,
.our-values-item .property-details-sidebar .card-header .count {
  margin-bottom: 0;
}

.property-details-sidebar .card-header .badge {
  background-color: #ff6636;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 50rem;
}

.property-details-sidebar .card-body {
  display: grid;
}

.property-details-sidebar .d-flex {
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.property-details-sidebar .d-flex .icon {
  font-size: 1.25rem;
  color: #ff6636;
}

.property-details-sidebar .d-flex .h5 {
  margin-bottom: 0.125rem;
  font-family: "Outfit", 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";
  font-weight: 400;
  color: #4f5465;
}

.property-details-sidebar .btn-download {
  --btn-font-weight: 300;
  --btn-color: #4a42ec;
  margin-top: 1rem;
}

.property-details-sidebar .btn-download .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.property-details-thumbnail {
  border-radius: 0.5rem;
  width: 100%;
  min-height: 6.25rem;
  aspect-ratio: 160/98;
  overflow: hidden;
  cursor: pointer;
  transition: 300ms;
  border: 0.1875rem solid #4a42ec;
}

.property-details-thumbnail:not(.active) {
  opacity: 0.5;
  border-color: transparent;
}

.property-details-thumbnail:hover img {
  transform: scale(1.1);
}

.property-details-thumbnail img {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.property-details-thumbnail-list {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-height: 360px;
  overflow: auto;
  padding: 0.1rem;
}

.property-details-slider-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.property-details-slider-sidebar::before {
  content: "";
  background-color: #ebf1fb;
  width: 1px;
  height: calc(100% + var(--card-padding-y) * 2);
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
}

.property-details-slider-sidebar hr {
  margin: 0.75rem -1rem;
}

.property-details-slider-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 0.5rem;
}

.property-details-slider-footer .btn,
.property-details-slider-footer .explore-properties-status {
  --btn-padding-x: 0.5rem;
  --btn-padding-y: 0.1875rem;
}

.property-details-slider-footer .btn:hover,
.property-details-slider-footer .explore-properties-status:hover,
.property-details-slider-footer .btn:active,
.property-details-slider-footer .explore-properties-status:active,
.property-details-slider-footer .btn:focus,
.property-details-slider-footer .explore-properties-status:focus,
.property-details-slider-footer .btn.active,
.property-details-slider-footer .active.explore-properties-status {
  background-color: #ff6636;
}

.property-details-slider-footer .btn:hover path,
.property-details-slider-footer .explore-properties-status:hover path,
.property-details-slider-footer .btn:active path,
.property-details-slider-footer .explore-properties-status:active path,
.property-details-slider-footer .btn:focus path,
.property-details-slider-footer .explore-properties-status:focus path,
.property-details-slider-footer .btn.active path,
.property-details-slider-footer .active.explore-properties-status path {
  fill: #ffffff;
}

.explore-similar-properties .swiper-arrows {
  justify-content: flex-end;
}

.explore-similar-properties .section-title {
  margin-bottom: 0;
}

.explore-similar-properties-swiper {
  margin-top: 1.5rem;
}

.page-about-us .hero-section {
  background-image: linear-gradient(180deg, #f0fafc 0%, rgba(240, 250, 252, 0) 100%);
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .page-about-us .hero-section {
    padding-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .page-about-us .hero-section {
    padding-bottom: 8rem;
  }
}

.page-about-us .hero-section .inner-content {
  text-align: center;
}

@media (min-width: 992px) {
  .page-about-us .hero-section .inner-content {
    text-align: left;
  }
}

.page-about-us .hero-section .section-img {
  display: grid;
  grid-auto-rows: 1.5rem auto;
}

.what-we-do {
  background-color: #f0fafc;
  position: relative;
  z-index: 0;
}

.what-we-do-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  background-color: #ff6636;
}

.what-we-do .section-desc {
  margin-bottom: 3rem;
}

.what-we-do-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .what-we-do-item {
    padding: 2rem 0;
  }
}

@media (min-width: 1400px) {
  .what-we-do-item {
    padding: 2rem;
  }
}

.what-we-do-item .icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
}

.what-we-do-item .h5 {
  margin-bottom: 1rem;
  color: #4a42ec;
}

.what-we-do-desc {
  color: #4f5465;
}

.at-a-glance {
  padding-block: 6rem;
}

@media (min-width: 992px) {
  .at-a-glance {
    padding-block: 8rem;
  }
}

.at-a-glance .featured-brands-grid {
  margin-block: 3rem;
}

@media (min-width: 992px) {
  .at-a-glance .featured-brands-grid {
    margin-block: 4rem;
  }
}

.at-a-glance .section-title,
.at-a-glance .section-tagline {
  text-align: center;
}

.page-contact-us .hero-section {
  background: linear-gradient(180deg, #ddfcff 0%, rgba(240, 250, 252, 0) 100%);
}

.page-contact-us .hero-section .inner-content {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .page-contact-us .hero-section .inner-content {
    text-align: left;
  }
}

.page-contact-us .hero-section .h1 span {
  display: block;
  color: #4a42ec;
}

.page-contact-us .hero-section .mail-divider {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  max-width: 350px;
}

.page-contact-us .hero-section .mail-divider .line {
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: rgba(74, 66, 236, 0.15);
  transform: translateY(-0.875rem);
}

.page-contact-us .hero-section .bg-holder {
  min-width: 480px;
  max-width: 724px;
  aspect-ratio: 734/531;
  background-size: contain;
  inset: auto 10% auto 40%;
  display: none;
}

@media (min-width: 768px) {
  .page-contact-us .hero-section .bg-holder {
    display: block;
  }
}

.contact-info {
  position: relative;
  z-index: 0;
}

.contact-info::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(13, 0, 29, 0.1);
  position: absolute;
  top: 6rem;
  z-index: -1;
}

.contact-info .inner-content {
  max-width: 950px;
  margin-inline: auto;
}

.contact-info-item {
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  line-height: 1.37;
  border: 1px solid #ebf1fb;
  border-radius: 0.75rem;
  height: 100%;
  min-height: 9rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .contact-info-item {
    gap: 1rem;
    padding: 1.5rem 0.5rem;
  }
}

.contact-info-item .icon {
  flex-shrink: 0;
  align-self: center;
}

.contact-info-item .icon svg {
  width: 3rem;
  height: inherit;
}

.contact-info-item .h5 {
  color: #4a42ec;
  margin-bottom: 0.375rem;
  font-family: "Outfit", 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";
  font-weight: 500;
}

.contact-info-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: #4f5465;
}

.contact-info-desc a {
  display: block;
  color: #4f5465;
}

.contact-info-desc a:hover {
  color: #4a42ec;
}
/* slider */

/* .slider1{
    background: url('../assets/images/real_estate/slide_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    position: relative;
} */
.bg-sldier{
  position: absolute;
  top: 30%;
  left: 5%;
  width: 100%;
  /* height: 100%; */
}
.small-title{
  color: #ec3323;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}
.section_title{
  text-align: center;
}
.big-title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 33px;
}
.room_info{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.check_property {
  padding: 0 30px;
  border: none;
  /* border-radius: 5px; */
  /* font-weight: bold; */
  /* letter-spacing: 5px; */
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  /* transition: all 1000ms; */
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  outline: 2px solid #ec3323;
  background-color: #ec3323;
  text-transform: uppercase;
  line-height: 45px;
  z-index: 1;
  font-family: 'rubik', sans-serif;

}
.check_property:hover {
  color: #ffffff;
  /* transform: scale(1.1); */
  outline: 2px solid #062a4d;
  /* box-shadow: 4px 5px 17px -4px #268391; */
}
/* .family_prop:hover{
  color: #fff !important;
} */

.check_property::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #062a4d;
  transform: skewX(45deg);
  z-index: -1;
  border: 1px solid #062a4d;
  transition: width 1000ms;
  border-bottom: 80px solid #062a4d;
  outline:2px solid #062a4d;

}
.slick-next{
  right:0px !important;
  display:none !important;
}
.slick-dots li button{
  width: 40px !important;
  height: 36px !important;
}
.slick-dots li{
  margin-bottom: 15px !important;
  height: 30px !important;
}
.slick-dots li button:before{
  line-height:36px !important;
  width: 40px !important;
  height: 36px !important;
  content: attr(data-index) !important;
  font-size: 14px !important;
  color:gray !important;
  font-weight:400 !important;
  opacity: 1 !important;
  font-family:'Rubik', sans-serif !important;
}
.slick-prev{
  right:0px !important;
  display:none !important;
}
.slick-dots li.slick-active button:before{
  color: #fff !important;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 400 !important;
}
.slick-prev{
  left: 0px !important;
  display:none !important;
}
.slick-prev:before, .slick-next:before{
  color: #111;
}
.check_property:hover::before {
  width: 250%;
}
.service_section{
  padding: 120px 0px 120px 0px;
}
.why_choose{
  padding: 120px 0px 120px 0px;
}
.heading_title{
  color: #062a4d;
  font-family: "Rufina", Sans-serif;
  font-size: 47px;
  font-weight: 700;
}
.service-icon{
  height: 90px;
  margin-bottom: 40px;
  display: inline-block;
}
.service-title{
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Rufina';
  color: #001238;
  font-weight: 500;
}
.service-content p{
  margin-bottom: 20px;
  font-family: 'rubik', sans-serif !important;
  font-size: 14px;
  color: #7c8a97;
  font-weight: 400;
}
.service-content a{
  font-size: 14px;
  position: relative;
  padding-right: 17px;
  color: #7c8a97 !important;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: none;
  text-decoration: none;
}
.service-content a:hover{
  color: #ec3323;
}
.details-btn:hover {
  right: -5px;
  color: #ec3323 !important;
  transition: all .1s ease-in-out;
}
.details-btn:before {
  top: 4px;
  right: 0;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  font-weight: 500;
  color: #ec3323;

}
 .service-title:hover{
  color: #ec3323;
 }
 .property_growth{
  background: url('../assets/images/real_estate/section_downimg.jpg');
  background-position: bottom center;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 0px 80px 0px;
  position: relative;
  background-attachment: fixed !important;
 }
 .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 7, 7, 0.58) 0%, #f91000 100%);
  z-index: 1;
}

.property_growth .container {
  position: relative;
  z-index: 2; 
}
.count_prop{
  color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-weight: 200;
  font-size: 69px;
  line-height: 1;
  text-align: center;
}
.text_prop{
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.5;
  font-family: "Rubik", Sans-serif;
}

.image-container {
  position: relative;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 25%, transparent 100%);
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7; /* Adjust opacity as needed */
}
.prop_p{
  position: absolute;
  bottom: 10px;
  color: #fff;
  z-index: 1;
  font-weight: bold;
  font-size: 28px;
  /* left: 25px; */
}
.prop_text{
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.rent_title{
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: none;
  font-family: 'Rufina', sans-serif !important;
  color: #001238;
  font-weight: 600;
  text-decoration: none;
}
.rent_view{
  margin-bottom: 8%;
}
.fa{
  font-size: 16px;
  color: #ec3323 !important;
}
.item p{
  color: #7c8a97;
  font-weight: 500;
  font-family: 'Rubik';
}
.our_facilities{
  background: url('../assets/images/real_estate/contact_service.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 120px 0px;
  position: relative;
  background-attachment: fixed !important;
}
.overlay_bakcground{
  background-color: #ffffff;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.section-title .small-title{
  font-size: 20px;
  color: #ec3323;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.contact_text{
  font-family: 'Rubik', sans-serif !important;
  color: #7c8a97;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.admin_name{
  font-family: 'Rufina', sans-serif;
  color: #001238;
  font-weight: 600;
  text-align: center;
}
.featured_section{
  padding: 120px 0px 120px 0px;
}
.agent_section{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 120px 0px;
  background-color: #f8fbff;
  position: relative;
}
.team-member-item .img_cot{
  border-bottom: 5px solid #ec3323;
}
.img_cot{
  overflow: hidden;
  position: relative;
  transition: all .4s ease-in-out;
}
.team-member-item{
  position: relative;
}
.member-info {
  position: absolute;
  transition: all .2s cubic-bezier(0,0,.2,1);
  background: #fff;
  bottom: -130px;
  left: 35px;
  padding: 15px;
}
.member-name {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.member-name a{
  text-decoration: none;
  font-family: 'Rufina', sans-serif !important;
  color: #001238;
  font-size: 20px !important;
  font-weight: 600;
}
p.member-title{
  font-weight: 500 !important;
  letter-spacing: 1px;
  color: #ec3323 !important;
}
.member-info p{
  color: #001238;
  font-family: 'Rubik', sans-serif !important;
  font-size: 14px !important;
  /* margin-bottom: 0 !important; */
  /* margin-bottom: 15% !important; */
}
.member-info p i{
  color: #ec3323 !important;
  margin-right: 10px !important;
  font-size: 14px !important;
  /* font-family: 'Rubik', sans-serif !important; */
}
.custom-btn.profile-btn{
  padding: 10px;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 0;
  line-height: normal;
  height: auto;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.custom-btn{
  color: #ffffff;
  background: #ec3323;
}
.custom-btn:before{
  top: 0;
  left: 0;
  bottom: 0;
  right: -50px;
  content: '';
  z-index: -1;
  position: absolute;
  transform: translateX(-100%);
  transition: all .4s ease-in-out;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #062a4d;
}
.team-member-item {
  position: relative;
}

.img_cot img {
  width: 100%;
  display: block;
}

.member-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  box-sizing: border-box;
}

.member-info h3,
.member-info p {
  margin: 5px 0;
}

.img_cot {
  position: relative;
}

.img_cot:hover .member-info {
  display: flex;
}

.initial-info {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  width: 185px !important;
}

.img_cot:hover .initial-info {
  opacity: 0;
}
.member-name a:hover{
  color: #062a4d !important;
}
.element_col{
  position: relative;
  min-height: 1px;
  /* display: flex; */
  background-color: #ec3323;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 120px 0px;
}
.elementor-widget-container i{
  font-size: 107px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_text{
  text-align: center;
  margin-top: 5%;
}
.content_text span{
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
}
.content_text h2{
  color: #fff !important;
  /* text-transform: uppercase !important; */
  font-size: 50px !important;
  font-family: "Rufina", Sans-serif !important;
  font-weight: 700 !important;
}
.button_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
}
.back_img{
  background: url('../assets/images/real_estate/sense_solution.jpg');
  background-position: center right;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 120px 0px;
  width: 100%;
  position: absolute;
  display: flex;
  margin-left: -4%;
}
.img_overlay{
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(237, 19, 0, 0.78) 0%, rgba(12, 0, 0, 0.61) 100%);
  opacity: 0.86;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.img_content i{
  font-size: 107px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial{
  border-right: 4px solid #062a4d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #ec3323;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after{
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #ec3323;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'rubik', sans-serif !important;
}
.testimonial .title{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #062a4d;
  margin: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 17px;
  color: #ec3323;
  font-style:italic;
}
.owl-theme .owl-controls .owl-page span{
  border: 2px solid #2A3D7D;
  background: #fff !important;
border-radius:0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
  background: #ec3323 !important;
border-color:#ec3323;
}
@media only screen and (max-width: 767px){
  .testimonial{
      padding: 20px;
      text-align: center;
  }
  .testimonial .pic{
      display: block;
      position: static;
      margin: 0 auto 15px;
  }
}
/* .testimonial_section{
  padding: 120px 0px 120px 0px;
} */
.owl-theme .owl-controls .owl-page span{
  border-radius: 50% !important;
}
.footer_section{
  background: #001238;
}
.default-footer{
  color: #fff;
  max-width: 1200px;
}
.sec-ptb-120{
  padding: 120px 0;
}
.area_title{
  font-size: 20px;
  color: #fff;
  margin-bottom: 45px;
  font-weight: 600;
  font-family: 'Rufina', sans-serif;
}
.menu-footer-container ul{
  padding: 0;
  list-style: none;
}
.menu-footer-container li a{
  margin-bottom: 15px !important;
}
.news-feeds::before{
  content: " ";
  display: table;
}
.item-content{
  padding-left: 15px;
}
.item-content a{
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
  font-family: 'Rubik', sans-serif;
}
.post-date{
  font-size: 14px;
  display: block;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.social_link i{
  line-height: 40px;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
}
.social_link i:hover{
  background-color: #ec3323;
  color: #fff !important;
  cursor: pointer;
  border-color: #ec3323;
}
.menu-footer-container li a:hover{
  color: #ec3323 !important;
}
.footer-bottom{
  padding: 30px 0;
  text-align: center;
  background: #02102d;
}
p.copyright-text{
  margin-bottom: 0;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.room_info i{
  margin-left: -20% !important;
}
@media screen and (max-width: 768px) {
  .section-title .small-title {
      margin-bottom: 10px;
  }
}

 /* Mobile responsive styles */

@media(max-width: 768px) {
  .navbar-toggler{
    position: relative;
    top: 64% !important;
    float: right;
  }
  .navbar-brand img{
    transform: scale(1.1) !important;
    margin-left: 0px !important;
  }
  .room_info {
    display: block !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .rom_typ{
    margin-left: 10% !important;
  }
  .room_info i {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .details h4 {
    font-size: 20px;
  }
  .service-icon{
    display: flex !important;
    justify-content: center !important;
  }
  .service-content{
    text-align: center !important;
  }
  .service_col{
    margin-bottom: 10% !important;
  }
  .heading_title{
    font-size: 28px !important;
  }
  .bariel_title{
    display: flex !important;
    justify-content: center !important;
  }
  .head_maintitle{
    text-align: center !important;
  }
  .prop_btn{
    margin-bottom: 5% !important;
  }
  .check_btn{
    display: flex !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .slick-dots li button{
    width: 40px !important;
    height: 40px !important;
  }
  
  .slick-dots li button:before{
    line-height:40px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
    margin-right: 10px !important;
  }
  
  .slick-dots {
    /* bottom: -57px; */
    top: 100% !important;
    display: block !important;
    right: 0 !important;
    margin-top: 5% !important;
  }
  .bg-sldier{
    margin-left: -5% !important;
  }
  /* .slide-item{
    width: 100% !important;
  } */
}
@media screen and (max-width: 768px) {
.big-title {
    font-size: 28px !important;
}
}
@media (max-width: 768px) {
  .back_img {
    background-position: center;
    position: relative !important;
    padding: 60px 0;
    margin-left: 0 !important;
  }
  .image_container{
    margin-bottom: 5% !important;
    text-align: center !important;
  }
  .post-date{
    text-align: center !important;
  }
  .image_container img{
    width: 80px !important;
  }
  .area_title{
    text-align: center !important;
  }
  
  .img_content i {
    font-size: 50px;
  }
  
  .element_col, .widget_container {
    text-align: center;
    /* padding: 20px; */
  }
}
.phon_i i{
  color: #ec3323;
  font-size: 70px;
}
.faq-section .accordion {
  width: 100%;
  box-shadow: none;
  outline: none;
}
.accordion-flush .accordion-item .accordion-button{
  box-shadow: none !important;
  outline: none !important;
}
.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: #e9fff3;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #062a4d;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #062a4d;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: #062a4d;
  margin-right: 13px;
}
.accordion-body {
  background-color: #cefad0;
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}
.accordion-button:not(.collapsed)::after{
  display: none !important;
}