.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 112px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

p {
  color: #262626;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

a {
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper.relative {
  width: 100vw;
  position: relative;
}

.navbar-wrapper {
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 1350px;
  min-height: auto;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.navbar {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container.feature-slider-border {
  margin-top: 130px;
}

.nav-links-wrapper {
  grid-column-gap: 52px;
  display: flex;
}

.single-nav-link {
  color: #262626;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  transition: all .35s ease-in;
}

.single-nav-link:hover {
  color: #f15a29;
}

.single-nav-link.v2 {
  color: #fff;
}

.single-nav-link.v2:hover {
  color: #f15a29;
}

.single-nav-link.dropdown {
  grid-column-gap: 7px;
  align-items: center;
  padding: 0;
  display: flex;
}

.single-nav-link.dropdown.w--open {
  color: #f15a29;
}

.nav-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .35s ease-in;
}

.nav-button:hover {
  color: #fff;
  background-color: #f15a29;
  border-color: #f15a29;
}

.nav-button.v2 {
  color: #fff;
  border-color: #fff;
}

.nav-button.dp-none-mobile:hover {
  background-color: #3d06f2;
}

.banner-section-v2 {
  padding-top: 196px;
  position: relative;
}

.banner-v2-tittle {
  color: #fff;
  letter-spacing: -5.6px;
  font-size: 112px;
  line-height: 112px;
}

.banner-v2-tittle.banner-title-for-mobile-responsive {
  display: none;
}

.banner-v2-tittle-wrap {
  margin-bottom: 100px;
  position: relative;
}

.banner-v2-tittle-shape {
  position: absolute;
  top: 42px;
  bottom: auto;
  left: auto;
  right: 28.62px;
  transform: rotate(2.4deg);
}

.section-white-border-wrap {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  margin-bottom: 18px;
}

.section-white-border-wrap.black {
  background-color: #f1f1f1;
}

.section-white-border-wrap.black.mb-0 {
  margin-bottom: 0;
}

.section-white-border-wrap.history {
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-white-border-wrap.history.for-tablet {
  display: none;
}

.section-white-border-wrap.footer {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-white-border-wrap.single-proprerty {
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-white-border-inner-wrap {
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.section-white-border-inner-wrap.black {
  background-color: #d1d1d1;
}

.hero-grid-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .77fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-grid-right-wrapper {
  padding-top: 55px;
}

.hero-details {
  color: #fff;
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 27px;
}

.primary-button {
  outline-offset: 0px;
  color: #fff;
  background-color: #0a105c;
  border-radius: 20px;
  outline: 3px #fff;
  margin-top: 48px;
  padding: 20px 40px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.primary-button.radius {
  border-radius: 20px;
}

.primary-button.radius.pp {
  width: 100%;
  display: block;
}

.property-dropdown-wrap {
  margin-top: 84px;
}

.property-tittle {
  color: #fff;
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.banner-form-dropdown-list-wrap.w--open {
  z-index: 99;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
}

.property-single-select-v2 {
  min-height: 58px;
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: static;
}

.dropdown-list-wrapper {
  width: 100%;
}

.banner-dropdown-wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: 0 10px 120px rgba(0, 0, 0, .07);
}

.banner-form-dropdown {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.property-form-flex-wrap {
  max-width: 1044px;
  grid-column-gap: 23px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-form-flex-wrap.center {
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
}

.property-single-select-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.property-inner-flex {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.section-border-wrap.hero {
  margin-bottom: 42px;
}

.section-border-wrap.featured-property-v2 {
  margin-bottom: 110px;
}

.section-border-wrap.partners {
  margin-bottom: 68px;
}

.section-border-wrap.footer-v2 {
  margin-bottom: 76px;
}

.section-border-wrap.featured-property {
  margin-bottom: 87px;
}

.section-border-wrap.featured-property.v2 {
  margin-bottom: 0;
}

.section-border-name-wrap {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-border-name {
  color: #fff;
  font-size: 17px;
  line-height: 100%;
}

.section-border-name.black {
  color: #262626;
}

.section {
  background-color: #ecf2ff;
  margin-top: 19px;
  margin-bottom: 1px;
  padding-top: 116px;
  padding-bottom: 40px;
}

.section.featured-properties-v2 {
  background-color: #000;
  padding-bottom: 190px;
  overflow: hidden;
}

.section.dream-property {
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial {
  background-color: #000;
  padding-bottom: 0;
}

.section.our-history {
  padding-top: 165px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.featured-properties {
  background-color: #000;
  padding-top: 165px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.dream-property-v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial-v2 {
  background-image: url('../images/Testimonial-V2-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.section.after-banner {
  padding-top: 0;
}

.section.after-banner.pp {
  margin-bottom: 0;
}

.section.achivement {
  padding-top: 0;
  padding-bottom: 38px;
}

.section.pp {
  padding-top: 0;
}

.section.included {
  width: 100vw;
  float: none;
  background-color: #fff;
  padding-top: 112px;
  padding-bottom: 46px;
}

.section.single-preview {
  padding-top: 150px;
  padding-bottom: 0;
}

.section.single-preview.last {
  padding-bottom: 150px;
}

.section.browse-template {
  z-index: 1;
  background-color: #e6e5e5;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.process-tittle-wrap {
  grid-column-gap: 48px;
  align-items: center;
  margin-bottom: 105px;
  margin-left: 70px;
  display: flex;
}

.long-tittle {
  letter-spacing: -1.26px;
  font-size: 42px;
  line-height: 52px;
}

.long-tittle.process {
  max-width: 772px;
}

.long-tittle.properties {
  max-width: 782px;
}

.long-tittle.about {
  max-width: 894px;
  text-transform: capitalize;
}

.process-tittle-shape {
  transform: rotate(2.4deg);
}

.single-process-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.single-process-wrap.last {
  padding-bottom: 0;
}

.single-process-content-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-name {
  letter-spacing: -1.95px;
  font-size: 65px;
  line-height: 75px;
}

.process-details {
  max-width: 260px;
  font-size: 17px;
  line-height: 27px;
}

.process-btn-wrap {
  width: 92px;
  height: 92px;
  background-color: #f15a29;
  border-radius: 505px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.properties-tittle-wrap {
  grid-column-gap: 120px;
  align-items: center;
  margin-bottom: 84px;
  display: flex;
}

.partner-slide-wrapper {
  overflow: hidden;
}

.single-partner-slide-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-partner-wrap {
  text-align: center;
}

.single-partner-wrap.achivment {
  margin-right: 0;
}

.partner-icon-wrap {
  width: 213px;
  height: 213px;
  background-color: #f6f6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.partner-name {
  color: #1e1e1e;
  font-size: 24px;
  line-height: 34px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.featured-properties {
  z-index: 2;
  width: 100%;
  position: relative;
}

.slider.testimonial {
  position: relative;
}

.dp-none {
  display: none;
}

.featured-mask-v2 {
  max-width: 559.49px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.single-featured-property-v2 {
  height: 667px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-top: 75px;
  padding-left: 88px;
  padding-right: 88px;
  position: relative;
  transform: scale(.8);
}

.single-property-slide-wrap {
  overflow: hidden;
}

.featured-property-tags {
  z-index: 2;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
}

.property-tags {
  color: #000;
  background-color: #fff;
  border-radius: 96px;
  padding: 19.2px 38.4px;
  font-family: Archivo, sans-serif;
  font-size: 17.28px;
  font-weight: 600;
  line-height: 100%;
}

.property-tags.dream-property {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.featured-property-link {
  z-index: 1;
  width: 163px;
  height: 163px;
  background-color: #f15a29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-property-icon {
  width: 45px;
}

.featured-property-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .71) 55%, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-arrow {
  width: auto;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 96.01px;
  padding: 19px 38px;
  font-family: Archivo, sans-serif;
  font-size: 17.28px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.featured-arrow.left {
  bottom: -25px;
  right: 15.5%;
}

.featured-arrow.right {
  bottom: -25px;
  right: 7%;
}

.slider-border-wrap {
  width: 78%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.slider-border-inner-wrap {
  height: 1px;
  background-color: #f15a29;
}

.featured-slider-v2-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-slider-ticker {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
}

.featured-slider-ticker-text {
  color: #fff;
  letter-spacing: -6.9px;
  font-size: 230px;
  line-height: 240px;
}

.featured-slider-single-ticker {
  flex: none;
}

.featured-property-btn-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dream-property-tittle-wrap-v2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.section-tittle {
  letter-spacing: -3.36px;
  flex: none;
  font-size: 112px;
  line-height: 122px;
}

.section-tittle.white {
  color: #fff;
}

.section-tittle.white.testimonial {
  max-width: 810px;
}

.section-tittle.footer-ticker {
  margin-right: 10px;
}

.dream-property-grid-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dream-property-grid-wrap._2 {
  grid-template-columns: 1.2fr 1fr;
}

.dream-property-grid-wrap._2.last {
  align-items: start;
}

.dream-property-img-wrap, .dream-property-content-flex-wrap {
  position: relative;
}

.dream-property-content-flex-wrap.right {
  padding-left: 83px;
}

.dream-property-content-flex-wrap.right.last {
  padding-bottom: 113px;
}

.dream-property-content-wrap {
  width: 100%;
  max-width: 414px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.dream-property-heading-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.dream-property-single-link-wrap {
  z-index: 1;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dream-property-heading-wrap {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.dream-property-heading {
  letter-spacing: -1.26px;
  font-size: 42px;
  line-height: 52px;
}

.dream-property-heading-tag {
  color: #b0b0b0;
  letter-spacing: -.6px;
  font-size: 20px;
  line-height: 30px;
}

.property-details {
  max-width: 298px;
  color: #1e1e1e;
  margin-bottom: 88px;
  font-size: 17px;
  line-height: 27px;
}

.property-details.v2 {
  margin-bottom: 120px;
}

.property-feature-list-wrap {
  grid-row-gap: 1px;
  flex-direction: column;
  margin-bottom: 88px;
  display: flex;
}

.property-feature-list-wrap.v2 {
  margin-bottom: 120px;
}

.property-feature-single-list {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.property-feature-text, .property-location-details {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.property-location-details.single {
  margin-bottom: 15px;
}

.dream-property-grid-right-wrap.last {
  padding-top: 69px;
}

.vertical-border-wrap {
  width: 1px;
  height: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vertical-border-wrap._2 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.vertical-border-wrap.on-black {
  background-color: rgba(255, 255, 255, .1);
}

.vertical-border-wrap.on-black.for-tablet {
  display: none;
}

.vertical-border-inner-wrap {
  width: 1px;
  height: 100%;
  background-color: #d1d1d1;
}

.vertical-border-inner-wrap.on-black {
  background-color: rgba(255, 255, 255, .2);
}

.banner-section-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-tittle-wrap {
  margin-bottom: 75px;
}

.testimonial-tittle-wrap.v2 {
  margin-bottom: 85px;
}

.footer-top-wrap {
  grid-column-gap: 136px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 77px;
  display: flex;
}

.footer-top-wrap.v2 {
  margin-top: -36px;
  margin-bottom: 0;
}

.footer-details-wrap {
  max-width: 448px;
}

.footer-mail-slide-wrap {
  padding-top: 138px;
  padding-bottom: 138px;
  position: relative;
  overflow: hidden;
}

.footer-mail-slide-wrap.v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-logo-wrap {
  margin-bottom: 20px;
}

.foooter-details-v2 {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 27px;
}

.foooter-details-v2.white {
  color: rgba(255, 255, 255, .8);
}

.footer-form-wrap {
  margin-bottom: 0;
}

.footer-form-field {
  height: 58px;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  border-right-style: none;
  margin-bottom: 0;
  padding: 0 23px;
  font-size: 17px;
  line-height: 100%;
}

.footer-form-field::-ms-input-placeholder {
  color: #000;
}

.footer-form-field::placeholder {
  color: #000;
}

.footer-form-field.v2 {
  background-color: #000;
  border-top-color: rgba(255, 255, 255, .15);
  border-bottom-color: rgba(255, 255, 255, .15);
  border-left-color: rgba(255, 255, 255, .15);
}

.footer-form-field.v2::-ms-input-placeholder {
  color: #fff;
}

.footer-form-field.v2::placeholder {
  color: #fff;
}

.footer-form-flex-wrap {
  display: flex;
}

.footer-mail-slide-ticker-wrap {
  max-width: 736px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.single-mail-ticker {
  flex: none;
  align-items: center;
  display: flex;
}

.footer-middle-wrap {
  padding-top: 69px;
  padding-bottom: 69px;
}

.footer-middle-wrap.v2 {
  position: relative;
}

.footer-links-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.footer-links-tittle {
  text-transform: capitalize;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 140%;
}

.footer-links-tittle.v2 {
  color: #fff;
}

.fooler-links-list-wrap {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.footer-single-link {
  color: rgba(0, 0, 0, .8);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 160%;
  transition: all .35s ease-in;
}

.footer-single-link:hover {
  color: #f15a29;
}

.footer-single-link.v2 {
  color: #dcdcdc;
}

.footer-single-link.v2:hover {
  color: #f15a29;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding-top: 22px;
  padding-bottom: 28px;
}

.footer-bottom.v2 {
  border-top-color: rgba(255, 255, 255, .15);
}

.footer-bottom-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 160%;
}

.copyright-text.v2 {
  color: #dcdcdc;
}

.copyright-link {
  color: rgba(0, 0, 0, .8);
  text-decoration: underline;
  display: inline-block;
}

.copyright-link.v2 {
  color: #dcdcdc;
}

.footer-social-links-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.single-social-link {
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  transition: all .35s ease-in;
  display: flex;
}

.single-social-link:hover {
  color: #fff;
  background-color: #f15a29;
  border-color: #f15a29;
}

.single-social-link.v2 {
  color: #fff;
  border-color: rgba(255, 255, 255, .15);
}

.blog-heading-wrap {
  max-width: 1195px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
  display: flex;
}

.artiucle-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-img-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-tittle-wrap {
  margin-bottom: 20px;
  display: block;
}

.article-tittle {
  color: #000;
  letter-spacing: -.72px;
  font-size: 24px;
  line-height: 34px;
}

.article-details-flex-wrap {
  align-items: center;
  display: flex;
}

.article-details-flex-wrap.blog-single {
  margin-bottom: 10px;
}

.article-details-single-flex-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.article-more-details {
  color: #1e1e1e;
  font-size: 17px;
  line-height: 14px;
}

.article-details-divider {
  width: 1px;
  height: 24px;
  background-color: #d1d1d1;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-tag {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 40px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.bog-article-flex-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.big-article-img-wrap {
  width: 100%;
  height: 530px;
  max-width: 784px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.big-article-content-wrapper {
  width: 100%;
  max-width: 778px;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-left: -243px;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 70px;
}

.big-article-tittle {
  letter-spacing: -1.26px;
  text-transform: capitalize;
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 58px;
}

.big-article-content-wrap {
  max-width: 620px;
}

.big-article-tag-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.big-article-tag-border {
  width: 22px;
  height: 1px;
  background-color: #8e8e8e;
}

.big-article-tag {
  color: #000;
  font-size: 17px;
  line-height: 100%;
}

.testimonial-slide-wrap {
  margin-top: -36px;
}

.single-slider-grid-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-slider-grid-wrap.v2 {
  grid-column-gap: 76px;
}

.testimonial-grid-left-wrap {
  padding-top: 152px;
  padding-bottom: 120px;
  position: relative;
}

.testimonial-grid-right-wrap {
  padding-top: 152px;
  padding-bottom: 120px;
}

.testimonial-grid-right-wrap.v2 {
  padding-bottom: 165px;
}

.testimonial-content-flex-wrap {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote.v2 {
  width: 85.16px;
  position: absolute;
  top: -13.38px;
  bottom: auto;
  left: auto;
  right: 10.6px;
}

.testimonial-details {
  color: #fff;
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.testimonial-arrow {
  width: 147px;
  height: 175px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.testimonial-arrow.right {
  top: -176px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-arrow.left {
  top: -176px;
  bottom: auto;
  left: auto;
  right: 147px;
}

.testimonial-arrow-icon.right {
  transform: rotate(180deg);
}

.testimonial-author-name {
  color: #fff;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 34px;
}

.testimonial-author-info {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 100%;
}

.testimonial-img-wrap {
  padding-right: 20px;
}

.testimonial-button-hover {
  z-index: -1;
  background-color: #f15a29;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-history-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.history-tittle-wrap {
  max-width: 847px;
}

.history-tittle-flex-wrap {
  grid-column-gap: 50px;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.history-tittle-shape-wrap {
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.history-property-numbers {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.history-property-numbers.v2 {
  color: #262626;
  margin-bottom: 44px;
}

.history-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.3fr;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  display: grid;
}

.history-grid-left-wrap {
  padding-top: 108px;
  position: relative;
}

.history-flex-wrap {
  display: flex;
  position: relative;
}

.history-flex-wrap._1 {
  align-items: flex-end;
}

.history-flex-wrap._2 {
  align-items: flex-start;
}

.single-history-wrap {
  position: relative;
}

.single-history-wrap._1 {
  padding: 108px 138px 45px 81px;
}

.single-history-wrap._2 {
  padding-top: 108px;
  padding-bottom: 45px;
  padding-left: 56px;
}

.single-history-wrap._3 {
  padding: 40px 94px 145px 81px;
}

.single-history-wrap._4 {
  padding: 40px 132px 145px 56px;
}

.single-history-wrap._5 {
  padding-top: 40px;
  padding-bottom: 145px;
  padding-left: 56px;
}

.history-details {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 75px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.history-details.max-136 {
  max-width: 136px;
}

.history-details.max-130 {
  max-width: 130px;
}

.history-counter-wrap {
  height: 87px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.history-counter-wrap.achivment {
  height: 65px;
}

.history-counter-number {
  height: 100%;
  color: #fff;
  font-size: 87px;
  font-weight: 600;
  line-height: 100%;
}

.history-counter-number.achivment {
  color: #000;
  font-size: 65px;
  font-weight: 500;
}

.history-single-counter-wrap {
  height: 100%;
}

.banner-section {
  padding-top: 204px;
}

.banner-tittle {
  color: #000;
  letter-spacing: -3.36px;
  font-size: 112px;
  line-height: 122px;
}

.banner-tittle.for-responsive {
  display: none;
}

.banner-tittle-wrap {
  z-index: 1;
  margin-bottom: 105px;
  position: relative;
}

.banner-tittle-shape {
  z-index: -1;
  width: 356.88px;
  position: absolute;
  top: auto;
  bottom: -18px;
  left: auto;
  right: 309px;
  transform: rotate(2.4deg);
}

.banner-circle-wrapper {
  width: 178px;
  height: 178px;
  background-color: #f15a29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.banner-circle-wrapper.about {
  flex: none;
  position: static;
}

.banner-circle-text-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.banner-circle-number {
  color: #fff;
  letter-spacing: -1.65px;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.banner-circle-details {
  color: #fff;
  letter-spacing: -.66px;
  font-size: 22px;
  line-height: 25px;
}

.banner-img-details-grid-wrap {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.banner-img {
  border-radius: 10px;
}

.banner-img._1 {
  z-index: 9;
  perspective-origin: 100% 100%;
  position: relative;
}

.banner-img._3 {
  z-index: 9;
  position: absolute;
  transform: rotate(9.42deg);
}

.banner-img._2 {
  z-index: 9;
  position: absolute;
  transform: rotate(-7.12deg);
}

.banner-details {
  color: #1e1e1e;
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 27px;
}

.banner-button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 20px 40px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.banner-property-tittle {
  color: #262626;
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.single-property-link {
  color: #000;
  font-size: 16px;
  transition: all .35s ease-in-out;
}

.single-property-link:hover {
  color: #f15a29;
}

.property-list-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.property-single-select {
  min-height: 58px;
  color: #262626;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d1d1d1;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: static;
}

.property-single-select.w--open {
  border-bottom-style: solid;
  border-bottom-color: #d1d1d1;
}

.featurted-property-img {
  width: 519.68px;
  height: 620.4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-top: 70px;
  padding-left: 82px;
  padding-right: 82px;
}

.single-featured-property-wrap {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.single-featured-property-img-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featurted-property-img-bg {
  z-index: -1;
  width: 486.57px;
  height: 607.44px;
  background-color: #fadcd3;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-7.41deg);
}

.property-slide-button {
  z-index: 9;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .35s cubic-bezier(.95, .05, .795, .035);
  display: flex;
}

.property-slide-button:hover {
  background-color: #f15a29;
  border-color: #f15a29;
}

.featured-property-slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-property-bg-text {
  color: #fff;
  text-align: center;
  letter-spacing: -6.9px;
  text-transform: uppercase;
  font-size: 230px;
  font-weight: 400;
  line-height: 240px;
  position: absolute;
}

.dream-property-tittle-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
  display: flex;
}

.dream-properties-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.properties-grid-left-wrap {
  padding-top: 108px;
}

.dream-properties-wrapper {
  position: relative;
}

.single-dream-property-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 63px;
  display: grid;
}

.single-dream-property-v2-right-wrap {
  padding-top: 63px;
  padding-bottom: 57px;
  padding-left: 63px;
  position: relative;
}

.single-dream-property-v2-right-wrap.last {
  padding-bottom: 175px;
}

.single-dream-property-v2-left-wrap.last {
  padding-top: 75px;
}

.dream-property-img-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.dream-property-details-wrap {
  width: 100%;
  max-width: 414px;
}

.testimonial-v2-img-wrap {
  display: inline-block;
  position: relative;
}

.footer-v2-wrap {
  background-color: #000;
  padding-top: 156px;
}

.inner-linear {
  z-index: -1;
  height: 100%;
  max-height: 1710px;
  background-image: linear-gradient(230deg, #fff6f6, rgba(255, 246, 246, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inner-banner {
  padding-top: 194px;
  padding-bottom: 80px;
}

.inner-banner-tittle {
  font-size: 112px;
  font-weight: 500;
  line-height: 122px;
}

.inner-banner-tittle.mb-40 {
  margin-bottom: 40px;
}

.breadcrumb-wrapper {
  grid-column-gap: 5px;
  text-transform: capitalize;
  align-items: center;
  display: flex;
}

.single-breadcrumb-link {
  color: #262626;
  font-size: 17px;
  line-height: 100%;
}

.single-breadcrumb-link.w--current {
  color: #000;
}

.blog-single-tittle-wrap {
  max-width: 1230px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.blog-single-tittle {
  max-width: 596px;
  letter-spacing: -1.26px;
  font-size: 42px;
  line-height: 52px;
}

.blog-single-details {
  max-width: 872px;
  color: #1e1e1e;
  margin-bottom: 62px;
  font-size: 17px;
  line-height: 27px;
}

.blog-single-img-wrap {
  margin-bottom: 62px;
  position: relative;
}

.blog-single-img {
  border-radius: 10px;
}

.blog-single-big-details h4 {
  max-width: 750px;
  color: #000;
  letter-spacing: -.72px;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.blog-single-big-details li {
  color: #1e1e1e;
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.blog-single-big-details ol {
  margin-bottom: 27px;
  padding-left: 20px;
}

.blog-single-big-details h5 {
  color: #000;
  letter-spacing: -.72px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.blog-single-big-details p {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.blog-single-big-details blockquote {
  color: #1e1e1e;
  background-color: #f6f6f6;
  border-left: 2px solid #f15a29;
  border-radius: 10px;
  margin-top: 70px;
  margin-bottom: 62px;
  padding: 73px 128px 73px 70px;
  font-size: 42px;
  line-height: 52px;
}

.inner-banner-content-wrap.center {
  text-align: center;
}

.inner-banner-content-wrap.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-list-grid-wrap {
  max-width: 965.32px;
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.single-property-img {
  border-radius: 10px;
}

.single-property-feature-list-wrap {
  grid-row-gap: 1px;
  flex-direction: column;
  margin-bottom: 33px;
  display: flex;
}

.single-property-heading-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.single-agents-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.agents-details-wrapper {
  background-color: #f15a29;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agent-name {
  color: #fff;
  font-size: 42px;
  line-height: 130%;
}

.agent-designation {
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 160%;
}

.collection-list-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agents-links-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.agents-single-link {
  width: 30px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
  display: flex;
}

.agent-single-content-wrapper {
  max-width: 1166px;
}

.agent-single-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.56fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.agent-single-img {
  border-radius: 10px;
}

.agent-single-name {
  color: #131313;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 130%;
}

.agent-single-info {
  color: #1e1e1e;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 160%;
}

.agent-single-details {
  color: #1e1e1e;
  margin-bottom: 34px;
  font-size: 17px;
  line-height: 160%;
}

.single-agent-social-link {
  width: 33.75px;
  height: 33.75px;
  color: #000;
  border: 1.13px solid #a3a3a3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
  transition: all .35s ease-in-out;
  display: flex;
}

.single-agent-social-link:hover {
  color: #fff;
  background-color: #f15a29;
  border-color: #f15a29;
}

.contact-flex-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.single-contact-details-wrap {
  min-width: 318px;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 36px 25px;
}

.contact-details-content-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.contact-details-tittle {
  color: #000;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 29px;
}

.contact-details-info {
  color: #262626;
  font-size: 16px;
  line-height: 160%;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-input-field {
  height: 58px;
  color: #000;
  letter-spacing: .17px;
  background-color: #f6f6f6;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 17px;
  line-height: 130%;
}

.contact-input-field::-ms-input-placeholder {
  color: #262626;
}

.contact-input-field::placeholder {
  color: #262626;
}

.contact-input-field.select {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.contact-select-field {
  color: #262626;
  letter-spacing: .1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
  line-height: 130%;
}

.contact-message-field {
  min-height: 434px;
  color: #000;
  letter-spacing: .17px;
  background-color: #f6f6f6;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 25px;
  font-size: 17px;
  line-height: 130%;
}

.contact-message-field::-ms-input-placeholder {
  color: #262626;
}

.contact-message-field::placeholder {
  color: #262626;
}

.add-property-form-tittle {
  color: #000;
  letter-spacing: -1.26px;
  margin-bottom: 35px;
  font-size: 42px;
  line-height: 52px;
}

.add-property-form-tittle.images {
  margin-bottom: 12px;
}

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

.client-info-wrap, .property-info-wrap {
  margin-bottom: 78px;
}

.add-property-message-field {
  min-height: 367px;
  color: #000;
  letter-spacing: .17px;
  background-color: #f6f6f6;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 25px;
  font-size: 17px;
  line-height: 130%;
}

.add-property-message-field::-ms-input-placeholder {
  color: #262626;
}

.add-property-message-field::placeholder {
  color: #262626;
}

.property-amenities-wrap {
  margin-bottom: 78px;
}

.property-amenities-list-wrap {
  max-width: 798px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.property-amenities-single-list {
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.singloe-checkbox-wrap {
  color: #262626;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 160%;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-color: #d1d1d1;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #f15a29;
  background-image: url('../images/Checked.svg');
  background-size: auto;
  border-color: #f15a29;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  margin-bottom: 0;
}

.add-property-form-details {
  color: #262626;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 160%;
}

.property-listing-images-wrap {
  margin-bottom: 50px;
}

.sg-single-style-tittle {
  color: #000;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 50px;
}

.sg-color-box-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.sg-single-color-box {
  width: 258px;
  height: 262px;
  background-color: #f15a29;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-single-color-box._2 {
  background-color: #f6f6f6;
}

.sg-single-color-box._3 {
  background-color: #000;
}

.sg-color-code {
  color: #fff;
  font-size: 32px;
  line-height: 100%;
}

.sg-color-code.black {
  color: #000;
}

.sg-style-divider {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 78px;
  margin-bottom: 78px;
}

.sg-headings-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.typeface-tittle {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.typeface-details {
  color: #262626;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 22px;
}

.typeface-details.mb-0 {
  margin-bottom: 0;
}

.sg-para-wrap {
  grid-row-gap: 33px;
  flex-direction: column;
  display: flex;
}

.sg-para-tittle {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.sg-para-details {
  color: #262626;
  font-size: 16px;
  line-height: 26px;
}

.sg-buttons-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.secondery-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.single-license-content-wrap {
  margin-bottom: 78px;
}

.single-license-content-wrap.mb-0 {
  margin-bottom: 0;
}

.single-license-tittle-wrapper {
  margin-bottom: 48px;
}

.single-license-tittle-wrapper.mb-0 {
  margin-bottom: 0;
}

.license-tittle {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}

.license-details {
  color: #262626;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.license-details._1 {
  max-width: 595px;
}

.license-details._2 {
  max-width: 470px;
}

.license-images-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-link {
  color: #f15a29;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.changelog-grid-wrapper {
  grid-column-gap: 156px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.88fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.changelog-icon-wrap {
  width: 402px;
  height: 402px;
  background-color: #f6f6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-updates-wrapper {
  grid-row-gap: 68px;
  flex-direction: column;
  display: flex;
}

.changelog-date {
  color: #f15a29;
  background-color: rgba(241, 90, 41, .07);
  border-radius: 40px;
  margin-bottom: 28px;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.update-ver-name {
  color: #1c2936;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 100%;
}

.update-ver-details {
  color: #262626;
  font-size: 18px;
  line-height: 100%;
}

.about-details-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 152px;
  display: flex;
}

.about-images-wrap {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.about-single-img-wrap._2 {
  margin-top: 111px;
}

.about-single-img-wrap._3 {
  margin-top: -67px;
  position: relative;
}

.about-single-shape {
  position: absolute;
  top: auto;
  bottom: -53px;
  left: auto;
  right: 0%;
  transform: rotate(2.4deg);
}

.achivement-grid-wrap {
  grid-column-gap: 62px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achivement-counter-wrap {
  width: 213px;
  height: 213px;
  background-color: #f6f6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.achivement-name {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 34px;
}

.about-member-tittle-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
  display: flex;
}

.pp-content-wrapper {
  grid-column-gap: 156px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.pp-img-wrap {
  width: 402px;
  height: 402px;
  background-color: #f6f6f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-field-wrap {
  max-width: 604px;
  border: 1px solid #d1d1d1;
  padding: 55px;
}

.pp-tittle {
  color: #000;
  margin-bottom: 17px;
  font-size: 42px;
  line-height: 100%;
}

.pp-details {
  color: #262626;
  margin-bottom: 27px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.pp-field {
  height: 58px;
  color: #000;
  background-color: #f6f6f6;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 130%;
}

.pp-field::-ms-input-placeholder {
  color: #262626;
}

.pp-field::placeholder {
  color: #262626;
}

._404-flex-wrap {
  grid-column-gap: 156px;
  align-items: center;
  display: flex;
}

._404-img-wrap {
  width: 402px;
  height: 402px;
  background-color: #f6f6f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-content-wrap {
  max-width: 604px;
  border: 1px solid #d1d1d1;
  padding: 55px 52px 55px 55px;
}

.preview-banner {
  background-color: #ecf2ff;
  padding: 196px 5vw 0;
}

.preview-banner-content-wrap {
  margin-bottom: auto;
  padding-bottom: 0;
}

.preview-banner-title {
  color: #000;
  text-align: left;
  letter-spacing: -3.36px;
  text-transform: none;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  margin-bottom: 54px;
  padding-top: 65px;
  font-size: 90px;
  line-height: 122px;
  display: flex;
}

.preview-banner-details-wrap {
  max-width: 966px;
  text-align: center;
  margin-bottom: 274px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.preview-banner-shape {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: auto;
  right: 80px;
  transform: rotate(2.4deg);
}

.preview-banner-img-wrapper {
  background-color: rgba(241, 90, 41, .06);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-banner-img {
  max-width: 505px;
  margin-top: -105px;
  margin-bottom: -105px;
  box-shadow: 0 14px 250px rgba(0, 0, 0, .12);
}

.preview-banner-img._1 {
  z-index: 1;
  position: relative;
  transform: rotate(-12.84deg);
}

.preview-banner-img._2 {
  transform: rotate(11.16deg);
}

.preview-section-tittle-wrapper {
  text-align: center;
  margin-bottom: auto;
}

.preview-section-tittle {
  color: #000;
  letter-spacing: -.96px;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
}

.preview-section-details {
  color: #262626;
  font-size: 17px;
  line-height: 26px;
}

.preview-included-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-included-wrapper {
  background-color: #fefefe;
  border-radius: 20px;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 0;
  box-shadow: 0 -15px 250px rgba(0, 0, 0, .07);
}

.dream-property-single-link-bg {
  z-index: -1;
  background-color: #f15a29;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-img-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.property-details-img-wrap {
  border-radius: 10px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.property-details-name-flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.property-single-tittle {
  color: #000;
  letter-spacing: -1.26px;
  font-size: 42px;
  line-height: 52px;
}

.property-details-feature-list-wrap {
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
}

.property-details-single-list {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.property-details-single-list-flex {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.property-details-single-dot {
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 50%;
}

.property-single-details {
  color: #1e1e1e;
  margin-bottom: 27px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.property-single-details.mb-0 {
  margin-bottom: 0;
}

.property-single-video-wrapper {
  margin-right: 40px;
}

.property-feature-list-item {
  grid-row-gap: 30px;
  color: #1e1e1e;
  flex-direction: column;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
}

.single-property-field {
  height: 58px;
  color: #000;
  letter-spacing: .16px;
  text-transform: capitalize;
  background-color: #f6f6f6;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.single-property-field::-ms-input-placeholder {
  color: #262626;
}

.single-property-field::placeholder {
  color: #262626;
}

.property-single-details-wrap {
  padding-bottom: 66px;
  position: relative;
}

.single-feature-wrap {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.property-single-list-item {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.video-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.property-feature-wrapper {
  margin-top: 40px;
  margin-bottom: 48px;
}

.property-feature-content-wrap {
  margin-right: 40px;
}

.poperty-single-details-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-details-tittle {
  letter-spacing: -.72px;
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.request-form {
  margin-bottom: 0;
}

.property-form-tittle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.property-single-list-wrapper {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.thumbnail-img {
  width: 100%;
}

.property-feature-list-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.property-single-details-text-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: relative;
}

.property-single-form-wrap {
  padding-top: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  position: absolute;
}

.play-btn-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-btn-ripple {
  z-index: -1;
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.property-gallery-wrap {
  margin-top: 75px;
}

.property-gallery-tittle {
  margin-bottom: 85px;
  font-size: 112px;
  font-weight: 500;
  line-height: 122px;
}

.property-gallery-flex-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.gallery-img-wrap {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-img-right-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-images-flex-wrap {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-included-content-wrap {
  text-align: center;
  padding: 15px;
  overflow: visible;
}

.banner-images-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.included-icon-wrap {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-tittle {
  margin-bottom: 6px;
  padding-bottom: 0;
}

.included-details {
  color: #262626;
  font-size: 17px;
  line-height: 27px;
}

.included-details._1 {
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: static;
}

.included-details._2, .included-details._3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.preview-include-tittle {
  color: #000;
  text-align: center;
  letter-spacing: -.96px;
  margin-top: -49px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 76px;
}

.preview-include-details {
  max-width: 670px;
  color: #262626;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-size: 17px;
  line-height: 27px;
}

.preview-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-grid-wrap.home {
  max-width: 872px;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.preview-grid-wrap.home.last {
  margin-top: 35px;
}

.single-preview-wrap {
  height: 100%;
  text-align: center;
  background-color: #f7f7f7;
  padding: 27px;
  position: relative;
}

.single-page-name {
  z-index: 1;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 32px;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 0%;
  right: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .1);
}

.preview-footer {
  background-color: #161616;
}

.preview-footer-top {
  padding-top: 130px;
  padding-bottom: 130px;
}

.footer-top-content-wrap {
  text-align: center;
}

.preview-footer-tittle {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.preview-footer-details {
  max-width: 727px;
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 26px;
}

.preview-footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding-top: 25px;
  padding-bottom: 21px;
}

.preview-copyright {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 22px;
}

.preview-copyright-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.preloader-wrapper {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content-wrap {
  max-width: 160px;
  display: flex;
  overflow: hidden;
}

.preloader-bg-top {
  z-index: -1;
  height: 50%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.preloader-bg-bottom {
  z-index: -1;
  height: 50%;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo-wrap {
  flex: none;
  display: flex;
}

.preloader-logo {
  flex: none;
  margin-right: 10px;
}

.nav-dropdown-single-link {
  grid-column-gap: 5px;
  color: #282828;
  letter-spacing: -.283px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.nav-dropdown-icon {
  font-family: "Fa solid 900", sans-serif;
}

.nav-dropdown-wrap.w--open {
  width: 140px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -50%;
}

.nav-dropdown-flex-wrap {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 20px 25px;
  display: flex;
  box-shadow: 0 10px 120px rgba(0, 0, 0, .07);
}

.nav-pages-dropdown-wrap.w--open {
  width: 572px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -100%;
}

.nav-pages-dropdown-flex-wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 10px 120px rgba(0, 0, 0, .07);
}

.nav-dropdown-content-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.dropdown-nav-tittle {
  margin-bottom: 20px;
}

.dropdown-nav-flex-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.dropdown-links-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.dropdown-single-link {
  color: #858585;
  white-space: nowrap;
  font-size: 17px;
  line-height: 22px;
}

.browse-template-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 0;
  display: grid;
}

.browse-template-tittle {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 47px;
  font-weight: 600;
  line-height: 62px;
}

.browse-template-details {
  color: #3f3f3f;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}

.templates-tickers-wrapper {
  height: 870px;
  max-height: 870px;
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.browse-template-right-shape {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #0a105c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.browse-template-right-inner-shape {
  width: 50%;
  height: 100%;
  background-color: #2c2c2c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.primary-button-2 {
  color: #fff;
  background-color: #8b44ff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.browse-template-tickers-image {
  width: 100%;
  height: 355px;
  padding-right: 0;
}

.browse-single-template {
  width: 50%;
}

.browse-template-single {
  z-index: 1;
  grid-column-gap: 25px;
  display: flex;
  position: relative;
}

.browse-template-tickers, .browse-template-tickers-single {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.image {
  text-align: center;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: -62px;
  display: block;
}

.quick-stack {
  grid-column-gap: 0px;
  line-height: 40px;
  position: relative;
}

.cell {
  padding-bottom: 0;
}

.paragraph {
  margin-top: -35px;
  font-size: 20px;
}

.html-embed {
  text-align: center;
}

.html-embed-2 {
  text-align: center;
  border-radius: 20px;
}

.button {
  text-align: center;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.icon-regular {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.testimonial-date-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-v2-slider-left-button {
  width: 48px;
  height: 48px;
  color: #d6d7e0;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.testimonial-v2-slider-left-button:hover {
  color: #030407;
}

.slide-nav-hidden {
  display: none;
}

.testimonial-card {
  height: 100%;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 10%;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.footnote {
  color: #84889a;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-slider-v2 {
  width: 100%;
  height: 100%;
  max-width: 580px;
  background-color: #f9f9fb;
  padding: 24px;
  position: static;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  flex: none;
}

.testimonial-v2-slider-right-button {
  width: 48px;
  height: 48px;
  color: #030407;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 60px;
  right: auto;
  overflow: hidden;
}

.testimonial-v2-slider-right-button:hover {
  background-color: #ebebef;
}

.testimonial-v2-slider-right-button:active {
  background-color: #d6d7e0;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 84px;
}

.feature-content-block {
  grid-column-gap: 16px;
  background-color: #f9f9fb;
  border-radius: 20px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 10px 39px;
  display: flex;
}

.icon-wrap-regular {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.subheading-regular {
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small.text-color-gray-500 {
  color: #606476;
  text-align: left;
  font-size: 17px;
}

.text-block {
  font-size: 17px;
}

.image-2 {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.video {
  width: 80vw;
  height: 80vw;
  text-align: center;
  object-fit: fill;
  position: relative;
  bottom: auto;
  overflow: visible;
}

.div-block {
  margin-top: auto;
  padding-top: 0;
}

.image-3 {
  border-radius: 20px;
  order: 0;
}

.image-4, .image-5, .image-6 {
  border-radius: 20px;
}

.video-2 {
  border-radius: 0;
}

.column {
  right: auto;
}

.html-embed-3 {
  object-fit: fill;
  padding-left: 0;
  overflow: visible;
}

.column-2 {
  border-radius: 0;
}

.columns {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  position: static;
}

.column-3 {
  padding-left: 99px;
}

.html-embed-4 {
  overflow: visible;
}

.video-3 {
  text-align: center;
}

.cell-3 {
  justify-content: center;
}

.cell-4 {
  align-items: center;
}

.columns-2 {
  align-self: auto;
}

.counterup {
  color: #fff;
  object-fit: fill;
  font-size: 80px;
  font-weight: 400;
  position: static;
}

.text-block-2 {
  color: #fff;
  order: 0;
  padding-top: 41px;
  font-size: 30px;
}

.text-span {
  text-align: left;
}

.section-2 {
  background-color: #2c2c2c;
  padding-top: 130px;
  padding-bottom: 130px;
}

.quick-stack-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.cell-8 {
  align-items: center;
}

.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.heading {
  color: #fff;
}

.heading-2 {
  text-align: center;
  margin-top: -46px;
  padding-bottom: 47px;
}

.text-span-2 {
  color: #fff;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-btn-horizontal-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  width: 18px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 131px;
  padding-bottom: 176px;
}

.image-10 {
  align-self: center;
  margin-top: -156px;
}

@media screen and (min-width: 1920px) {
  .featured-arrow.left {
    right: 22%;
  }

  .featured-arrow.right {
    right: 15.5%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.feature-slider-border {
    margin-top: 85px;
  }

  .nav-links-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .single-nav-link {
    color: #fff;
  }

  .single-nav-link:hover, .single-nav-link.v2:hover {
    color: #000;
  }

  .single-nav-link.dropdown.w--open {
    color: #fff;
  }

  .single-nav-link.in-dropdown {
    color: #262626;
  }

  .single-nav-link.in-dropdown:hover {
    color: #f15a29;
  }

  .nav-buttons-wrap {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
  }

  .nav-button {
    padding: 15px 30px;
  }

  .banner-section-v2 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .banner-v2-tittle {
    max-width: 690px;
    text-align: center;
    letter-spacing: -3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 70px;
  }

  .banner-v2-tittle.banner-title-for-mobile-responsive {
    display: block;
  }

  .banner-v2-tittle-wrap {
    z-index: 1;
    margin-bottom: 60px;
  }

  .banner-v2-tittle-shape {
    z-index: -1;
    width: 200px;
  }

  .section-white-border-wrap.black {
    margin-bottom: 10px;
  }

  .section-white-border-wrap.history.for-tablet {
    display: block;
  }

  .hero-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-img-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid-right-wrapper {
    padding-top: 20px;
  }

  .hero-details {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button {
    padding: 16px 30px;
    font-size: 16px;
  }

  .property-dropdown-wrap {
    margin-top: 30px;
  }

  .banner-form-dropdown-list-wrap.w--open {
    padding-top: 10px;
  }

  .property-single-select-v2 {
    font-size: 14px;
  }

  .property-form-flex-wrap {
    max-width: 100%;
    grid-column-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-wrap {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-border-wrap.hero {
    margin-bottom: 30px;
  }

  .section-border-wrap.featured-property-v2, .section-border-wrap.partners {
    margin-bottom: 40px;
  }

  .section-border-wrap.footer-v2 {
    margin-bottom: 30px;
  }

  .section-border-wrap.featured-property {
    margin-bottom: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.featured-properties-v2 {
    padding-bottom: 85px;
  }

  .section.our-history {
    padding-top: 60px;
  }

  .section.featured-properties {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonial-v2 {
    padding-bottom: 60px;
  }

  .section.achivement {
    padding-bottom: 0;
  }

  .section.included {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.single-preview {
    padding-top: 60px;
  }

  .section.single-preview.last {
    padding-bottom: 60px;
  }

  .process-tittle-wrap {
    text-align: center;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    margin-left: 0;
    position: relative;
  }

  .long-tittle {
    font-size: 30px;
    line-height: 42px;
  }

  .process-tittle-shape {
    z-index: -1;
    width: 160px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 60px;
  }

  .single-process-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-name {
    font-size: 42px;
    line-height: 52px;
  }

  .process-details {
    font-size: 16px;
    line-height: 26px;
  }

  .process-btn-wrap {
    width: 70px;
    height: 70px;
  }

  .process-btn-arrow {
    width: 20px;
  }

  .properties-tittle-wrap {
    margin-bottom: 30px;
    position: relative;
  }

  .single-partner-slide-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-icon-wrap {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }

  .partner-name {
    font-size: 18px;
    line-height: 22px;
  }

  .featured-mask-v2 {
    max-width: 70%;
  }

  .single-featured-property-v2 {
    padding-top: 55px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .property-tags.dream-property {
    padding: 12.2px 20.4px;
    font-size: 15px;
    top: 20px;
    left: 20px;
  }

  .featured-property-link {
    width: 120px;
    height: 120px;
  }

  .featured-property-icon {
    width: 30px;
  }

  .featured-arrow {
    padding: 14px 28px;
  }

  .featured-arrow.left {
    right: 16%;
  }

  .featured-arrow.right {
    right: 3%;
  }

  .slider-border-wrap {
    width: 68%;
  }

  .featured-slider-ticker-text {
    font-size: 112px;
    line-height: 124px;
  }

  .dream-property-tittle-wrap-v2 {
    margin-bottom: 40px;
  }

  .section-tittle {
    letter-spacing: -2px;
    font-size: 62px;
    line-height: 72px;
  }

  .section-tittle.white.testimonial {
    font-size: 42px;
    line-height: 55px;
  }

  .dream-property-grid-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .dream-property-grid-wrap._2 {
    grid-column-gap: 0px;
  }

  .dream-property-grid-wrap._2.last {
    align-items: center;
  }

  .dream-property-content-flex-wrap.right {
    padding-left: 20px;
  }

  .dream-property-content-flex-wrap.right.last {
    padding-bottom: 0;
  }

  .dream-property-content-flex-wrap.left {
    padding-right: 20px;
  }

  .dream-property-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dream-property-heading-flex {
    align-items: center;
    margin-bottom: 15px;
  }

  .dream-property-single-link-wrap {
    width: 70px;
    height: 70px;
  }

  .dream-property-link-arrow {
    width: 18px;
  }

  .dream-property-heading-wrap {
    grid-column-gap: 10px;
  }

  .dream-property-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .dream-property-heading-tag {
    font-size: 16px;
    line-height: 20px;
  }

  .property-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .property-details.v2 {
    margin-bottom: 70px;
  }

  .property-feature-list-wrap {
    margin-bottom: 20px;
  }

  .property-feature-list-wrap.v2 {
    margin-bottom: 60px;
  }

  .property-feature-text {
    font-size: 16px;
    line-height: 25px;
  }

  .property-location-details {
    font-size: 16px;
    line-height: 26px;
  }

  .property-location-details.single {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .dream-property-grid-right-wrap.last {
    padding-top: 0;
  }

  .dream-property-grid-right-wrap.right {
    padding-left: 20px;
  }

  .dream-property-grid-right-wrap.left {
    padding-right: 20px;
  }

  .vertical-border-wrap.on-black.dp-none-on-tab {
    display: none;
  }

  .vertical-border-wrap.on-black.for-tablet {
    display: block;
  }

  .testimonial-tittle-wrap {
    margin-bottom: 30px;
  }

  .testimonial-tittle-wrap.v2 {
    margin-bottom: 40px;
  }

  .footer-top-wrap.v2 {
    grid-column-gap: 40px;
  }

  .footer-top-wrap.v1 {
    grid-column-gap: 40px;
    margin-bottom: 0;
  }

  .footer-logo-wrap {
    margin-bottom: 15px;
  }

  .foooter-details-v2.white {
    margin-bottom: 20px;
  }

  .footer-middle-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-middle-wrap.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
  }

  .footer-links-tittle {
    margin-bottom: 20px;
  }

  .fooler-links-list-wrap {
    grid-row-gap: 10px;
  }

  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-bottom.v2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .blog-heading-wrap {
    margin-bottom: 40px;
  }

  .artiucle-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-tag {
    padding: 15px 30px;
    font-size: 16px;
  }

  .big-article-img-wrap {
    height: 380px;
  }

  .big-article-content-wrapper {
    padding: 40px 30px;
  }

  .big-article-tittle {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 42px;
  }

  .big-article-tag-wrap {
    margin-bottom: 10px;
  }

  .single-slider-grid-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .single-slider-grid-wrap.v2 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .testimonial-grid-left-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-grid-right-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testimonial-grid-right-wrap.v2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-content-flex-wrap {
    grid-column-gap: 0px;
    position: relative;
  }

  .testimonial-quote.v2 {
    width: 60px;
  }

  .testimonial-quote.v1 {
    width: 40px;
    position: absolute;
    top: -32px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .testimonial-details {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-arrow {
    width: 100px;
    height: 100px;
  }

  .testimonial-arrow.right {
    top: -100px;
  }

  .testimonial-arrow.left {
    top: -100px;
    right: 100px;
  }

  .testimonial-slide-flex-content-wrap {
    text-align: center;
  }

  .testimonial-author-name {
    font-size: 22px;
    line-height: 24px;
  }

  .testimonial-author-info {
    font-size: 16px;
  }

  .testimonial-img-wrap {
    padding-top: 80px;
    padding-right: 0;
  }

  .history-tittle-flex-wrap {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .history-tittle-shape-wrap {
    grid-row-gap: 20px;
  }

  .history-tittle-shape {
    width: 200px;
  }

  .history-property-numbers {
    font-size: 20px;
  }

  .history-grid-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .history-grid-left-wrap {
    padding-top: 40px;
  }

  .history-flex-wrap {
    flex-wrap: wrap;
  }

  .single-history-wrap {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .single-history-wrap._1, .single-history-wrap._2 {
    padding: 60px 0;
  }

  .single-history-wrap._3 {
    border-bottom: 1px solid #000;
    padding: 60px 0;
  }

  .single-history-wrap._4, .single-history-wrap._5 {
    padding: 60px 0;
  }

  .history-details {
    margin-bottom: 20px;
  }

  .history-details.max-136, .history-details.max-130 {
    max-width: 100%;
  }

  .history-counter-wrap {
    height: 60px;
  }

  .history-counter-wrap.achivment {
    height: 45px;
  }

  .history-counter-number {
    font-size: 60px;
  }

  .history-counter-number.achivment {
    font-size: 45px;
  }

  .banner-section {
    padding-top: 140px;
  }

  .banner-tittle {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-tittle.for-responsive {
    max-width: 82%;
    display: block;
  }

  .banner-tittle-wrap {
    margin-bottom: 50px;
  }

  .banner-tittle-shape {
    width: 200px;
    bottom: -10px;
  }

  .banner-circle-wrapper {
    width: 140px;
    height: 140px;
  }

  .banner-circle {
    width: 110px;
  }

  .banner-circle-number {
    font-size: 35px;
    line-height: 40px;
  }

  .banner-circle-details {
    font-size: 18px;
    line-height: 20px;
  }

  .banner-img-details-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .banner-img {
    width: 33.33%;
  }

  .banner-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .banner-button {
    padding: 16px 30px;
    font-size: 16px;
  }

  .banner-property-tittle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }

  .property-single-select {
    font-size: 14px;
  }

  .featurted-property-img {
    width: 60%;
    height: 530px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .featurted-property-img-bg {
    width: 60%;
    height: 530px;
  }

  .featured-property-bg-text {
    font-size: 140px;
    line-height: 180px;
  }

  .dream-property-tittle-wrap {
    margin-bottom: 40px;
  }

  .dream-properties-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .properties-grid-left-wrap {
    padding-top: 20px;
  }

  .single-dream-property-v2 {
    padding-left: 20px;
  }

  .single-dream-property-v2-right-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .single-dream-property-v2-right-wrap.last {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .single-dream-property-v2-left-wrap {
    padding-right: 20px;
  }

  .single-dream-property-v2-left-wrap.last {
    padding-top: 50px;
  }

  .dream-property-details-wrap {
    padding-right: 20px;
  }

  .footer-v2-wrap {
    padding-top: 60px;
  }

  .inner-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .inner-banner-tittle {
    font-size: 60px;
    line-height: 70px;
  }

  .blog-single-tittle-wrap {
    margin-bottom: 15px;
    position: relative;
  }

  .blog-single-tittle {
    font-size: 36px;
    line-height: 42px;
  }

  .blog-single-details {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .blog-single-img-wrap {
    margin-bottom: 20px;
  }

  .blog-single-big-details h4 {
    letter-spacing: -.3px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  .blog-single-big-details li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .blog-single-big-details ol {
    margin-bottom: 25px;
  }

  .blog-single-big-details h5 {
    letter-spacing: -.4px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .blog-single-big-details p {
    font-size: 16px;
    line-height: 25px;
  }

  .blog-single-big-details blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .inner-banner-content-wrap.flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .property-list-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .agent-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 120%;
  }

  .agent-designation {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 130%;
  }

  .agents-links-wrapper {
    grid-column-gap: 10px;
  }

  .agents-single-link {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .agent-single-grid-wrap {
    grid-column-gap: 25px;
  }

  .agent-single-name {
    font-size: 20px;
    line-height: 120%;
  }

  .agent-single-info {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
  }

  .agent-single-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 150%;
  }

  .single-agent-social-link {
    width: 28px;
    height: 28px;
  }

  .single-contact-details-wrap {
    min-width: 260px;
    padding: 25px 20px;
  }

  .contact-details-tittle {
    font-size: 22px;
    line-height: 26px;
  }

  .contact-details-info {
    font-size: 14px;
    line-height: 140%;
  }

  .contact-input-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .contact-form-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contact-select-field {
    font-size: 15px;
  }

  .contact-message-field {
    min-height: 180px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 15px;
  }

  .add-property-form-tittle {
    letter-spacing: -.7px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 45px;
  }

  .client-info-wrap, .property-info-wrap {
    margin-bottom: 40px;
  }

  .add-property-message-field {
    min-height: 180px;
  }

  .property-amenities-wrap {
    margin-bottom: 40px;
  }

  .property-amenities-single-list {
    grid-row-gap: 18px;
  }

  .property-listing-images-wrap {
    margin-bottom: 40px;
  }

  .sg-single-style-tittle {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
  }

  .sg-color-box-wrap {
    grid-column-gap: 20px;
  }

  .sg-single-color-box {
    height: 200px;
  }

  .sg-color-code {
    font-size: 26px;
  }

  .sg-style-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sg-headings-wrapper {
    grid-row-gap: 20px;
  }

  .secondery-button {
    padding: 15px 30px;
  }

  .single-license-content-wrap {
    margin-bottom: 50px;
  }

  .single-license-tittle-wrapper {
    margin-bottom: 30px;
  }

  .license-tittle {
    margin-bottom: 15px;
  }

  .license-details {
    font-size: 16px;
  }

  .license-images-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .changelog-grid-wrapper {
    grid-column-gap: 50px;
  }

  .changelog-icon-wrap {
    width: 300px;
    height: 300px;
  }

  .changelog-icon {
    width: 120px;
  }

  .changelog-updates-wrapper {
    grid-row-gap: 25px;
  }

  .changelog-date {
    margin-bottom: 10px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .update-ver-name {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .update-ver-details {
    font-size: 16px;
  }

  .about-details-wrap {
    margin-bottom: 100px;
  }

  .about-single-img-wrap._2 {
    margin-top: 70px;
  }

  .about-single-img-wrap._3 {
    margin-top: -40px;
  }

  .achivement-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .achivement-counter-wrap {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }

  .achivement-name {
    line-height: 28px;
  }

  .about-member-tittle-wrap {
    margin-bottom: 40px;
  }

  .pp-content-wrapper {
    grid-column-gap: 30px;
  }

  .pp-img-wrap {
    width: 250px;
    height: 250px;
  }

  .pp-img {
    width: 100px;
  }

  .pp-field-wrap {
    padding: 25px;
  }

  .pp-tittle {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .pp-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .pp-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  ._404-flex-wrap {
    grid-column-gap: 30px;
  }

  ._404-img-wrap {
    width: 250px;
    height: 250px;
  }

  ._404-content-wrap {
    padding: 25px;
  }

  .preview-banner {
    padding-top: 15vw;
    padding-bottom: 0;
  }

  .preview-banner-title {
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 70px;
  }

  .preview-banner-details-wrap {
    margin-bottom: 140px;
  }

  .preview-banner-img {
    max-width: 300px;
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .preview-section-tittle-wrapper {
    margin-bottom: 30px;
  }

  .preview-section-tittle {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }

  .preview-section-details {
    font-size: 16px;
    line-height: 24px;
  }

  .preview-included-grid-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .single-included-wrapper {
    padding: 30px 20px;
  }

  .property-details-img-wrap {
    margin-bottom: 30px;
  }

  .property-details-name-flex-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .property-single-tittle {
    font-size: 36px;
    line-height: 42px;
  }

  .property-single-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .property-single-video-wrapper {
    margin-right: 0;
  }

  .single-property-field {
    margin-bottom: 20px;
  }

  .property-single-details-wrap {
    padding-bottom: 0;
  }

  .property-feature-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .property-feature-content-wrap {
    margin-right: 0;
  }

  .poperty-single-details-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .property-details-tittle, .property-form-tittle {
    margin-bottom: 20px;
  }

  .property-single-list-wrapper {
    margin-bottom: 15px;
  }

  .property-single-details-text-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .property-single-form-wrap {
    padding-top: 0;
    position: static;
  }

  .property-gallery-wrap {
    margin-top: 60px;
  }

  .property-gallery-tittle {
    margin-bottom: 40px;
    font-size: 62px;
    line-height: 70px;
  }

  .property-gallery-flex-wrap {
    grid-column-gap: 20px;
  }

  .gallery-img-right-wrap {
    grid-row-gap: 15px;
  }

  .gallery-images-flex-wrap {
    grid-column-gap: 20px;
  }

  .included-icon-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .included-tittle {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .included-details {
    font-size: 16px;
  }

  .included-details._1, .included-details._2 {
    max-width: 275px;
  }

  .included-details._3 {
    max-width: 280px;
  }

  .preview-include-tittle {
    font-size: 36px;
    line-height: 40px;
  }

  .preview-include-details {
    font-size: 16px;
    line-height: 24px;
  }

  .preview-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .preview-grid-wrap.home.last {
    max-width: 485.344px;
  }

  .single-preview-wrap {
    padding: 15px;
  }

  .single-page-name {
    font-size: 15px;
    line-height: 24px;
    bottom: 30px;
  }

  .preview-footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .preview-footer-tittle {
    font-size: 42px;
    line-height: 50px;
  }

  .preview-footer-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .preview-footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-wrap.w--open {
    padding-top: 10px;
    position: static;
    left: 0%;
  }

  .nav-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-pages-dropdown-wrap.w--open {
    position: static;
  }

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.v2 {
    background-color: #fff;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-wrap {
    max-height: 85vh;
    background-color: #f15a29;
    padding: 35px;
    overflow: auto;
  }

  .dp-none-on-tab {
    display: none;
  }

  .single-history-content-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog-single-tittle-shape {
    z-index: -1;
    width: 150px;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 40px;
  }

  ._404-img {
    width: 150px;
  }

  .included-icon {
    width: 35px;
  }

  .browse-template-grid-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .browse-template-content-wrapper {
    text-align: center;
  }

  .browse-template-tittle {
    text-align: center;
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
  }

  .browse-template-details {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .browse-template-right-shape {
    width: 100%;
    max-height: 880px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .browse-template-tickers-image {
    height: 100%;
  }

  .image {
    margin-top: auto;
  }

  .paragraph {
    margin-top: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .testimonial-v2-slider-left-button {
    top: -58px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .testimonial-slider-v2 {
    max-width: 100%;
    position: relative;
  }

  .testimonial-v2-slider-right-button {
    top: -58px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .image-3 {
    align-self: center;
  }

  .cell-3 {
    justify-content: center;
  }

  .text-block-2 {
    font-size: 28px;
  }

  .image-8 {
    padding-bottom: 19px;
  }

  .image-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-10 {
    margin-top: -118px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 38px;
  }

  .container.feature-slider-border {
    margin-top: 70px;
  }

  .main-logo-wrap {
    padding-left: 0;
  }

  .banner-v2-tittle.banner-title-for-mobile-responsive {
    font-size: 42px;
    line-height: 50px;
  }

  .banner-v2-tittle-wrap {
    margin-bottom: 40px;
  }

  .banner-v2-tittle-shape {
    width: 150px;
  }

  .section-white-border-wrap.black.mb-0.dp-none-on-portait {
    display: none;
  }

  .hero-img-wrap {
    max-width: 100%;
  }

  .hero-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .primary-button.radius {
    font-size: 16px;
  }

  .property-tittle {
    margin-bottom: 20px;
  }

  .property-single-select-v2 {
    min-height: 40px;
    padding: 12px 18px;
  }

  .banner-dropdown-wrap {
    position: relative;
  }

  .banner-form-dropdown {
    width: 100%;
  }

  .property-form-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-border-wrap.featured-property-v2, .section-border-wrap.partners {
    margin-bottom: 30px;
  }

  .section-border-wrap.featured-property.v2 {
    margin-bottom: 20px;
  }

  .long-tittle {
    font-size: 24px;
    line-height: 36px;
  }

  .single-process-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-process-content-wrapper {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
  }

  .process-name {
    font-size: 32px;
    line-height: 42px;
  }

  .process-details {
    max-width: 80%;
  }

  .single-featured-property-v2 {
    height: 460px;
    padding-top: 35px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .property-tags {
    padding: 12.2px 20.4px;
    font-size: 15px;
  }

  .featured-property-link {
    width: 80px;
    height: 80px;
  }

  .featured-property-icon {
    width: 20px;
  }

  .featured-arrow {
    padding: 10px 24px;
  }

  .featured-arrow.left {
    bottom: -16px;
    right: 21.5%;
  }

  .featured-arrow.right {
    bottom: -16px;
    right: 2%;
  }

  .slider-border-wrap {
    width: 60%;
  }

  .dream-property-tittle-wrap-v2 {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .section-tittle {
    letter-spacing: -1.2px;
    font-size: 36px;
    line-height: 42px;
  }

  .section-tittle.white.testimonial {
    margin-bottom: 120px;
    font-size: 38px;
  }

  .dream-property-grid-wrap {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .dream-property-grid-wrap._2 {
    grid-template-columns: 1fr;
  }

  .dream-property-grid-wrap._2.last {
    margin-bottom: 60px;
  }

  .dream-property-content-flex-wrap.right {
    padding-left: 0;
  }

  .dream-property-content-flex-wrap.left {
    padding-right: 0;
  }

  .dream-property-content-wrap {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .dream-property-content-wrap.last, .dream-property-content-wrap._2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .dream-property-heading-flex {
    align-items: center;
    margin-bottom: 20px;
  }

  .dream-property-single-link-wrap {
    width: 50px;
    height: 50px;
  }

  .dream-property-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .property-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .property-details.v2 {
    margin-bottom: 20px;
  }

  .property-feature-list-wrap {
    margin-bottom: 15px;
  }

  .property-feature-list-wrap.v2 {
    margin-bottom: 20px;
  }

  .property-feature-text, .property-location-details {
    font-size: 15px;
  }

  .property-location-details.single {
    margin-bottom: 5px;
  }

  .dream-property-grid-right-wrap.right {
    padding-left: 0;
  }

  .dream-property-grid-right-wrap.left {
    padding-right: 0;
  }

  .vertical-border-wrap._2.dp-none-on-portait, .vertical-border-wrap.dp-none-on-portait {
    display: none;
  }

  .testimonial-tittle-wrap {
    margin-bottom: 115px;
  }

  .footer-v1-wrap {
    overflow: hidden;
  }

  .footer-top-wrap.v2 {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-top-wrap.v1 {
    flex-direction: column;
  }

  .footer-details-wrap {
    max-width: none;
  }

  .footer-mail-slide-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-mail-slide-wrap.v2 {
    padding-top: 20px;
  }

  .footer-links-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-links-tittle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }

  .footer-single-link {
    font-size: 16px;
    line-height: 140%;
  }

  .footer-bottom-content-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .copyright-text {
    font-size: 15px;
  }

  .single-social-link {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .blog-heading-wrap {
    margin-bottom: 20px;
  }

  .artiucle-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .article-img-wrap {
    margin-bottom: 15px;
  }

  .article-img {
    width: 100%;
  }

  .article-tittle-wrap {
    margin-bottom: 15px;
  }

  .article-more-details {
    font-size: 15px;
  }

  .article-details-divider {
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-tag {
    padding: 15px 30px;
    font-size: 15px;
    top: 20px;
    left: 20px;
  }

  .bog-article-flex-wrap {
    flex-direction: column;
  }

  .big-article-content-wrapper {
    margin-left: 0;
    padding: 20px;
  }

  .big-article-tittle {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .big-article-tag-wrap {
    margin-bottom: 8px;
  }

  .single-slider-grid-wrap.v2 {
    justify-items: center;
  }

  .testimonial-grid-left-wrap {
    padding-right: 0;
  }

  .testimonial-img {
    width: 260px;
  }

  .testimonial-grid-right-wrap {
    padding-top: 30px;
  }

  .testimonial-quote {
    width: 50px;
  }

  .testimonial-details {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .testimonial-arrow.right {
    top: -100px;
    bottom: auto;
    left: 100px;
    right: auto;
  }

  .testimonial-arrow.left {
    left: 0;
    right: auto;
  }

  .testimonial-slide-flex-content-wrap {
    text-align: center;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .testimonial-author-info {
    font-size: 14px;
  }

  .testimonial-img-wrap {
    padding-right: 0;
  }

  .history-tittle-flex-wrap {
    margin-bottom: 30px;
  }

  .history-tittle-shape {
    width: 120px;
  }

  .history-property-numbers {
    font-size: 16px;
  }

  .history-property-numbers.v2 {
    margin-bottom: 0;
  }

  .history-details {
    font-size: 16px;
  }

  .history-details.max-136, .history-details.max-130 {
    max-width: 80%;
  }

  .history-counter-wrap {
    height: 50px;
  }

  .history-counter-wrap.achivment {
    height: 35px;
  }

  .history-counter-number {
    font-size: 50px;
  }

  .history-counter-number.achivment {
    font-size: 35px;
  }

  .banner-tittle {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 46px;
  }

  .banner-tittle-wrap {
    margin-bottom: 30px;
  }

  .banner-tittle-shape {
    width: 150px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .banner-circle-wrapper {
    width: 120px;
    height: 120px;
  }

  .banner-circle-wrapper.about {
    display: none;
  }

  .banner-circle {
    width: 90px;
  }

  .banner-circle-number {
    font-size: 30px;
    line-height: 38px;
  }

  .banner-circle-details {
    font-size: 16px;
    line-height: 18px;
  }

  .property-single-select {
    min-height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .featurted-property-img {
    width: 70%;
    height: 400px;
    padding-top: 29px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featurted-property-img-bg {
    height: 400px;
  }

  .property-slide-button {
    width: 60px;
    height: 60px;
  }

  .featured-property-bg-text {
    font-size: 100px;
    line-height: 110px;
  }

  .dream-property-tittle-wrap {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .single-dream-property-v2 {
    grid-template-columns: 1fr;
  }

  .single-dream-property-v2-right-wrap {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .single-dream-property-v2-right-wrap.last {
    padding-top: 10px;
  }

  .single-dream-property-v2-left-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-dream-property-v2-left-wrap.last, .single-dream-property-v2-left-wrap._2 {
    padding-top: 20px;
  }

  .dream-property-details-wrap {
    max-width: 370px;
  }

  .footer-v2-wrap {
    overflow: hidden;
  }

  .inner-banner-tittle {
    font-size: 42px;
    line-height: 50px;
  }

  .single-breadcrumb-link {
    font-size: 16px;
  }

  .blog-single-tittle {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-single-details {
    font-size: 15px;
    line-height: 23px;
  }

  .blog-single-big-details h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-single-big-details li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .blog-single-big-details ol {
    margin-bottom: 0;
  }

  .blog-single-big-details h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-single-big-details p {
    font-size: 15px;
  }

  .blog-single-big-details blockquote {
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .property-list-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-property-feature-list-wrap {
    margin-bottom: 20px;
  }

  .single-property-heading-flex {
    align-items: center;
    margin-bottom: 20px;
  }

  .agent-name {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .agent-designation {
    font-size: 13px;
  }

  .collection-list-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .agents-details-wrap {
    text-align: center;
  }

  .agents-links-wrapper {
    justify-content: center;
  }

  .agent-single-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .agent-single-img {
    width: 300px;
  }

  .agent-single-details-wrap {
    text-align: center;
  }

  .agent-single-details {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-contact-details-wrap {
    min-width: 250px;
    padding: 20px 15px;
  }

  .contact-details-tittle {
    margin-bottom: 0;
    font-size: 20px;
  }

  .contact-details-content-icon {
    width: 35px;
  }

  .contact-form-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .add-property-form-tittle {
    font-size: 28px;
    line-height: 38px;
  }

  .client-info-wrap, .property-info-wrap, .property-amenities-wrap {
    margin-bottom: 30px;
  }

  .checkbox {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .checkbox-label {
    font-size: 15px;
    line-height: 140%;
  }

  .add-property-form-details {
    margin-bottom: 20px;
  }

  .sg-single-style-tittle {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .sg-color-box-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .sg-single-color-box {
    width: 47%;
  }

  .sg-style-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .typeface-tittle {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .sg-para-wrap {
    grid-row-gap: 20px;
  }

  .sg-para-tittle {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .sg-para-details {
    font-size: 15px;
    line-height: 20px;
  }

  .single-license-content-wrap {
    margin-bottom: 30px;
  }

  .single-license-tittle-wrapper {
    margin-bottom: 20px;
  }

  .license-tittle {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .license-details {
    font-size: 15px;
    line-height: 24px;
  }

  .license-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-grid-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .changelog-icon-wrap {
    width: 180px;
    height: 180px;
  }

  .changelog-icon {
    width: 80px;
  }

  .changelog-updates-wrapper {
    grid-row-gap: 20px;
  }

  .single-changelog-wrap {
    text-align: center;
  }

  .about-details-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .about-images-wrap {
    grid-column-gap: 20px;
  }

  .about-single-img-wrap._2 {
    margin-top: 20px;
  }

  .about-single-img-wrap._3 {
    margin-top: -20px;
  }

  .achivement-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .achivement-counter-wrap {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }

  .achivement-name {
    font-size: 14px;
    line-height: 22px;
  }

  .about-member-tittle-wrap {
    margin-bottom: 20px;
  }

  .pp-content-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pp-field-wrap {
    text-align: center;
  }

  .pp-details {
    font-size: 14px;
  }

  ._404-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  ._404-content-wrap {
    text-align: center;
  }

  .preview-banner {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .preview-banner-title {
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .preview-banner-details-wrap {
    margin-bottom: 100px;
  }

  .preview-banner-shape {
    width: 170px;
    bottom: -20px;
    right: 40px;
  }

  .preview-banner-img-wrapper {
    border-radius: 10px;
  }

  .preview-banner-img {
    max-width: 40%;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .preview-section-tittle {
    font-size: 32px;
    line-height: 40px;
  }

  .preview-section-details {
    font-size: 15px;
    line-height: 20px;
  }

  .preview-included-grid-wrap {
    grid-template-columns: 1fr;
  }

  .property-img-wrapper, .property-details-img-wrap {
    margin-bottom: 20px;
  }

  .property-details-name-flex-wrap {
    grid-row-gap: 10px;
  }

  .property-single-tittle {
    font-size: 30px;
    line-height: 38px;
  }

  .property-single-details {
    font-size: 15px;
  }

  .property-feature-list-item {
    grid-row-gap: 20px;
  }

  .single-feature-wrap {
    font-size: 15px;
    line-height: 150%;
  }

  .property-single-list-item {
    font-size: 15px;
  }

  .property-feature-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .poperty-single-details-grid-wrap {
    grid-row-gap: 20px;
  }

  .property-details-tittle {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .property-form-tittle {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .property-feature-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .property-single-details-text-wrap {
    padding-bottom: 20px;
  }

  .play-btn {
    width: 90px;
  }

  .play-btn-ripple {
    width: 200px;
    height: 200px;
  }

  .property-gallery-wrap {
    margin-top: 40px;
  }

  .property-gallery-tittle {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .property-gallery-flex-wrap {
    grid-column-gap: 10px;
  }

  .gallery-img-right-wrap {
    grid-row-gap: 10px;
  }

  .gallery-images-flex-wrap {
    grid-column-gap: 10px;
  }

  .included-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .included-tittle {
    font-size: 20px;
  }

  .included-details {
    font-size: 14px;
    line-height: 24px;
  }

  .included-details._1, .included-details._2, .included-details._3 {
    max-width: none;
  }

  .preview-include-tittle {
    font-size: 32px;
  }

  .preview-include-details {
    font-size: 15px;
  }

  .preview-grid-wrap, .preview-grid-wrap.home {
    grid-template-columns: 1fr;
  }

  .single-preview-img {
    width: 100%;
  }

  .preview-footer-tittle {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .preview-footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-copyright, .preview-copyright-link {
    font-size: 16px;
  }

  .nav-pages-dropdown-wrap.w--open {
    width: 400px;
  }

  .nav-pages-dropdown-flex-wrap {
    padding: 20px 30px;
  }

  .nav-dropdown-content-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .dropdown-nav-flex-wrap {
    justify-content: flex-start;
  }

  .property-slide-button-icon {
    width: 25px;
  }

  .single-history-content-wrap {
    text-align: center;
  }

  .included-icon {
    width: 30px;
  }

  .browse-template-tittle {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }

  .browse-template-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .templates-tickers-wrapper {
    max-height: 780px;
  }

  .browse-template-right-shape {
    max-height: 790px;
  }

  .primary-button-2 {
    padding: 10px 25px;
    font-size: 17px;
  }

  .browse-template-single {
    grid-column-gap: 15px;
  }

  .browse-template-tickers-single._1, .browse-template-tickers-single._2 {
    grid-row-gap: 20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-10 {
    margin-top: -78px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 34px;
  }

  .container {
    padding-top: 10px;
  }

  .container.feature-slider-border {
    margin-top: 50px;
  }

  .main-logo-wrap {
    width: 130px;
  }

  .nav-button.dp-none-mobile {
    display: none;
  }

  .banner-section-v2 {
    padding-top: 110px;
  }

  .banner-v2-tittle.banner-title-for-mobile-responsive {
    letter-spacing: -2px;
    font-size: 32px;
    line-height: 42px;
  }

  .section-white-border-wrap.history.dp-none-on-mobile {
    display: none;
  }

  .primary-button {
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px 25px;
    font-size: 14px;
  }

  .property-form-flex-wrap {
    max-width: none;
  }

  .section-border-wrap.featured-property.v2 {
    margin-bottom: 15px;
  }

  .section-border-name {
    font-size: 15px;
  }

  .section.featured-properties-v2 {
    padding-bottom: 80px;
  }

  .section.our-history {
    padding-bottom: 60px;
  }

  .long-tittle {
    letter-spacing: -.9px;
    font-size: 19px;
    line-height: 26px;
  }

  .long-tittle.properties {
    text-align: center;
    letter-spacing: -.5px;
  }

  .single-process-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .process-name {
    font-size: 26px;
    line-height: 36px;
  }

  .process-details {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .process-btn-wrap {
    width: 60px;
    height: 60px;
  }

  .single-partner-slide-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .partner-name {
    font-size: 16px;
    line-height: 19px;
  }

  .partner-icon {
    width: 80px;
  }

  .featured-mask-v2 {
    max-width: 90%;
  }

  .single-featured-property-v2 {
    height: 400px;
  }

  .property-tags.dream-property {
    top: 15px;
    left: 15px;
  }

  .featured-arrow.left {
    left: 20px;
    right: auto;
  }

  .featured-arrow.right {
    left: 112px;
    right: auto;
  }

  .slider-border-wrap {
    width: 45%;
  }

  .slider-border-wrap.dp-none-on-mobile {
    display: none;
  }

  .section-tittle {
    font-size: 32px;
    line-height: 35px;
  }

  .section-tittle.white.testimonial {
    margin-bottom: 120px;
    font-size: 26px;
    line-height: 36px;
  }

  .dream-property-grid-wrap {
    margin-bottom: 20px;
  }

  .dream-property-heading-flex {
    margin-bottom: 15px;
  }

  .dream-property-single-link-wrap {
    width: 50px;
    height: 50px;
  }

  .dream-property-link-arrow {
    width: 16px;
  }

  .dream-property-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .dream-property-heading-tag, .property-details {
    font-size: 15px;
  }

  .property-details.v2, .property-feature-list-wrap.v2 {
    margin-bottom: 15px;
  }

  .property-feature-text {
    font-size: 15px;
    line-height: 25px;
  }

  .property-location-details {
    font-size: 15px;
    line-height: 24px;
  }

  .vertical-border-wrap.on-black.dp-none-on-mobile {
    display: none;
  }

  .footer-logo-wrap {
    width: 140px;
    margin-bottom: 10px;
  }

  .foooter-details-v2 {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-form-field {
    height: 50px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .25);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .footer-form-field.v2 {
    height: 50px;
    border-color: rgba(255, 255, 255, .15);
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-flex-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-middle-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-links-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .footer-links-tittle {
    margin-bottom: 15px;
  }

  .footer-bottom-content-wrap {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .artiucle-grid-wrap {
    grid-row-gap: 24px;
  }

  .article-tittle-wrap {
    margin-bottom: 10px;
  }

  .article-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .article-details-single-flex-wrap {
    grid-column-gap: 5px;
  }

  .article-more-details {
    font-size: 14px;
  }

  .article-details-divider {
    height: 15px;
  }

  .blog-tag {
    padding: 10px 20px;
    font-size: 15px;
    top: 15px;
    left: 15px;
  }

  .big-article-content-wrapper {
    padding: 15px 10px;
  }

  .big-article-tittle {
    letter-spacing: -1px;
    font-size: 19px;
    line-height: 28px;
  }

  .big-article-tag-wrap {
    margin-bottom: 5px;
  }

  .testimonial-grid-left-wrap {
    padding-right: 0;
  }

  .testimonial-details {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonial-arrow.left {
    left: 0;
    right: auto;
  }

  .testimonial-author-name {
    font-size: 17px;
    line-height: 21px;
  }

  .testimonial-author-info {
    font-size: 14px;
  }

  .testimonial-img-wrap {
    padding-right: 0;
  }

  .history-tittle-flex-wrap {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .history-tittle-shape {
    display: none;
  }

  .history-property-numbers {
    font-size: 18px;
  }

  .history-grid-left-wrap {
    padding-top: 30px;
  }

  .single-history-wrap._1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .single-history-wrap._2, .single-history-wrap._3, .single-history-wrap._4, .single-history-wrap._5 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .history-details {
    margin-bottom: 10px;
  }

  .history-details.max-136, .history-details.max-130 {
    max-width: 100%;
  }

  .history-counter-wrap {
    height: 40px;
  }

  .history-counter-wrap.achivment {
    height: 30px;
  }

  .history-counter-number {
    font-size: 40px;
  }

  .history-counter-number.achivment {
    font-size: 30px;
  }

  .banner-section {
    padding-top: 100px;
  }

  .banner-tittle {
    font-size: 32px;
    line-height: 40px;
  }

  .banner-tittle.for-responsive {
    max-width: 100%;
  }

  .banner-tittle-shape {
    width: 130px;
  }

  .banner-circle-wrapper {
    width: 80px;
    height: 80px;
    position: static;
  }

  .banner-circle {
    width: 70px;
  }

  .banner-circle-number {
    font-size: 24px;
    line-height: 25px;
  }

  .banner-circle-details {
    font-size: 15px;
    line-height: 14px;
  }

  .banner-img-details-grid-wrap {
    grid-row-gap: 25px;
  }

  .banner-details {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-property-tittle {
    margin-bottom: 15px;
  }

  .property-single-select {
    padding: 12px 18px;
  }

  .featurted-property-img {
    width: 85%;
    height: 300px;
  }

  .featurted-property-img-bg {
    height: 280px;
  }

  .property-slide-button {
    width: 50px;
    height: 50px;
    background-color: #f15a29;
  }

  .dream-property-tittle-wrap {
    margin-bottom: 30px;
  }

  .single-dream-property-v2-left-wrap.last, .single-dream-property-v2-left-wrap._2, .dream-property-details-wrap {
    padding-right: 0;
  }

  .inner-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .inner-banner-tittle {
    font-size: 32px;
    line-height: 40px;
  }

  .single-breadcrumb-link {
    font-size: 15px;
  }

  .blog-single-tittle-wrap {
    margin-bottom: 10px;
  }

  .blog-single-tittle {
    letter-spacing: -.4px;
    font-size: 20px;
    line-height: 27px;
  }

  .blog-single-details {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-single-big-details h4 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .blog-single-big-details li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .blog-single-big-details ol {
    padding-left: 18px;
  }

  .blog-single-big-details h5 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .blog-single-big-details p {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-single-big-details blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .collection-list-grid-wrap {
    grid-template-columns: 1fr;
  }

  .agent-single-grid-wrap {
    grid-row-gap: 15px;
  }

  .agent-single-name {
    font-size: 18px;
  }

  .agent-single-info {
    font-size: 14px;
  }

  .single-agent-social-link {
    font-size: 12px;
  }

  .single-contact-details-wrap {
    min-width: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-details-content-wrap {
    grid-column-gap: 10px;
    justify-content: center;
  }

  .contact-form-grid-wrap {
    grid-template-columns: 1fr;
  }

  .contact-message-field {
    min-height: 140px;
  }

  .add-property-form-tittle {
    letter-spacing: -.4px;
    font-size: 24px;
    line-height: 30px;
  }

  .add-property-message-field {
    min-height: 150px;
  }

  .property-amenities-list-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .property-amenities-single-list {
    grid-row-gap: 15px;
  }

  .sg-single-style-tittle {
    font-size: 24px;
    line-height: 28px;
  }

  .sg-single-color-box {
    width: 100%;
    height: 170px;
  }

  .sg-color-code {
    font-size: 22px;
  }

  .sg-style-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sg-headings-wrapper {
    grid-row-gap: 15px;
  }

  .typeface-tittle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .typeface-details {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .sg-para-tittle {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .sg-para-details {
    font-size: 14px;
  }

  .sg-buttons-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .secondery-button {
    padding: 14px 25px;
  }

  .license-images-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .changelog-grid-wrapper {
    grid-row-gap: 20px;
  }

  .changelog-icon-wrap {
    width: 150px;
    height: 150px;
  }

  .changelog-icon {
    width: 70px;
  }

  .about-details-wrap {
    margin-bottom: 30px;
  }

  .about-images-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .about-single-img-wrap {
    width: 47%;
  }

  .about-single-img-wrap._2, .about-single-img-wrap._3 {
    margin-top: 0;
  }

  .about-single-shape {
    display: none;
  }

  .achivement-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .achivement-counter-wrap {
    width: 120px;
    height: 120px;
  }

  .about-member-tittle-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .pp-img-wrap {
    width: 200px;
    height: 200px;
  }

  .pp-img {
    width: 80px;
  }

  .pp-field-wrap {
    padding: 16px 20px;
  }

  .pp-tittle {
    font-size: 22px;
  }

  .pp-details {
    font-size: 13px;
    line-height: 22px;
  }

  .pp-field {
    height: 45px;
  }

  ._404-img-wrap {
    width: 200px;
    height: 200px;
  }

  ._404-content-wrap {
    padding: 20px 16px;
  }

  .preview-banner {
    padding-top: 49px;
    padding-bottom: 0;
  }

  .preview-banner-title {
    letter-spacing: -.6px;
    order: 0;
    justify-content: center;
    margin-top: -49px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-right: 55px;
    font-size: 28px;
    line-height: 34px;
  }

  .preview-banner-details-wrap {
    margin-bottom: 60px;
  }

  .preview-banner-img-wrapper {
    border-radius: 5px;
  }

  .preview-banner-img {
    box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
  }

  .preview-section-tittle-wrapper {
    margin-bottom: 20px;
  }

  .preview-section-tittle {
    letter-spacing: -.3px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .preview-section-details {
    font-size: 14px;
  }

  .single-included-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .property-single-tittle {
    letter-spacing: -.6px;
    font-size: 24px;
    line-height: 28px;
  }

  .property-single-details {
    font-size: 14px;
  }

  .property-single-details.mb-0 {
    font-size: 13px;
  }

  .single-property-field {
    height: 50px;
    margin-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .single-feature-wrap {
    grid-column-gap: 8px;
    font-size: 16px;
  }

  .property-single-list-item {
    font-size: 14px;
  }

  .video-wrap {
    border-radius: 8px;
  }

  .property-details-tittle {
    font-size: 24px;
  }

  .play-btn {
    width: 50px;
  }

  .play-btn-ripple {
    width: 130px;
    height: 130px;
  }

  .property-gallery-tittle {
    font-size: 26px;
    line-height: 30px;
  }

  .property-gallery-flex-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .gallery-img-wrap, .gallery-img {
    width: 100%;
  }

  .gallery-images-flex-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .single-included-content-wrap {
    padding-left: 0;
  }

  .included-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .included-tittle {
    font-size: 18px;
  }

  .included-details._1, .included-details._2, .included-details._3 {
    font-size: 17px;
  }

  .preview-include-tittle {
    font-size: 24px;
    line-height: 32px;
  }

  .preview-include-details {
    font-size: 17px;
    line-height: 22px;
  }

  .preview-grid-wrap.home {
    grid-row-gap: 15px;
  }

  .preview-footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .preview-footer-tittle {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .preview-footer-details {
    font-size: 14px;
    line-height: 22px;
  }

  .preview-copyright {
    font-size: 15px;
    line-height: 20px;
  }

  .nav-pages-dropdown-wrap.w--open {
    width: 280px;
  }

  .nav-pages-dropdown-flex-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-nav-single-wrap {
    width: 100%;
  }

  .dropdown-nav-tittle {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .dropdown-nav-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .dropdown-links-wrapper {
    grid-row-gap: 10px;
  }

  .dropdown-single-link {
    font-size: 16px;
  }

  .nav-menu-wrap {
    padding: 30px 20px;
  }

  .property-slide-button-icon {
    width: 20px;
  }

  .blog-single-tittle-shape {
    width: 100px;
  }

  ._404-img {
    width: 120px;
  }

  .included-icon {
    width: 28px;
  }

  .browse-template-tittle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .browse-template-details {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .templates-tickers-wrapper {
    max-height: 450px;
  }

  .browse-template-right-shape {
    max-height: 460px;
  }

  .primary-button-2 {
    font-size: 16px;
  }

  .image {
    flex: 0 auto;
    order: 0;
    margin-top: auto;
    padding: 0 30px;
    display: block;
    position: static;
    overflow: visible;
  }

  .quick-stack {
    object-fit: fill;
    position: relative;
  }

  .paragraph {
    margin-top: -37px;
    padding-bottom: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .cell-2 {
    border-radius: 0;
    display: flex;
  }

  .image-3 {
    order: 0;
  }

  .column-3 {
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .cell-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cell-6 {
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    display: block;
  }

  .cell-7 {
    display: block;
  }

  .image-7 {
    padding-left: 0;
  }

  .quick-stack-3 {
    margin-top: -37px;
  }

  .text-block-2 {
    white-space: normal;
  }

  .section-2 {
    flex-direction: column;
    display: block;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    margin-bottom: 26px;
  }
}

#w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d03-672c8811 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d04-672c8811, #w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d05-672c8811 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39feac43-d209-4218-71f2-f5ba419a4484-672c8811 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_39feac43-d209-4218-71f2-f5ba419a4485-672c8811, #w-node-_39feac43-d209-4218-71f2-f5ba419a4486-672c8811, #w-node-bf43c6ab-b56a-bc5d-65c2-644c5e21e5ea-672c8811, #w-node-bf43c6ab-b56a-bc5d-65c2-644c5e21e5f2-672c8811, #w-node-bf43c6ab-b56a-bc5d-65c2-644c5e21e5fa-672c8811, #w-node-bf43c6ab-b56a-bc5d-65c2-644c5e21e602-672c8811 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c8ab1-3a0d-5055-55c1-89254f7d8c19-672c8811 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8f5e08b9-4272-b0c1-e60f-2289414087b6-672c8811, #w-node-bdee75ea-f045-4bbb-f141-cadd660b0e33-672c8811, #w-node-_29cd0925-7e94-f278-f075-e4a0e9f61c8b-672c8811, #w-node-_5c9a09af-e68c-5b1b-c206-4b6851c20fd6-672c8811, #w-node-_25b728ab-7b93-04a3-2af7-24e4b659fc9e-672c881a, #w-node-a694e248-1771-4d27-8f72-7813bfbbb0df-672c881a, #w-node-_2fae7cd1-cba9-05ff-a4b9-5bd779b27dec-672c881d, #w-node-_2fae7cd1-cba9-05ff-a4b9-5bd779b27e5a-672c881d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_39feac43-d209-4218-71f2-f5ba419a4484-672c8811 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_39feac43-d209-4218-71f2-f5ba419a4485-672c8811, #w-node-_39feac43-d209-4218-71f2-f5ba419a4486-672c8811 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d03-672c8811 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d04-672c8811 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf69dbea-7bfd-86aa-e04f-20ea243e4d05-672c8811 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39feac43-d209-4218-71f2-f5ba419a4485-672c8811 {
    order: 0;
  }

  #w-node-a68c8ab1-3a0d-5055-55c1-89254f7d8c19-672c8811 {
    grid-template-rows: 158px;
    grid-template-columns: 1fr;
  }

  #w-node-_8f5e08b9-4272-b0c1-e60f-2289414087b6-672c8811, #w-node-bdee75ea-f045-4bbb-f141-cadd660b0e33-672c8811 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}