@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: 0 !important;
}

figure {
  margin: 0;
}

:root {
  font-size: 16px;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  color: #292220;
  line-height: 1.5;
  font-family: "IBM Plex Serif", serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a:hover {
  color: #6c757d;
  text-decoration: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.fill-primary {
  fill: #FC6A13;
}

.fill-white {
  fill: #fff;
}

.fill-black {
  fill: #000;
}

hr {
  border: 1px solid #E6E6E6;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* bootstrap */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 68px !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
}
.h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
  .border-md-end {
    border-right: 1px solid #E6E6E6;
  }
  .border-md-bottom {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
}
.ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ratio img,
.ratio video,
.ratio iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 32px;
  height: 46px;
  background: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #292220;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-primary {
  color: #fff;
  background: #FC6A13;
  border-color: #FC6A13;
}
.btn-primary:hover {
  color: #fff;
  background: rgb(217.2384937238, 82.8451882845, 2.7615062762);
  border-color: rgb(217.2384937238, 82.8451882845, 2.7615062762);
}

.btn-secondary {
  color: #fff;
  background: #564B48;
  border-color: #564B48;
}
.btn-secondary:hover {
  color: #fff;
  background: rgb(58.2405063291, 50.7911392405, 48.7594936709);
  border-color: rgb(58.2405063291, 50.7911392405, 48.7594936709);
}

.btn-outline-primary {
  color: #FC6A13;
  background: #fff;
  border-color: #FC6A13;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #FC6A13;
}

.btn-outline-secondary {
  color: #564B48;
  background: transparent;
  border-color: #564B48;
}
.btn-outline-secondary:hover {
  color: #fff;
  background: #564B48;
}

.btn-outline-red {
  color: #FF0B0B;
  background: transparent;
  border-color: #FF0B0B;
}
.btn-outline-red:hover {
  color: #fff;
  background: #FF0B0B;
}

.btn-white {
  color: #292220;
  background: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #292220;
  background: #eaeaea;
  border-color: #eaeaea;
}

.btn-light {
  color: #292220;
  background: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-light:hover {
  color: #292220;
  background: #eaeaea;
  border-color: #eaeaea;
}

.form-control {
  font-family: "IBM Plex Serif", serif;
}

.favorites {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}
.favorites svg {
  width: 100%;
  height: 100%;
}

.user-favorites {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.user-favorites svg {
  display: block;
  width: 24px;
  height: 23px;
}
.user-favorites .badge {
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  padding: 0 4px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.container-fluid {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1448px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 32px;
  }
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
  margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.g-2, .gx-2 {
  --bs-gutter-x: 8px;
}

[class*=col-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-auto {
  width: auto;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

/* Breakpoint: @sm (≥576px) */
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* Breakpoint: @md (≥768px) */
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* Breakpoint: @lg (≥992px) */
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Breakpoint: @xl (≥1200px) */
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-custom {
    width: 20%;
  }
}
/* Breakpoint: @xxl (≥1400px) */
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.333333%;
  }
  .col-xxl-2 {
    width: 16.666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.333333%;
  }
  .col-xxl-5 {
    width: 41.666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.333333%;
  }
  .col-xxl-8 {
    width: 66.666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.333333%;
  }
  .col-xxl-11 {
    width: 91.666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.w-100 {
  width: 100% !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* Direcții */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* Când e activ */
.offcanvas.show {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  -webkit-transform: none;
          transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas.hiding {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* Header */
.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

/* Body */
.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}

/* Backdrop */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E3E3E3), color-stop(86.36%, rgba(227, 227, 227, 0)));
  background: linear-gradient(0deg, #E3E3E3 0%, rgba(227, 227, 227, 0) 86.36%);
}
.offcanvas-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.offcanvas-footer .btn-white {
  margin-right: 4px;
}
.offcanvas-footer .btn-white + .btn {
  margin-left: 4px;
}

.collapse:not(.show) {
  display: none;
}

.collapse {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* Varianta pentru width (mai rar folosită) */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.bg-dark {
  padding-top: 16px;
  padding-bottom: 20px;
  background: #292220;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(41, 34, 32, 0.85)), color-stop(90%, #292220));
  background: linear-gradient(0deg, rgba(41, 34, 32, 0.85) 10%, #292220 90%);
  color: #fff;
}
.bg-dark .article-title {
  color: #fff;
}
.bg-dark .last-update {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (min-width: 992px) {
  .bg-dark {
    padding-top: 32px;
  }
}

.site-content {
  padding-top: 30px;
  background: #fff;
}
.search-card {
  padding-top: 32px;
}
.search-card h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.search-card .search-rows {
  margin-bottom: 8px;
  padding: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(104.72%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 104.72%);
}
.search-card .row-mobile-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.search-card .row-mobile-1 > .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-card .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4px;
}
.search-card .form-select,
.search-card .form-control {
  padding: 0 14px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  font-family: "IBM Plex Serif", serif;
}
.search-card .form-select {
  padding-right: 36px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none"><path fill="%23fff" d="M5.003 5.63a.55.55 0 0 1-.392-.167L.155.903A.5.5 0 0 1 .04.738.5.5 0 0 1 0 .53.54.54 0 0 1 .253.07Q.373 0 .523 0q.22 0 .375.15l4.41 4.507h-.616L9.102.15q.16-.15.374-.15.15 0 .265.07.12.067.19.19a.54.54 0 0 1-.086.638L5.389 5.463a.5.5 0 0 1-.179.127.5.5 0 0 1-.207.04" opacity=".5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.search-card .form-select option {
  background-color: #3c3634;
  color: #fff;
}
.search-card .form-control::-webkit-input-placeholder {
  color: #fff;
}
.search-card .form-control::-moz-placeholder {
  color: #fff;
}
.search-card .form-control:-ms-input-placeholder {
  color: #fff;
}
.search-card .form-control::-ms-input-placeholder {
  color: #fff;
}
.search-card .form-control::placeholder {
  color: #fff;
}
.search-card .form-select:focus,
.search-card .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
}
.search-card .btn-search {
  height: 48px;
  background: #FC6A13;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
  -webkit-transition: background 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, transform 0.1s;
  transition: background 0.15s, transform 0.1s, -webkit-transform 0.1s;
  cursor: pointer;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-card .btn-search svg {
  width: 24px;
  height: 24px;
}
.search-card .btn-search:hover {
  background: #5a3418;
}
.search-card .btn-search:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  background: #2a1306;
}
@media (min-width: 768px) {
  .search-card {
    padding-top: 48px;
  }
  .search-card h2 {
    font-size: 38px;
  }
  .search-card .search-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
  .search-card .row-mobile-1 {
    display: contents;
  }
  .search-card .row-mobile-2,
  .search-card .row-mobile-3 {
    display: contents;
  }
  .search-card .field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .search-card .field.field-location {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .search-card .field.field-tip {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .search-card .field.field-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .search-card .btn-search {
    width: auto;
    height: 64px;
  }
  .search-card .form-select,
  .search-card .form-control {
    height: 64px;
  }
}

/* svg icons */
.icon {
  /*position: relative; display: inline-block; vertical-align: middle;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon::before {
  display: inline-block;
  content: "";
}
.icon > * {
  width: 100%;
  height: 100%; /*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;*/
}
.icon > * use {
  pointer-events: none;
}
.icon {
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
}
.icon.icon-xs {
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.icon.icon-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 165px;
  min-width: 165px;
  height: 33px;
  background: url(../svg/logo-acasa-ro.svg?v=1) no-repeat 0 0/contain;
  font: 0/0 a;
  text-indent: -10000px;
}
.navbar-brand.brand-icon {
  display: block;
  width: 84px;
  min-width: 84px;
  height: 96px;
  background: url(../svg/logo-acasa-ro-icon.svg?v=2) no-repeat 0 0/contain;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 235px;
    min-width: 235px;
    height: 47px;
  }
}

/* header */
.site-header h1 {
  font: 0/0 a;
}
.site-header .navbar-brand {
  margin-right: 12px;
}
.site-header .border-bottom {
  padding-bottom: 1px;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.site-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.site-header .menu li {
  margin: 6px;
}
.site-header .menu li a {
  color: #fff;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-header .menu li a:hover {
  color: #d5d5d5;
}
.site-header .btn-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  white-space: nowrap;
}
.site-header .btn-toggler span {
  display: block;
  margin: 3px 0;
  width: 20px;
  height: 2px;
  background: #fff;
}
.site-header .btn-add-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  white-space: nowrap;
}
.site-header .btn-add-prop svg {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.site-header .btn-add-prop:hover {
  color: #fff;
}
.site-header .user-login {
  margin-left: auto;
}
.site-header .user-login .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .user-login .login .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.site-header .user-login .login .icon svg {
  width: 21px;
  height: 23px;
}
.site-header .user-login .login .icon img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .user-login .dropdown {
  position: relative;
}
.site-header .user-login .dropdown .login {
  font: 14px/20px "IBM Plex Serif", serif;
}
.site-header .user-login .dropdown .login em {
  display: none;
  margin-left: 10px;
  color: #fff;
  font-style: normal;
}
.site-header .user-login .dropdown .login em span {
  display: block;
}
.site-header .user-login .dropdown .login.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
  opacity: 0.5;
}
.site-header .user-login .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  right: -10px;
  top: 10px !important;
  z-index: 10000;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 160px;
  background: #292220;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header .user-login .dropdown .dropdown-menu.show {
  display: block;
  min-height: 165px;
}
.site-header .user-login .dropdown .dropdown-menu li a {
  display: block;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.site-header .user-login .dropdown .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.06);
}
.site-header .user-login .dropdown .dropdown-menu li.divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .site-header .navbar-brand {
    margin-right: 32px;
  }
  .site-header .border-bottom {
    padding-bottom: 4px;
  }
  .site-header .user-login .dropdown .login em {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-header .user-login {
    margin-left: 0;
  }
  .site-header .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .menu li {
    margin: 0 24px 0 0;
  }
  .site-header .btn-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header .user-login .dropdown .login.dropdown-toggle::after {
    content: none;
  }
  .site-header .btn-add-prop svg {
    margin-right: 14px;
  }
}
@media (max-width: 992px) {
  .site-header .user-login .login .icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.btn-close {
  display: block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.06) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") no-repeat center/1em auto;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#offcanvasMenu {
  background: #292220;
  border: none;
}
@media (min-width: 992px) {
  #offcanvasMenu {
    position: static;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    background: transparent;
  }
  #offcanvasMenu .offcanvas-body {
    overflow-y: inherit;
  }
}

/* footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #292220;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(41, 34, 32, 0.85)), color-stop(90%, #292220));
  background: linear-gradient(0deg, rgba(41, 34, 32, 0.85) 10%, #292220 90%);
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #d5d5d5;
}
.site-footer .footer-top {
  padding: 40px 0;
}
.site-footer .menu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.site-footer .menu li {
  display: block;
  max-width: 216px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.05;
}
.site-footer .footer-bottom {
  padding: 25px 30px;
  background: rgba(29, 31, 34, 0.3019607843);
}
.site-footer .footer-bottom p a {
  text-decoration: underline;
}
.site-footer .footer-bottom p a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-footer .footer-top {
    padding: 90px 0;
  }
  .site-footer .menu li {
    min-width: 216px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .site-footer .footer-top {
    padding: 40px 0;
  }
  .site-footer .menu {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .site-footer .menu li {
    max-width: auto;
  }
}

#ot-sdk-btn {
  background: transparent;
  border: none;
  color: #fff;
}

.box-add-property {
  padding: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#484240), to(#292220));
  background: linear-gradient(90deg, #484240 0%, #292220 100%);
  color: #fff;
}
.box-add-property .title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.26;
}
.box-add-property .btn {
  margin-top: 32px;
  white-space: nowrap;
}
.box-add-property svg {
  margin: 8px 0;
  width: 152px;
  height: 40px;
}
@media (min-width: 992px) {
  .box-add-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
  }
  .box-add-property .title {
    margin-bottom: 0;
    max-width: 325px;
  }
  .box-add-property svg {
    width: 204px;
    height: 56px;
  }
  .box-add-property .btn {
    margin-top: 0 !important;
  }
}

.text-primary {
  color: #FC6A13;
}