/* Properties Loop Item */
/* Grid System */
.think-container,
.think-container-fluid,
.think-container-xl,
.think-container-lg,
.think-container-md,
.think-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .think-container-sm, .think-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .think-container-md, .think-container-sm, .think-container {
    max-width: 766px;
  }
}
@media (min-width: 992px) {
  .think-container-lg, .think-container-md, .think-container-sm, .think-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .think-container-xl, .think-container-lg, .think-container-md, .think-container-sm, .think-container {
    max-width: 1140px;
  }
}
.think-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.think-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.think-no-gutters > .think-col,
.think-no-gutters > [class*=think-col-] {
  padding-right: 0;
  padding-left: 0;
}

.think-col-xl,
.think-col-xl-auto, .think-col-xl-12, .think-col-xl-11, .think-col-xl-10, .think-col-xl-9, .think-col-xl-8, .think-col-xl-7, .think-col-xl-6, .think-col-xl-5, .think-col-xl-4, .think-col-xl-3, .think-col-xl-2, .think-col-xl-1, .think-col-lg,
.think-col-lg-auto, .think-col-lg-12, .think-col-lg-11, .think-col-lg-10, .think-col-lg-9, .think-col-lg-8, .think-col-lg-7, .think-col-lg-6, .think-col-lg-5, .think-col-lg-4, .think-col-lg-3, .think-col-lg-2, .think-col-lg-1, .think-col-md,
.think-col-md-auto, .think-col-md-12, .think-col-md-11, .think-col-md-10, .think-col-md-9, .think-col-md-8, .think-col-md-7, .think-col-md-6, .think-col-md-5, .think-col-md-4, .think-col-md-3, .think-col-md-2, .think-col-md-1, .think-col-sm,
.think-col-sm-auto, .think-col-sm-12, .think-col-sm-11, .think-col-sm-10, .think-col-sm-9, .think-col-sm-8, .think-col-sm-7, .think-col-sm-6, .think-col-sm-5, .think-col-sm-4, .think-col-sm-3, .think-col-sm-2, .think-col-sm-1, .think-col,
.think-col-auto, .think-col-12, .think-col-11, .think-col-10, .think-col-9, .think-col-8, .think-col-7, .think-col-6, .think-col-5, .think-col-4, .think-col-3, .think-col-2, .think-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.think-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.think-order-first {
  order: -1;
}

.think-order-last {
  order: 13;
}

.think-order-0 {
  order: 0;
}

.think-order-1 {
  order: 1;
}

.think-order-2 {
  order: 2;
}

.think-order-3 {
  order: 3;
}

.think-order-4 {
  order: 4;
}

.think-order-5 {
  order: 5;
}

.think-order-6 {
  order: 6;
}

.think-order-7 {
  order: 7;
}

.think-order-8 {
  order: 8;
}

.think-order-9 {
  order: 9;
}

.think-order-10 {
  order: 10;
}

.think-order-11 {
  order: 11;
}

.think-order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .think-order-sm-first {
    order: -1;
  }

  .think-order-sm-last {
    order: 13;
  }

  .think-order-sm-0 {
    order: 0;
  }

  .think-order-sm-1 {
    order: 1;
  }

  .think-order-sm-2 {
    order: 2;
  }

  .think-order-sm-3 {
    order: 3;
  }

  .think-order-sm-4 {
    order: 4;
  }

  .think-order-sm-5 {
    order: 5;
  }

  .think-order-sm-6 {
    order: 6;
  }

  .think-order-sm-7 {
    order: 7;
  }

  .think-order-sm-8 {
    order: 8;
  }

  .think-order-sm-9 {
    order: 9;
  }

  .think-order-sm-10 {
    order: 10;
  }

  .think-order-sm-11 {
    order: 11;
  }

  .think-order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .think-offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .think-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .think-order-md-first {
    order: -1;
  }

  .think-order-md-last {
    order: 13;
  }

  .think-order-md-0 {
    order: 0;
  }

  .think-order-md-1 {
    order: 1;
  }

  .think-order-md-2 {
    order: 2;
  }

  .think-order-md-3 {
    order: 3;
  }

  .think-order-md-4 {
    order: 4;
  }

  .think-order-md-5 {
    order: 5;
  }

  .think-order-md-6 {
    order: 6;
  }

  .think-order-md-7 {
    order: 7;
  }

  .think-order-md-8 {
    order: 8;
  }

  .think-order-md-9 {
    order: 9;
  }

  .think-order-md-10 {
    order: 10;
  }

  .think-order-md-11 {
    order: 11;
  }

  .think-order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .think-offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .think-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .think-order-lg-first {
    order: -1;
  }

  .think-order-lg-last {
    order: 13;
  }

  .think-order-lg-0 {
    order: 0;
  }

  .think-order-lg-1 {
    order: 1;
  }

  .think-order-lg-2 {
    order: 2;
  }

  .think-order-lg-3 {
    order: 3;
  }

  .think-order-lg-4 {
    order: 4;
  }

  .think-order-lg-5 {
    order: 5;
  }

  .think-order-lg-6 {
    order: 6;
  }

  .think-order-lg-7 {
    order: 7;
  }

  .think-order-lg-8 {
    order: 8;
  }

  .think-order-lg-9 {
    order: 9;
  }

  .think-order-lg-10 {
    order: 10;
  }

  .think-order-lg-11 {
    order: 11;
  }

  .think-order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .think-offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .think-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .think-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .think-col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .think-col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .think-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .think-col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .think-col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .think-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .think-col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .think-col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .think-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .think-col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .think-col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .think-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .think-order-xl-first {
    order: -1;
  }

  .think-order-xl-last {
    order: 13;
  }

  .think-order-xl-0 {
    order: 0;
  }

  .think-order-xl-1 {
    order: 1;
  }

  .think-order-xl-2 {
    order: 2;
  }

  .think-order-xl-3 {
    order: 3;
  }

  .think-order-xl-4 {
    order: 4;
  }

  .think-order-xl-5 {
    order: 5;
  }

  .think-order-xl-6 {
    order: 6;
  }

  .think-order-xl-7 {
    order: 7;
  }

  .think-order-xl-8 {
    order: 8;
  }

  .think-order-xl-9 {
    order: 9;
  }

  .think-order-xl-10 {
    order: 10;
  }

  .think-order-xl-11 {
    order: 11;
  }

  .think-order-xl-12 {
    order: 12;
  }

  .think-offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .think-offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
#wrapper, #main {
  background-color: #fafafa !important;
}

.thinkoffice_breadcrumbs_wrapper {
  background: #ced4da;
}
.thinkoffice_breadcrumbs_wrapper p {
  margin: 0;
}
.thinkoffice_breadcrumbs_wrapper a, .thinkoffice_breadcrumbs_wrapper .last, .thinkoffice_breadcrumbs_wrapper .separator {
  font-size: 0.9rem;
  color: #707070;
}
.thinkoffice_breadcrumbs_wrapper a:hover, .thinkoffice_breadcrumbs_wrapper .last:hover, .thinkoffice_breadcrumbs_wrapper .separator:hover {
  color: #707070;
}

#property_search_form {
  width: 100%;
  box-shadow: 0 8px 10px 0 rgba(15, 41, 77, 0.12);
  border-radius: 15px;
  padding: 20px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #property_search_form {
    padding: 0;
    box-shadow: unset;
  }
}

.property_search_form_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .property_search_form_wrapper {
    flex-direction: column;
  }
}
.property_search_form_wrapper .property_search--location {
  flex-basis: 44%;
  order: 1;
}

.property_search_form_wrapper .property_search--address {
  flex-basis: 25%;
  order: 2;
}

.property_search_form_wrapper .property_search--prices {
  flex-basis: 15%;
  order: 3;
}

.property_search_form_wrapper .property_search--grade {
  flex-basis: 30%;
  order: 4;
}
@media only screen and (max-width: 992px) {
  .property_search_form_wrapper .property_search--location {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: -2px;
  }
  .property_search_form_wrapper .property_search--address {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -2px;
    flex-direction: column;
  }

  .property_search_form_wrapper .property_search--prices {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: -2px;
  }

  .property_search_form_wrapper .property_search--grade {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
  }
}
.property_search_form_wrapper .thinkoffice_search_heading {
  display: block;
  flex-basis: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 5px 10px 5px;
  color: #A7A8AC;
}
.property_search_form_wrapper svg {
  color: #000;
  width: 24px;
  height: 24px;
}
.property_search_form_wrapper label,
.property_search_form_wrapper .thinkoffice_label {
  font-weight: bold;
  font-size: 14px;
  color: #A7A8AC;
}
.property_search_form_wrapper input[type=text],
.property_search_form_wrapper input[type=number],
.property_search_form_wrapper .thinkoffice_sub_label {
  padding: 0;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #A7A8AC;
  box-shadow: unset;
  background: transparent;
  height: unset;
}
.property_search_form_wrapper input[type=text]:focus,
.property_search_form_wrapper input[type=number]:focus,
.property_search_form_wrapper .thinkoffice_sub_label:focus {
  outline: none;
  height: unset;
  margin: 0;
  box-shadow: unset;
  background: transparent;
}
.property_search_form_wrapper .checkmark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
}
.property_search_form_wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.property_search_form_wrapper .thinkoffice_checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0a0a0a;
}
.property_search_form_wrapper .thinkoffice_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.property_search_form_wrapper .thinkoffice_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.property_search_form_wrapper .thinkoffice_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.property_search_form_wrapper .thinkoffice_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.property_search_form_wrapper .thinkoffice_checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.property_search_form_wrapper .thinkoffice_label,
.property_search_form_wrapper .thinkoffice_sub_label {
  margin: 0;
}

#thinkoffice_city .thinkoffice_sub_label, #thinkoffice_district .thinkoffice_sub_label, #thinkoffice_grade .thinkoffice_sub_label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100px;
}

.thinkoffice_search_location_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.property_search--location {
  position: relative;
  margin-right: 5px;
}
.property_search--location svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.property_search--location .thinkoffice_search_location_wrapper {
  border: 2px solid #A01E64;
  border-radius: 15px;
  padding: 12px 18px 10px 50px;
}
.property_search--location .thinkoffice_search_location_wrapper:hover {
  background: #f1f1f1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .property_search--location .thinkoffice_search_location_wrapper {
    padding: 6px 9px 5px 40px;
  }
}
.property_search--location .thinkoffice_search_location_suggestion {
  display: none;
  position: absolute;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 8px 16px;
  top: 100%;
  background: #fff;
  z-index: 9999999999;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .property_search--location .thinkoffice_search_location_suggestion {
    border-radius: 5px;
    padding: 5px;
    margin-top: 2px;
  }
}
.property_search--location .thinkoffice_search_location_item {
  display: block;
  flex-basis: calc(33.3333333333% - 10px);
  width: 100%;
  margin: 5px;
}
.property_search--location .thinkoffice_search_location_item:hover {
  cursor: pointer;
}
.property_search--location .thinkoffice_search_location_item .thinkoffice_search_location_image {
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.property_search--location .thinkoffice_search_location_item span {
  font-size: 14px;
}

.property_search--address {
  display: flex;
  position: relative;
  margin: 0 5px;
}
.property_search--address::before {
  content: "";
  background-color: #A01E64;
  width: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2px;
  bottom: 2px;
}
.property_search--address .thinkoffice_address_wrapper {
  display: flex;
  border: 2px solid #A01E64;
  border-radius: 15px;
  width: 100%;
}
.property_search--address .thinkoffice_address_wrapper:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.property_search--address .thinkoffice_address_wrapper:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.property_search--address .thinkoffice_address_wrapper .thinkoffice_address_input_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.property_search--address .thinkoffice_address_wrapper .thinkoffice_city,
.property_search--address .thinkoffice_address_wrapper .thinkoffice_district {
  position: relative;
  width: 100%;
  padding: 12px 0 10px 40px;
}
.property_search--address .thinkoffice_address_wrapper .thinkoffice_city:hover,
.property_search--address .thinkoffice_address_wrapper .thinkoffice_district:hover {
  background: #f1f1f1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .property_search--address .thinkoffice_address_wrapper .thinkoffice_city,
.property_search--address .thinkoffice_address_wrapper .thinkoffice_district {
    padding: 6px 0 5px 40px;
  }
}
.property_search--address .thinkoffice_address_wrapper .thinkoffice_city {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.property_search--address .thinkoffice_address_wrapper .thinkoffice_district {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.property_search--address .thinkoffice_address_wrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.property_search--prices {
  display: flex;
  position: relative;
  margin: 0 5px;
}
.property_search--prices svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 2;
}
.property_search--prices .thinkoffice_prices_wrapper {
  border: 2px solid #A01E64;
  border-radius: 15px;
  padding: 0;
  width: 100%;
}
.property_search--prices .thinkoffice_prices_wrapper:hover {
  background: #f1f1f1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .property_search--prices .thinkoffice_prices_wrapper {
    padding: 0;
  }
}
.property_search--prices.thinkoffice_selected .thinkoffice_search_options {
  width: 350px;
  margin-left: calc(0px - (175px - 50%));
}
.property_search--prices .thinkoffice_prices_input_group {
  position: relative;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 0 10px 40px;
  border-radius: 15px;
}
.property_search--prices .thinkoffice_prices_input_group:hover {
  background: #f1f1f1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .property_search--prices .thinkoffice_prices_input_group {
    padding: 6px 0 5px 40px;
  }
}

.property_search--grade {
  position: relative;
  margin-left: 5px;
}
.property_search--grade svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 2;
}
.property_search--grade .thinkoffice_search_grade_wrapper {
  display: flex;
  position: relative;
  border: 2px solid #A01E64;
  border-radius: 15px;
}
.property_search--grade .thinkoffice_search_grade_input_group {
  position: relative;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 0 10px 40px;
  border-radius: 15px;
}
.property_search--grade .thinkoffice_search_grade_input_group:hover {
  background: #f1f1f1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .property_search--grade .thinkoffice_search_grade_input_group {
    padding: 6px 0 5px 40px;
  }
}
.property_search--grade .thinkoffice_search_grade_submit {
  flex-basis: 50%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 2px;
}
.property_search--grade .thinkoffice_search_grade_submit button {
  position: relative;
  width: 100%;
  border: 0;
  background: #A01E64;
  border-radius: 15px;
  color: #fff;
  display: flex;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  align-items: center;
  padding: 2px 2px 2px 40px;
  font-size: 14px;
  text-transform: unset !important;
}
.property_search--grade .thinkoffice_search_grade_submit button:hover {
  text-decoration: none;
  background-color: #751649;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.property_search--grade .thinkoffice_search_grade_submit button svg {
  color: #fff;
}
@media only screen and (max-width: 640px) {
    .property_search--grade .thinkoffice_search_grade_wrapper {
        flex-direction: column;
    }
    .property_search--grade .thinkoffice_search_grade_submit {
        flex-basis: 100%;
    }
    .property_search--grade .thinkoffice_search_grade_submit button {
        padding: 10px 10px 10px 40px;
    }
}
.thinkoffice_search_clear {
  background-color: transparent;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  font-size: 2.4rem;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px;
  width: 30px;
  height: 30px;
  line-height: unset;
  min-height: unset;
}
.thinkoffice_search_clear svg {
  left: unset !important;
}

.thinkoffice_selected .thinkoffice_search_location_wrapper {
  border-color: #111111;
  width: 100%;
}
.thinkoffice_selected .thinkoffice_search_location_suggestion {
  width: 100%;
  display: flex;
}

.thinkoffice_search_options {
  display: none;
  position: absolute;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 8px 16px;
  top: 100%;
  background: #fff;
  z-index: 9999999999;
  overflow: hidden;
  padding: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .thinkoffice_search_options {
    border-radius: 5px;
    padding: 5px;
    margin-top: 2px;
  }
}
.thinkoffice_search_options .thinkoffice_search_heading {
  font-size: 13px;
}

.thinkoffice_option_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  flex-basis: 100%;
}
@media only screen and (max-width: 640px) {
  .thinkoffice_option_wrapper {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.thinkoffice_option_wrapper:last-child {
  border-width: 0;
}
.thinkoffice_option_wrapper .thinkoffice_option_left, .thinkoffice_option_wrapper .thinkoffice_option_right, .thinkoffice_option_wrapper .thinkoffice_option_full {
  display: flex;
}
.thinkoffice_option_wrapper .thinkoffice_option_left {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.thinkoffice_option_wrapper .thinkoffice_option_left span {
  font-size: 14px;
}
.thinkoffice_option_wrapper .thinkoffice_option_right {
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.thinkoffice_option_wrapper .thinkoffice_option_right p {
  margin: 0;
}
.thinkoffice_option_wrapper .thinkoffice_option_right button {
  background-color: transparent;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  font-size: 2.4rem;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px;
  width: 30px;
  height: 30px;
  min-height: unset;
  line-height: unset;
}
.thinkoffice_option_wrapper .thinkoffice_option_right button svg {
  left: unset;
}
.thinkoffice_option_wrapper .thinkoffice_option_right button:hover {
  cursor: pointer;
}
.thinkoffice_option_wrapper .thinkoffice_option_full {
  justify-content: center;
}
.thinkoffice_option_wrapper .thinkoffice_option_full span {
  font-size: 14px;
}

.thinkoffice_selected .thinkoffice_search_grade_wrapper {
  border-color: #111111;
}
.thinkoffice_selected .thinkoffice_search_grade_input_group {
  background: #f1f1f1;
}
.thinkoffice_selected .thinkoffice_search_clear {
  display: inline-flex;
  right: 2px;
}
.thinkoffice_selected .thinkoffice_search_options {
  display: flex;
  width: 100%;
  left: 0;
}

/* Daterange picker */
.daterangepicker {
  margin-top: 10px !important;
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 8px 16px;
  border-color: transparent !important;
}

.daterangepicker .drp-calendar {
  max-width: unset !important;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
  font-size: 0.6rem !important;
  min-width: 49px !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  padding: 0 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td,
.daterangepicker td.in-range {
  border-radius: 10px !important;
  padding: 5px 10px !important;
  border-color: #fff !important;
}

.daterangepicker:before, .daterangepicker:after {
  content: unset !important;
}

.think-ranger {
  display: block !important;
  width: 100%;
}
.think-ranger .irs {
  width: 100%;
}

.thinkoffice_prices_display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.thinkoffice_prices_display .price_from, .thinkoffice_prices_display .price_to {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 15px;
  flex-basis: calc((100% - 16px) / 2);
}
.thinkoffice_prices_display .price_note_label {
  display: block;
  font-weight: bold;
  color: #a3a3a3;
}
.thinkoffice_prices_display .price_note_text {
  display: block;
  text-align: left;
  color: #0a0a0a;
}
.thinkoffice_prices_display .price_divider {
  content: "";
  width: 16px;
  margin: 0 8px;
  border-top: 1px solid #dee2e6;
  display: inline-block;
}

.irs--round .irs-handle {
  border-color: #A01E64 !important;
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #A01E64 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: #A01E64 !important;
}

.thinkoffice_location_inner {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: #00000024 0px 0px 10px 0px;
}
.thinkoffice_location--image {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70%;
  background-position: top right;
  background-size: cover;

  background-image: url(../images/thinkoffice_placeholder.jpg);
  background-repeat: no-repeat;
}
.thinkoffice_location--image a {
  display: block;
}
.thinkoffice_location--image img {
  right: 0;
  width: 100%;
  height: 100% !important;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: top right;
  object-position: top right;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px !important;
  overflow: hidden;
}
.thinkoffice_location--details {
  text-align: center;
  padding: 15px;
}
.thinkoffice_location--count {
  color: #a3a3a3;
  font-size: 0.8rem;
}
.thinkoffice_location--title {
  color: #a01e64;
  font-size: 1rem;
  transition: font-size 0.2s linear;
}
.thinkoffice_location--title:hover {
  font-size: 1.05em;
}

.thinkoffice_archive_title {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #0a0a0a;
  margin: 15px 0;
}

.thinkoffice_archive_heading {
  margin: 15px 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #0a0a0a;
  border-bottom: 1px solid #d6d6d6;
}

.thinkoffice_modal_wrapper {
  position: fixed;
  top: -100vh;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.thinkoffice_modal {
  position: fixed;
  top: 40px;
  margin: 0 auto;
  max-width: 1140px;
  display: block;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 15px -4px #000000;
  height: 90vh;
  overflow: hidden;
  border-radius: 14px;
}

.thinkoffice_modal .thinkoffice_modal_header {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #a01e64;
}
.thinkoffice_modal .thinkoffice_modal_title {
  font-size: 1.5rem;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.thinkoffice_modal .thinkoffice_modal_body {
  overflow-y: auto;
  padding: 65px 30px;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
.thinkoffice_modal .thinkoffice_modal_close {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 5px;
  margin: 0;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  appearance: none;
  transition: 0.4s transform linear;
}
.thinkoffice_modal .thinkoffice_modal_close:hover {
  transform: rotate(90deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade .thinkoffice_modal {
  -webkit-transition: top 0.5s ease-in;
  -o-transition: top 0.5s ease-in;
  transition: top 0.5s ease-in;
  top: -100vh;
}
.fade.in {
  opacity: 1;
  top: 0;
}
.fade.in .thinkoffice_modal {
  top: 40px;
}

.thinkoffice_modal_shadowbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: rgba(52, 58, 64, 0.8);
}
@media only screen and (max-width: 768px) {
  .fade.in .thinkoffice_modal {
    top: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: unset;
    height: 100vh;
    border-radius: 0;
    z-index: 100000000;
  }
}
#thinkoffice_description_bottom {
  padding: 100px 0;
  background-color: #a7a9ab;
  color: #fff;
}
#thinkoffice_description_bottom h1, #thinkoffice_description_bottom h2, #thinkoffice_description_bottom h3, #thinkoffice_description_bottom h4, #thinkoffice_description_bottom h5, #thinkoffice_description_bottom td, #thinkoffice_description_bottom blockquote {
  color: #fff;
}
#thinkoffice_description_bottom a {
  color: #fff;
}
#thinkoffice_description_bottom a:hover {
  color: #fff;
}
#thinkoffice_description_bottom img {
  border-radius: 14px;
}

.property_archive .property-title {
  padding: 20px 10px;
  text-align: center;
}
.property_archive .properties_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.thinkoffice_property_item {
  margin-top: 30px;
}
.thinkoffice_property_item .property_item_inner {
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cfd6e4;
  box-shadow: 0 0 4px rgba(34, 47, 49, 0.08);
}
.thinkoffice_property_item .property_item--details {
  padding: 15px;
}
.thinkoffice_property_item .property_item--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
  padding: 15px 0;
  border-top: 1px solid #dbdadb;
}
.thinkoffice_property_item .property_item--title {
  text-decoration: none;
}
.thinkoffice_property_item .property_item--title h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: #5C5A5B;
}
.thinkoffice_property_item .property_item--title:hover {
  text-decoration: none;
}
.thinkoffice_property_item .property_item--title:hover h3 {
  color: #5C5A5B;
}
.thinkoffice_property_item .property_item--address {
  font-size: 0.9rem;
  color: #5C5A5B;
  margin: 0;
}
.thinkoffice_property_item .property_item--image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  display: block;
  background-position: top center;
}
@media only screen and (max-width: 1199px) {
  .thinkoffice_property_item .property_item--image {
    height: 170px;
    background-position: top center;
  }
}
@media only screen and (max-width: 767px) {
    .thinkoffice_property_item .property_item--image {
      height: 370px;
      background-position: top center;
    }
}

@media only screen and (max-width: 479px) {
  .thinkoffice_property_item .property_item--image {
    height: 260px;
    background-position: top center;
  }
}

@media only screen and (max-width: 280px) {
  .thinkoffice_property_item .property_item--image {
    height: 180px;
    background-position: top center;
  }
}

.thinkoffice_property_item .property_item--prices {
  display: block;
  color: #767375;
}
.thinkoffice_property_item .property_item--prices .amount {
  font-size: 1rem;
  color: #767375;
  font-weight: bold;
}
.thinkoffice_property_item .property_item--favorite {
  display: flex;
  align-items: center;
}
.thinkoffice_property_item .property_item--favorite a {
  display: flex;
  color: #dbdadb;
}
.thinkoffice_property_item .property_item--favorite a:hover {
  color: #a01e64;
}

.single-thinkoffice_property .property-title {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 0;
  color: #a01e64;
}
.single-thinkoffice_property .property-address {
  font-size: 0.9rem;
  color: #707070;
}
.single-thinkoffice_property .property-sub-heading {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #dbdadb;
}
.single-thinkoffice_property dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-transform: unset;
  margin: 0;
  padding: 12px 0;
  font-size: 1rem;
}
.single-thinkoffice_property dl dt, .single-thinkoffice_property dl dd {
  display: inline-block;
  text-transform: unset;
}
.single-thinkoffice_property dl dt {
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 5px
}
.single-thinkoffice_property dl dd {
  padding-left: 26px;
}
.single-thinkoffice_property .property-block {
  margin-top: 40px;
}
.single-thinkoffice_property .property-description-content {
  margin-top: 10px;
  text-align: justify;
}

.property-slide-item img {
  border-radius: 12px;
}

.thinkoffice_map_img {
  border-radius: 12px;
}

.property-sliders .property-slide-item {
  display: none;
}
.property-sliders .thinkoffice-slider-dots li button:before {
  font-size: 16px;
}
.property-sliders-nav .property-slide-item {
  margin: 5px;
}

.think-slick-arrows {
  z-index: 3;
}
.think-slick-arrows.slick-prev {
  left: 0;
  padding: 0;
  background: rgba(0,0,0,0.5);
  height: 39px;
  display: block;
  width: 40px;
  border-radius: 0 8px 8px 0;
}
.think-slick-arrows.slick-next {
  right: 0;
  padding: 0;
  background: rgba(0,0,0,0.5);
  height: 39px;
  display: block;
  width: 40px;
  border-radius: 8px 0 0 8px;
}
.property-sliders.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-initialized .slick-slide {
  margin-top: 5px;
}
.think-slick-arrows.slick-prev:hover, .think-slick-arrows.slick-prev:focus, .think-slick-arrows.slick-next:hover, .think-slick-arrows.slick-next:focus {
  background: rgba(0,0,0,0.5);
}

.think-btn {
  display: inline-block;
  font-weight: 400;
  color: #0a0a0a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .think-btn {
    transition: none;
  }
}
.think-btn:hover {
  color: #0a0a0a;
  text-decoration: none;
}
.think-btn:focus, .think-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 30, 100, 0.25);
}
.think-btn.disabled, .think-btn:disabled {
  opacity: 0.65;
}
.think-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.think-btn.disabled,
fieldset:disabled a.think-btn {
  pointer-events: none;
}

.think-btn-primary {
  color: #fff;
  background-color: #a01e64;
  border-color: #a01e64;
}
.think-btn-primary:hover {
  color: #fff;
  background-color: #801850;
  border-color: #751649;
}
.think-btn-primary:focus, .think-btn-primary.focus {
  color: #fff;
  background-color: #801850;
  border-color: #751649;
  box-shadow: 0 0 0 0.2rem rgba(174, 64, 123, 0.5);
}
.think-btn-primary.disabled, .think-btn-primary:disabled {
  color: #fff;
  background-color: #a01e64;
  border-color: #a01e64;
}
.think-btn-primary:not(:disabled):not(.disabled):active, .think-btn-primary:not(:disabled):not(.disabled).active, .show > .think-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #751649;
  border-color: #6a1442;
}
.think-btn-primary:not(:disabled):not(.disabled):active:focus, .think-btn-primary:not(:disabled):not(.disabled).active:focus, .show > .think-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 64, 123, 0.5);
}

.think-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.think-btn-secondary:focus, .think-btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.think-btn-secondary.disabled, .think-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-secondary:not(:disabled):not(.disabled):active, .think-btn-secondary:not(:disabled):not(.disabled).active, .show > .think-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.think-btn-secondary:not(:disabled):not(.disabled):active:focus, .think-btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .think-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.think-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.think-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.think-btn-success:focus, .think-btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.think-btn-success.disabled, .think-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.think-btn-success:not(:disabled):not(.disabled):active, .think-btn-success:not(:disabled):not(.disabled).active, .show > .think-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.think-btn-success:not(:disabled):not(.disabled):active:focus, .think-btn-success:not(:disabled):not(.disabled).active:focus, .show > .think-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.think-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.think-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.think-btn-info:focus, .think-btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.think-btn-info.disabled, .think-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.think-btn-info:not(:disabled):not(.disabled):active, .think-btn-info:not(:disabled):not(.disabled).active, .show > .think-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.think-btn-info:not(:disabled):not(.disabled):active:focus, .think-btn-info:not(:disabled):not(.disabled).active:focus, .show > .think-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.think-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.think-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.think-btn-warning:focus, .think-btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.think-btn-warning.disabled, .think-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.think-btn-warning:not(:disabled):not(.disabled):active, .think-btn-warning:not(:disabled):not(.disabled).active, .show > .think-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.think-btn-warning:not(:disabled):not(.disabled):active:focus, .think-btn-warning:not(:disabled):not(.disabled).active:focus, .show > .think-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.think-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.think-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.think-btn-danger:focus, .think-btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.think-btn-danger.disabled, .think-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.think-btn-danger:not(:disabled):not(.disabled):active, .think-btn-danger:not(:disabled):not(.disabled).active, .show > .think-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.think-btn-danger:not(:disabled):not(.disabled):active:focus, .think-btn-danger:not(:disabled):not(.disabled).active:focus, .show > .think-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.think-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.think-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.think-btn-light:focus, .think-btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.think-btn-light.disabled, .think-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.think-btn-light:not(:disabled):not(.disabled):active, .think-btn-light:not(:disabled):not(.disabled).active, .show > .think-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.think-btn-light:not(:disabled):not(.disabled):active:focus, .think-btn-light:not(:disabled):not(.disabled).active:focus, .show > .think-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.think-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.think-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.think-btn-dark:focus, .think-btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.think-btn-dark.disabled, .think-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.think-btn-dark:not(:disabled):not(.disabled):active, .think-btn-dark:not(:disabled):not(.disabled).active, .show > .think-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.think-btn-dark:not(:disabled):not(.disabled):active:focus, .think-btn-dark:not(:disabled):not(.disabled).active:focus, .show > .think-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.think-btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-gray:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.think-btn-gray:focus, .think-btn-gray.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.think-btn-gray.disabled, .think-btn-gray:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-gray:not(:disabled):not(.disabled):active, .think-btn-gray:not(:disabled):not(.disabled).active, .show > .think-btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.think-btn-gray:not(:disabled):not(.disabled):active:focus, .think-btn-gray:not(:disabled):not(.disabled).active:focus, .show > .think-btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.think-btn-outline-primary {
  color: #a01e64;
  border-color: #a01e64;
}
.think-btn-outline-primary:hover {
  color: #fff;
  background-color: #a01e64;
  border-color: #a01e64;
}
.think-btn-outline-primary:focus, .think-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 30, 100, 0.5);
}
.think-btn-outline-primary.disabled, .think-btn-outline-primary:disabled {
  color: #a01e64;
  background-color: transparent;
}
.think-btn-outline-primary:not(:disabled):not(.disabled):active, .think-btn-outline-primary:not(:disabled):not(.disabled).active, .show > .think-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #a01e64;
  border-color: #a01e64;
}
.think-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .think-btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 30, 100, 0.5);
}

.think-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-secondary:focus, .think-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.think-btn-outline-secondary.disabled, .think-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.think-btn-outline-secondary:not(:disabled):not(.disabled):active, .think-btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .think-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .think-btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.think-btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.think-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.think-btn-outline-success:focus, .think-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.think-btn-outline-success.disabled, .think-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.think-btn-outline-success:not(:disabled):not(.disabled):active, .think-btn-outline-success:not(:disabled):not(.disabled).active, .show > .think-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.think-btn-outline-success:not(:disabled):not(.disabled):active:focus, .think-btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.think-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.think-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.think-btn-outline-info:focus, .think-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.think-btn-outline-info.disabled, .think-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.think-btn-outline-info:not(:disabled):not(.disabled):active, .think-btn-outline-info:not(:disabled):not(.disabled).active, .show > .think-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.think-btn-outline-info:not(:disabled):not(.disabled):active:focus, .think-btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.think-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.think-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.think-btn-outline-warning:focus, .think-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.think-btn-outline-warning.disabled, .think-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.think-btn-outline-warning:not(:disabled):not(.disabled):active, .think-btn-outline-warning:not(:disabled):not(.disabled).active, .show > .think-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.think-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .think-btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.think-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.think-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.think-btn-outline-danger:focus, .think-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.think-btn-outline-danger.disabled, .think-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.think-btn-outline-danger:not(:disabled):not(.disabled):active, .think-btn-outline-danger:not(:disabled):not(.disabled).active, .show > .think-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.think-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .think-btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.think-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.think-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.think-btn-outline-light:focus, .think-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.think-btn-outline-light.disabled, .think-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.think-btn-outline-light:not(:disabled):not(.disabled):active, .think-btn-outline-light:not(:disabled):not(.disabled).active, .show > .think-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.think-btn-outline-light:not(:disabled):not(.disabled):active:focus, .think-btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.think-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.think-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.think-btn-outline-dark:focus, .think-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.think-btn-outline-dark.disabled, .think-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.think-btn-outline-dark:not(:disabled):not(.disabled):active, .think-btn-outline-dark:not(:disabled):not(.disabled).active, .show > .think-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.think-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .think-btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.think-btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-gray:focus, .think-btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.think-btn-outline-gray.disabled, .think-btn-outline-gray:disabled {
  color: #6c757d;
  background-color: transparent;
}
.think-btn-outline-gray:not(:disabled):not(.disabled):active, .think-btn-outline-gray:not(:disabled):not(.disabled).active, .show > .think-btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.think-btn-outline-gray:not(:disabled):not(.disabled):active:focus, .think-btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .think-btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.think-btn-link {
  font-weight: 400;
  color: #a01e64;
  text-decoration: none;
}
.think-btn-link:hover {
  color: #60123c;
  text-decoration: underline;
}
.think-btn-link:focus, .think-btn-link.focus {
  text-decoration: underline;
}
.think-btn-link:disabled, .think-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.think-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.think-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.think-btn-block {
  display: block;
  width: 100%;
}
.think-btn-block + .think-btn-block {
  margin-top: 0.5rem;
}

input[type=submit].think-btn-block,
input[type=reset].think-btn-block,
input[type=button].think-btn-block {
  width: 100%;
}

.thinkoffice-paginations {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.thinkoffice-paginations .page-numbers {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1rem;
  margin-right: 5px;
  color: #0a0a0a;
  background: #fff;
  text-decoration: none;
}
.thinkoffice-paginations .page-numbers:not(.current):hover {
  color: #fff;
  background: #a01e64;
  border-color: #a01e64;
}
.thinkoffice-paginations .page-numbers:last-child {
  margin-right: 0;
}
.thinkoffice-paginations .page-numbers.current {
  border: 0;
  font-weight: bold;
  background: transparent;
}

.mfp-think-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

.mfp-think-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-think-arrow:active {
  margin-top: -54px;
}

.mfp-think-arrow:hover,
.mfp-think-arrow:focus {
  opacity: 1;
}

.mfp-think-arrow:before,
.mfp-think-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-think-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-think-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-think-arrow[data-dir=left] {
  left: 0;
}

.mfp-think-arrow[data-dir=left]:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-think-arrow[data-dir=left]:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-think-arrow[data-dir=right] {
  right: 0;
}

.mfp-think-arrow[data-dir=right]:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-think-arrow[data-dir=right]:before {
  border-left: 27px solid #3F3F3F;
}

.pswp__item {
  opacity: 1 !important;
}
.pswp--custom-icon-colors {
  --pswp-icon-color: #ffffff;
  --pswp-icon-color-secondary: #333;
}
.property_gallery_image.main_image {
  min-height: calc(160px * 2 + 30px);
}
.property_gallery_image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  min-height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 821px) {
  .property_gallery_image.main_image {
    min-height: calc(125px * 2 + 20px);
  }
  .property_gallery_image {
      min-height: 125px;
  }
}
.property_gallery_image img {
  display: none;
}

.gallery_actions {
  position: absolute;
  bottom: 15px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gallery_actions button {
  margin: 0 0 0 5px;
  text-transform: capitalize;
}
#thinkoffice_single_property_description {
  margin-top: 40px;
}
#thinkoffice_single_property_description_anchoring {
  margin-top: 15px;
  text-align: justify;
}
.thinkoffice-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #9e2063;
  margin: 0;
  padding: 0;
  box-shadow: 0 8px 10px 0 rgba(15, 41, 77, 0.12);
  border-radius: 8px;
  overflow: hidden;
  transition: all 1s linear;
}
.is-sticky .unstick {
    position: absolute !important;
    bottom: 0;
    top: unset !important;
    z-index: unset !important;
}
.is-sticky .thinkoffice-tabs {
  border-radius: 0 0 8px 8px;
}
.thinkoffice_property_contact {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 8px 10px 0 rgba(15, 41, 77, 0.12);
}
.thinkoffice-tabs ul {
  justify-content: flex-end;
}


.thinkoffice-tabs ul li {
  text-transform: capitalize;
}

.thinkoffice-tabs ul li a {
  padding: 15px 25px;
  font-size: 1rem;
  border-color: transparent;
  background: transparent;
  color: #fff;
  font-weight: normal;
}
.thinkoffice-tabs ul li a:hover {
  background: #fff;
  border-color: #9e2063;
}

.thinkoffice-tabs > .thinkoffice-tabs-title {
  font-size: 1rem;
  padding: 0 15px;
  margin: 0;
  color: #fff;
  max-width: 30%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

a.property_map_link {
    height: 458px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 14px;
    background-repeat: no-repeat;
}
a.property_map_link img {
    display: none;
}
.thinkoffice_porfolio_inner {
  padding: 4px;
  border-radius: 12px;
  background: #fff;
}
.thinkoffice_porfolio_image {
  display: flex;
  position: relative;
  padding: 4px;
  border-radius: 4px;
  background-size: cover;
  background-position: right top;
  padding-top: 80%;
  transition: transform.2s ease-out;
  overflow: hidden;
}
.thinkoffice_porfolio_image:hover {
  transform: scale(1.08);
}
.thinkoffice_porfolio--title-overlay {
  position: absolute;
  left: 4px;
  right: 4px;
  background: rgba(0,0,0,0.6);
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border-radius: 8px;
}
.thinkoffice_porfolio--title {
  font-size: .8rem;
  color: #fff;
  text-align: center;
  margin: 0;
  max-width: calc(100% - 8px);
}
.image-cover img {
  -o-object-position: right top;
  object-position: right top !important;
}
@media (max-width: 992px) {
  .thinkoffice-tabs-title {
    display: none !important;
  }
  .is-sticky .thinkoffice-tabs {
    width: 100vw !important;
    left: 0;
  }
  .property_search--location, .property_search--prices, .thinkoffice_address_wrapper:first-child, .thinkoffice_address_wrapper {
      border-right: 0 !important;
      border-bottom:  1px dashed #cecece !important;
  }

    .property_search--address .thinkoffice_address_wrapper .thinkoffice_city:hover, .property_search--address .thinkoffice_address_wrapper .thinkoffice_district:hover,
    .property_search--location .thinkoffice_search_location_wrapper:hover,
    .property_search--prices .thinkoffice_prices_wrapper:hover,
    .property_search--prices .thinkoffice_prices_input_group:hover,
    .property_search--grade .thinkoffice_search_grade_input_group:hover {
        background: transparent;
    }
}