:root {
  --black: #111;
  --white: whitesmoke;
  --primary: #e3af5a;
  --slate-grey: #a1a1a1;
  --dark-card: #2b333d;
  --lighter-black: #1a1614;
  --black-footer-bottom: #1e1e1e;
  --black-footer: #222;
  --transparent: #0000;
  --border-radius: 4px;
  --blue: #101d41;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  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;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .6px;
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  display: flex;
}

h1 {
  letter-spacing: 0;
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6.5px;
  font-family: Gilda Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55em;
}

h6 {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--slate-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  position: relative;
  top: -4px;
}

a {
  color: var(--white);
  cursor: pointer;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: var(--primary);
}

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

li {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
}

img {
  display: inline-block;
}

label {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1rem;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--slate-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.sg-left-top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

.sg-outer-wrapper.max-width-1440px {
  overflow: visible;
}

.return-to-top-lb {
  z-index: 100;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
  box-shadow: 6px 6px 16px #33333326;
}

.return-to-top-lb:hover {
  background-color: var(--dark-card);
  color: var(--white);
}

.sg-brand-wrapper {
  border-bottom: .5px solid var(--primary);
  background-color: var(--lighter-black);
  color: #0000;
  text-align: center;
  width: 100%;
  padding: 32px;
  transition: background-color .25s;
}

.sg-anchor-links-wrapper {
  background-color: var(--lighter-black);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: auto;
}

.sg-return-to-home-lb {
  background-color: var(--lighter-black);
  color: #eee;
  border-top: .5px solid #eeeeee80;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-return-to-home-lb.mobile-only {
  border-top-style: none;
  height: 0;
  padding: 0;
}

.sg-anchor-lb {
  background-color: var(--lighter-black);
  color: #eee;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-anchor-lb:hover {
  color: var(--primary);
}

.sg-anchor-lb.w--current {
  background-color: var(--primary);
  box-shadow: inset 3px 0 0 0 var(--black);
  color: var(--black-footer-bottom);
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .5px;
  min-height: .5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sg-divider.typography {
  background-color: #0000;
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px 0;
}

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

.logo-lb {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.313rem;
}

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

.text.mobile-only {
  display: none;
}

.top {
  width: 100%;
  height: 0;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-colours-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 575px;
  margin-left: -16px;
  margin-right: -16px;
}

.sg-colour-wrapper {
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.sg-colour-swatch {
  background-color: #3c4958;
  border-radius: 50%;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
}

.sg-colour-swatch.black {
  background-color: var(--black-footer);
}

.sg-colour-swatch.primary {
  background-color: var(--primary);
}

.sg-colour-swatch.secondary {
  background-color: var(--white);
}

.sg-colour-swatch.light-slate-grey {
  background-color: var(--black);
}

.sg-colour-swatch.slate-grey {
  background-color: var(--slate-grey);
  background-color: var(--slate-grey);
}

.sg-colour-swatch.black-darker {
  background-color: var(--black-footer-bottom);
}

.sg-colour-swatch.dark-card {
  background-color: var(--dark-card);
}

.sg-colour-swatch.black-lighter {
  background-color: var(--black-footer);
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rtb p {
  margin-bottom: 16px;
}

.rtb h3, .rtb h4, .rtb h5, .rtb h6 {
  margin-bottom: 8px;
}

.rtb img {
  border-radius: 5px;
  width: 100%;
}

.rtb figure {
  margin-bottom: 16px;
}

.rtb ol {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.rtb ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.blog-post-first-letter {
  float: left;
  color: var(--primary);
  margin-top: 4px;
  margin-right: 8px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
}

.sg-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-button-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.button-transparent {
  background-color: var(--transparent);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-transparent:hover {
  background-color: var(--primary);
  color: var(--black-footer-bottom);
}

.button-transparent.background-white.color-dark-blue {
  color: var(--black);
}

.introbackdrop {
  text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 33px;
  margin-left: 0;
}

.row {
  flex-wrap: wrap;
  justify-content: center;
  width: 99.9996%;
  display: flex;
  overflow: hidden;
}

.row.centered {
  justify-content: center;
}

.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 32px;
  padding-top: 20px;
  font-size: 60px;
  list-style: none;
}

.row-utilities {
  flex-wrap: wrap;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aiouwrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.aiouwrapper.reverse-on-tab {
  width: 100%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.aiouwrapper.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.aiouwrapper.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.row-content {
  grid-column-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.color-red {
  color: #f44336;
}

.wrapper-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.social-icon {
  object-fit: contain;
  max-height: 100%;
}

.space {
  min-height: 64px;
  margin-top: 0;
}

.container-full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.container-full.home-background.no-max-width {
  margin-top: 0;
}

.container-full.padding-216px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.container-full.padding-72px {
  max-width: 113%;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.container-full.padding-144px {
  text-align: center;
  background-color: #1a1614;
  border-radius: 0;
  max-width: 1200px;
  margin-top: 42px;
  margin-bottom: 140px;
  padding: 20px 60px 40px;
  box-shadow: 0 2px 9px -6px #000000b5;
}

.container-full.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-full.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.container-full.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.container-full.no-max-width {
  margin-top: 0;
}

.container-full.listings-01 {
  text-align: center;
  max-width: 100%;
  margin-top: 39px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.container-full.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.container-full.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.color-white {
  color: var(--white);
}

.space-small {
  min-height: 32px;
}

.content-icon {
  max-height: 30px;
}

.space-semi {
  min-height: 60px;
}

.checkbox-label {
  color: #8090a7;
}

.contact-form-block {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.contact-form-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.button-wrapper {
  overflow: hidden;
}

.text-field-name {
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.check-box-product-page {
  color: var(--lighter-black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #3c49584d;
  align-self: center;
  margin-bottom: 10px;
  padding: .4375rem 0;
}

.text-field-cart-page {
  letter-spacing: 3px;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.gallery-list-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.success-text {
  color: var(--black);
  font-size: 16px;
}

.margin-right {
  margin-right: 15px;
}

.militaryaboutus {
  width: 100%;
  min-height: 40px;
  margin-top: -200px;
  margin-left: 0;
}

.invert {
  filter: invert();
}

.fix-scroll-container {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.book-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.wrapper-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-small-circle {
  border-radius: 100%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.blog-single-wrapper {
  background-color: #0000;
  width: 100%;
}

.blog-single-page {
  z-index: 3;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-link {
  width: 1.2em;
}

.footer-social-link-image {
  opacity: .7;
}

.footer-link {
  color: var(--slate-grey);
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-links-title {
  color: var(--slate-grey);
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  line-height: 2;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  display: flex;
}

.blog-single-image-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-single-image {
  object-fit: cover;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-text {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.footer-text-wrapper {
  background-color: #0000;
  width: 90%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content-wrapper {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.footer-paragraph {
  max-width: 380px;
  padding-bottom: 10px;
}

.footer-logo-link {
  position: relative;
}

.footer-logo-link.w--current {
  padding-top: 3%;
}

.row-tab {
  flex-wrap: nowrap;
  margin-bottom: 60px;
  display: flex;
}

.nav-tab {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-licenses {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: filter .2s;
}

.image-licenses:hover {
  filter: brightness(50%);
}

.image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper:hover {
  background-color: #00000080;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button-ghost {
  box-shadow: none;
  color: #5c4e3d;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  min-width: 100px;
  margin-top: 20px;
  padding: 1.125rem 2.25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  display: inline-block;
}

.button-ghost:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}

.button-ghost.w--current {
  color: #eee;
  background-color: #ab8421;
}

.changelog-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.grid-content-icon {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-full-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-overlay {
  z-index: 100;
  background-color: var(--primary);
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-text-field {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-field:hover {
  border-bottom-color: var(--primary);
}

.contact-text-area {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  align-self: center;
  min-height: 130px;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-area:hover {
  border-bottom-color: var(--primary);
}

.space-mid {
  text-align: center;
  min-height: 96px;
  padding-top: 20px;
}

.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex.align-center-justify-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex.align-center-justify-center.gap-15px {
  grid-column-gap: 15px;
}

.listing-title {
  text-align: left;
}

.listing-subheading {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 15px;
  line-height: 1em;
}

.listing-subheading.margin-left-3px {
  margin-left: 3px;
}

.listing-subheading.margin-left-2px {
  margin-left: 2px;
}

.faq-content-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px 0;
  padding-top: 7px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 1.3em;
}

.description-max-width.slide-up-animation {
  margin-left: -200px;
}

.space-text {
  min-height: 16px;
}

.icon {
  color: var(--primary);
  max-width: 60px;
  max-height: 60px;
  padding-top: 0;
  font-family: Material Symbols Outlined, sans-serif;
  font-weight: 100;
  line-height: 42px;
  position: relative;
  top: -4px;
}

.booking-form {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.booking-form-block {
  width: 90%;
  margin-bottom: 0;
}

.content-block-centered {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.booking-text-field-ghost {
  color: #fff;
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 12.5rem;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 0;
  padding-left: 24px;
}

.input-wrapper {
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  max-height: 50px;
}

.title-field-wrapper {
  color: #eee;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-dropdown-title {
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 300;
}

.faq-dropdown-accordion {
  min-width: 100%;
  transition: filter .25s;
}

.faq-dropdown-accordion:hover {
  filter: brightness(130%);
}

.faq-plus-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.faq-row {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-description-wrapper {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-toggle {
  background-color: var(--lighter-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 16px;
  padding: 32px 48px;
}

.faq-title {
  text-align: center;
}

.faq-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-text-wrapper {
  z-index: 100;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  display: flex;
  position: relative;
}

.cta-paragraph {
  max-width: 540px;
}

.reviews-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: stretch end;
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-content {
  width: 100%;
  display: flex;
}

.testimonial-tab {
  border: 1px solid var(--lighter-black);
  background-color: var(--lighter-black);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow .2s;
  display: flex;
}

.testimonial-tab:hover {
  box-shadow: none;
  color: var(--white);
  border-bottom: 1px solid #e3af5a80;
}

.testimonial-tab.w--current {
  border-bottom-color: var(--primary);
  background-color: var(--lighter-black);
  box-shadow: none;
}

.box-lisiting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.lisitngs-menu {
  z-index: 101;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-listing-wrapper {
  width: 20px;
  min-width: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-listing {
  opacity: .7;
  object-fit: contain;
}

.listing-type-title {
  text-align: left;
}

.wrapper-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-card {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.agent-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.agent-single-image {
  object-fit: cover;
}

.agent-single-image.relative-down {
  position: relative;
  top: 14px;
}

.agent-image-wrapper {
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 22%;
  max-width: 200px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.agent-info {
  grid-column-gap: 15px;
  text-align: left;
  align-items: center;
  display: flex;
}

.locations-left-arrow {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.locations-right-arrow {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
}

.social-link-wrapper-small {
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
}

.locations-slider {
  background-color: #0000;
  width: 640px;
  max-width: 640px;
  min-height: 520px;
  max-height: 520px;
  position: relative;
}

.locations-mask {
  overflow: visible;
}

.locations-slide {
  margin-right: 146px;
  overflow: hidden;
}

.image-locations {
  border-radius: var(--border-radius);
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow-left {
  margin-right: 0;
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.locations-title {
  z-index: 2;
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
}

.testimonial-client-wrapper {
  text-align: left;
  flex-wrap: nowrap;
  display: flex;
}

.testimonial-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.hero-content-wrapper {
  z-index: 99;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.steps-real-estate-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper.fade-in-animation {
  margin-top: 0;
  margin-bottom: 33px;
}

.title-wrapper.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
}

.title-wrapper.align-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 189px;
  margin-bottom: 0;
  margin-left: -47px;
  padding-left: 0;
}

.title-wrapper.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-wrapper.align-left.slide-in-from-left-animation {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.title-wrapper.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 63px;
  margin-left: 56px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.image-steps {
  object-fit: cover;
  max-width: 120%;
  min-height: 100%;
}

.steps-text-flex {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -200px;
  display: flex;
  position: relative;
  left: 96px;
}

.steps-text-flex.opposite {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-left: 200px;
  left: -96px;
}

.features-main-flex {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin: -51px auto 102px;
  display: flex;
}

.features-image-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.seperator-wrapper {
  grid-column-gap: 16px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.listings-cms-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listing-text-wrapper {
  background-image: linear-gradient(180deg, transparent 50%, #15162399 75%, var(--black));
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.blog-row {
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-image-wrapper {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  position: relative;
  overflow: hidden;
}

.listing-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-card {
  flex-direction: column;
  min-width: 540px;
  max-width: 540px;
  min-height: 300px;
  max-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--lighter-black);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 15px 30px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.badge-card-square.not-absolute {
  position: static;
}

.blog-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 32px 32px 48px;
  display: flex;
}

.line-separator {
  background-color: #dfb18780;
  width: 50%;
  min-width: 135px;
  max-width: 135px;
  min-height: 1px;
}

.separator-icon {
  max-width: 45px;
  max-height: 45px;
}

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

.teams-image-wrapper {
  z-index: 2;
  object-fit: fill;
  min-width: 240px;
  max-width: 240px;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  left: -48px;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000003d;
}

.agent-image {
  object-fit: cover;
  width: 100%;
}

.teams-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.teams-card:hover {
  color: var(--white);
}

.teams-text-wrapper {
  z-index: 1;
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 240px;
  max-width: 240px;
  min-height: 300px;
  max-height: 300px;
  padding-bottom: 16px;
  padding-left: 32px;
  display: flex;
  position: absolute;
  top: 80px;
}

.footer-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-bottom {
  z-index: 9;
  border-bottom: 2px solid #dfb18780;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-overlay {
  z-index: 1;
  background-color: var(--lighter-black);
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay:hover {
  border-color: #0000;
}

.locations-nav {
  display: none;
  top: 518px;
  left: -485px;
}

.testimonial-icon {
  opacity: .05;
  align-self: flex-start;
  max-height: 120px;
  position: relative;
  top: 16px;
}

.testimonial-text-wrapper {
  width: 100%;
}

.testimonial-image-wrapper {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin-right-text {
  margin-right: 4px;
}

.listing-price {
  opacity: 0;
  color: var(--primary);
  display: none;
}

.contact-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 100vh;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.cta-large-card {
  grid-row-gap: 7.5px;
  background-color: var(--lighter-black);
  box-shadow: none;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.cta-large-card.bagckground-image-01 {
  background-image: url('../images/brown-wooden-cabinet-near-green-and-white-table.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-02 {
  background-image: url('../images/living-room-with-brown-wooden-table-and-chairs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-03 {
  background-image: url('../images/Hero-Image-2.jpg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.cta-large-card.centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  min-height: 100%;
  margin-left: -29px;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
}

.contact-left-wrapper {
  background-image: linear-gradient(-45deg, var(--black) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--black) 95%), linear-gradient(to bottom, transparent 50%, var(--black) 95%), linear-gradient(to bottom, var(--black) 5%, transparent 49%), linear-gradient(to right, transparent 30%, var(--black) 95%), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 70% 0;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

.contact-left-wrapper.hide-on-tab {
  background-image: linear-gradient(-45deg, var(--black) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--black) 95%), linear-gradient(180deg, transparent 50%, var(--black) 95%), linear-gradient(180deg, var(--black) 5%, transparent 49%), linear-gradient(90deg, transparent 30%, var(--black) 95%), url('../images/Welcome-to-Orozco-Main-Page.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
}

.contact-title-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.single-listing-title {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper {
  width: 45%;
}

.listings-menu-link {
  color: var(--slate-grey);
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.listings-menu-link:hover {
  color: var(--primary);
}

.listings-menu-link:focus-visible, .listings-menu-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.collection-item {
  cursor: pointer;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.listing-image-quarter {
  object-fit: cover;
  min-width: 300px;
  max-width: 300px;
  min-height: 250px;
  transition: transform .2s ease-in;
}

.listing-image-quarter:hover {
  transform: scale(1.05);
}

.breadcrumbs {
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-quarter {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  flex-flow: column wrap;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  min-width: 100%;
  max-width: 100%;
  min-height: 500px;
  max-height: 500px;
  display: grid;
  overflow: visible;
}

.single-listing-images {
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-light-box-link {
  width: 55%;
  max-height: 500px;
  overflow: hidden;
}

.listing-images {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  justify-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.left-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 750px;
  margin-top: -200px;
  transition: transform .2s ease-in;
}

.left-image:hover {
  transform: scale(1.05);
}

.listings-wrapper-full {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.listings-badge {
  background-color: var(--lighter-black);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: inline-block;
  box-shadow: 0 2px 5px #0000002e;
}

.agent-socials-absolute {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 104px 15px auto auto;
}

.agent-socials-absolute.invert {
  z-index: 2;
}

.body-styleguide {
  background-color: var(--lighter-black);
}

.locations-card {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

.logo {
  color: var(--white);
  max-height: 60px;
  font-family: Allura;
  font-size: 24px;
}

.single-listing-card-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 16px;
  display: flex;
}

.single-listing-card {
  background-color: var(--lighter-black);
  width: 100%;
  height: 100%;
}

.blog-rich-text {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}

.property-details {
  grid-column-gap: 30px;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-title {
  font-size: 8rem;
}

.agent-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.quantity-field {
  color: var(--lighter-black);
  border-radius: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 20px;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
}

.stars-wrapper {
  grid-column-gap: 5px;
  flex-wrap: nowrap;
  display: flex;
}

.star {
  filter: sepia(50%);
  max-height: 15px;
}

.footer-icon {
  opacity: .7;
  max-height: 15px;
  position: relative;
  top: 2px;
}

.values-description {
  max-width: 300px;
}

.space-text-half {
  min-height: 7.5px;
}

.featured {
  background-color: var(--primary);
  color: var(--lighter-black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 7.5px 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  display: inline-block;
}

.letter-spacing-small {
  letter-spacing: .6px;
  cursor: pointer;
}

.add-to-cart-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agent-details-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  height: 100%;
  margin-left: 15px;
  display: flex;
}

.agent-details-wrapper.row-gap {
  grid-row-gap: 15px;
}

.blog-agent-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.border-bottom {
  border-bottom: 1px solid var(--primary);
  opacity: .5;
  max-width: 700px;
  height: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.listing-agent-details {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-main {
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 4px;
  position: static;
  top: -10px;
}

.listing-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  align-items: start;
}

.listing-left {
  margin-top: 20px;
}

.blog-wrapper-full {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-links-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
}

.reach-out-wrapper {
  width: 100%;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.title-flex {
  flex-wrap: nowrap;
  display: flex;
}

.button-text {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.button {
  background-color: var(--black);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-text-with-overlay {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.tab-panel {
  border: 1px solid var(--lighter-black);
  background-color: var(--lighter-black);
  text-align: left;
  width: 95%;
  padding: 30px 0 60px 10px;
}

.tab-panel.slide-in-from-left-animation {
  width: 95%;
  padding-left: 10px;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.hero-image-slide-01 {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--transparent), #0006 40%, #0006 55%, var(--transparent)), url('../images/brown-wooden-framed-orange-padded-armchair.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.features-text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 57.5%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paypal-checkout-form {
  background-color: var(--lighter-black);
  color: var(--lighter-black);
}

.order-confirmation {
  background-color: var(--lighter-black);
}

.checkout-form {
  background-color: var(--lighter-black);
  color: var(--lighter-black);
}

.footer-text {
  color: var(--slate-grey);
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

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

.rich-text {
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.description-max-width-small {
  text-align: left;
  align-self: flex-start;
  max-width: 200px;
}

.about-us-agents-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-us-icon {
  max-width: 45px;
  max-height: 45px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.centered-on-mobile-small {
  text-align: center;
  width: 100%;
}

.listing-agent-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 38px 12px #0003;
}

.hero-description {
  text-align: center;
  max-width: 750px;
}

._404-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.about-us-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.teams-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  color: var(--black);
  text-align: center;
  background-color: #e35a5a;
}

.single-listing-wrapper {
  z-index: 3;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.months {
  margin-bottom: 0;
}

.instructions-wrapper {
  text-align: left;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-link {
  color: var(--primary);
}

.instructions-link:hover {
  color: var(--slate-grey);
}

.dash-line {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  display: flex;
}

.dash-line.longer {
  width: 70px;
}

.button-icon-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-family: Material Symbols Outlined, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  min-height: 100vh;
}

.circle-left-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  left: -30px;
}

.icon-02 {
  display: none;
}

.circle-right-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  inset: 0% -30px 0% auto;
}

.slide-nav {
  display: none;
}

.button-icon {
  color: var(--primary);
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 14px;
  top: 0;
  left: -4px;
  transform: rotate(90deg);
}

.flex-features-image {
  grid-column-gap: 32px;
  justify-content: center;
}

.features-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 552px;
  max-height: 552px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.features-image-wrapper-04 {
  min-width: 240px;
  max-width: 240px;
}

.features-image-wrapper-03 {
  min-width: 270px;
  max-width: 270px;
  overflow: visible;
}

.numbers-description {
  color: #d7d7d8;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: flex;
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.count-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  position: relative;
}

.semicircle {
  z-index: -1;
  background-color: var(--lighter-black);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-background-wrapper {
  background-image: url('../images/img_yj1L_1img_yj1L.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.play-wrapper {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.play-button-icon {
  color: var(--white);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
  position: static;
  top: -10px;
}

.play-button-icon-wrapper {
  background-color: #ffffff4d;
  border-radius: 100%;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-card-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.features-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

.steps-feature-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 96px;
  height: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 125px;
  display: flex;
  position: relative;
  top: 64px;
}

.circle-steps-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  position: relative;
}

.circle-number {
  font-weight: 400;
}

.vertical-steps-line {
  background-color: #dfb18740;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 330px;
  display: flex;
}

.line-vertical-separator {
  background-color: var(--primary);
  width: 1px;
  height: 56px;
}

.listing-icon {
  color: var(--primary);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  top: 0;
}

.logo-image {
  object-fit: cover;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.logo-image.half-size {
  max-width: 42px;
  max-height: 42px;
  margin-bottom: 0;
  margin-left: -8px;
}

.logo-text {
  background-image: linear-gradient(90deg, var(--primary), #ffddb5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: -11px;
  font-weight: 400;
  line-height: 1.5rem;
}

.logo-text-small {
  color: var(--slate-grey);
  margin-left: -8px;
  font-size: 12px;
  line-height: 1rem;
}

.button-image {
  object-fit: cover;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  position: absolute;
}

.hero-arrows {
  max-height: 20px;
}

.shadow {
  box-shadow: 0 10px 20px -10px #0003;
}

.absolute {
  position: absolute;
}

.image-steps-wrapper {
  border-radius: var(--border-radius);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 850px;
  max-width: 800px;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-450px {
  text-align: center;
  max-width: 100%;
  margin-left: -23px;
  font-family: Droid Serif, serif;
}

.max-width-450px.align-right.centered-on-mobile, .max-width-450px.centered-on-mobile {
  color: var(--white);
  font-family: Gilda Display, sans-serif;
}

.listing-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listing-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  position: absolute;
  top: auto;
  bottom: 60px;
}

.align-right {
  text-align: right;
}

.align-right.centered-on-mobile {
  margin-top: -18px;
}

.gradient-overlay {
  z-index: 99;
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay.reverse {
  background-image: linear-gradient(90deg, #0000 50%, #252525e6);
}

.locations-amount {
  z-index: 100;
  color: var(--white);
  text-align: center;
  position: relative;
}

.locations-title-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 48px;
  display: flex;
}

.locations-overlay-half {
  z-index: 99;
  background-image: linear-gradient(90deg, #111b37e6, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.subheading-flex {
  z-index: 100;
  grid-column-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.subheading-flex:hover {
  grid-column-gap: 20px;
}

.subheading-flex.gap-7-5px {
  grid-column-gap: 7.5px;
}

.background-white {
  background-color: var(--white);
}

.locations-image {
  object-fit: cover;
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
  max-height: 420px;
}

.agent-name {
  font-size: 21px;
}

.facilities-flex-box {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  place-items: center start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.facilities-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.single-listing-amenities {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.amenities-flex {
  grid-column-gap: 15px;
  border-left: 3px solid var(--primary);
  background-color: var(--lighter-black);
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
}

.facilities-wrapper {
  width: 100%;
}

.circle-border {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  overflow: hidden;
}

.amenitties-icon {
  color: var(--primary);
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 0;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 37px;
  font-weight: 100;
  line-height: 1.5;
  position: static;
  top: -10px;
}

.values-image-photo {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.values-image-wrapper-02 {
  z-index: 1;
  align-self: flex-start;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.values-stack {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-radius: 8px;
  align-self: flex-start;
  width: 50%;
  margin-left: 47px;
  margin-right: auto;
  padding: 0;
}

.office-left-arrow {
  background-color: var(--lighter-black);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  left: -120px;
}

.office-slide {
  min-width: 600px;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.office-slider {
  background-color: #0000;
  min-width: 600px;
  max-width: 600px;
  min-height: 520px;
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.office-right-arrow {
  background-color: var(--lighter-black);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  right: -120px;
}

.office-image {
  z-index: -1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.office-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.office-card-wrapper {
  justify-content: center;
  align-items: flex-end;
  min-width: 600px;
  max-width: 600px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
}

.office-mask {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.office-nav {
  display: none;
  position: absolute;
}

.about-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 485px;
  max-height: 485px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-content-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-space {
  min-height: 1vw;
}

.icon-arrow-right {
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.cta-wrapper {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.cta-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-image {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 50%;
  min-width: 720px;
  max-width: 720px;
  min-height: 720px;
  max-height: 720px;
  position: relative;
}

.gradient-overlay-top {
  z-index: 99;
  background-image: linear-gradient(0deg, transparent 50%, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay-bottom {
  z-index: 99;
  background-image: linear-gradient(0deg, var(--black), transparent 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.office-text-wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--primary);
  background-color: var(--lighter-black);
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  position: relative;
  top: -60px;
}

.testimonial-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 20px;
  display: block;
}

.pause-button-icon-wrapper {
  background-color: #ffffff4d;
  border-radius: 100%;
}

.logo-footer-wrapper {
  z-index: 4;
  grid-column-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 30px auto auto 5%;
}

.single-lisitng-badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--lighter-black);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.values-cell.slide-up-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.vertical-steps-line-wrapper {
  position: relative;
  overflow: hidden;
}

.image-scroll-movement-old {
  min-width: 100%;
  min-height: 240px;
}

.preloader-wrapper {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-right {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.prelaoder-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-logo {
  background-color: var(--blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.preloader-logo-icon {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
}

.preloader-logo-image {
  object-fit: cover;
  max-width: 84px;
  max-height: 84px;
  margin-bottom: 7.5px;
}

.preloader-logo-text {
  background-image: linear-gradient(to right, var(--primary), #ffddb5);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.preloader-logo-text-small {
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
}

.preloader-logo-text-small.shift-right {
  margin-left: 4px;
}

.testimonial-card {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.testimonial-card.bottom-right-border {
  border-right: 1px solid var(--lighter-black);
  border-bottom: 1px solid var(--lighter-black);
}

.testimonial-card.bottom-border {
  border-bottom: 1px solid var(--lighter-black);
  border-bottom: 1px solid #252525;
}

.testimonial-card.right-border {
  border-right: 1px solid #252525;
}

.testimonial-card.bottom-right-border {
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
}

.feature-i-image {
  object-fit: fill;
  min-width: 360px;
  max-width: 360px;
  min-height: 420px;
  max-height: 420px;
  position: absolute;
  inset: 50% -10% 0% auto;
  overflow: hidden;
}

.listing-flex-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-ii {
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 880px;
  max-width: 880px;
  margin-left: 64px;
  padding: 64px;
  display: flex;
  position: relative;
}

.hero-flex {
  z-index: 0;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-flex.slide-up-animation {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-top: 0;
}

.testimonial-image-circle {
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.testimonial-name {
  color: var(--white);
  font-size: 18px;
}

.feature-i {
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 680px;
  max-width: 680px;
  min-height: 640px;
  max-height: 640px;
  margin-top: -96px;
  margin-left: 128px;
  padding: 64px;
  display: flex;
  position: relative;
}

.letter-iii-wrapper {
  opacity: .8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.features-flex {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.call-to-action {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-to-action.relative--96px {
  top: -96px;
}

.feature-half-wrapper {
  background-image: url('../images/black-and-white-bed-linen.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  align-items: center;
  width: 100%;
  min-height: 640px;
  max-height: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -3px;
  margin-left: 2px;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-block-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horizontal-line {
  background-color: var(--lighter-black);
  width: 192px;
  height: 4px;
}

.side-quote-text {
  flex-direction: column;
  min-width: 250px;
  max-width: 250px;
  margin-left: 32px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin-top: 57px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.feature-box-iii-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lighter-black);
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  padding: 64px;
  display: flex;
  position: relative;
  top: -64px;
  left: 10%;
}

.call-to-action-blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(#0000, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.testimonial-client-wrapper-03 {
  grid-column-gap: 30px;
  flex-wrap: nowrap;
  display: flex;
}

.side-quote-text-ii {
  flex-direction: column;
  align-self: flex-end;
  min-width: 210px;
  max-width: 210px;
  display: flex;
  position: relative;
}

.testimonial-position {
  color: var(--primary);
  font-size: 15px;
}

.features-description-03 {
  max-width: 390px;
}

.feature-box-iii-image-wrapper {
  z-index: 0;
  background-image: url('../images/brown-wooden-framed-orange-padded-armchair.jpeg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.testimonial-quote {
  text-align: left;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  position: absolute;
  top: 32px;
}

.letter-wrapper {
  opacity: .8;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numbers {
  color: var(--lighter-black);
  text-align: center;
  margin-bottom: 60px;
  font-size: 250px;
  line-height: .8;
  position: relative;
  top: 44px;
}

.testimonial-listing-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.features-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-image-overlay {
  z-index: 3;
  background-image: linear-gradient(#27201d0d, #27201d0d);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.hero-title-single-word {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 76px;
}

.quote {
  color: var(--primary);
  font-family: Varela, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 64px;
}

.features-i-ii-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-ii-image {
  object-fit: fill;
  min-width: 620px;
  max-width: 620px;
  min-height: 420px;
  max-height: 420px;
  position: absolute;
  inset: 50% auto 0% -10%;
  overflow: hidden;
}

.call-to-action-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
}

.hpme-faded-line-02 {
  background-image: linear-gradient(90deg, transparent, var(--primary));
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  position: relative;
  top: -4px;
}

.vertical-line {
  background-color: var(--lighter-black);
  width: 4px;
  height: 240px;
}

.no-margin-top {
  margin-top: 0;
}

.color-primary {
  color: var(--primary);
}

.hero-half-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-half-wrapper.about-hero-image {
  background-image: linear-gradient(#1b1b1b99, #1b1b1b99), url('../images/cadde6b11c41871bcfcaa77aebe5fbb7_a-modern-living-room-with-a-large-window-p-800_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 36px;
}

.about-features-image {
  object-fit: cover;
  width: 116%;
  max-width: 116%;
  min-height: 116%;
  position: absolute;
  inset: auto 0% -8% -8%;
}

.about-us-image {
  object-fit: fill;
  border-radius: 12px;
  min-width: 380px;
  max-width: 380px;
  min-height: 480px;
  max-height: 480px;
  margin-top: 30px;
  position: absolute;
  inset: 10% -90px auto auto;
  overflow: hidden;
  transform: scale(1.1);
}

.about-us {
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 900px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  left: -45px;
}

.about-half-wrapper {
  background-image: url('../images/cadde6b11c41871bcfcaa77aebe5fbb7_a-modern-living-room-with-a-large-window-p-800_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.values-block {
  padding-left: 150px;
  position: relative;
}

.values-block.shift-left {
  left: -60px;
}

.values-block.shift-right {
  right: -60px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.values-letter-i {
  z-index: -1;
  color: var(--lighter-black);
  text-align: center;
  font-size: 250px;
  position: absolute;
  inset: 0% auto 0% 7%;
}

.values-letter-iii {
  z-index: -1;
  color: var(--lighter-black);
  text-align: center;
  font-size: 250px;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.values-letter-iv {
  z-index: -1;
  color: var(--lighter-black);
  text-align: center;
  font-size: 250px;
  position: absolute;
  inset: 0% auto 0% 7%;
}

.values-description-02 {
  max-width: 400px;
}

.values-letter-ii {
  z-index: -1;
  color: var(--lighter-black);
  text-align: center;
  font-size: 250px;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.about-agent-info {
  grid-column-gap: 10px;
  text-align: left;
  align-items: center;
  display: flex;
}

.about-icon-listing {
  filter: invert();
  max-width: 20px;
  max-height: 20px;
}

.team-flex {
  grid-column-gap: 30px;
  justify-content: flex-start;
  position: relative;
}

.space-tiny {
  min-height: 7.5px;
}

.team-flex-center {
  grid-column-gap: 30px;
  justify-content: center;
  position: relative;
  top: -32px;
  left: 8px;
}

.team-image {
  z-index: 0;
  cursor: default;
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.logo-icon-background {
  opacity: .1;
  filter: invert(70%);
  max-width: 180px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-flex-right {
  grid-column-gap: 30px;
  justify-content: flex-end;
  position: relative;
  top: -64px;
}

.team-image-wrapper {
  box-shadow: none;
  min-width: 320px;
  max-width: 320px;
  min-height: 400px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.call-to-actio-wrapper {
  z-index: 0;
  background-image: url('../images/black-and-brown-leather-padded-tub-sofa-Square.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mask-testimonial {
  margin-left: auto;
  margin-right: auto;
}

.steps-paragraph {
  color: #9c9ca7;
  text-align: center;
  max-width: 280px;
}

.locations-nav-02 {
  position: absolute;
}

.line-separator-02 {
  border: .5px solid #e3af5a80;
  width: 50%;
  min-width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 45%;
}

.button-black-text-with-overlay {
  z-index: 2;
  position: relative;
}

.slide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icon-arrow {
  font-size: 25px;
  font-weight: 900;
}

.button-white {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-white:hover {
  color: #1e1e1e;
}

.slide-nav-testimonial {
  padding-top: 2%;
  position: static;
  inset: auto 0% 0%;
}

.locations-left-arrow-02 {
  max-width: 30px;
  max-height: 60px;
  position: absolute;
  top: -85%;
  left: 3%;
}

.features-description {
  text-align: right;
  max-width: 460px;
  font-weight: 400;
}

.image-steps-wrapper-02 {
  border-radius: var(--border-radius);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-image-02 {
  object-fit: cover;
  min-width: 540px;
  max-width: 540px;
  min-height: 540px;
  max-height: 540px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.locations-slider-02 {
  background-color: #252525;
  width: 320px;
  max-width: 320px;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.testimonial-client-wrapper-02 {
  flex-wrap: nowrap;
  display: flex;
}

.features-image-wrapper-02 {
  z-index: 1;
  border-radius: var(--border-radius);
  align-self: flex-start;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.locations-right-arrow-02 {
  max-width: 30px;
  max-height: 60px;
  position: absolute;
  top: -85%;
  right: 75%;
}

.listings-cms-wrapper-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listings-cms-wrapper-02.listing-centered {
  justify-content: center;
  align-items: center;
}

.image-small-circle-02 {
  border-radius: 100%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.testimonial-icon-02 {
  opacity: .1;
  align-self: flex-start;
  max-height: 120px;
}

.slider-testimonial {
  background-color: #0000;
  max-width: 55%;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.steps-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 380px;
  max-width: 380px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.locations-slide-02 {
  background-color: #252525;
  margin-right: 15px;
  overflow: hidden;
}

.left-arrow {
  transition: color .4s ease-in-out;
  display: none;
  inset: 0% auto 0% 15%;
  overflow: visible;
}

.left-arrow:hover {
  color: #e67e22;
}

.wrapper-icon {
  text-align: center;
  width: 100%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.separator-icon-02 {
  max-width: 40px;
  max-height: 40px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.button-primary-overlay {
  z-index: 1;
  background-color: var(--primary);
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-primary-overlay:hover {
  border-color: #0000;
}

.line-bottom-02 {
  border-bottom: 1px solid #e3af5a;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-large-wrapper {
  grid-row-gap: 16px;
  background-color: var(--lighter-black);
  border-bottom: 1px solid #e3af5a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
}

.right-arrow {
  margin-left: 0;
  margin-right: 0;
  transition: color .4s ease-in-out;
  display: none;
  inset: 0% 15% 0% auto;
}

.right-arrow:hover {
  color: #eee;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper.align-right {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-left: -20px;
}

.text-wrapper.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.text-wrapper.align-left.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-wrapper.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.about-us-title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: 170px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.values-thirds-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 280px;
  max-width: 280px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.about-us-hero-wrapper {
  background-image: linear-gradient(#000000a6, #000000a6);
  width: 100%;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

._3d-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 150%;
  display: flex;
  position: absolute;
  inset: -18% 0% 0% -29%;
}

.values-image-wrapper {
  z-index: 10;
  min-width: 320px;
  max-width: 320px;
  min-height: 580px;
  max-height: 580px;
  position: relative;
  overflow: hidden;
}

.values-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.values-image._3d-image {
  position: absolute;
  inset: 0%;
}

.hero-title-large {
  text-align: left;
  min-height: auto;
  font-size: 88px;
  line-height: 108px;
}

.hero-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  display: flex;
}

.hero-title-wrapper.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-title-wrapper.align-left.width-560px {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  min-width: 560px;
  max-width: 900px;
}

.hero-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 50%, #0006 60%);
  margin-top: -12px;
  position: absolute;
  inset: 0%;
}

.hero-background-video {
  z-index: 1;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.location-icon {
  max-width: 15px;
  max-height: 15px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.listing-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 540px;
  max-width: 540px;
  min-height: 340px;
  max-height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-link-block:hover {
  color: var(--white);
}

.home-listing-icon-02 {
  max-width: 17px;
  max-height: 17px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.listing-image {
  object-fit: cover;
  width: 116%;
  max-width: 116%;
  min-height: 116%;
  position: absolute;
  inset: auto 0% -8% -8%;
}

.home-listing-price-02 {
  z-index: 3;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
}

.single-listing-subheading {
  color: #27201d;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.5em;
}

.single-listing-subheading.color-white {
  color: #fff;
}

.blur-overlay {
  background-image: linear-gradient(to bottom, var(--lighter-black), var(--lighter-black));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.listing-location-flex {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listing-card-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.home-listing-flex-02 {
  z-index: 3;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: 8px;
}

.home-flex-02 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-flex-02.columns-gap {
  grid-column-gap: 12px;
}

.listing-title-home-02 {
  z-index: 3;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
}

.home-hero-description-03 {
  text-align: right;
  max-width: 750px;
}

.locations-card-04 {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.locations-title-02 {
  z-index: 2;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  inset: 7.5px 15px auto auto;
}

.locations-overlay {
  z-index: 1;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#000, #85858500 30%, #fff0 88%, #151623 89%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.locations-card-05 {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.locations-title-03 {
  z-index: 2;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  inset: 7.5px 15px auto auto;
}

.image-locations-02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter .2s;
  position: absolute;
  inset: 0%;
}

.image-locations-02:hover {
  filter: brightness(50%);
}

.locations-card-01, .locations-card-02, .locations-card-03 {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.teams-card-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 280px;
  max-width: 280px;
  display: flex;
  overflow: hidden;
}

.teams-card-02:hover {
  color: #fff;
}

.teams-image-wrapper-02 {
  object-fit: fill;
  min-width: 280px;
  max-width: 280px;
  min-height: 360px;
  max-height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000003d;
}

.agent-image-02 {
  object-fit: cover;
  min-width: 280px;
  max-width: 280px;
  min-height: 360px;
  max-height: 360px;
}

.agent-socials-wrapper {
  grid-column-gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-text-wrapper-02 {
  grid-row-gap: 16px;
  background-color: var(--lighter-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  min-height: 480px;
  max-height: 480px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.blog-features-image-02 {
  object-fit: cover;
  min-width: 640px;
  max-width: 640px;
  min-height: 480px;
  max-height: 480px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.blog-image-wrapper-02 {
  z-index: 1;
  align-self: flex-start;
  width: 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.badge-card-square-02 {
  background-color: var(--black);
  color: #e3af5a;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  box-shadow: 0 2px 5px #0003;
}

.blog-title-wrapper-02 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faded-line-02 {
  background-image: linear-gradient(90deg, transparent, var(--primary));
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: -18px;
}

.blog-card {
  flex-direction: column;
  min-width: 480px;
  max-width: 480px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-content-image-wrapper {
  min-width: 100%;
  min-height: 240px;
  max-height: 240px;
  position: relative;
  overflow: hidden;
}

.blog-content-image {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-badge-card {
  background-color: var(--black);
  color: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 32px;
  max-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: -15px 10% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.blog-badge-card:hover {
  color: #f5f5f5;
}

.blog-content-card-body {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--lighter-black);
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
}

.button-arrow-text {
  transition: color .25s;
}

.color-dark-blue {
  color: var(--black);
}

.badge {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 32px;
  max-height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.centered-h6 {
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer-bottom-text {
  color: var(--slate-grey);
  font-size: 16px;
}

.listing-text-wrapper-02 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #151623e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.card-listing-content-02 {
  border-radius: var(--border-radius);
  color: var(--white);
  flex-direction: column;
  min-width: 360px;
  max-width: 360px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-listing-content-02:hover {
  color: var(--white);
}

.listing-price-02 {
  color: var(--primary);
}

.badge-card-type-02 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #151623;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 12px;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.badge-card-type-02:hover {
  color: #eee;
}

.listing-card-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-description {
  color: var(--white);
  max-width: 440px;
  font-family: Gilda Display, sans-serif;
  font-weight: 400;
  top: -2px;
}

.hero-image-slide-02 {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--transparent), #0006 40%, #0006 55%, var(--transparent)), url('../images/green-plant-on-white-ceramic-pot-Square.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.steps-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 144px;
  padding-right: 144px;
  display: flex;
}

.block-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-640px {
  max-width: 640px;
}

.teams-relative {
  min-width: 240px;
  max-width: 240px;
  position: relative;
  right: -24px;
}

.blog-author-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing-details-flex {
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listing-details-flex.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.trigger {
  position: absolute;
  inset: 0%;
}

.steps-image {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 240px;
}

.steps-image.shrink-in-animation {
  min-height: 250px;
  margin-top: -3px;
}

.home-listing {
  object-fit: cover;
  min-width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.home-listing-03 {
  object-fit: cover;
  min-width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.home-badge-03 {
  background-color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.blog-image-03 {
  object-fit: cover;
  min-width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.blog-badge-03 {
  background-color: var(--lighter-black);
  padding: 8px 12px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.nav-lottie-icon-desktop {
  color: var(--transparent);
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.navbar {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0000004f;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 42px;
  line-height: 42px;
}

.nav-link.w--current {
  color: var(--white);
  font-family: Gilda Display, sans-serif;
}

.logo-brand {
  z-index: 998;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-top: 32px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 48px;
}

.logo-brand.background {
  background-color: var(--black);
  border-radius: 100%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: 24px;
}

.logo-brand.background.w--current {
  background-color: var(--transparent);
}

.nav-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  font-family: Gilda Display, sans-serif;
  display: flex;
}

.nav-menu {
  z-index: 997;
  background-color: var(--dark-card);
  color: #0a0000b5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: none;
  position: relative;
}

.container-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-icon {
  width: 200px;
  min-width: 40px;
  max-width: 170px;
  height: 80px;
  min-height: 40px;
  max-height: 40px;
  margin-top: -30px;
  margin-left: -8px;
  transform: translate(20px)scale(2);
}

.nav-mobile-menu-button {
  z-index: 998;
  background-color: #0000;
  display: none;
}

.menu-burger-circle {
  z-index: 998;
  background-color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: border-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-burger-circle:hover {
  border-color: #fff;
}

.block-header {
  background-color: var(--black);
  color: var(--white);
  border-width: 0;
  padding: 16px;
}

.block-content {
  background-color: var(--black);
  color: var(--white);
  border: 0 solid #000;
  padding: 0 16px 16px;
}

.block-content-form {
  background-color: var(--black);
  color: var(--lighter-black);
  border: 0 solid #000;
  padding: 16px 16px 32px;
}

.overlay-background-video {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: screen;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-scroll-movement {
  width: 800px;
  margin-top: 54px;
}

.slide-in-from-left-animation {
  width: 600px;
  padding-right: 0;
}

.landing-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--lighter-black);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 23rem;
  max-width: 23rem;
  min-height: 17.5rem;
  max-height: 17.5rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.landing-video {
  z-index: 10;
  object-fit: cover;
  border-radius: .7rem;
  min-width: 19rem;
  max-width: 19rem;
  min-height: 11rem;
  max-height: 11rem;
}

.landing-text {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.3rem;
}

.landing-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-us-title-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.form-text {
  color: var(--white);
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: 15px;
}

.text-area {
  color: var(--black);
  background-color: #f1f3f5;
  border: 1px solid #0000;
  border-radius: 5px;
  min-height: 15vh;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-area::placeholder {
  color: var(--dark-card);
}

.error-massage {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-us-wrapper-full {
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.message-title-field-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-us-block-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.booking-text-field {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.booking-text-field::placeholder {
  color: var(--dark-card);
}

.contact-us-form {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-form-wrapper {
  background-color: var(--lighter-black);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-us-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.red-font {
  color: red;
  font-size: 14px;
  line-height: 1.5;
}

.office-tab {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--lighter-black);
  box-shadow: none;
  color: var(--white);
  text-align: left;
  cursor: pointer;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow .2s;
  display: flex;
}

.office-tab:hover {
  box-shadow: none;
  color: #fff;
  border-bottom: 1px solid #e3af5a80;
}

.office-tab.w--current {
  background-color: #272727;
  border-bottom: 1px solid #e3af5a;
}

.office-image-wrapper {
  width: 100%;
}

.office-wrapper {
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.office-image-02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.office-tabs-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs-menu-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab-panel-02 {
  width: 100%;
}

.gap-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.menu-flex {
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.drop-down-icon {
  color: var(--primary);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  top: 0;
}

.drop-down {
  z-index: 101;
  background-color: var(--black-footer);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: none;
  position: absolute;
}

.drop-down-wrapper {
  cursor: pointer;
  position: relative;
}

.listings-text {
  max-width: 1100px;
  margin-top: -12px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.checkout-image {
  object-fit: cover;
  width: auto;
  min-width: 64px;
  max-width: 64px;
  height: auto;
  min-height: 64px;
  max-height: 64px;
}

.background-lighter-black {
  background-color: var(--lighter-black);
}

.submit-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 128px;
  padding: 12px 28px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.submit-button.no-max-width {
  letter-spacing: 3px;
  max-width: none;
}

.cart-button {
  z-index: 998;
  background-color: var(--primary);
  border-radius: 100%;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
  position: relative;
}

.cart-icon {
  color: var(--black);
  max-width: 16px;
  max-height: 16px;
  margin-right: 0;
}

.cart-burger-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 16px 32px auto auto;
}

.cart-container {
  background-color: var(--lighter-black);
}

.cart-quantity {
  color: var(--black);
}

.cart-header {
  border-bottom-color: var(--primary);
  background-color: var(--lighter-black);
}

.cart-footer {
  border-top-color: var(--primary);
}

.cart-form-wrapper {
  background-color: var(--lighter-black);
}

.cart-close {
  filter: invert();
  vertical-align: top;
}

.button-yellow {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-yellow:hover {
  background-color: var(--white);
  color: var(--black);
}

.cta-text {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-absolute {
  position: absolute;
  left: 0;
}

.button-arrow {
  color: var(--primary);
  text-align: center;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  top: 0;
}

.button-arrow-flex {
  margin-top: 7.5px;
  display: flex;
}

.hero-background {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-grid-03-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.landing-hero-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 50%, #00000073 60%);
  position: absolute;
  inset: 0%;
}

.max-width-36rem {
  max-width: 36rem;
}

.font-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.centered-14 {
  text-align: center;
  list-style: none;
}

.centered-h6-16 {
  padding-left: 7px;
}

.steps-flex-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-steps-wrapper-8 {
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  min-height: 240px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay-3 {
  z-index: 100;
  background-color: #e3af5a;
  display: none;
  position: absolute;
  inset: 0%;
}

.title-wrapper-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trigger-2 {
  position: absolute;
  inset: 0%;
}

.container-full-copy.padding-144px {
  background-color: #111;
  margin-top: 6px;
  padding: 114px 144px 0;
}

.container-full-copy.listings-01 {
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.home-one-destination-large-image-wrap-4 {
  z-index: 3;
  mix-blend-mode: normal;
  width: 1400px;
  height: 85px;
  margin-top: 0;
  margin-left: -56px;
  box-shadow: 1px 1px 5px 3px #000;
}

.glow-item {
  filter: none;
  background-image: linear-gradient(221deg, #ff191900 13%, #939393 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #fff 51%, #fff0 73%);
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(-45deg);
}

.glow-item.left {
  background-image: linear-gradient(221deg, #ff191900 13%, #36ffdb80 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #63a79799 51%, #fff0 73%);
  transform: rotate(180deg)rotate(-45deg);
}

.center-flex {
  justify-content: center;
  align-items: center;
  margin-top: -101px;
  margin-left: 14px;
  display: flex;
}

.box-shadow-block-16 {
  box-shadow: inset 0 -12px 12px #000, inset 0 4px 4px #ffffff1f;
}

.text-marquee-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.landing-home-page-wrap-copy {
  line-height: 12rem;
}

.landing-home-page-big-text-copy-copy {
  opacity: .62;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Tab-Change-image-2.webp'), linear-gradient(#eed0bc, #fff0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 12rem;
  font-weight: 700;
  line-height: 12rem;
}

.button-overflow-hidden {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.button-overflow-hidden.for--third-version-features {
  border-radius: 44px;
}

.button-overflow-hidden.for--third-version-features.full-size {
  border-radius: 1.5em;
}

.button-overflow-hidden.for--third-version-features.full-size.ai-child {
  border-radius: 1em;
}

.section-196 {
  background-color: #0000;
  margin-top: 100px;
}

.text-marquee-box {
  background-color: #111;
  flex: none;
  margin-top: 27px;
  margin-left: -23px;
}

.text-marquee-box.the-orozco-realty {
  background-color: #1110;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-page-wrap-copy-2 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  margin-top: -45px;
}

.home-one-marquee-large-text-two-copy {
  color: #00000026;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25rem;
  font-weight: 600;
  line-height: 26.25rem;
}

.home-one-marquee-large-text-two-copy.landing-large-marquee-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e29e7226, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 93px;
  font-size: 14rem;
  line-height: 14rem;
  box-shadow: 0 2px 5px 1px #0a000033;
}

.pedding-stroke-12 {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 2px 1.5px 1.5px;
  position: relative;
  overflow: hidden;
}

.text-center-copy {
  text-align: center;
  width: 100%;
  margin-top: -41px;
  margin-left: 0;
  font-family: Gilda Display, sans-serif;
}

.text-marquee-box-copy {
  background-color: #111;
  flex: none;
  margin-top: 15px;
  margin-left: -23px;
}

.text-marquee-box-copy.the-orozco-realty {
  background-color: #1110;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-glow-wrapper-19 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper-19.full-width {
  width: 100%;
  height: 70%;
}

.glow-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.glow-wrapper.stroke {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.landing-home-page-wrap-copy-3 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  margin-top: -45px;
  box-shadow: 2px 2px 5px 3px #0003;
}

.image-steps-wrapper-8-copy {
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  min-height: 240px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-marquee-large-text {
  color: #00000026;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25rem;
  font-weight: 600;
  line-height: 26.25rem;
}

.home-one-marquee-large-text.home-two-marquee-text {
  font-size: 18.75rem;
  line-height: 19.6875rem;
}

.text-marquee-wrap-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.text-marquee-block {
  align-items: center;
  display: flex;
}

.text-marquee.full-width.overflow-none.home-two-text-matquee-section {
  padding-top: 45px;
}

.text-marquee-box-2 {
  flex: none;
}

.section-copy, .section-copy-copy {
  width: 100%;
  margin-top: 0;
}

.image {
  margin-top: 96px;
  margin-left: 53px;
}

.about-one-hero-large-text-2 {
  text-align: center;
  letter-spacing: .32956rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/laredo.png');
  background-position: 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -36px;
  padding-bottom: 177px;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 12rem;
  position: absolute;
  top: auto;
  bottom: -80px;
}

.max-width-36rem-3 {
  color: #bdb5b5;
  max-width: 36rem;
  margin-left: 80px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
}

.testimonial-image-wrapper-2 {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-nav-testimonial-2 {
  margin-top: -30px;
  margin-left: 89px;
  padding-top: 0%;
  position: static;
  inset: auto 0% 0%;
}

.space-large-5 {
  min-height: 112px;
}

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

.container-full-3 {
  max-width: 1440px;
  margin-left: -29px;
  margin-right: auto;
  overflow: hidden;
}

.container-full-3.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-full-3.reviews-image.no-max-width {
  background-image: linear-gradient(#0000, #0000), url('../images/Backdropaboutus.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  max-width: 1200px;
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 0;
  transform: translate(16px);
  box-shadow: 0 2px 5px #0c0101f5;
}

.section-107 {
  width: 100%;
  padding-bottom: 1px;
  padding-left: 35px;
  position: relative;
}

.testimonial-text-wrapper-2 {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
}

.image-small-circle-3 {
  border-radius: 100%;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: -12px;
  margin-left: 56px;
}

.heading-35 {
  margin-left: 59px;
  font-family: Gilda Display, sans-serif;
}

.section-103 {
  margin-top: 66px;
  margin-left: -119px;
}

.hp-template-content-wrap-5 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1250px;
  max-width: 1300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 31px;
  padding-right: 41px;
  transform: translate(0);
  box-shadow: -4px -1px 5px 1px #0a0600;
}

.section-104 {
  margin-left: -14px;
}

.features-flex-5 {
  width: 100%;
  margin-bottom: 0;
  margin-left: -68px;
  padding-bottom: 0;
  display: flex;
}

.section-198 {
  margin-top: 200px;
}

.section-200 {
  width: 936px;
}

.home-three-property-marquee-card-3 {
  background-color: #97918b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 302px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-three-property-marquee-left {
  flex: 0 50%;
  height: 936px;
}

.home-three-why-choose-property-text-block {
  z-index: 2;
  flex: 0 29%;
  margin-top: 30px;
  margin-left: -65px;
  position: relative;
}

.text-center-9 {
  color: #282119;
  text-align: center;
}

.container-one-15 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-239 {
  margin-top: -66px;
  margin-left: 83px;
}

.overflow-none-11, .button-mask {
  overflow: hidden;
}

.home-three-why-choose-property-marquee-overlay-2 {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(0deg, #111, #111 3%, #fff0 23%, #111 96% 100%, #111);
  width: 510px;
  height: 675px;
  margin-top: -24px;
  position: absolute;
  inset: 0%;
}

.home-three-property-marquee-left-block {
  height: 936px;
}

.home-three-property-marquee-right {
  flex: 0 50%;
  justify-content: flex-end;
  height: 936px;
}

.home-three-property-marquee-card-box-2 {
  grid-row-gap: 30px;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.image-88 {
  margin-top: 24px;
}

.margin-none {
  margin: 0;
}

.margin-none.mobile-text-center {
  color: #b4aca3;
  text-align: left;
  width: 400px;
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 40px;
}

.home-three-why-choose-property {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-three-why-choose-property.position-relative {
  height: 725px;
  margin-left: 143px;
}

.secondt-btn-text {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200%);
}

.hero-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  background-color: #ee5e00;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.hero-button-3.margin-top-thirty {
  background-color: #db5700;
  margin-left: 8px;
}

.hero-button-3.nav-button {
  padding: 14px 25px;
  font-size: .75rem;
  display: none;
}

.home-three-property-marquee-right-block {
  justify-content: flex-end;
  height: 936px;
}

.text-block-17 {
  color: #32211b;
  width: 300px;
}

.home-three-why-choose-property-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  width: 854px;
  height: 600px;
  margin-top: -75px;
  margin-left: 119px;
}

.home-three-why-choose-property-marquee-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 63.96%;
}

.home-three-why-choose-property-marquee-block.position-relative {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #111;
  height: 500px;
  position: static;
}

.link-text-wrp {
  position: relative;
}

.section-240 {
  margin-top: -24px;
}

.space-large-5-copy {
  min-height: 112px;
}

.hp-template-content-wrap-5-copy {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1250px;
  max-width: 1300px;
  margin-top: -200px;
  margin-left: 0;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 31px;
  padding-right: 41px;
  transform: translate(0);
  box-shadow: -4px -1px 5px 1px #0a0600;
}

.heading-47 {
  margin-top: -9px;
}

.locations-title-4 {
  z-index: 2;
  color: #f5f5f5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  padding-top: 7px;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
}

.footer-links-wrapper-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
}

.icon-arrow-left-2 {
  margin-right: 0;
  font-size: 25px;
  font-weight: 900;
  transform: scale(1.5);
}

.locations-left-arrow-3 {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.color-white-2 {
  color: #f5f5f5;
}

.footer-text-wrapper-3 {
  background-color: #0000;
  width: 90%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.locations-amount-2 {
  z-index: 100;
  color: #f5f5f5;
  text-align: center;
  position: relative;
}

.footer-bottom-text-2 {
  color: #a1a1a1;
  font-size: 16px;
}

.icon-arrow-right-2 {
  margin-left: 8px;
  font-size: 25px;
  font-weight: 900;
}

.container-full-13 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full-13.padding-144px {
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 144px;
}

.footer-link-6 {
  color: #a1a1a1;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.footer-link-6:hover {
  color: #e3af5a;
}

.image-72 {
  border-radius: 17px;
  height: 420px;
  box-shadow: 0 2px 5px #000;
}

.footer-paragraph-4 {
  color: #5c5757;
  max-width: 380px;
  padding-bottom: 10px;
}

.footer-links-title-2 {
  color: #a1a1a1;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  line-height: 2;
}

.logo-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e3af5a, #ffddb5);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer-links-text-3 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.locations-right-arrow-3 {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
  transform: scale(1.5);
}

.footer-wrapper-3 {
  background-color: #0a0a0a;
  width: 1245px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
}

.footer-social-link-image-2 {
  opacity: .7;
}

.centered-h6-18 {
  color: #c5661f;
  margin-top: 39px;
  margin-bottom: 0;
  padding-left: 7px;
}

.footer-bottom-flex-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-text-small-4 {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 1rem;
}

.description-max-width-18 {
  text-align: center;
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilda Display, sans-serif;
}

.footer-flex-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-text-2 {
  color: #a1a1a1;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.flex-footer-2 {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dash-line-2 {
  background-color: #e3af5a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  display: flex;
}

.dash-line-2.longer {
  width: 70px;
}

.image-locations-3 {
  object-fit: cover;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-full-19 {
  background-color: #0a0a0a;
  max-width: 1440px;
  margin-top: 93px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.title-wrapper-copy-copy.fade-in-animation {
  background-color: #000;
  margin-top: -72px;
  margin-bottom: 33px;
}

.title-wrapper-copy-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-copy-copy-copy.fade-in-animation {
  background-color: var(--primary);
  margin-top: -72px;
  margin-bottom: 33px;
}

.title-wrapper-copy-copy-copy.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title-wrapper-copy-copy-copy.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.title-wrapper-copy-copy-copy.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-wrapper-copy-copy-copy.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 75px;
  margin-left: 38px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.image-89 {
  aspect-ratio: 2.39;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
}

.who-we-are {
  width: 100%;
}

.max-width-36rem-4 {
  color: #bdb5b5;
  max-width: 36rem;
  margin-left: 80px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
}

.testimonial-image-wrapper-3 {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-small-circle-4 {
  border-radius: 100%;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: -12px;
  margin-left: 56px;
}

.heading-60 {
  margin-left: 59px;
  font-family: Gilda Display, sans-serif;
}

.home-three-why-choose-property-text-block-2 {
  z-index: 2;
  flex: 0 29%;
  margin-top: 30px;
  margin-left: -44px;
  position: relative;
}

.section-245 {
  margin-left: 122px;
}

.section-246 {
  width: 936px;
  position: sticky;
}

.about-us-image-2 {
  opacity: 1;
  object-fit: fill;
  border-radius: 20px;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  height: 700px;
  min-height: 480px;
  max-height: 500px;
  margin-top: 60px;
  position: absolute;
  inset: 10% -90px auto auto;
  overflow: hidden;
}

.max-width-36rem-5 {
  color: #bdb5b5;
  width: 600px;
  max-width: 800px;
  margin-left: 65px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
}

.home-three-why-choose-property-text-block-3 {
  z-index: 2;
  flex: 0 29%;
  margin-top: 30px;
  margin-left: -44px;
  position: relative;
}

.section-247 {
  margin-top: -66px;
  margin-left: 83px;
}

.space-4 {
  min-height: 64px;
  margin-left: -17px;
}

.hpme-faded-line-3 {
  background-image: linear-gradient(90deg, #0000, #e3af5a);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  position: relative;
  top: -4px;
}

.max-width-450px-5 {
  color: #bdb5b5;
  -webkit-text-stroke-color: #c5661f;
  max-width: 550px;
  margin-left: -8px;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.features-text-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-67 {
  background-color: #111;
  width: 100%;
  margin-top: -69px;
  padding-bottom: 0;
  padding-left: 35px;
}

.about-us-3 {
  background-color: #251a16;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67%;
  min-width: 900px;
  max-width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  left: -45px;
  box-shadow: 0 2px 5px -1px #382005;
}

.heading-28 {
  font-family: Gilda Display, sans-serif;
}

.image-91 {
  margin-top: 9px;
}

.features-flex-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-62 {
  margin-top: 30px;
  margin-left: 59px;
  font-family: Gilda Display, sans-serif;
}

.about-features-image-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 120%;
  max-width: 200%;
  min-height: 116%;
  padding-bottom: 34px;
  position: absolute;
  inset: auto 0% -8% -8%;
  box-shadow: 0 2px 5px 4px #0003;
}

.about-half-wrapper-3 {
  background-image: url('../images/Welcome-to-Orozco-Main-Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-top: -120px;
  margin-right: auto;
  display: flex;
}

.section-248 {
  margin-top: 66px;
  margin-left: -119px;
}

.hp-template-content-wrap-6 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1250px;
  max-width: 1300px;
  margin-top: -200px;
  margin-left: 0;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 31px;
  padding-right: 41px;
  position: static;
  transform: translate(0);
  box-shadow: -4px -1px 5px 1px #0a0600;
}

.section-249 {
  margin-left: -14px;
}

.features-flex-6 {
  width: 100%;
  margin-bottom: 0;
  margin-left: -68px;
  padding-bottom: 0;
  display: flex;
}

.home-three-why-choose-property-text-block-4 {
  z-index: 2;
  flex: 0 29%;
  margin-top: 30px;
  margin-left: -44px;
  position: relative;
}

.home-three-why-choose-property-text-block-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 29%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -200px;
  margin-left: 11px;
  display: block;
  position: relative;
}

.home-three-why-choose-property-wrap-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 854px;
  height: 600px;
  margin-top: -75px;
}

.hp-template-content-wrap-7 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1250px;
  max-width: 1300px;
  margin-top: -200px;
  margin-left: 8px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 31px;
  padding-right: 41px;
  transform: translate(0);
  box-shadow: -4px -1px 5px 1px #0a0600;
}

.image-92 {
  margin-top: 9px;
}

.home-three-why-choose-property-wrap-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  width: 854px;
  height: 600px;
  margin-top: -75px;
  margin-left: -98px;
}

.section-250 {
  position: relative;
}

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

.home-three-property-marquee-card {
  background-color: #f1eeeb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 302px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-three-property-marquee-right-block-2 {
  justify-content: flex-end;
  height: 936px;
}

.home-three-property-marquee-card-box {
  grid-row-gap: 30px;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-three-why-choose-property-marquee-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff, #ffffff80 11%, #fff0 23% 80%, #ffffffc7 91%, #fff);
  position: absolute;
  inset: 0%;
}

.about-animation-image-wrapper {
  width: 45%;
  position: relative;
}

.heading-65 {
  margin-top: -9px;
}

.about-year {
  font-size: 5.5rem;
}

.about-year.size--small {
  color: #63a797;
  margin-top: -6px;
  font-size: 3.5rem;
}

.locations-title-5 {
  z-index: 2;
  color: #f5f5f5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  padding-top: 7px;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
}

.about-flex {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin-left: 29px;
  display: flex;
}

.footer-links-wrapper-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
}

.icon-arrow-left-3 {
  margin-right: 0;
  font-size: 25px;
  font-weight: 900;
  transform: scale(1.5);
}

.locations-left-arrow-4 {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.contain-image-block {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  right: -20%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.color-white-3 {
  color: #f5f5f5;
}

.overlay-wrapper {
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-contain-wrapper {
  width: 100%;
  height: 100%;
}

.footer-text-wrapper-4 {
  background-color: #0000;
  width: 90%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.global-small-text-second {
  font-size: .8rem;
}

.locations-amount-3 {
  z-index: 100;
  color: #f5f5f5;
  text-align: center;
  position: relative;
}

.is--color-green-variable-6 {
  color: #63a797;
}

.image-wrapper-2 {
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container-full-20 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full-20.padding-144px {
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 144px;
}

.container-full-20.padding-72px {
  background-color: #0000;
  margin-top: -96px;
  padding-left: 72px;
  padding-right: 72px;
}

.container-full-20.padding-144px {
  background-color: #111;
  max-width: 100%;
  margin-top: -36px;
  padding-left: 144px;
  padding-right: 144px;
}

.container-full-20.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.container-full-20.padding-144px {
  margin-top: 0;
  padding-left: 144px;
  padding-right: 144px;
}

.footer-link-7 {
  color: #a1a1a1;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.footer-link-7:hover {
  color: #e3af5a;
}

.image-93 {
  border-radius: 17px;
  height: 420px;
  box-shadow: 0 2px 5px #000;
}

.first-line-second-version {
  display: block;
  position: relative;
}

.image-overlay-2 {
  transform-origin: 0 0;
  background-color: #63a797;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.footer-links-title-3 {
  color: #a1a1a1;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  line-height: 2;
}

.logo-text-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e3af5a, #ffddb5);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  line-height: 1.5rem;
}

.locations-right-arrow-4 {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
  transform: scale(1.5);
}

.about-flex-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.about-flex-right.second {
  justify-content: space-between;
  width: 100%;
}

.overflow-hidden-second {
  overflow: hidden;
}

.footer-wrapper-4 {
  background-color: #0a0a0a;
  width: 1245px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
}

.normal-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
}

.normal-title.none-margin {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.normal-title.none-margin.text-align-left {
  color: #f5f5f5;
  text-align: left;
  width: 600px;
  font-family: Gilda Display, sans-serif;
}

.text-animation-wrapper {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.centered-h6-19 {
  color: #c5661f;
  margin-top: 39px;
  margin-bottom: 0;
  padding-left: 7px;
}

.footer-bottom-flex-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-p-second {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.about-p-second.text-align-left {
  text-align: left;
  max-width: 75%;
}

.about-p-second.text-align-left.second-version {
  color: #5c5757;
  width: 600px;
  max-width: 600px;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 21px;
  line-height: 1.3em;
}

.logo-text-small-5 {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 1rem;
}

.description-max-width-19 {
  text-align: center;
  width: 800px;
  max-width: 800px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilda Display, sans-serif;
}

.about-right {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.footer-text-3 {
  color: #a1a1a1;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.flex-footer-3 {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-year-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hp-inner-page-demos-content-wrap {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1250px;
  height: 696.094px;
  margin-top: 51px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 2px;
  position: absolute;
  box-shadow: 0 2px 5px #030000db;
}

.image-locations-4 {
  object-fit: cover;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-full-21 {
  background-color: #0a0a0a;
  max-width: 1440px;
  margin-top: 93px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.title-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-copy.fade-in-animation {
  margin-top: -72px;
  margin-bottom: 33px;
}

.title-wrapper-copy.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title-wrapper-copy.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.title-wrapper-copy.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-wrapper-copy.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 75px;
  margin-left: 200px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.page-loader {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload-container {
  z-index: 100;
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  position: relative;
}

.preload-word-wrapper {
  overflow: hidden;
}

.preload-bg-wrapper {
  display: flex;
  position: absolute;
  inset: 0%;
}

.preload-bg {
  background-color: #16181d;
  width: 50%;
  height: 100%;
}

.page-loader-copy {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-94 {
  text-align: center;
  margin-top: -24px;
  margin-left: 20px;
  transform: translate(2px);
}

.title-wrapper-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-copy-copy.fade-in-animation {
  margin-top: -72px;
  margin-bottom: 33px;
}

.title-wrapper-copy-copy.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title-wrapper-copy-copy.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.title-wrapper-copy-copy.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-wrapper-copy-copy.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 75px;
  margin-left: 200px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.section-252 {
  margin-left: -149px;
}

.container-full-copy.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.container-full-copy.padding-144px {
  background-color: #1d1303;
  max-width: 1200px;
  margin-top: 39px;
  padding-bottom: 20px;
  padding-left: 144px;
  padding-right: 144px;
}

.container-full-copy.listings-01 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 140px;
  margin-left: 0;
  padding: 0 140px 0 0;
  overflow: visible;
}

.container-full-copy.listings-02-03 {
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.nav-link-box {
  align-items: center;
}

.home-three-dropdaown-2 {
  margin-left: auto;
  margin-right: auto;
}

.style-three-phone-button-txt {
  z-index: 10;
  font-weight: 600;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left-container.style-three-header-container {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 0 50px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.home-three-dropdown-menu {
  letter-spacing: .14rem;
  line-height: 1rem;
}

.home-three-dropdown-menu.black-color {
  color: #000;
  background-color: #fff;
  width: 110%;
  height: 110%;
  padding-bottom: 0;
  padding-right: 0;
}

.home-three-dropdown-list {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 7px 7px 20px #0000001a;
}

.home-three-nav-menu-brand {
  align-items: center;
  width: 100%;
  padding: .5rem 0;
  display: flex;
}

.navbar-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 14px;
  padding-right: 200px;
  font-size: 13px;
  display: flex;
}

.home-three-call-button-text {
  text-align: right;
  height: 18px;
  padding-right: 1.2rem;
  overflow: hidden;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-one-button-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
}

.home-three-dropdown-link-2 {
  color: #000;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .45s;
  transform: translate(0);
}

.home-three-dropdown-link-2:hover {
  color: #ee5e00;
  transform: translate(5px);
}

.home-three-dropdown-link-2.w--current {
  color: #000;
}

.style-three-phone-button {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
}

.style-three-phone-button.responsive-hidden {
  display: none;
}

.container-two {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-three-dropdown-icon {
  align-items: center;
  height: auto;
  margin-bottom: 2px;
  margin-left: .5rem;
  font-size: .7rem;
  font-weight: 300;
  top: 4px;
}

.navbar-wrapper {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper-3 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-three-nav-brand {
  z-index: 99;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-three-dropdown {
  grid-row-gap: 2px;
  cursor: pointer;
  flex-direction: column;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.home-three-button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.style-three-menu-dropdown-toggle-3 {
  color: #fff;
  letter-spacing: .105rem;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-top: -39px;
  margin-left: 0;
  padding: 34px 24px 17px 17px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.home-three-dropdown-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-wrapper-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper-4 {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-three-menu-dropdown-toggle-4 {
  color: #fff;
  letter-spacing: .105rem;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  padding: 34px 24px 30px 17px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.container-three {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.second-line {
  width: 120%;
}

.hp-template-item {
  border-radius: 24px;
  padding: 1px;
}

.landing-home-page-big-text-copy {
  opacity: .62;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Tab-Change-image-2.webp'), linear-gradient(#eed0bc, #fff0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -108px;
  font-size: 12rem;
  font-weight: 700;
  line-height: 26.25rem;
}

.container-one {
  background-color: #9c999917;
  border: 1px solid #363434;
  border-radius: 0;
  max-width: 1260px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(0);
}

.hp-template-content-wrap-8 {
  background-color: #15110a;
  border-radius: 32px;
  width: 1200px;
  height: 600px;
  margin-top: 54px;
  margin-left: 32px;
  margin-right: 0;
  padding-top: 118px;
  padding-bottom: 0;
  box-shadow: 0 2px 6px #000;
}

.section-131 {
  margin-top: 0;
}

.hp_hero_banner_wrapper {
  z-index: 1;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  width: 1200px;
  max-width: 1100px;
  height: 300px;
  margin-top: 21px;
  margin-bottom: 60px;
  margin-left: 20px;
  padding-top: 144px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  transform: translate(29px);
  box-shadow: -3px 8px 15px -5px #000;
}

.hover-line-33 {
  mix-blend-mode: normal;
  background-image: linear-gradient(111deg, #0000, #36ffdb80 50%, #fff0);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.home-one-destination-large-image-wrap-3 {
  z-index: 3;
  width: 1400px;
  height: 125px;
  margin-top: -84px;
  margin-left: -98px;
  box-shadow: 5px -1px 14px 2px #01020ed9;
}

.mortagagecalculatr {
  background-color: #15110a;
  border-radius: 32px;
  width: 90%;
  height: 600px;
  margin-top: 54px;
  margin-left: 74px;
  margin-right: 0;
  padding-top: 118px;
  padding-bottom: 0;
  padding-right: 20px;
  box-shadow: 0 2px 6px #000;
}

.landing {
  margin-top: auto;
}

.hp-template-item-banner-wrap-copy {
  width: 92%;
  margin-left: 0;
}

.container-one-11 {
  max-width: 1260px;
  margin: -183px auto 30px 98px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
}

.principle-second-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.principle-second-block.ai-child {
  background-color: #191d1b99;
  width: 600px;
  height: 100%;
  margin-top: 6px;
  padding-left: .125em;
  padding-right: .125em;
}

.inside-button-14 {
  z-index: 2;
  background-color: #000201;
  border: 1px #000;
  border-radius: 100px;
  padding: 16px 25px;
  position: relative;
  overflow: hidden;
}

.inside-button-14.none-padding {
  padding: 0;
}

.inside-button-14.none-padding.ai-child {
  border-radius: 1em;
  height: 500px;
}

.text-center-10 {
  text-align: center;
  margin-top: -141px;
  font-family: Gilda Display, sans-serif;
}

.centered-15 {
  color: #bdb5b5;
  text-align: center;
  margin-top: -120px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Gilda Display, sans-serif;
  list-style: none;
}

.hp-template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 140px;
  display: grid;
}

.principle-second-block-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.principle-second-block-copy.ai-child {
  background-color: #191d1b99;
  width: 100%;
  min-width: 99.997%;
  max-width: 100%;
  min-height: 105.587%;
  margin-top: 0;
  padding: 0 .125em;
}

.text-overflow-hidden-18 {
  position: relative;
  overflow: hidden;
}

.hero-title-wrapper-2-copy {
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.hero-title-wrapper-2-copy.second-version {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.hero-title-wrapper-2-copy.second-version.have--position {
  z-index: 2;
  width: 75%;
  margin-top: -57px;
  margin-left: 80px;
  position: relative;
}

.navbar-wrapper-5 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-171 {
  background-image: url('../images/hero-bottom-bg-img.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 153px;
  box-shadow: 0 2px 5px #030000;
}

.button-text-20-copy {
  z-index: 111;
  text-align: center;
  text-transform: capitalize;
  width: 300px;
  position: relative;
}

.hp_hero_banner_wrapper-4 {
  z-index: 1;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  margin-top: 42px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}

.hp_hero_banner_wrapper-4.hp-hero-inner {
  background-color: #0c0c0c;
  background-image: none;
  border-radius: 0;
  width: 1300px;
  height: 900px;
  margin-top: 101px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0);
  box-shadow: 0 2px 6px #000;
}

.first-line {
  display: block;
}

.platform-child-7-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -87px;
  margin-left: -86px;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.small-text {
  color: #63a797;
  letter-spacing: -1px;
  font-size: 1.1rem;
}

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

.text-align-center-14.none-margin {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
}

.text-align-center-14.none-margin.second-home-title {
  text-align: center;
  font-size: 2.6rem;
}

.text-align-center-14.none-margin.second-home-title.left {
  color: #c5661f;
  text-align: left;
  width: 75%;
}

.service-one-work {
  background-color: #f1e8e2;
  margin-top: -93px;
  padding-top: 208px;
}

.service-one-work.overflow-none {
  background-color: #0d0d0c;
  margin-top: 90px;
  padding-bottom: 20px;
}

.landing-hero-image-wrap {
  justify-content: space-between;
  max-width: 1920px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.section-193 {
  background-color: #111;
  padding-bottom: 20px;
}

.section-253 {
  background-color: #0000;
  margin-top: 100px;
}

.home-video {
  z-index: -1;
  mix-blend-mode: normal;
  border-radius: 20px;
  width: 1250px;
  height: 600px;
  margin-top: -39px;
  margin-left: -38px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.landing-hero-right-image-two {
  z-index: 2;
  position: absolute;
  inset: 80px -50px auto auto;
}

.link-block-5 {
  width: 100.001%;
  max-width: 100.001%;
  min-height: 100%;
  margin-top: 0;
}

.slide-animation-wrapper {
  font-size: 12px;
}

.section-113 {
  background-image: url('../images/analysis_banner_1analysis_banner.avif');
  background-position: 0 0;
  background-size: 1024px;
  margin-top: 0;
  padding-top: 4px;
}

.large-paragraph-copy {
  color: #f2f2f2;
  font-size: 1rem;
}

.large-paragraph-copy.for--hero {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

.large-paragraph-copy.for--hero.for--second-home {
  text-align: left;
  width: 500px;
  height: 280px;
  margin-bottom: -200px;
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1.2em;
}

.container-one-10 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-page-wrap-copy-4 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  margin-top: 10px;
}

.container-62 {
  width: 1100px;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-mobile {
  background-color: #f6f1ed;
}

.hp_hero_banner_wrapper-11 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: screen;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1200px;
  max-width: 1200px;
  height: 465px;
  margin-top: -200px;
  margin-bottom: 60px;
  margin-left: -29px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  transform: translate(29px);
  box-shadow: 1px 1px 17px 4px #000;
}

.hp-template-item-content-wrap {
  background-color: #13111205;
  border-radius: 24px;
  width: 600px;
  height: 452.406px;
  padding-bottom: 32px;
}

.section-254 {
  color: #5c5757;
  background-color: #0c0c0c;
  margin-top: 66px;
}

.landing-hero {
  background-color: #1c1d23;
  padding-top: 203px;
}

.landing-hero.overflow-none {
  background-color: #0a0a0a;
  margin-top: 0;
  padding-top: 62px;
  padding-bottom: 0;
}

.link-block-6 {
  margin-top: 200px;
}

.landing-hero-left-image-three {
  position: absolute;
  inset: auto 0% 0% auto;
}

.landing-variable {
  background-color: #070706;
  background-image: url('../images/Slider-text-Bg.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #070000;
}

.paragraph-6 {
  color: #bdb5b5;
  width: 1000px;
  margin-top: 9px;
  margin-left: 104px;
  font-family: Lato, sans-serif;
}

.section-111 {
  margin-top: 0;
}

.image-87-copy {
  border-radius: 13px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 110%;
  min-height: 110%;
  margin-top: -52px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: scale(.8);
}

.style-two-header {
  z-index: 300;
  background-color: #fff;
  width: 100%;
  margin-top: -18px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 8px 10px #000;
}

.landing-hero-left-image-wrap {
  display: none;
  position: relative;
  top: -99px;
  left: -17px;
}

.is--color-green-variable-4 {
  color: #63a797;
}

.landing-hero-right-image-three {
  z-index: 2;
  position: absolute;
  inset: auto auto 60px -217px;
}

.style-two-header-2 {
  z-index: 300;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button-text-20 {
  z-index: 111;
  text-align: center;
  text-transform: capitalize;
  width: 300px;
  position: relative;
}

.section-110 {
  margin-top: -168px;
}

.section-255 {
  background-color: #0d0d0c;
}

.centered-16 {
  text-align: center;
  list-style: none;
}

.centered-h6-20 {
  color: var(--primary);
  padding-left: 7px;
  font-family: Barlow Condensed, sans-serif;
}

.image-steps-wrapper-9 {
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  min-height: 240px;
  max-height: 240px;
  margin-top: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay-4 {
  z-index: 100;
  background-color: #e3af5a;
  display: none;
  position: absolute;
  inset: 0%;
}

.title-wrapper-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 10px;
  display: flex;
}

.trigger-3 {
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.section-256 {
  margin-top: 126px;
}

.description-max-width-copy {
  color: var(--slate-grey);
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 20px auto 100px -8px;
  padding-top: 7px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 1.3em;
}

.image-98 {
  width: 100%;
  height: 55px;
  margin-left: 41px;
}

.code-embed {
  margin-top: 108px;
}

.trigger-3-copy {
  position: absolute;
  inset: 0%;
}

.image-steps-wrapper-9-copy {
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  min-height: 240px;
  max-height: 240px;
  margin-top: -24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-258 {
  background-color: #111;
}

.heading-67 {
  margin-top: -9px;
}

.locations-card-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

.locations-left-arrow-5 {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.color-white-4 {
  color: #f5f5f5;
}

.locations-amount-4 {
  z-index: 100;
  color: #f5f5f5;
  text-align: center;
  position: relative;
}

.centered-h6-21 {
  color: #c5661f;
  margin-top: 39px;
  margin-bottom: 0;
  padding-left: 7px;
}

.image-99 {
  border-radius: 17px;
  height: 420px;
  box-shadow: 0 2px 5px #000;
}

.locations-right-arrow-5 {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
  transform: scale(1.5);
}

.description-max-width-20 {
  text-align: center;
  max-width: 850px;
  margin-top: -15px;
  margin-left: 41px;
  margin-right: auto;
  font-family: Gilda Display, sans-serif;
}

.image-locations-5 {
  object-fit: cover;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
}

.code-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-259 {
  text-align: center;
}

.heading-68 {
  padding-left: 10px;
}

.image-100 {
  margin-top: 10px;
  margin-left: 26px;
}

.code-embed-4 {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}

.us-for-military {
  width: 1600px;
  min-height: 112px;
  margin-left: -146px;
}

.landing-home-page-wrap-copy-copy {
  line-height: 12rem;
}

.redefi {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.redefi.fade-in-animation {
  margin-top: -72px;
  margin-bottom: 33px;
}

.redefi.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.redefi.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.redefi.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.redefi.align-left.slide-in-from-left-animation {
  margin-left: 60px;
}

.redefi.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 63px;
  margin-left: 56px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.redefi.redefin {
  margin-top: 0;
  margin-bottom: 0;
}

.ww {
  color: var(--slate-grey);
  text-align: center;
  width: 900px;
  max-width: 900px;
  margin: 0 auto 40px 200px;
  padding-top: 7px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 1.3em;
  position: absolute;
}

.ww.slide-up-animation {
  margin-left: -200px;
}

.code-embed-5 {
  margin-top: -183px;
  padding-top: 140px;
}

.introbackdrop-copy {
  width: 100%;
  margin-top: 153px;
  margin-left: -1px;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global.padding-section-small {
  background-color: #221b0f;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.code-embed-18 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 0;
  padding-bottom: 11px;
}

.section_contact2_hero {
  background-image: url('../images/background1_1background1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}

.text-style-badge {
  color: #fbfbfb;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#111, #111);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: -22px;
  font-size: 1rem;
  line-height: 1.4;
}

.text-style-badge.text-align-center {
  color: #221b0f;
}

.contact2_hero_header {
  background-color: #eaeae9;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 2px 5px #000000bf;
}

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

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

.createmillaccount {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.createmillaccount.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.createmillaccount.home-background.no-max-width {
  margin-top: 0;
}

.createmillaccount.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.createmillaccount.padding-72px {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.createmillaccount.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding-bottom: 0;
  padding-left: 144px;
  padding-right: 144px;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.createmillaccount.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.createmillaccount.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.createmillaccount.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.createmillaccount.no-max-width {
  margin-top: 0;
}

.createmillaccount.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.createmillaccount.listings-02-03 {
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.createmillaccount.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.createmillaccount.padding-72px-copy {
  margin-top: -78px;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.heading-69 {
  line-height: 15em;
}

.heading-70 {
  font-size: 16px;
}

.heading-71 {
  width: 100%;
  margin-top: -18px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

.slide-animation-wrapper-copy {
  font-size: 12px;
  line-height: 1;
}

.paragraph-7 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-social-links-wrapper-copy {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  display: flex;
}

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

.belowsanpshot {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: -1px;
}

.reatorscontainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.reatorscontainer.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.reatorscontainer.home-background.no-max-width {
  margin-top: 0;
}

.reatorscontainer.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.reatorscontainer.padding-72px {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.reatorscontainer.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding-bottom: 0;
  padding-left: 144px;
  padding-right: 144px;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.reatorscontainer.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.reatorscontainer.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.reatorscontainer.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.reatorscontainer.no-max-width {
  margin-top: 0;
}

.reatorscontainer.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.reatorscontainer.listings-02-03 {
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.reatorscontainer.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.reatorscontainer.realtorcontatiners {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.features-description-copy {
  text-align: right;
  max-width: 500px;
  font-weight: 400;
}

.heading-72 {
  text-align: center;
  margin-top: -9px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.heading-73 {
  width: 110%;
  margin-left: -11px;
}

.heading-74 {
  width: 110%;
  margin-left: -14px;
}

.heading-75 {
  margin-left: -11px;
}

.paragraph-16-copy {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

.tornav {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tornav.style-three-header-container {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 0 50px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.heading-76 {
  width: 600px;
}

.pcsheading {
  width: 900px;
}

.heading-77 {
  width: 100%;
  padding-top: 0;
}

.home-two-card-marquee-box-4 {
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}

.section-260 {
  width: 101%;
  height: 100.001%;
  margin-top: 0;
  margin-left: -11px;
}

.image-117 {
  width: 47.3024%;
  box-shadow: 0 2px 5px #574526;
}

.hp_hero_banner_wrapper-12 {
  z-index: 1;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 32px;
  width: 1200px;
  max-width: 1100px;
  height: 300px;
  margin-top: 21px;
  margin-bottom: 60px;
  margin-left: 110px;
  padding-top: 144px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  transform: translate(29px);
  box-shadow: -3px 8px 15px -5px #000;
}

.home-video-2 {
  z-index: -1;
  mix-blend-mode: screen;
  border-radius: 20px;
  width: 1250px;
  height: 600px;
  margin-top: -38px;
  margin-left: -62px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.text-center-11 {
  text-align: center;
  margin-top: -141px;
  font-family: Gilda Display, sans-serif;
}

.home-two-card-marquee {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  left: 0%;
  right: 0%;
}

.card-item-4 {
  width: 300px;
  height: 30rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000008a;
}

.image-118, .image-116 {
  width: 43%;
  box-shadow: 0 2px 5px #574526;
}

.cards-grid-7 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0;
  padding-bottom: 23px;
  display: grid;
  position: static;
}

.hp_hero_banner_wrapper-13 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: color-dodge;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 1200px;
  max-width: 1200px;
  height: 465px;
  margin-top: -200px;
  margin-bottom: 60px;
  margin-left: -35px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  transform: translate(29px);
  box-shadow: 1px 1px 17px 4px #000;
}

.card-text-details-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #15110a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  min-height: 100%;
  max-height: 909%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #00000061;
}

.card-link-6 {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.home-two-card-marquee-block {
  flex: none;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.paragraph-17 {
  color: #bdb5b5;
  width: 1000px;
  margin-top: 9px;
  margin-left: 104px;
  font-family: Lato, sans-serif;
}

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

.text-center-12.margin-top-forty {
  color: #5c5757;
  margin-top: 12px;
  font-family: Gilda Display, sans-serif;
}

.areascontainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.areascontainer.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.areascontainer.home-background.no-max-width {
  margin-top: 0;
}

.areascontainer.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.areascontainer.padding-72px {
  margin-top: 0;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.areascontainer.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding: 20px 144px 0;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.areascontainer.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.areascontainer.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.areascontainer.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.areascontainer.no-max-width {
  margin-top: 0;
}

.areascontainer.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.areascontainer.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.areascontainer.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.areascontainer.areas {
  max-width: 100%;
  margin-top: -137px;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.areascontaineres {
  width: 100%;
  margin-top: 0;
  margin-left: -1px;
  padding-top: 26px;
}

.fourimages {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.fourimages.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.fourimages.home-background.no-max-width {
  margin-top: 0;
}

.fourimages.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.fourimages.padding-72px {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.fourimages.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding: 20px 144px 0;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.fourimages.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fourimages.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.fourimages.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.fourimages.no-max-width {
  margin-top: 0;
}

.fourimages.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.fourimages.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.fourimages.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.fourimages._4iamges {
  margin-top: 96px;
  padding: 0 20px;
}

.resourcescabineset {
  width: 100%;
  margin-top: 108px;
  margin-left: -1px;
}

.resourcestitles {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 2.8rem;
}

.resourcessection {
  width: 100%;
  margin-top: 0;
  margin-left: -1px;
}

.citiestitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.citiestitle.fade-in-animation {
  margin-top: -72px;
  margin-bottom: 33px;
}

.citiestitle.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
}

.citiestitle.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
  margin-bottom: 17px;
  margin-left: 0;
  padding-left: 60px;
}

.citiestitle.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.citiestitle.align-left.slide-in-from-left-animation {
  margin-left: 60px;
}

.citiestitle.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 63px;
  margin-left: 56px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.citiestitle.citiestitles {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 220px;
  margin-bottom: 17px;
  margin-left: 71px;
  padding-left: 60px;
}

.citiestitle.citiestitles.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.citiestitle.citiestitles.slide-in-from-left-animation {
  margin-left: 60px;
}

.container-full-copy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full-copy.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.container-full-copy.home-background.no-max-width {
  margin-top: 0;
}

.container-full-copy.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.container-full-copy.aioucontianter {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.container-full-copy.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding: 20px 144px 0;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.container-full-copy.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-full-copy.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.container-full-copy.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.container-full-copy.no-max-width {
  margin-top: 0;
}

.container-full-copy.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.container-full-copy.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.container-full-copy.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.orozconavbar {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.orozconavbar.style-three-header-container {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 0 50px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.orozconavbar.style-three-header-container-copy {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 10px 50px 0;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.tormain {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tormain.tormainpage {
  background-color: #ffffff08;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 0;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.tormain.style-three-header-container {
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 12px 1px #000;
}

.buttons-row-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-line-43 {
  mix-blend-mode: normal;
  background-image: linear-gradient(111deg, #0000, #a78144 50%, #4effdf70 56%, #fff0);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.button-text-32 {
  z-index: 111;
  text-align: center;
  text-transform: capitalize;
  width: 350px;
  position: relative;
}

.primary-glow-wrapper-22 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.pedding-stroke-13 {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 1.5px;
  position: relative;
  overflow: hidden;
}

.heading-80 {
  width: 100%;
}

.heading-81 {
  transform-style: preserve-3d;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
}

.psychquiz {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.psychquiz.reverse-on-tab {
  width: 90%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.psychquiz.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.psychquiz.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.psychquiz.aiouquiz {
  width: 90%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.inside-the-ficuciary {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.inside-the-ficuciary.reverse-on-tab {
  width: 90%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.inside-the-ficuciary.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.inside-the-ficuciary.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.videosectionintro {
  width: 100%;
  margin-top: 40px;
  margin-left: -1px;
}

.titlebelowabout-us {
  text-align: center;
  font-size: 18px;
}

.bold-text-9 {
  font-weight: 400;
}

.centered-h6-22 {
  padding-left: 7px;
}

.button-text-with-overlay-2 {
  z-index: 2;
  color: #f5f5f5;
  position: relative;
}

.icon-arrow-left-4 {
  margin-right: 0;
  font-size: 25px;
  font-weight: 900;
}

.space-semi-2 {
  min-height: 60px;
}

.title-wrapper-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-16.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.icon-arrow-right-3 {
  font-size: 25px;
  font-weight: 900;
}

.button-2 {
  color: #e3af5a;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.section {
  width: 100%;
}

.space-large {
  min-height: 112px;
}

.button-overlay-2 {
  z-index: 1;
  background-color: #252525;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay-2:hover {
  border-color: #0000;
}

.locations-left-arrow-6 {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.description-max-width-21 {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.button-yellow-2 {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e3af5a;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-yellow-2:hover {
  color: #111;
  background-color: #f5f5f5;
}

.space-mid-2 {
  min-height: 96px;
}

.gradient-overlay-2 {
  z-index: 99;
  background-image: linear-gradient(90deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay-top-2 {
  z-index: 99;
  background-image: linear-gradient(0deg, #0000 50%, #070b14);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-263 {
  width: 100%;
}

.cta-text-wrapper-2 {
  z-index: 100;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.gradient-overlay-bottom-2 {
  z-index: 99;
  background-image: linear-gradient(0deg, #070b14, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.centered-h6-23 {
  padding-left: 7px;
}

.centered-17 {
  text-align: center;
  list-style: none;
}

.testimonial-listing-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial-client-wrapper-4 {
  grid-column-gap: 30px;
  flex-wrap: nowrap;
  display: flex;
}

.testimonial-name-2 {
  color: #f5f5f5;
  font-size: 18px;
}

.testimonial-position-2 {
  color: #e3af5a;
  font-size: 15px;
}

.section-264 {
  width: 100%;
}

.flex-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-wrapper.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.space-5 {
  min-height: 64px;
}

.section-265 {
  width: 100%;
}

.space-large-6 {
  min-height: 112px;
}

.section-266 {
  width: 100%;
}

.space-large-7 {
  min-height: 112px;
}

.section-267 {
  width: 100%;
}

.space-large-8, .space-large-9 {
  min-height: 112px;
}

.miitary-video-intor {
  width: 100%;
  margin-top: 0;
  margin-bottom: 33px;
  margin-left: -1px;
}

.code-embed-19 {
  padding-top: 29px;
  padding-bottom: 60px;
}

.code-embed-20 {
  margin-top: 51px;
  padding-top: 0;
}

.va-3rd-cabinet {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: stretch center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: grid;
}

.snapshot-and-va-cab {
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.heading-85 {
  text-align: center;
  background-color: #0000001c;
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
}

.citydemographics {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.citydemographics.padding-144px {
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 144px;
}

.citydemographics.padding-72px {
  background-color: #0000;
  margin-top: -96px;
  padding-left: 72px;
  padding-right: 72px;
}

.citydemographics.padding-144px {
  background-color: #111;
  margin-top: -36px;
  padding-left: 144px;
  padding-right: 144px;
}

.citydemographics.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.citydemographics.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.citydemographics.cities {
  background-color: #111;
  margin-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.title-for-cities {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-for-cities.fade-in-animation {
  margin-top: -72px;
  margin-bottom: 33px;
}

.title-for-cities.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
}

.title-for-cities.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 0;
  margin-left: -47px;
  padding-left: 0;
}

.title-for-cities.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-for-cities.align-left.slide-in-from-left-animation {
  width: 90%;
  margin-top: 0;
  margin-left: 60px;
}

.title-for-cities.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 63px;
  margin-left: 56px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.title-for-cities.cities-tieles {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 0;
  margin-left: -47px;
  padding-left: 0;
}

.title-for-cities.cities-tieles.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.title-for-cities.cities-tieles.slide-in-from-left-animation {
  width: 90%;
  margin-top: 0;
  margin-left: 60px;
}

.actual-city {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

.body-4 {
  margin-top: 51px;
}

.heading-86 {
  width: 100%;
  margin-top: -6px;
  padding-top: 0;
}

.orozcothank-you {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.orozcothank-you.fade-in-animation {
  width: 100%;
  margin-top: 0;
  margin-bottom: 33px;
}

.orozcothank-you.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
}

.orozcothank-you.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 0;
  margin-left: -47px;
  padding-left: 0;
}

.orozcothank-you.align-left.no-gap.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.orozcothank-you.align-left.slide-in-from-left-animation {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.orozcothank-you.fade-in-animation {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  width: 900px;
  height: 200px;
  margin-top: 63px;
  margin-left: 56px;
  padding-bottom: 5px;
  padding-right: 38px;
  transform: translate(0);
  box-shadow: 0 2px 11px 1px #070101;
}

.rs-for-buyerprofile {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 4px;
  position: static;
  top: -10px;
}

.gradient-overlay-3 {
  z-index: 99;
  background-image: linear-gradient(90deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-image-2 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 50%;
  min-width: 720px;
  max-width: 720px;
  min-height: 720px;
  max-height: 720px;
  padding-top: 56px;
  padding-left: 0;
  padding-right: 47px;
  position: relative;
}

.button-yellow-3 {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e3af5a;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
  box-shadow: 0 2px 5px 1px #000000f7;
}

.button-yellow-3:hover {
  color: #111;
  background-color: #f5f5f5;
}

.aiou-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-wrapper-2 {
  grid-row-gap: 0px;
  background-color: var(--blue);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 90%;
  margin-top: 60px;
  display: grid;
}

.finance-cal-title.slide-in-from-left-animation {
  color: #fff;
  letter-spacing: 0;
  width: 650px;
  margin-top: -.8em;
  font-family: Gilda Display, sans-serif;
}

.cta-text-wrapper-3 {
  z-index: 100;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #070b14;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 62px;
  display: flex;
  position: relative;
}

.finance-overlay {
  z-index: 99;
  background-image: linear-gradient(90deg, #070b14, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed-21 {
  margin-top: 90px;
  margin-bottom: 100px;
}

.body-5 {
  background-color: var(--black);
}

.welcome-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.welcome-container.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.welcome-container.home-background.no-max-width {
  margin-top: 0;
}

.welcome-container.padding-216px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.welcome-container.padding-72px {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.welcome-container.padding-144px {
  text-align: center;
  background-color: #1a1614;
  border-radius: 0;
  max-width: 1200px;
  margin-top: 42px;
  margin-bottom: 140px;
  padding: 20px 60px 40px;
  box-shadow: 0 2px 9px -6px #000000b5;
}

.welcome-container.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.welcome-container.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.welcome-container.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.welcome-container.no-max-width {
  margin-top: 0;
}

.welcome-container.listings-01 {
  text-align: center;
  max-width: 100%;
  margin-top: 39px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.welcome-container.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.welcome-container.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.actual-citiy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.actual-citiy.padding-144px {
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 144px;
}

.actual-citiy.padding-72px {
  background-color: #0000;
  margin-top: -96px;
  padding-left: 72px;
  padding-right: 72px;
}

.actual-citiy.padding-144px {
  background-color: #111;
  max-width: 100%;
  margin-top: -36px;
  padding-left: 144px;
  padding-right: 144px;
}

.actual-citiy.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.actual-citiy.padding-144px {
  margin-top: 0;
  padding-left: 144px;
  padding-right: 144px;
}

.locations-card-6-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

.actual-citiy-copy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.actual-citiy-copy.padding-144px {
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 144px;
}

.actual-citiy-copy.padding-72px {
  background-color: #0000;
  margin-top: -96px;
  padding-left: 72px;
  padding-right: 72px;
}

.actual-citiy-copy.padding-144px {
  text-align: center;
  background-color: #111;
  max-width: 100%;
  margin-top: -36px;
  padding-left: 144px;
  padding-right: 144px;
  position: static;
}

.actual-citiy-copy.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.actual-citiy-copy.padding-144px {
  margin-top: 0;
  padding-left: 144px;
  padding-right: 144px;
}

.aiouwrapper-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-top: 220px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.aiouwrapper-copy.reverse-on-tab {
  width: 90%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.aiouwrapper-copy.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.aiouwrapper-copy.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.fourimages-copy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.fourimages-copy.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.fourimages-copy.home-background.no-max-width {
  margin-top: 0;
}

.fourimages-copy.padding-216px {
  padding-left: 0;
  padding-right: 0;
}

.fourimages-copy.padding-72px {
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.fourimages-copy.padding-144px {
  background-color: #1a1614;
  max-width: 1200px;
  margin-top: 39px;
  padding: 20px 144px 0;
  box-shadow: 0 2px 9px -6px #0000008f;
}

.fourimages-copy.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fourimages-copy.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.fourimages-copy.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.fourimages-copy.no-max-width {
  margin-top: 0;
}

.fourimages-copy.listings-01 {
  margin-top: 39px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.fourimages-copy.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.fourimages-copy.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.fourimages-copy._4iamges {
  margin-top: 96px;
  padding: 0 20px;
}

.mainpage-button {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  background-color: #ee5e00;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.mainpage-button.margin-top-thirty {
  background-color: #db5700;
  margin-left: 8px;
}

.mainpage-button.nav-button, .mainpage-button.main-button {
  padding: 14px 25px;
  font-size: .75rem;
  display: none;
}

.navbar-wrapper-copy {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-final {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-us-final.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.contact-us-final.home-background.no-max-width {
  margin-top: 0;
}

.contact-us-final.padding-216px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.contact-us-final.padding-72px {
  max-width: 113%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.contact-us-final.padding-144px {
  text-align: center;
  background-color: #1a1614;
  border-radius: 0;
  max-width: 1200px;
  margin-top: 42px;
  margin-bottom: 140px;
  padding: 20px 60px 40px;
  box-shadow: 0 2px 9px -6px #000000b5;
}

.contact-us-final.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contact-us-final.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.contact-us-final.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.contact-us-final.no-max-width {
  margin-top: 0;
}

.contact-us-final.listings-01 {
  text-align: center;
  max-width: 100%;
  margin-top: 39px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.contact-us-final.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.contact-us-final.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.contact-us-conainer {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0 0;
  background-size: auto;
  flex-wrap: wrap;
  justify-content: center;
  width: 99.9996%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0009;
}

.contact-us-conainer.centered {
  justify-content: center;
}

.contact-us-final-copy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-us-final-copy.home-background {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #0c0c0c80 35%, #0e0e0e99 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
}

.contact-us-final-copy.home-background.no-max-width {
  margin-top: 0;
}

.contact-us-final-copy.padding-216px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.contact-us-final-copy.padding-72px {
  max-width: 113%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
}

.contact-us-final-copy.padding-144px {
  text-align: center;
  background-color: #1a1614;
  border-radius: 0;
  max-width: 1200px;
  margin-top: 42px;
  margin-bottom: 140px;
  padding: 20px 60px 40px;
  box-shadow: 0 2px 9px -6px #000000b5;
}

.contact-us-final-copy.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contact-us-final-copy.about-background-03 {
  background-image: url('../images/a-chair-in-a-room-Square.jpg');
  background-position: 50% 33%;
  background-size: cover;
  max-width: none;
}

.contact-us-final-copy.about-background {
  background-image: url('../images/About-Image-Overlay.png'), url('../images/About-Image.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  max-width: none;
}

.contact-us-final-copy.no-max-width {
  margin-top: 0;
}

.contact-us-final-copy.listings-01 {
  text-align: center;
  max-width: 100%;
  margin-top: 39px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.contact-us-final-copy.listings-02-03 {
  margin-top: 200px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: visible;
}

.contact-us-final-copy.padding-72px {
  background-color: #0000;
  max-width: 1600px;
  margin-top: -96px;
  padding-right: 72px;
}

.heading-87 {
  margin-top: 20px;
}

.resources-main-4-conver {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  transform: scale(1.1);
}

.resources-main-4-conver.reverse-on-tab {
  width: 100%;
  margin-top: 171px;
  margin-bottom: 220px;
  margin-left: 29px;
}

.resources-main-4-conver.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.resources-main-4-conver.gap-96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.redefiend-body {
  background-color: var(--black);
}

@media screen and (min-width: 1280px) {
  .introbackdrop {
    margin-top: 200px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .centered {
    margin-top: 0;
  }

  .aiouwrapper {
    width: 100%;
    margin-left: 0;
  }

  .aiouwrapper.reverse-on-tab {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-full.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .container-full.padding-144px {
    background-color: #1a1614;
    max-width: 97%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 77px;
  }

  .container-full.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -124px;
  }

  .container-full.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .militaryaboutus {
    text-align: center;
    margin-top: -156px;
  }

  .footer-social-links-wrapper.invert {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transform: scale(1.4);
  }

  .space-mid {
    padding-top: 40px;
  }

  .description-max-width {
    color: var(--slate-grey);
    width: 1000px;
    max-width: 1000px;
    margin-top: -9px;
    margin-left: -188px;
    line-height: 1.3em;
  }

  .faq-row {
    margin-bottom: 0;
  }

  .cta-text-wrapper {
    padding-left: 42px;
  }

  .locations-slide {
    margin-top: 56px;
  }

  .title-wrapper, .title-wrapper.no-gap {
    margin-top: 0;
  }

  .title-wrapper.align-left {
    margin-left: 40px;
  }

  .title-wrapper.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .separator-icon {
    max-width: 55px;
    max-height: 55px;
  }

  .footer-text {
    margin-bottom: 0;
  }

  .footer-text-flex {
    margin-left: 2px;
  }

  .features-image {
    transform: scale(1);
  }

  .steps-feature-wrapper {
    margin-left: 0;
  }

  .logo-image.half-size {
    margin-left: -11px;
  }

  .image-steps-wrapper {
    width: 825px;
    max-width: 825px;
    margin-top: -6px;
    margin-left: 89px;
  }

  .max-width-450px {
    margin-left: 0;
  }

  .max-width-450px.centered {
    width: 600px;
    max-width: 800px;
  }

  .nav-space {
    min-height: 3vw;
  }

  .hero-flex.slide-up-animation {
    margin-top: 200px;
    margin-bottom: 20px;
  }

  .features-flex.max-width-1440px {
    text-align: center;
    padding-top: 35px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: -88px;
    padding-bottom: 0;
  }

  .testimonial-listing-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .features-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 70%;
    margin-left: 8px;
  }

  .hero-half-wrapper.about-hero-image {
    margin-top: 0;
  }

  .wrapper-block.background-smoke {
    margin-top: -12px;
  }

  .hero-overlay {
    margin-top: 24px;
  }

  .centered-h6 {
    margin-top: 12px;
    padding-top: 0;
  }

  .footer-bottom-text {
    margin-left: 20px;
  }

  .home-hero-03 {
    font-size: 75px;
  }

  .block-wrapper {
    margin-top: 177px;
  }

  .navbar {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
  }

  .listings-text {
    margin-top: -15px;
    margin-bottom: 40px;
  }

  .cart-burger-wrapper {
    padding-top: 0;
  }

  .centered-h6-16 {
    color: #c5661f;
  }

  .home-one-destination-large-image-wrap-4 {
    mix-blend-mode: normal;
    height: 85px;
    margin-top: 15px;
    margin-left: 17px;
    box-shadow: -1px -1px 5px 2px #050000;
  }

  .center-flex {
    margin-top: -72px;
    margin-left: 50px;
  }

  .landing-home-page-wrap-copy {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 3px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 100% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: contain, auto;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-196 {
    margin-top: 24px;
  }

  .text-marquee-box.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-wrap-copy-2 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 21px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -12px;
    margin-bottom: -24px;
    padding-bottom: 0;
    font-size: 16rem;
    line-height: 18rem;
  }

  .text-center-copy {
    margin-top: -147px;
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
  }

  .glow-wrapper.stroke.for--boxes {
    width: 603px;
    height: 500px;
  }

  .landing-home-page-wrap-copy-3 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 21px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .body {
    margin-top: -102px;
  }

  .section-copy {
    margin-top: 30px;
  }

  .section-copy-copy {
    margin-top: 54px;
  }

  .about-one-hero-large-text-2 {
    background-image: url('../images/laredo.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 144px;
    font-size: 12rem;
    font-weight: 400;
    line-height: 12rem;
  }

  .max-width-36rem-3 {
    color: #fff;
    max-width: 600px;
    margin-top: 0;
    margin-left: 38px;
    font-family: Inconsolata, monospace;
    font-size: 1.5rem;
  }

  .slide-nav-testimonial-2 {
    margin-top: -51px;
  }

  .container-full-3.reviews-image.no-max-width {
    background-color: #0000;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 40px;
    box-shadow: 0 2px 7px 1px #000000e6;
  }

  .container-full-3.no-max-width {
    margin-top: 72px;
  }

  .testimonial-text-wrapper-2 {
    text-align: center;
    margin-top: -24px;
    margin-left: 26px;
  }

  .hp-template-content-wrap-5 {
    box-shadow: none;
    width: 1400px;
    height: 631px;
    margin-top: -200px;
    margin-left: 5px;
  }

  .section-104 {
    margin-left: -62px;
    margin-right: auto;
  }

  .features-flex-5 {
    margin-bottom: -45px;
  }

  .section-200 {
    height: 940px;
  }

  .home-three-property-marquee-card-3 {
    background-color: #7c7772;
  }

  .home-three-why-choose-property-text-block {
    margin-top: 18px;
    margin-left: -62px;
  }

  .text-center-9 {
    color: #282119;
  }

  .container-one-15 {
    max-width: 100%;
    height: 840px;
    margin-top: -200px;
    margin-left: 100px;
  }

  .section-239 {
    margin-top: -24px;
  }

  .home-three-why-choose-property-marquee-overlay-2 {
    background-image: linear-gradient(#111, #111 2%, #fff0 26% 77%, #111 97%, #111);
    margin-top: -21px;
  }

  .home-three-property-marquee-card-box-2 {
    background-color: #aa909000;
  }

  .image-88 {
    mix-blend-mode: lighten;
    margin-left: -14px;
  }

  .margin-none.mobile-text-center {
    color: #413528;
    width: 400px;
    height: 125px;
    margin-top: -6px;
    margin-bottom: 10px;
    margin-left: -2px;
    font-size: 3.4rem;
  }

  .home-three-why-choose-property.position-relative {
    width: 99.9999%;
    height: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .hero-button-3.margin-top-thirty {
    color: #492d08;
    background-color: #db5700;
    box-shadow: 0 2px 5px #000;
  }

  .hero-button-3.nav-button {
    margin-left: 23px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1rem;
    display: block;
    box-shadow: 0 2px 5px #200202f0;
  }

  .home-three-property-marquee-right-block {
    background-color: #7c383800;
  }

  .home-three-why-choose-property-wrap {
    height: 915px;
    margin-top: -75px;
    padding-top: 0;
  }

  .hp-template-content-wrap-5-copy {
    box-shadow: none;
    width: 1400px;
    height: 631px;
    margin-top: -200px;
    margin-left: 5px;
  }

  .heading-47 {
    margin-top: 10px;
  }

  .footer-links-wrapper-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-left: 220px;
    padding-left: 66px;
    font-family: Montserrat, sans-serif;
  }

  .icon-arrow-left-2 {
    margin-left: 14px;
    transform: scale(1.2)scale(1.5);
  }

  .icon-arrow-right-2 {
    margin-top: 50px;
    margin-left: 8px;
    transform: scale(1.2);
  }

  .container-full-13.padding-144px {
    margin-top: 220px;
    padding-left: 78px;
    padding-right: 0;
  }

  .footer-paragraph-4 {
    color: #5c5757;
  }

  .footer-links-text-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-flex-3 {
    color: #282119;
  }

  .logo-text-small-4 {
    margin-top: -12px;
  }

  .description-max-width-18 {
    width: 800px;
    max-width: none;
  }

  .footer-flex-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .container-full-19 {
    background-color: #0a0a0a;
  }

  .title-wrapper-copy.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .title-wrapper-copy-copy.fade-in-animation, .title-wrapper-copy-copy-copy.fade-in-animation {
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .heading-59 {
    margin-top: -9px;
    margin-bottom: 24px;
  }

  .who-we-are {
    margin-top: 27px;
  }

  .max-width-36rem-4 {
    color: #fff;
    max-width: 600px;
    margin-top: 0;
    margin-left: 38px;
    font-family: Inconsolata, monospace;
    font-size: 1.5rem;
  }

  .home-three-why-choose-property-text-block-2 {
    margin-top: 18px;
    margin-left: -62px;
  }

  .image-90 {
    mix-blend-mode: lighten;
    margin-left: -14px;
  }

  .section-246 {
    height: 940px;
  }

  .about-us-image-2 {
    border-radius: 20px;
    width: 400px;
    min-width: 0;
    max-width: 400px;
    height: 480px;
    margin-top: 78px;
    margin-left: 20px;
  }

  .max-width-36rem-5 {
    color: #fff;
    max-width: 600px;
    margin-top: 0;
    margin-left: 38px;
    font-family: Inconsolata, monospace;
    font-size: 1.5rem;
  }

  .home-three-why-choose-property-text-block-3 {
    margin-top: 18px;
    margin-left: -62px;
  }

  .section-247 {
    margin-top: -24px;
  }

  .max-width-450px-5 {
    max-width: 600px;
    margin-left: -2px;
    padding-right: 75px;
  }

  .features-text-3 {
    margin-left: -8px;
  }

  .about-us-3 {
    margin-left: 116px;
  }

  .heading-28 {
    margin-left: -11px;
  }

  .image-91 {
    mix-blend-mode: lighten;
    margin-left: -14px;
  }

  .features-flex-3.max-width-1440px {
    margin-top: -93px;
    margin-left: 83px;
  }

  .about-features-image-3 {
    width: 100%;
    margin-left: 2px;
    padding: 16px 0 0;
    left: 0%;
    box-shadow: 0 2px 5px 4px #000;
  }

  .hp-template-content-wrap-6 {
    box-shadow: none;
    width: 1400px;
    height: 631px;
    margin-top: -200px;
    margin-left: 5px;
  }

  .section-249 {
    margin-left: -62px;
    margin-right: auto;
  }

  .features-flex-6 {
    margin-bottom: -45px;
  }

  .home-three-why-choose-property-text-block-4 {
    margin-top: 18px;
    margin-left: -62px;
  }

  .home-three-why-choose-property-text-block-5 {
    margin-top: 0;
    margin-left: 0;
  }

  .home-three-why-choose-property-wrap-2 {
    height: 915px;
    margin-top: -75px;
    padding-top: 0;
  }

  .hp-template-content-wrap-7 {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-92 {
    mix-blend-mode: lighten;
    margin-top: 15px;
    margin-left: -2px;
  }

  .home-three-why-choose-property-wrap-3 {
    height: 915px;
    margin-top: -75px;
    margin-left: 0;
    padding-top: 0;
  }

  .section-250 {
    margin-top: -36px;
  }

  .about-animation-image-wrapper {
    margin-left: -80px;
  }

  .heading-65 {
    margin-top: 10px;
  }

  .footer-links-wrapper-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-left: 220px;
    padding-left: 66px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-5 {
    margin-top: -260px;
  }

  .icon-arrow-left-3 {
    margin-top: 60px;
    margin-left: 14px;
    transform: scale(1.2)scale(1.5);
  }

  .overlay-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .global-small-text-second {
    color: #5c5757;
    margin-left: 14px;
    font-family: Gilda Display, sans-serif;
    font-size: 1rem;
  }

  .is--color-green-variable-6 {
    color: #2410f7;
  }

  .image-wrapper-2 {
    margin-left: -14px;
    padding-left: 0;
  }

  .container-full-20.padding-144px {
    margin-top: 69px;
    padding-left: 78px;
    padding-right: 0;
  }

  .container-full-20.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .container-full-20.padding-144px {
    max-width: 100%;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-cover-image {
    max-width: 100%;
  }

  .about-flex-right {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .normal-title {
    font-size: 3.5rem;
  }

  .normal-title.none-margin.text-align-left {
    color: #41341f;
    margin-left: 176px;
    padding-top: 4px;
  }

  .footer-bottom-flex-4 {
    color: #282119;
  }

  .about-cover-image-copy {
    max-width: 100%;
  }

  .about-p-second.text-align-left.second-version {
    color: #bdb5b5;
    text-align: center;
    width: 800px;
    max-width: 800px;
    height: 168px;
  }

  .logo-text-small-5 {
    margin-top: -12px;
  }

  .description-max-width-19 {
    width: 800px;
    max-width: none;
  }

  .about-right {
    grid-column-gap: 4.6em;
    grid-row-gap: 4.6em;
    width: 40%;
  }

  .hp-inner-page-demos-content-wrap {
    width: 1350px;
    height: 696.094px;
    margin-top: 105px;
    margin-left: 40px;
    position: relative;
  }

  .container-full-21 {
    background-color: #0a0a0a;
    max-width: 107%;
  }

  .title-wrapper-copy.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .image-94 {
    margin-top: -39px;
    margin-bottom: 21px;
    margin-left: 5px;
    transform: none;
  }

  .title-wrapper-copy-copy.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .container-full-copy.padding-144px {
    background-color: #251b00;
  }

  .container-full-copy.listings-01 {
    text-align: center;
    max-width: 100%;
    margin-top: 129px;
    margin-bottom: 140px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .text-block-19 {
    color: #330303;
    font-size: .8rem;
  }

  .navbar-logo-left-container.style-three-header-container {
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 0 2px 5px #030000;
  }

  .navbar-wrapper-2 {
    margin-right: 11px;
    padding-bottom: 13px;
    padding-right: 5px;
  }

  .nav-one-button-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
  }

  .navbar-wrapper {
    background-color: #fff;
    height: 80px;
    margin-top: -12px;
  }

  .style-three-menu-dropdown-toggle-3 {
    margin-left: 23px;
  }

  .text-block-20 {
    color: #330303;
    font-size: .8rem;
  }

  .navbar-wrapper-4 {
    background-color: #fff;
    height: 80px;
    margin-top: -12px;
  }

  .style-three-menu-dropdown-toggle-4 {
    margin-left: 23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 100% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: contain, auto;
    margin-top: -96px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-one {
    margin-top: 177px;
  }

  .hp-template-content-wrap-8 {
    background-color: #1a1614;
    background-image: none;
    width: 1200px;
    margin-top: 96px;
    margin-left: 59px;
  }

  .hp_hero_banner_wrapper {
    background-position: 100% 0;
    background-size: auto;
    width: 1100px;
    margin-top: -135px;
    margin-bottom: 141px;
    margin-left: 59px;
    padding-top: 180px;
    padding-bottom: 0;
    box-shadow: 1px 2px 15px -5px #000;
  }

  .section-114 {
    margin-top: 11px;
  }

  .home-one-destination-large-image-wrap-3 {
    height: 100px;
    margin-top: 6px;
    margin-bottom: 45px;
    margin-left: -2px;
    box-shadow: 5px -1px 14px 4px #01020ef0;
  }

  .mortagagecalculatr {
    background-color: #1a1614;
    background-image: none;
    width: 87%;
    margin-top: 0;
    margin-left: 100px;
    padding-right: 20px;
  }

  .hp-template-item-banner-wrap-copy {
    margin-left: -38px;
  }

  .container-one-11 {
    margin-top: -200px;
    padding-bottom: 1px;
  }

  .inside-button-14.none-padding.ai-child {
    height: 500px;
  }

  .section-201 {
    box-shadow: 0 -5px 9px -2px #000;
  }

  .text-center-10 {
    margin-top: -156px;
  }

  .centered-15 {
    margin-left: 122px;
    transform: translate(-74px);
  }

  .hp-template-grid {
    margin-bottom: 15px;
  }

  .hero-title-wrapper-2-copy {
    width: 75%;
  }

  .hero-title-wrapper-2-copy.second-version.have--position {
    margin-left: 71px;
  }

  .section-171 {
    background-image: url('../images/hero-bottom-bg-img.svg');
    background-position: 0 0;
    background-size: auto;
    margin-top: 147px;
  }

  .button-text-20-copy {
    color: #c7cac2;
    width: 300px;
    font-family: Gilda Display, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .section-214 {
    background-color: #111;
    margin-top: 84px;
    padding-top: 26px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    background-color: #090808;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 0;
    width: 1600px;
    max-width: 1600px;
    height: 450px;
    margin: -39px 0 -21px -59px;
    padding-top: 184px;
    padding-bottom: 0;
    padding-left: 0;
    transform: translate(65px);
    box-shadow: 0 2px 5px 4px #08000033;
  }

  .platform-child-7-copy {
    margin-top: -99px;
    margin-left: -83px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .text-align-center-14.none-margin.second-home-title {
    font-size: 3.3rem;
  }

  .text-align-center-14.none-margin.second-home-title.left {
    width: 500px;
  }

  .service-one-work.overflow-none {
    background-color: #111;
    margin-top: -171px;
    margin-left: -5px;
  }

  .section-193 {
    text-align: center;
    background-color: #111;
    width: 100%;
    padding-bottom: 32px;
  }

  .section-253 {
    margin-top: 24px;
  }

  .text-block-24 {
    color: #330303;
    font-size: .8rem;
  }

  .home-video {
    mix-blend-mode: normal;
    margin-top: -200px;
    margin-left: -143px;
  }

  .link-block-5 {
    margin-top: 0;
  }

  .section-113 {
    margin-top: -200px;
    padding-top: 29px;
  }

  .large-paragraph-copy {
    font-size: 1.1rem;
  }

  .large-paragraph-copy.for--hero.for--second-home {
    margin-bottom: -200px;
  }

  .container-one-10 {
    margin-top: -117px;
  }

  .landing-home-page-wrap-copy-4 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 21px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .landing-mobile.position-relative.overflow-none {
    margin-top: -200px;
  }

  .hp_hero_banner_wrapper-11 {
    width: 1100px;
    max-width: 100%;
    height: 350px;
    margin-top: -240px;
    margin-bottom: 39px;
    margin-left: -23px;
    padding-top: 82px;
    padding-bottom: 4px;
  }

  .landing-hero.overflow-none {
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 0 0;
    background-size: cover;
    margin-top: -18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-6 {
    margin-top: 196px;
  }

  .section-202 {
    background-color: #111;
    margin-top: 63px;
  }

  .landing-variable {
    margin-top: 0;
  }

  .paragraph-6 {
    color: #bdb5b5;
    padding-left: 72px;
    padding-right: 74px;
    font-family: Lato, sans-serif;
  }

  .section-111 {
    margin-bottom: 126px;
  }

  .image-87-copy {
    width: 100%;
    margin-top: -79px;
    margin-left: 10px;
    padding-top: 0;
    transform: scale(.8);
  }

  .style-two-header {
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0 2px 7px 11px #000;
  }

  .landing-hero-left-image-wrap {
    display: block;
    top: -49px;
    left: 0;
  }

  .is--color-green-variable-4 {
    color: #f2f2f2;
  }

  .button-text-20 {
    color: #c7cac2;
    width: 300px;
    font-family: Gilda Display, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .centered-h6-20 {
    color: #c5661f;
  }

  .section-257 {
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .description-max-width-copy {
    color: var(--slate-grey);
    width: 100%;
    max-width: 100%;
    margin-top: -9px;
    margin-left: 0;
    line-height: 1.3em;
  }

  .image-98 {
    height: 70px;
  }

  .heading-67 {
    margin-top: 10px;
  }

  .locations-card-6 {
    margin-left: 86px;
  }

  .description-max-width-20 {
    width: 800px;
    max-width: none;
  }

  .code-embed-2 {
    margin-left: 0;
  }

  .code-embed-3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-68 {
    width: 133%;
    min-width: 133%;
  }

  .image-100 {
    margin-top: 20px;
    margin-left: 40px;
    transform: scale(1.2);
  }

  .us-for-military {
    margin-top: 20px;
  }

  .landing-home-page-wrap-copy-copy {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 3px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .redefi.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .ww {
    color: var(--slate-grey);
    width: 1000px;
    max-width: 1000px;
    margin-top: -9px;
    margin-left: -44px;
    line-height: 1.3em;
  }

  .introbackdrop-copy {
    margin-top: 200px;
  }

  .text-style-badge {
    color: #e5e5e2;
    margin-top: 8px;
  }

  .contact2_hero_header {
    box-shadow: 0 2px 5px #000000d6;
  }

  .container-large {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .createmillaccount.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .createmillaccount.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
  }

  .createmillaccount.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .createmillaccount.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .createmillaccount.padding-72px-copy {
    margin-top: -123px;
  }

  .paragraph-7 {
    margin-top: 20px;
    margin-bottom: -3px;
  }

  .footer-social-links-wrapper-copy.invert {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transform: scale(1.4);
  }

  .footer-text-flex-copy {
    margin-left: 2px;
  }

  .belowsanpshot {
    margin-top: 36px;
    margin-left: 200px;
  }

  .reatorscontainer.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .reatorscontainer.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
  }

  .reatorscontainer.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .reatorscontainer.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .tornav.style-three-header-container {
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 0 2px 5px #030000;
  }

  .section-260 {
    background-image: none;
    margin-top: 93px;
    margin-left: 0;
    padding-bottom: 82px;
  }

  .image-117 {
    width: 139px;
    height: 139px;
  }

  .hp_hero_banner_wrapper-12 {
    background-position: 100% 0;
    background-size: auto;
    width: 1100px;
    margin-top: -135px;
    margin-bottom: 141px;
    margin-left: 119px;
    padding-top: 180px;
    padding-bottom: 0;
    box-shadow: 1px 2px 15px -5px #000;
  }

  .home-video-2 {
    mix-blend-mode: normal;
    margin-top: -200px;
    margin-left: -143px;
  }

  .text-center-11 {
    margin-top: -156px;
  }

  .card-item-4 {
    width: 400px;
    height: 550px;
  }

  .image-118, .image-116 {
    width: 39%;
    height: 25%;
  }

  .cards-grid-7 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 100%;
    margin-top: 71px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .section-261 {
    background-image: url('../images/hero-bottom-bg-img.svg');
    background-position: 50% 100%;
    background-size: cover;
    margin-top: 200px;
    margin-left: -41px;
  }

  .hp_hero_banner_wrapper-13 {
    width: 1100px;
    max-width: 100%;
    height: 350px;
    margin-top: -240px;
    margin-bottom: 39px;
    margin-left: -23px;
    padding-top: 82px;
    padding-bottom: 4px;
  }

  .card-text-details-8 {
    background-color: #15110a;
    width: 100%;
  }

  .card-link-6 {
    width: 400px;
    height: 550px;
  }

  .background-video-4 {
    height: 550px;
  }

  .paragraph-17 {
    color: #bdb5b5;
    padding-left: 72px;
    padding-right: 74px;
    font-family: Lato, sans-serif;
  }

  .text-center-12 {
    color: #fff;
  }

  .text-center-12.margin-top-forty {
    color: #5c5757;
  }

  .areascontainer.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .areascontainer.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
    margin-top: -39px;
  }

  .areascontainer.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .areascontainer.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .areascontainer.areas {
    margin-bottom: 128px;
  }

  .areascontaineres {
    margin-top: 36px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .fourimages.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .fourimages.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
    margin-top: -39px;
  }

  .fourimages.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .fourimages.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .fourimages._4iamges {
    max-width: 125%;
    padding-left: 0;
    padding-right: 0;
    transform: scale(1.2);
  }

  .resourcescabineset {
    margin-top: 220px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .resourcessection {
    margin-top: 36px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .citiestitle.no-gap {
    margin-top: 0;
  }

  .citiestitle.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .citiestitle.citiestitles {
    margin-left: 95px;
  }

  .container-full-copy.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .container-full-copy.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
    margin-top: -39px;
  }

  .container-full-copy.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .container-full-copy.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .orozconavbar.style-three-header-container {
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 0 2px 5px #030000;
  }

  .orozconavbar.style-three-header-container-copy {
    background-color: #fff;
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 0 2px 5px #030000;
  }

  .tormain.tormainpage {
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    box-shadow: 0 2px 5px #030000;
  }

  .tormain.style-three-header-container {
    height: 80px;
    margin-top: 0;
    box-shadow: 0 2px 5px #030000;
  }

  .hover-line-43 {
    background-image: linear-gradient(111deg, #0000, #6f4d1f 62%, #36ffdb80 100%, #fff0);
  }

  .button-text-32 {
    width: 400px;
  }

  .psychquiz {
    width: 80%;
    margin-left: 149px;
  }

  .psychquiz.reverse-on-tab, .psychquiz.aiouquiz {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .inside-the-ficuciary {
    width: 80%;
    margin-left: 149px;
  }

  .inside-the-ficuciary.reverse-on-tab {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .videosectionintro, .miitary-video-intor {
    margin-top: 200px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .code-embed-20 {
    margin-top: 100px;
    margin-bottom: 60px;
    margin-left: 2px;
  }

  .snapshot-and-va-cab {
    text-align: center;
    margin-top: 40px;
  }

  .citydemographics.padding-144px {
    margin-top: 69px;
    padding-left: 78px;
    padding-right: 0;
  }

  .citydemographics.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .citydemographics.padding-144px, .citydemographics.cities {
    max-width: 100%;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-for-cities, .title-for-cities.no-gap {
    margin-top: 0;
  }

  .title-for-cities.align-left {
    margin-left: 40px;
  }

  .title-for-cities.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .title-for-cities.cities-tieles {
    margin-left: 60px;
  }

  .actual-city {
    margin-top: 40px;
  }

  .orozcothank-you {
    margin-top: 0;
  }

  .orozcothank-you.fade-in-animation {
    padding-left: 0;
  }

  .orozcothank-you.no-gap {
    margin-top: 0;
  }

  .orozcothank-you.align-left {
    margin-left: 40px;
  }

  .orozcothank-you.fade-in-animation {
    outline-offset: 0px;
    outline-offset: 0px;
    outline-offset: 0px;
    background-image: url('../images/Testio-Section-BG.svg');
    background-position: 50%;
    background-size: auto;
    outline: 3px solid #1b1603cc;
    width: 1200px;
    margin-top: 147px;
    margin-left: 44px;
    padding-bottom: 10px;
    transform: translate(0);
    box-shadow: 0 2px 9px 3px #030000f5;
  }

  .gradient-overlay-3 {
    background-color: #070b1400;
  }

  .cta-image-2 {
    padding-right: 21px;
  }

  .cta-wrapper-2 {
    margin-top: -111px;
  }

  .finance-cal-title.slide-in-from-left-animation {
    width: 675px;
  }

  .cta-text-wrapper-3 {
    background-color: #070b14;
    padding-left: 87px;
  }

  .welcome-container.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .welcome-container.padding-144px {
    background-color: #1a1614;
    max-width: 97%;
    margin-top: -138px;
    margin-bottom: 0;
    padding-bottom: 77px;
  }

  .welcome-container.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -124px;
  }

  .welcome-container.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .actual-citiy.padding-144px {
    margin-top: 69px;
    padding-left: 78px;
    padding-right: 0;
  }

  .actual-citiy.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .actual-citiy.padding-144px {
    max-width: 100%;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .locations-card-6-copy {
    margin-left: 86px;
  }

  .actual-citiy-copy.padding-144px {
    margin-top: 69px;
    padding-left: 78px;
    padding-right: 0;
  }

  .actual-citiy-copy.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .actual-citiy-copy.padding-144px {
    max-width: 100%;
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .aiouwrapper-copy {
    width: 100%;
    margin-left: 149px;
  }

  .aiouwrapper-copy.reverse-on-tab {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fourimages-copy.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .fourimages-copy.padding-144px {
    background-color: #1a1614;
    max-width: 1350px;
    margin-top: -39px;
  }

  .fourimages-copy.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -30px;
  }

  .fourimages-copy.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .fourimages-copy._4iamges {
    max-width: 100%;
    margin-top: 141px;
    padding-left: 0;
    padding-right: 0;
    transform: scale(1.2);
  }

  .mainpage-button.margin-top-thirty {
    color: #492d08;
    background-color: #db5700;
    box-shadow: 0 2px 5px #000;
  }

  .mainpage-button.nav-button {
    margin-left: 23px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1rem;
    display: block;
    box-shadow: 0 2px 5px #200202f0;
  }

  .mainpage-button.main-button {
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1rem;
    display: block;
    box-shadow: 0 2px 5px #200202f0;
  }

  .navbar-wrapper-copy {
    background-color: #fff;
    height: 80px;
    margin-top: -12px;
  }

  .contact-us-final.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .contact-us-final.padding-144px {
    background-color: #1a1614;
    max-width: 97%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 77px;
  }

  .contact-us-final.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -124px;
  }

  .contact-us-final.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .contact-us-final-copy.home-background.no-max-width {
    background-image: linear-gradient(180deg, var(--transparent) 16%, #0c0c0c80 60%, #0e0e0e99 80%, var(--black)), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .contact-us-final-copy.padding-72px {
    padding-left: 0;
  }

  .contact-us-final-copy.padding-144px {
    background-color: #1a1614;
    max-width: 97%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 77px;
  }

  .contact-us-final-copy.no-max-width {
    max-width: 100%;
    min-height: 88%;
    margin-top: -124px;
  }

  .contact-us-final-copy.padding-72px {
    margin-top: -15px;
    margin-bottom: 100px;
  }

  .body-6 {
    margin-top: 0;
  }

  .resources-main-4-conver {
    width: 100%;
    margin-left: 0;
  }

  .resources-main-4-conver.reverse-on-tab {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    margin-top: -60px;
  }

  .introbackdrop {
    height: 20%;
    min-height: 20%;
    max-height: 2055%;
    margin-top: 75px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .centered {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .aiouwrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    filter: sepia(32%);
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .aiouwrapper.reverse-on-tab {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 100%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .aiouwrapper.gap-96px {
    margin-top: 156px;
  }

  .space {
    margin-bottom: 100px;
  }

  .container-full {
    margin-top: 9px;
  }

  .container-full.padding-72px {
    margin-top: 200px;
  }

  .container-full.padding-144px {
    background-color: #1a1614;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 58px 60px 40px;
    box-shadow: 0 2px 5px #000;
  }

  .container-full.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .container-full.listings-01 {
    margin-top: 60px;
  }

  .container-full.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .space-semi {
    text-align: center;
    width: 100.001%;
    min-width: 100%;
  }

  .contact-form-block {
    padding-left: 30px;
  }

  .contact-form-wrapper {
    margin-left: 0;
  }

  .militaryaboutus {
    padding-left: 60px;
  }

  .space-mid {
    width: 100%;
    padding-top: 20px;
  }

  .description-max-width {
    margin-top: 18px;
    margin-left: -20px;
  }

  .cta-text-wrapper {
    margin-top: 27px;
    padding-left: 8vw;
  }

  .reviews-tabs-grid {
    grid-auto-flow: row;
    place-items: stretch center;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .locations-mask {
    margin-top: -90px;
    margin-left: -56px;
  }

  .locations-slide {
    margin-top: 40px;
  }

  .title-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .title-wrapper.fade-in-animation {
    margin-top: 0;
    margin-bottom: 123px;
  }

  .title-wrapper.no-gap {
    width: 100.001%;
    min-width: 100%;
  }

  .title-wrapper.align-left {
    margin-top: 111px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .title-wrapper.align-left.slide-in-from-left-animation {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .title-wrapper.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-left: -65px;
    padding-bottom: 0;
    padding-left: 47px;
    box-shadow: 0 2px 8px #000000f7;
  }

  .features-image-wrapper {
    margin-left: -29px;
  }

  .separator-icon {
    transform: scale(1.4);
  }

  .testimonial-icon.invert {
    filter: brightness(200%);
    margin-left: 0;
  }

  .icon-main {
    transform: scale(1.3);
  }

  .tab-panel.slide-in-from-left-animation {
    width: 100%;
  }

  .about-us-agents-stack {
    margin-top: -3px;
  }

  .centered-on-mobile-small {
    margin-top: 0;
  }

  .steps-feature-wrapper {
    margin-left: 0;
  }

  .line-vertical-separator {
    margin-top: -66px;
  }

  .image-steps-wrapper {
    width: 1200px;
    max-width: 1100px;
    height: 300px;
    max-height: 300px;
  }

  .max-width-450px {
    text-align: left;
    max-width: 90%;
    margin-left: 0;
  }

  .align-right.centered-on-mobile {
    text-align: left;
    margin-bottom: 40px;
  }

  .values-image-photo {
    min-width: 99.996%;
    height: 166%;
    min-height: 100%;
  }

  .values-stack {
    grid-row-gap: 32px;
  }

  .cta-image {
    min-width: 50vw;
    max-width: 50vw;
  }

  .testimonial-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-left: 0;
    position: static;
  }

  .hero-flex.slide-up-animation {
    margin-top: -150px;
    margin-bottom: 0;
  }

  .call-to-action {
    max-width: 820px;
  }

  .hero-wrapper {
    margin-top: 126px;
    margin-left: 26px;
    padding-bottom: 117px;
  }

  .hero-half-wrapper.about-hero-image {
    margin-top: 20px;
  }

  .about-features-image {
    margin-left: -29px;
  }

  .about-us-image {
    margin-top: 69px;
    transform: scale(1.2);
    box-shadow: -4px -1px 8px -3px #080000fc;
  }

  .about-us {
    margin-top: -96px;
    padding-bottom: 62px;
  }

  .wrapper-block.background-smoke {
    background-color: #0c0c0c00;
    border: 1px solid #0c0c0c;
    margin-top: 33px;
    padding-bottom: 23px;
  }

  .features-description {
    margin-bottom: 40px;
  }

  .text-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .text-wrapper.align-left {
    justify-content: center;
    align-items: flex-start;
    margin-top: -90px;
    display: block;
  }

  .hero-overlay {
    margin-left: -23px;
  }

  .centered-h6 {
    margin-left: 0;
  }

  .steps-description {
    max-width: 100%;
  }

  .block-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 141px;
    margin-left: 107px;
  }

  .max-width-640px {
    max-width: 100%;
    margin-bottom: -6px;
  }

  .steps-image.shrink-in-animation {
    margin-top: 0;
  }

  .navbar {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .logo-brand.background.w--current {
    width: 100px;
    height: 100px;
  }

  .logo-icon {
    width: 70px;
    max-width: 70px;
    height: 70px;
    max-height: 45px;
    transform: translate(20px)scale(1.6);
  }

  .menu-burger-circle {
    background-color: var(--transparent);
  }

  .image-scroll-movement {
    width: 1000px;
  }

  .listings-text {
    color: var(--white);
    width: 1100px;
    max-width: 1100px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .button-yellow {
    letter-spacing: 1px;
  }

  .centered-14 {
    color: #fff;
    margin-bottom: 12px;
    font-family: Gilda Display, sans-serif;
  }

  .centered-h6-16 {
    color: #c5661f;
  }

  .image-steps-wrapper-8 {
    height: 300px;
    max-height: 290px;
  }

  .title-wrapper-14 {
    margin-top: 3px;
  }

  .title-wrapper-14.fade-in-animation {
    margin-top: -21px;
  }

  .trigger-2 {
    padding-bottom: 0;
  }

  .container-full-copy.padding-144px {
    margin-top: -21px;
  }

  .home-one-destination-large-image-wrap-4 {
    mix-blend-mode: normal;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 200px;
    margin-left: 2px;
    box-shadow: 0 2px 5px 3px #030102;
  }

  .center-flex {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -3px;
  }

  .text-marquee-wrap {
    margin-top: 120px;
  }

  .landing-home-page-wrap-copy {
    margin-top: 0;
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50% 100%, 0 0;
    margin-top: -12px;
    margin-left: 14px;
    padding-bottom: 0;
  }

  .section-196 {
    box-shadow: 0 20px 7px 4px #0a0600;
  }

  .text-marquee-box {
    margin-top: -3px;
  }

  .text-marquee-box.the-orozco-realty {
    background-color: #1110;
    height: auto;
    margin-top: -153px;
  }

  .landing-home-page-wrap-copy-2 {
    background-color: #0000;
    margin-top: -45px;
    margin-bottom: -129px;
    margin-left: -8px;
    padding-bottom: 8px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    box-shadow: none;
    background-color: #0000003d;
    margin-top: 156px;
    margin-bottom: 0;
  }

  .text-center-copy {
    color: #bdb5b5;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .text-marquee-box-copy {
    margin-top: -3px;
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
    height: auto;
    margin-top: -200px;
  }

  .primary-glow-wrapper-19 {
    font-size: 1.1rem;
  }

  .glow-wrapper.stroke {
    margin-top: -51px;
  }

  .landing-home-page-wrap-copy-3 {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: -126px;
    margin-left: -8px;
    padding-bottom: 60px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .image-steps-wrapper-8-copy {
    height: 290px;
    max-height: 290px;
    margin-top: -21px;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    margin-top: 120px;
  }

  .body {
    margin-top: -162px;
  }

  .section-copy {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .section-197 {
    text-align: center;
  }

  .section-copy-copy {
    background-color: #050300;
    margin-top: 56px;
  }

  .max-width-36rem-3 {
    color: #fff;
    width: 650px;
    max-width: 615px;
    margin-left: 35px;
    padding-right: 14px;
    font-family: Inconsolata, monospace;
    font-size: 1.4rem;
  }

  .testimonial-image-wrapper-2 {
    padding-bottom: 77px;
  }

  .slide-nav-testimonial-2 {
    text-align: center;
    margin-top: 24px;
  }

  .space-large-5 {
    margin-top: 15px;
  }

  .container {
    margin-top: -84px;
  }

  .container-full-3.reviews-image.no-max-width {
    opacity: 1;
    border-radius: 20px;
    max-width: 77%;
    margin: 105px 41px 0 220px;
    padding-bottom: 0;
    box-shadow: 1px 11px 19px 1px #030000;
  }

  .container-full-3.no-max-width {
    max-width: none;
  }

  .section-107 {
    margin-left: 80px;
  }

  .testimonial-text-wrapper-2 {
    color: #fff;
    margin-top: -2px;
    font-size: 1.6rem;
  }

  .image-small-circle-3 {
    margin-left: -200px;
    transform: translate(120px, -7px);
  }

  .heading-35 {
    color: #c5661f;
    text-align: center;
    margin-left: 101px;
    font-family: PT Serif, serif;
  }

  .hp-template-content-wrap-5 {
    box-shadow: none;
    background-position: 100% 0;
    width: 1400px;
    max-width: 1400px;
    height: 650px;
    margin-top: -27px;
    margin-left: -17px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-104 {
    color: #bdb5b5;
    background-color: #0000;
    margin-top: 30px;
  }

  .features-flex-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: -21px;
    margin-bottom: 54px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-58 {
    color: #c5661f;
    margin-left: 47px;
  }

  .section-200 {
    margin-top: -63px;
  }

  .home-three-property-marquee-card-3 {
    color: #282119;
    background-color: #96918c;
  }

  .home-three-why-choose-property-text-block {
    margin-top: 57px;
  }

  .container-one-15 {
    max-width: 100%;
    margin-top: 0;
  }

  .overflow-none-11 {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .home-three-why-choose-property-marquee-overlay-2 {
    background-image: linear-gradient(#111, #111 3%, #fff0 30% 70%, #111 99%, #111);
    width: 786.703px;
    height: 936px;
    margin-top: 0;
  }

  .image-88 {
    mix-blend-mode: normal;
    width: 126%;
    max-width: 100%;
    height: 58%;
    transform: translate(20px, 11px)scale(1.1);
  }

  .margin-none.mobile-text-center {
    color: #352b20;
    text-align: center;
    text-align: center;
    font-size: 3.6rem;
  }

  .home-three-why-choose-property.position-relative {
    color: #5c5757;
    background-color: #111;
    width: 100%;
    height: 900px;
    margin-top: -72px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-button-3.margin-top-thirty {
    background-color: #db5700;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 7px;
    padding-bottom: 19px;
  }

  .hero-button-3.nav-button {
    color: #080808;
    background-color: #db5700;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 2px 5px #00000087;
  }

  .text-block-17 {
    width: 400px;
    padding-top: 11px;
    padding-bottom: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
  }

  .home-three-why-choose-property-wrap {
    width: 1230px;
    height: 936px;
    margin-top: -96px;
  }

  .home-three-why-choose-property-marquee-block.position-relative {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #282119;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    height: 936px;
  }

  .space-large-5-copy {
    margin-top: 15px;
  }

  .hp-template-content-wrap-5-copy {
    box-shadow: none;
    background-position: 100% 0;
    width: 1400px;
    max-width: 1400px;
    height: 650px;
    margin-top: -27px;
    margin-left: -17px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .icon-arrow-right-2 {
    margin-top: 47px;
  }

  .container-full-13.padding-144px {
    margin-top: 90px;
    padding-bottom: 0;
    padding-left: 62px;
  }

  .image-72 {
    width: 320px;
    max-width: 100%;
    height: 420px;
    box-shadow: 0 2px 5px 7px #030000;
  }

  .footer-social-link-image-2 {
    max-width: 100%;
  }

  .section-244 {
    margin-left: -77px;
  }

  .centered-h6-18 {
    color: #c5661f;
  }

  .description-max-width-18 {
    width: 800px;
    max-width: none;
  }

  .footer-flex-wrapper-2 {
    margin-left: 104px;
  }

  .flex-footer-2 {
    justify-content: space-between;
    align-items: center;
  }

  .container-full-19 {
    background-color: #0a0a0a;
    margin-top: 100px;
  }

  .title-wrapper-copy.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-bottom: 102px;
    margin-left: 101px;
    padding-bottom: 0;
    box-shadow: 0 2px 8px #000000f7;
  }

  .title-wrapper-copy-copy.fade-in-animation, .title-wrapper-copy-copy-copy.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-bottom: 102px;
    margin-left: 101px;
    padding-bottom: 0;
    box-shadow: 0 2px 8px #000000f7;
  }

  .who-we-are {
    margin-top: 0;
  }

  .max-width-36rem-4 {
    color: #fff;
    width: 650px;
    max-width: 615px;
    margin-left: 35px;
    padding-right: 14px;
    font-family: Inconsolata, monospace;
    font-size: 1.4rem;
  }

  .testimonial-image-wrapper-3 {
    padding-bottom: 77px;
  }

  .image-small-circle-4 {
    margin-left: -200px;
    transform: translate(120px, -7px);
  }

  .heading-60 {
    color: #c5661f;
    text-align: center;
    margin-left: 101px;
    font-family: PT Serif, serif;
  }

  .heading-61 {
    color: #c5661f;
    margin-left: 47px;
  }

  .home-three-why-choose-property-text-block-2 {
    margin-top: 57px;
  }

  .image-90 {
    mix-blend-mode: normal;
    width: 126%;
    max-width: 100%;
    height: 58%;
    transform: translate(20px, 11px)scale(1.1);
  }

  .section-246 {
    margin-top: -63px;
  }

  .about-us-image-2 {
    border-radius: 20px;
    width: 600px;
    min-width: 0;
    max-width: 550px;
    height: 700px;
    min-height: 0;
    max-height: 700px;
    margin-top: -15px;
    margin-left: -56px;
    transform: translate(0);
    box-shadow: -13px -12px 8px -7px #160f0d;
  }

  .max-width-36rem-5 {
    color: #fff;
    width: 650px;
    max-width: 615px;
    margin-left: 35px;
    padding-right: 14px;
    font-family: Inconsolata, monospace;
    font-size: 1.4rem;
  }

  .home-three-why-choose-property-text-block-3 {
    margin-top: 57px;
  }

  .space-4 {
    background-color: #0000;
  }

  .max-width-450px-5 {
    color: #bdb5b5;
    margin-top: -18px;
    margin-left: -20px;
    padding-right: 18px;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .features-text-3 {
    margin-top: -24px;
  }

  .about-us-3 {
    width: 75%;
    max-width: 75%;
    padding-top: 43px;
    padding-bottom: 40px;
    transform: translate(0);
    box-shadow: 0 2px 5px 2px #140b01;
  }

  .heading-28 {
    color: #c5661f;
    margin-top: -15px;
    font-weight: 400;
  }

  .image-91 {
    mix-blend-mode: normal;
    width: 126%;
    max-width: 100%;
    height: 58%;
    transform: translate(20px, 11px)scale(1.1);
  }

  .features-flex-3.max-width-1440px {
    background-color: #111;
    margin-top: -60px;
  }

  .heading-62 {
    color: #c5661f;
    text-align: center;
    margin-left: 101px;
    font-family: PT Serif, serif;
  }

  .about-features-image-3 {
    width: 100%;
    max-width: 100%;
    margin-top: -57px;
    margin-bottom: -24px;
    padding-bottom: 44px;
    box-shadow: 0 2px 11px 8px #000;
  }

  .about-half-wrapper-3 {
    background-color: #0000004a;
  }

  .hp-template-content-wrap-6 {
    box-shadow: none;
    background-position: 100% 0;
    width: 1400px;
    max-width: 1400px;
    height: 650px;
    margin-top: -27px;
    margin-left: -17px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-249 {
    color: #bdb5b5;
    background-color: #0000;
    margin-top: 30px;
  }

  .features-flex-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: -21px;
    margin-bottom: 54px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-63 {
    color: #c5661f;
    margin-left: 47px;
  }

  .home-three-why-choose-property-text-block-4, .home-three-why-choose-property-text-block-5 {
    margin-top: 57px;
  }

  .home-three-why-choose-property-wrap-2 {
    width: 1230px;
    height: 936px;
    margin-top: -96px;
  }

  .hp-template-content-wrap-7 {
    box-shadow: none;
    opacity: .77;
    background-position: 100% 0;
    border-radius: 0;
    width: 99%;
    max-width: 99%;
    height: 550px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .heading-64 {
    color: #c5661f;
    margin-left: 47px;
  }

  .image-92 {
    mix-blend-mode: normal;
    width: 126%;
    max-width: 100%;
    height: 58%;
    transform: translate(20px, 11px)scale(1.1);
  }

  .home-three-why-choose-property-wrap-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 936px;
    margin-top: -141px;
    margin-left: -59px;
  }

  .about-year.size--small {
    color: #c3b7b5;
  }

  .div-block-5 {
    margin-left: 59px;
  }

  .icon-arrow-left-3 {
    margin-top: 56px;
  }

  .contain-image-block {
    width: 80%;
  }

  .overlay-wrapper {
    width: 495px;
    max-width: 100%;
    height: 700px;
  }

  .image-contain-wrapper {
    width: 300px;
    height: 400px;
    margin-left: -38px;
  }

  .global-small-text-second {
    color: #bdb5b5;
  }

  .is--color-green-variable-6 {
    color: #2410f7b0;
  }

  .image-wrapper-2 {
    width: 495px;
    height: 750px;
    margin-top: -24px;
    margin-left: -5px;
  }

  .container-full-20.padding-144px {
    margin-top: 156px;
    padding-bottom: 0;
    padding-left: 62px;
  }

  .container-full-20.padding-72px {
    margin-top: -113px;
    margin-bottom: 60px;
  }

  .container-full-20.padding-144px {
    background-color: #111;
    max-width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-full-20.no-max-width {
    max-width: none;
  }

  .image-93 {
    width: 320px;
    max-width: 100%;
    height: 420px;
    box-shadow: 0 2px 5px 7px #030000;
  }

  .about-cover-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: -65px;
    padding-top: 13px;
  }

  .overflow-hidden-second {
    justify-content: flex-start;
    align-items: center;
  }

  .normal-title.none-margin.text-align-left {
    color: #774900;
  }

  .section-251 {
    width: 100%;
    margin-left: -77px;
  }

  .centered-h6-19 {
    color: #c5661f;
  }

  .about-cover-image-copy {
    width: 302px;
    max-width: 302px;
    height: 400px;
    margin-left: 83px;
    padding-top: 13px;
    transform: translate(43px, 2px);
  }

  .about-p-second.text-align-left.second-version {
    color: #bdb5b5;
    text-align: center;
    width: 700px;
    max-width: 600%;
    margin-top: -60px;
    margin-bottom: 0;
    margin-left: 47px;
    font-size: 1.2rem;
  }

  .description-max-width-19 {
    width: 800px;
    max-width: none;
  }

  .about-right {
    margin-top: 90px;
  }

  .flex-footer-3 {
    justify-content: space-between;
    align-items: center;
  }

  .hp-inner-page-demos-content-wrap {
    width: 1400px;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 149px;
    box-shadow: 0 2px 6px #030000eb;
  }

  .container-full-21 {
    background-color: #0a0a0a;
    max-width: 100%;
    margin-top: 100px;
  }

  .title-wrapper-copy.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-top: -63px;
    margin-bottom: 123px;
    margin-left: 101px;
    padding-bottom: 0;
    box-shadow: 0 2px 8px #000000f7;
  }

  .image-94 {
    margin-top: -18px;
    margin-left: 26px;
    transform: none;
  }

  .title-wrapper-copy-copy.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-top: -63px;
    margin-bottom: 123px;
    margin-left: 101px;
    padding-bottom: 0;
    box-shadow: 0 2px 8px #000000f7;
  }

  .container-full-copy.padding-144px {
    background-color: #271f13;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .container-full-copy.no-max-width {
    max-width: none;
  }

  .container-full-copy.listings-01 {
    max-width: 100%;
    margin-top: 41px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-dropdaown-2 {
    padding-bottom: 13px;
  }

  .navbar-logo-left-container.style-three-header-container {
    height: 90px;
    margin-top: 0;
    padding-top: 2px;
  }

  .home-three-dropdown-menu.black-color {
    padding-bottom: 10px;
  }

  .navbar-wrapper-2 {
    margin-left: 0;
    margin-right: 44px;
    padding-bottom: 0;
    padding-right: 36px;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .navbar-wrapper {
    color: #c5661f;
    background-color: #fff;
    width: 110%;
    height: 90px;
    margin-top: -7px;
    margin-left: -50px;
    padding-bottom: 0;
    padding-left: 48px;
    padding-right: 81px;
    box-shadow: 0 2px 5px #000000c4;
  }

  .navbar-wrapper-4 {
    color: #c5661f;
    background-color: #fff;
    height: 80px;
    margin-top: -9px;
    padding-left: 48px;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50% 100%, 0 0;
    margin-top: -111px;
    margin-left: 14px;
    padding-bottom: 0;
  }

  .container-one {
    margin-top: 18px;
  }

  .bold-text-8 {
    color: #f0efef;
  }

  .hp-template-content-wrap-8 {
    background-color: #1a1614;
    width: 1400px;
    height: 600px;
    margin-top: 135px;
    margin-left: 38px;
    padding-top: 0;
    box-shadow: 0 2px 6px 2px #030000c4;
  }

  .bold-text-6 {
    color: #f0efef;
  }

  .hp_hero_banner_wrapper {
    border: 1px solid #1b2725;
    width: 1200px;
    max-width: 12000px;
    margin-top: 96px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 136px;
    padding-bottom: 40px;
    transform: translate(138px);
  }

  .section-114 {
    margin-top: -30px;
    margin-bottom: 36px;
  }

  .hover-line-33 {
    background-image: linear-gradient(111deg, #0000, #36ffdb80 22%, #58410669 59%, #fff0);
  }

  .home-one-destination-large-image-wrap-3 {
    width: 1600px;
    margin-top: 200px;
    margin-bottom: 0;
    margin-left: -17px;
    box-shadow: 3px 3px 6px #000;
  }

  .mortagagecalculatr {
    background-color: #1a1614;
    width: 90%;
    height: 600px;
    margin-top: 159px;
    margin-bottom: 220px;
    margin-left: 60px;
    padding-top: 0;
    padding-bottom: 100px;
    padding-right: 0;
    box-shadow: 0 2px 6px 2px #030000c4;
  }

  .landing {
    margin-top: 54px;
    margin-left: -14px;
    padding-top: 0;
  }

  .hp-template-item-banner-wrap-copy {
    margin-top: -57px;
  }

  .container-one-11 {
    margin-top: -147px;
    margin-left: -92px;
  }

  .principle-second-block.ai-child {
    width: 600px;
    height: 480px;
  }

  .inside-button-14.none-padding.ai-child {
    width: 99.88%;
    height: 500px;
  }

  .section-115 {
    margin-bottom: -12px;
  }

  .text-center-10 {
    color: #bdb5b5;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .centered-15 {
    margin-left: -26px;
    padding-top: 20px;
    padding-bottom: 11px;
    font-family: Gilda Display, sans-serif;
    transform: translate(0);
  }

  .hp-template-grid {
    margin-top: 192px;
    margin-bottom: 220px;
  }

  .principle-second-block-copy.ai-child {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 600px;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    transform: scale(1);
  }

  .hero-title-wrapper-2-copy {
    width: 70%;
  }

  .hero-title-wrapper-2-copy.second-version.have--position {
    width: 500px;
    margin-top: -151px;
    margin-left: 20px;
  }

  .section-171 {
    background-image: url('../images/hero-bottom-bg-img.svg');
    background-position: 0 0;
    background-size: auto;
    margin-top: 87px;
    margin-bottom: 135px;
    padding-bottom: 0;
  }

  .button-text-20-copy {
    width: 600px;
  }

  .service-one-work-first-block {
    margin-top: 15px;
    padding-bottom: 0;
    transform: translate(0);
    box-shadow: 0 2px 9px 10px #000;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    box-shadow: none;
    color: #bdb5b5;
    background-color: #22100200;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 9px;
    width: 1400px;
    max-width: 19000px;
    height: 500px;
    margin: -120px 0 -111px 95px;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    transform: translate(0)translate(-79px);
  }

  .platform-child-7-copy {
    margin-top: -177px;
    margin-left: -74px;
    transform: scale(.9);
  }

  .small-text {
    color: #b6d5cd;
    font-family: Gilda Display, sans-serif;
    font-size: 1.2rem;
  }

  .text-align-center-14.none-margin.second-home-title {
    font-size: 3.6rem;
  }

  .text-align-center-14.none-margin.second-home-title.left {
    width: 600px;
    font-size: 3.2rem;
  }

  .service-one-work.overflow-none {
    background-color: #111;
    margin-top: 200px;
    margin-left: 0;
  }

  .landing-hero-image-wrap {
    padding-right: 200px;
  }

  .section-193 {
    background-color: #111;
    height: 800px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-253 {
    box-shadow: 0 20px 7px 4px #0a0600;
  }

  .home-video {
    width: 1500px;
  }

  .landing-hero-right-image-two {
    right: -114px;
  }

  .link-block-5 {
    margin-top: 45px;
  }

  .section-113 {
    margin-top: -57px;
    padding-top: 114px;
    padding-bottom: 0;
  }

  .large-paragraph-copy.for--hero.for--second-home {
    width: 600px;
    margin-top: -3px;
    margin-left: 0;
  }

  .landing-home-page-wrap-copy-4 {
    background-color: #0000;
    margin-top: -45px;
    margin-bottom: -129px;
    margin-left: -8px;
    padding-bottom: 8px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .container-62 {
    margin-top: -63px;
    margin-bottom: 0;
    margin-left: 26px;
    padding-bottom: 0;
    padding-right: 68px;
  }

  .landing-mobile.position-relative.overflow-none {
    margin-top: -200px;
  }

  .hp_hero_banner_wrapper-11 {
    width: 1700px;
    max-width: 1700px;
    margin-top: -250px;
    margin-bottom: 10px;
    margin-left: -140px;
    padding-top: 140px;
    padding-bottom: 40px;
    transform: translate(138px);
  }

  .hp-template-item-content-wrap {
    background-color: #13111200;
    margin-left: 65px;
    padding-bottom: 16px;
  }

  .landing-hero.overflow-none {
    margin-top: -81px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-6 {
    margin-top: 42px;
  }

  .landing-variable {
    background-image: url('../images/analysis_banner_1analysis_banner.avif');
    background-position: 0 0;
    background-size: auto;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: -2px -5px 5px #070000;
  }

  .paragraph-6 {
    color: #bdb5b5;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Gilda Display, sans-serif;
    font-size: 1.4rem;
  }

  .section-111 {
    margin-bottom: 135px;
  }

  .image-87-copy {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: -25px;
    margin-left: 0;
    padding-top: 0;
    transform: scale(1);
  }

  .style-two-header {
    color: #fff;
    background-color: #f6f6f6;
    margin-top: 0;
    box-shadow: 0 2px 11px 5px #000;
  }

  .landing-hero-left-image-wrap {
    position: relative;
  }

  .is--color-green-variable-4 {
    font-family: Gilda Display, sans-serif;
  }

  .landing-hero-right-image-three {
    left: -311px;
  }

  .button-text-20 {
    width: 300px;
  }

  .image-97 {
    margin-left: -17px;
  }

  .centered-16 {
    color: #fff;
    margin-bottom: 12px;
    font-family: Gilda Display, sans-serif;
  }

  .centered-h6-20 {
    color: #c5661f;
  }

  .image-steps-wrapper-9 {
    height: 300px;
    max-height: 290px;
  }

  .title-wrapper-15 {
    margin-top: 3px;
  }

  .title-wrapper-15.fade-in-animation {
    margin-top: -27px;
  }

  .section-257 {
    width: 100%;
    height: 550px;
    margin-bottom: 111px;
  }

  .description-max-width-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  .image-98 {
    height: 75px;
    margin-top: 10px;
  }

  .image-steps-wrapper-9-copy {
    height: 300px;
    max-height: 290px;
  }

  .section-258 {
    margin-top: 86px;
  }

  .locations-card-6 {
    margin-top: 48px;
    margin-left: 92px;
  }

  .centered-h6-21 {
    color: #c5661f;
  }

  .image-99 {
    width: 320px;
    max-width: 100%;
    height: 420px;
    box-shadow: 0 2px 5px 7px #030000;
  }

  .description-max-width-20 {
    width: 800px;
    max-width: none;
  }

  .code-embed-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .code-embed-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .section-259 {
    width: 100%;
  }

  .heading-68 {
    width: 100%;
    min-width: 100%;
    font-size: 45px;
  }

  .image-100 {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .code-embed-4 {
    margin-left: 0;
  }

  .us-for-military {
    text-align: center;
    width: 90%;
    margin-left: 74px;
  }

  .body-2 {
    text-align: center;
  }

  .landing-home-page-wrap-copy-copy {
    background-color: #0000;
    margin-top: 15px;
    margin-bottom: -129px;
    padding-bottom: 8px;
  }

  .redefi {
    margin-left: -167px;
  }

  .redefi.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-top: -63px;
    margin-bottom: 123px;
    margin-left: -65px;
    padding-bottom: 0;
    padding-left: 47px;
    box-shadow: 0 2px 8px #000000f7;
  }

  .redefi.redefin {
    margin-top: -63px;
    margin-bottom: 123px;
  }

  .ww {
    margin-top: 18px;
    margin-left: -20px;
  }

  .introbackdrop-copy {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .code-embed-18 {
    margin-top: 10px;
  }

  .text-align-center {
    width: 100%;
    padding-bottom: 1px;
  }

  .createmillaccount {
    margin-top: 9px;
  }

  .createmillaccount.padding-144px {
    background-color: #1a1614;
    max-width: 1500px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .createmillaccount.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .createmillaccount.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .createmillaccount.padding-72px-copy {
    text-align: center;
    max-width: 100%;
  }

  .paragraph-7 {
    width: 80%;
    max-width: 100%;
  }

  .belowsanpshot {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 140px;
    margin-left: 0;
    padding-top: 10px;
    display: flex;
  }

  .reatorscontainer {
    margin-top: 9px;
  }

  .reatorscontainer.padding-144px {
    background-color: #1a1614;
    max-width: 1500px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .reatorscontainer.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .reatorscontainer.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .reatorscontainer.realtorcontatiners {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-description-copy {
    margin-bottom: 40px;
  }

  .heading-72 {
    margin-top: 40px;
    margin-bottom: -43px;
    font-family: Gilda Display, sans-serif;
    transform: scale(1.5);
  }

  .paragraph-8 {
    color: var(--slate-grey);
    width: 105%;
    margin-top: 40px;
    margin-left: -22px;
    font-size: 20px;
    top: 0;
  }

  .heading-73 {
    text-align: center;
  }

  .paragraph-9 {
    color: var(--slate-grey);
    margin-top: 10px;
    margin-bottom: -25px;
    font-family: Gilda Display, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    top: 0;
  }

  .heading-74 {
    text-align: center;
    margin-left: 0;
  }

  .heading-75 {
    text-align: center;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .paragraph-11 {
    color: var(--white);
    font-size: 20px;
  }

  .paragraph-12, .paragraph-13, .paragraph-13-copy, .paragraph-14, .paragraph-15, .paragraph-15-copy, .paragraph-16 {
    font-size: 20px;
  }

  .paragraph-16-copy {
    color: var(--slate-grey);
    margin-top: 0;
    font-family: Gilda Display, sans-serif;
    font-size: 20px;
    top: 0;
  }

  .tornav.style-three-header-container {
    height: 90px;
    margin-top: 3px;
    padding-top: 2px;
  }

  .pcsheading {
    font-size: 40px;
  }

  .heading-77 {
    width: 100%;
    margin-top: 0;
  }

  .home-two-card-marquee-box-4 {
    color: #bdb5b5;
  }

  .section-260 {
    background-image: none;
    margin-top: 60px;
    margin-bottom: -200px;
    margin-left: 220px;
  }

  .image-117 {
    max-width: 100%;
  }

  .hp_hero_banner_wrapper-12 {
    mix-blend-mode: normal;
    border: 1px solid #1b2725;
    width: 1200px;
    max-width: 12000px;
    margin-top: -11px;
    margin-bottom: 200px;
    margin-left: 300px;
    padding-top: 116px;
    padding-bottom: 40px;
    transform: translate(138px);
  }

  .home-video-2 {
    mix-blend-mode: screen;
    width: 1500px;
    margin-top: -200px;
    margin-left: -29px;
    padding-bottom: 0;
  }

  .text-center-11 {
    color: #bdb5b5;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .image-118 {
    max-width: 100%;
  }

  .image-116 {
    width: 139px;
    max-width: 100%;
    height: 139px;
  }

  .cards-grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 31px;
  }

  .section-261 {
    background-color: #111;
    background-image: none;
    width: 100%;
    height: 100%;
    margin-top: 81px;
    margin-left: 0;
    padding-top: 69px;
  }

  .hp_hero_banner_wrapper-13 {
    width: 1700px;
    max-width: 1700px;
    margin-top: -250px;
    margin-bottom: 10px;
    margin-left: -140px;
    padding-top: 140px;
    padding-bottom: 40px;
    transform: translate(138px);
  }

  .card-text-details-8 {
    background-color: #15110a;
  }

  .paragraph-17 {
    color: #bdb5b5;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Gilda Display, sans-serif;
    font-size: 1.4rem;
  }

  .text-center-12 {
    color: #5c5757;
  }

  .text-center-12.margin-top-forty {
    color: #5c5757;
    font-family: Gilda Display, sans-serif;
  }

  .areascontainer {
    margin-top: 9px;
  }

  .areascontainer.padding-72px {
    margin-top: 27px;
  }

  .areascontainer.padding-144px {
    background-color: #1a1614;
    max-width: 1500px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .areascontainer.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .areascontainer.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .areascontainer.areas {
    max-width: 90%;
    margin-top: 0;
    padding-left: 20px;
  }

  .areascontaineres {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .fourimages {
    margin-top: 9px;
  }

  .fourimages.padding-72px {
    margin-top: 27px;
  }

  .fourimages.padding-144px {
    background-color: #1a1614;
    max-width: 1500px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .fourimages.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .fourimages.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .fourimages._4iamges {
    margin-top: 0;
  }

  .resourcescabineset {
    margin-top: 220px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .resourcestitles {
    margin-bottom: 40px;
  }

  .resourcessection {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .body-3 {
    margin-top: 6px;
  }

  .citiestitle {
    margin-top: 45px;
    margin-left: 0;
  }

  .citiestitle.fade-in-animation {
    margin-top: 0;
    margin-bottom: 123px;
  }

  .citiestitle.align-left {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .citiestitle.align-left.slide-in-from-left-animation {
    margin-left: 40px;
  }

  .citiestitle.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-left: -65px;
    padding-bottom: 0;
    padding-left: 47px;
    box-shadow: 0 2px 8px #000000f7;
  }

  .citiestitle.citiestitles {
    text-align: center;
    width: 100%;
    margin-top: 220px;
    margin-bottom: 220px;
    margin-left: 0;
    padding-left: 60px;
  }

  .citiestitle.citiestitles.slide-in-from-left-animation {
    margin-left: 40px;
  }

  .container-full-copy {
    margin-top: 9px;
  }

  .container-full-copy.aioucontianter {
    max-width: 100%;
    margin-top: -89px;
    margin-bottom: 220px;
    padding-left: 60px;
  }

  .container-full-copy.padding-144px {
    background-color: #1a1614;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 200px;
    padding-top: 0;
    box-shadow: 0 2px 5px #000;
  }

  .container-full-copy.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .container-full-copy.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .orozconavbar.style-three-header-container {
    height: 90px;
    margin-top: 110px;
    padding-top: 2px;
  }

  .orozconavbar.style-three-header-container-copy {
    height: 90px;
    padding-top: 0;
  }

  .tormain.tormainpage {
    box-shadow: none;
    height: 90px;
    margin-top: 3px;
    padding-top: 2px;
  }

  .tormain.style-three-header-container {
    height: 90px;
    margin-top: 3px;
  }

  .hover-line-43 {
    background-image: linear-gradient(111deg, #0000, #6f4d1f 62%, #dbebe796 93%, #36ffdb80 100%, #fff0);
  }

  .primary-glow-wrapper-22 {
    font-size: 1.1rem;
  }

  .heading-80 {
    margin-top: -21px;
    padding-top: 0;
  }

  .heading-81 {
    transform: scale3d(1none, 1none, 1none);
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 20px;
  }

  .section-262 {
    background-color: #0a0a0a;
    width: 100%;
  }

  .paragraph-18 {
    margin-top: 20px;
  }

  .psychquiz {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    filter: sepia(32%);
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .psychquiz.reverse-on-tab {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 80%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 40px;
  }

  .psychquiz.aiouquiz {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 80%;
    margin-top: 140px;
    margin-bottom: 100px;
    margin-left: 0;
    padding-left: 0;
  }

  .inside-the-ficuciary {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    filter: sepia(32%);
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
  }

  .inside-the-ficuciary.reverse-on-tab {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 80%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 40px;
  }

  .videosectionintro {
    height: 20%;
    min-height: 20%;
    max-height: 2055%;
    margin-top: 171px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .heading-82 {
    text-align: center;
  }

  .titlebelowabout-us {
    text-align: center;
    background-color: #2a272724;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .bold-text-9 {
    font-family: Gilda Display, sans-serif;
    font-weight: 400;
  }

  .image-119 {
    width: 100%;
    height: 100%;
  }

  .button-yellow-2 {
    letter-spacing: 1px;
    margin-top: 3.8rem;
  }

  .gradient-overlay-2 {
    opacity: 1;
    background-image: linear-gradient(90deg, #111, #0000 50%);
  }

  .cta-text-wrapper-2 {
    padding-left: 15vw;
  }

  .centered-17 {
    font-size: 42px;
  }

  .heading-83, .heading-84 {
    margin-top: 0;
  }

  .image-120 {
    width: 32.5395%;
  }

  .miitary-video-intor {
    height: 20%;
    min-height: 20%;
    max-height: 2055%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .code-embed-19 {
    background-color: #111;
  }

  .va-3rd-cabinet {
    grid-auto-flow: row;
    place-items: stretch center;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .snapshot-and-va-cab {
    padding-left: 60px;
  }

  .citydemographics.padding-144px {
    margin-top: 156px;
    padding-bottom: 0;
    padding-left: 62px;
  }

  .citydemographics.padding-72px {
    margin-top: -113px;
    margin-bottom: 60px;
  }

  .citydemographics.padding-144px {
    background-color: #111;
    max-width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .citydemographics.no-max-width {
    max-width: none;
  }

  .citydemographics.cities {
    background-color: #111;
    max-width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .title-for-cities {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .title-for-cities.fade-in-animation {
    margin-top: 0;
    margin-bottom: 123px;
  }

  .title-for-cities.no-gap {
    width: 100.001%;
    min-width: 100%;
  }

  .title-for-cities.align-left {
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .title-for-cities.align-left.slide-in-from-left-animation {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-left: 0;
  }

  .title-for-cities.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-left: -65px;
    padding-bottom: 0;
    padding-left: 47px;
    box-shadow: 0 2px 8px #000000f7;
  }

  .title-for-cities.cities-tieles {
    margin-top: 0;
    margin-left: 122px;
    padding-left: 0;
  }

  .title-for-cities.cities-tieles.slide-in-from-left-animation {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-left: 0;
  }

  .actual-city {
    margin-top: 93px;
    margin-left: 107px;
  }

  .orozcothank-you {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .orozcothank-you.fade-in-animation {
    margin-bottom: 123px;
  }

  .orozcothank-you.no-gap {
    width: 100.001%;
    min-width: 100%;
  }

  .orozcothank-you.align-left {
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .orozcothank-you.align-left.slide-in-from-left-animation {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-left: 0;
  }

  .orozcothank-you.fade-in-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #463202;
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 100%;
    background-size: auto;
    width: 1200px;
    height: 225.984px;
    margin-left: -65px;
    padding-bottom: 0;
    padding-left: 47px;
    box-shadow: 0 2px 8px #000000f7;
  }

  .rs-for-buyerprofile {
    margin-left: -200px;
  }

  .gradient-overlay-3 {
    background-color: #0000000a;
    margin-left: 11px;
  }

  .cta-image-2 {
    min-width: 50vw;
    max-width: 50vw;
    margin-left: 80px;
    padding-right: 24px;
  }

  .button-yellow-3 {
    letter-spacing: 1px;
  }

  .cta-wrapper-2 {
    margin-top: 0;
  }

  .finance-cal-title.slide-in-from-left-animation {
    width: 100%;
    margin-left: 134px;
  }

  .cta-text-wrapper-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    background-color: #070b14;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .finance-overlay {
    background-color: #0000000a;
    margin-left: 0;
  }

  .code-embed-21 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .welcome-container {
    margin-top: 9px;
  }

  .welcome-container.padding-72px {
    margin-top: 27px;
  }

  .welcome-container.padding-144px {
    background-color: #1a1614;
    max-width: 95%;
    margin-top: -114px;
    margin-bottom: 100px;
    padding: 0 129px 40px 60px;
    box-shadow: 0 2px 5px #000;
  }

  .welcome-container.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .welcome-container.listings-01 {
    margin-top: 60px;
  }

  .welcome-container.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .actual-citiy.padding-144px {
    margin-top: 156px;
    padding-bottom: 0;
    padding-left: 62px;
  }

  .actual-citiy.padding-72px {
    margin-top: -113px;
    margin-bottom: 60px;
  }

  .actual-citiy.padding-144px {
    background-color: #111;
    max-width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .actual-citiy.no-max-width {
    max-width: none;
  }

  .locations-card-6-copy {
    margin-top: 50px;
    margin-left: 140px;
  }

  .actual-citiy-copy.padding-144px {
    margin-top: 156px;
    padding-bottom: 0;
    padding-left: 62px;
  }

  .actual-citiy-copy.padding-72px {
    margin-top: -113px;
    margin-bottom: 60px;
  }

  .actual-citiy-copy.padding-144px {
    background-color: #111;
    max-width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .actual-citiy-copy.no-max-width {
    max-width: none;
  }

  .aiouwrapper-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    filter: sepia(32%);
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 220px;
    margin-left: 0;
    padding-bottom: 100px;
  }

  .aiouwrapper-copy.reverse-on-tab {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 80%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 40px;
  }

  .aiouwrapper-copy.gap-96px {
    margin-top: 156px;
  }

  .fourimages-copy {
    margin-top: 9px;
  }

  .fourimages-copy.padding-72px {
    margin-top: 27px;
  }

  .fourimages-copy.padding-144px {
    background-color: #1a1614;
    max-width: 1500px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px #000;
  }

  .fourimages-copy.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .fourimages-copy.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .fourimages-copy._4iamges {
    margin-top: 200px;
  }

  .mainpage-button.margin-top-thirty {
    background-color: #db5700;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 7px;
    padding-bottom: 19px;
  }

  .mainpage-button.nav-button {
    color: #080808;
    background-color: #db5700;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 2px 5px #00000087;
  }

  .mainpage-button.main-button {
    color: #080808;
    background-color: #db5700;
    margin-top: 0;
    margin-right: 35px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 2px 5px #00000087;
  }

  .navbar-wrapper-copy {
    color: #c5661f;
    background-color: #fff;
    width: 110%;
    height: 90px;
    margin-top: 0;
    margin-left: -50px;
    padding-bottom: 0;
    padding-left: 48px;
    padding-right: 81px;
    box-shadow: 0 2px 5px #000000c4;
  }

  .contact-us-final {
    margin-top: 9px;
  }

  .contact-us-final.padding-72px {
    margin-top: 27px;
  }

  .contact-us-final.padding-144px {
    background-color: #1a1614;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 58px 60px 40px;
    box-shadow: 0 2px 5px #000;
  }

  .contact-us-final.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .contact-us-final.listings-01 {
    margin-top: 60px;
  }

  .contact-us-final.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .contact-us-final-copy {
    margin-top: 9px;
  }

  .contact-us-final-copy.padding-72px {
    margin-top: 27px;
  }

  .contact-us-final-copy.padding-144px {
    background-color: #1a1614;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 58px 60px 40px;
    box-shadow: 0 2px 5px #000;
  }

  .contact-us-final-copy.no-max-width {
    max-width: none;
    margin-top: 0;
  }

  .contact-us-final-copy.listings-01 {
    margin-top: 60px;
  }

  .contact-us-final-copy.padding-72px {
    background-color: #1110;
    margin-top: -156px;
    margin-bottom: 0;
    padding-left: 87px;
  }

  .body-6 {
    margin-top: 60px;
  }

  .resources-main-4-conver {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    filter: sepia(32%);
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .resources-main-4-conver.reverse-on-tab {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    width: 100%;
    margin-top: 220px;
    margin-bottom: 100px;
    margin-left: 0;
  }

  .resources-main-4-conver.gap-96px {
    margin-top: 156px;
  }

  .redefiend-body {
    background-color: var(--black-footer-bottom);
  }
}

@media screen and (min-width: 1920px) {
  .introbackdrop {
    margin-top: -9px;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .aiouwrapper {
    margin-top: 0;
  }

  .aiouwrapper.reverse-on-tab {
    margin-left: -155px;
  }

  .container-full.padding-72px {
    max-width: 1900px;
  }

  .container-full.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .container-full.no-max-width {
    margin-top: -138px;
  }

  .container-full.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .militaryaboutus {
    margin-left: 20px;
  }

  .space-mid {
    margin-left: 0;
  }

  .reviews-tabs-grid {
    margin-left: 200px;
  }

  .title-wrapper.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-top: 98px;
    margin-bottom: 11px;
    margin-left: 152px;
    padding-bottom: 34px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .image-steps-wrapper {
    max-width: 1200px;
  }

  .nav-space {
    min-height: 5vw;
  }

  .hero-flex.slide-up-animation {
    margin-top: 126px;
  }

  .features-flex.max-width-1440px {
    margin-top: -51px;
  }

  .hero-wrapper {
    margin-top: 120px;
    margin-left: 107px;
  }

  .hero-half-wrapper.about-hero-image {
    margin-top: 153px;
  }

  .about-us {
    margin-top: 102px;
  }

  .block-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .steps-flex-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .title-wrapper-14 {
    margin-top: -12px;
  }

  .container-full-copy.padding-144px {
    margin-bottom: 78px;
  }

  .home-one-destination-large-image-wrap-4 {
    width: 2200px;
    height: 125px;
    margin-top: 150px;
    margin-left: -125px;
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .landing-home-page-wrap-copy {
    background-position: 50% 0;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-home-page-big-text-copy-copy {
    margin-top: -63px;
    font-size: 14rem;
  }

  .section-196 {
    margin-top: 114px;
    box-shadow: 0 2px 19px 4px #0a0600;
  }

  .text-marquee-box.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-wrap-copy-2 {
    background-position: 50% 0;
    border-radius: 0;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    color: #0000;
    margin-top: 84px;
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-wrap-copy-3 {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    margin-top: 126px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: -4px -11px 5px -18px #030200;
  }

  .section-copy {
    margin-top: 123px;
    margin-bottom: 114px;
  }

  .section-197 {
    text-align: center;
  }

  .section-copy-copy {
    background-color: #080605;
    margin-top: 138px;
    margin-bottom: -6px;
  }

  .space-large-5 {
    min-height: 40px;
    padding-top: 111px;
  }

  .container-full-3 {
    transform: translate(0);
  }

  .container-full-3.reviews-image.no-max-width {
    border-radius: 17px;
    max-width: 1500px;
    height: 650px;
    margin-top: 84px;
    margin-left: 220px;
    margin-right: 83px;
    padding-top: 114px;
    padding-right: 0;
  }

  .section-107 {
    margin-left: 32px;
  }

  .hp-template-content-wrap-5 {
    width: 1850px;
    max-width: 1850px;
    margin-top: -27px;
    margin-left: 200px;
    margin-right: 0;
    padding-right: 0;
  }

  .section-200 {
    margin-top: -18px;
    margin-left: 200px;
  }

  .container-one-15 {
    margin-left: 140px;
  }

  .section-239 {
    margin-top: -120px;
    margin-left: 155px;
  }

  .home-three-why-choose-property-marquee-overlay-2 {
    padding-top: 0;
  }

  .margin-none.mobile-text-center {
    color: #504437;
    margin-top: -3px;
    margin-bottom: -15px;
    padding-bottom: 139px;
    line-height: 1em;
  }

  .home-three-why-choose-property.position-relative {
    height: 850px;
    margin-top: -3px;
    margin-left: 0;
  }

  .hero-button-3.margin-top-thirty {
    color: #282119;
    width: 100%;
    height: 42%;
    padding-bottom: 20px;
  }

  .hero-button-3.nav-button {
    margin-left: -143px;
  }

  .home-three-why-choose-property-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -50px;
  }

  .home-three-why-choose-property-marquee-block.position-relative {
    margin-top: 30px;
  }

  .hp-template-content-wrap-5-copy {
    width: 1850px;
    max-width: 1850px;
    margin-top: -27px;
    margin-left: 200px;
    margin-right: 0;
    padding-right: 0;
  }

  .container-full-13.padding-144px {
    max-width: 1800px;
    margin-top: 220px;
  }

  .section-244 {
    background-color: #0a0a0a;
    margin-left: -62px;
    padding-right: 102px;
  }

  .title-wrapper-copy.fade-in-animation, .title-wrapper-copy-copy.fade-in-animation, .title-wrapper-copy-copy-copy.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-left: 200px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .who-we-are {
    margin-top: 0;
    margin-bottom: 114px;
  }

  .section-246 {
    margin-top: -18px;
    margin-left: 200px;
  }

  .about-us-image-2 {
    box-shadow: none;
    margin-top: -120px;
  }

  .max-width-36rem-5 {
    width: 800px;
    max-width: 700px;
    margin-left: 56px;
  }

  .section-247 {
    margin-top: -120px;
    margin-left: 155px;
  }

  .max-width-450px-5 {
    max-width: 600px;
  }

  .about-us-3 {
    padding-bottom: 29px;
  }

  .features-flex-3.max-width-1440px {
    margin-top: -27px;
  }

  .heading-62 {
    margin-top: -9px;
  }

  .about-features-image-3 {
    width: 550px;
    max-width: 550px;
    height: 750px;
    min-height: 0%;
    transform: scale(.8);
  }

  .hp-template-content-wrap-6 {
    width: 1850px;
    max-width: 1850px;
    margin-top: -27px;
    margin-left: 200px;
    margin-right: 0;
    padding-right: 0;
  }

  .home-three-why-choose-property-text-block-5 {
    margin-left: -89px;
  }

  .home-three-why-choose-property-wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -50px;
  }

  .hp-template-content-wrap-7 {
    width: 1900px;
    max-width: 1900px;
    height: 700px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
    padding-right: 0;
  }

  .home-three-why-choose-property-wrap-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: 0;
  }

  .section-250 {
    color: #27221d;
    margin-top: -60px;
  }

  .heading-65 {
    color: #c4b7b5;
  }

  .footer-text-wrapper-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper-2 {
    opacity: 1;
  }

  .container-full-20.padding-144px {
    max-width: 1600px;
    margin-left: 53px;
    padding-left: 0;
  }

  .container-full-20.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-full-20.padding-144px {
    max-width: 1900px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-cover-image {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .footer-wrapper-4 {
    width: 1600px;
    margin-top: 0;
    margin-left: -140px;
    padding-top: 0;
  }

  .normal-title.none-margin.text-align-left {
    color: #f5f5f5;
  }

  .section-251 {
    background-color: #0a0a0a;
    width: 2100px;
    max-width: 2100px;
    margin-left: -62px;
    padding-right: 102px;
  }

  .about-cover-image-copy {
    opacity: 1;
    height: 375px;
  }

  .description-max-width-19 {
    color: #c4b7b5;
  }

  .hp-inner-page-demos-content-wrap {
    width: 1800px;
    max-width: 1800px;
    margin-top: 42px;
    margin-left: 59px;
  }

  .title-wrapper-copy.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-left: 200px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .image-94 {
    margin-left: 220px;
    transform: translate(350px);
  }

  .title-wrapper-copy-copy.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-left: 200px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .container-full-copy.padding-144px {
    margin-top: -48px;
  }

  .container-full-copy.listings-01 {
    margin-bottom: 140px;
    margin-left: 220px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .navbar-logo-left-container.style-three-header-container {
    height: 100px;
    margin-top: 3px;
    padding-top: 7px;
    padding-left: 100px;
    padding-right: 100px;
    transform: translate(0, -7px);
  }

  .navbar-wrapper-2 {
    margin-top: 15px;
    margin-left: -71px;
    padding-bottom: 22px;
  }

  .navbar-wrapper {
    width: 115%;
    margin-top: 0;
    margin-left: -98px;
  }

  .navbar-wrapper-4 {
    padding-left: 44px;
  }

  .landing-home-page-big-text-copy {
    margin-top: -63px;
  }

  .container-one {
    background-color: #9c9a9900;
  }

  .hp-template-content-wrap-8 {
    background-image: none;
    width: 1800px;
    margin-top: 123px;
    margin-bottom: 57px;
    margin-left: 53px;
  }

  .hp_hero_banner_wrapper {
    margin-left: 220px;
    padding-right: 0;
    box-shadow: 1px 2px 20px -10px #885656;
  }

  .home-one-destination-large-image-wrap-3 {
    width: 2100px;
    height: 150px;
    margin-top: -200px;
    margin-bottom: -105px;
    margin-left: -35px;
  }

  .mortagagecalculatr {
    background-image: none;
    width: 80%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 100px;
    padding-bottom: 0;
  }

  .container-one-11 {
    margin-top: -141px;
  }

  .principle-second-block.ai-child {
    width: 600px;
    transform: translate(0);
  }

  .centered-15 {
    margin-left: 200px;
    transform: translate(-92px);
  }

  .hp-template-grid {
    margin-bottom: 220px;
  }

  .principle-second-block-copy.ai-child {
    width: 600px;
    height: 100%;
    transform: translate(0);
  }

  .hero-title-wrapper-2-copy.second-version.have--position {
    width: 800px;
    margin-top: -138px;
    margin-left: 40px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    box-shadow: none;
    width: 1800px;
    max-width: 100%;
    height: 600px;
    margin: 187px 0 78px 23px;
    padding: 61px 0 0;
    transform: translate(25px, -147px);
  }

  .platform-child-7-copy {
    margin-top: -162px;
    margin-left: 161px;
    padding-top: 2em;
    padding-bottom: 2em;
    transform: translate(-20px);
  }

  .service-one-work.overflow-none {
    background-image: url('../images/Inner-Demo-Section-BG.svg');
    background-position: 50%;
    background-size: cover;
    width: 1900px;
  }

  .section-193 {
    width: 100%;
    margin-left: 0;
  }

  .home-video {
    width: 1400px;
    max-width: 1600px;
    height: 400px;
    margin-top: -138px;
    margin-left: -62px;
  }

  .link-block-5 {
    width: 99%;
    margin-top: 42px;
  }

  .section-113 {
    margin-top: 45px;
  }

  .landing-home-page-wrap-copy-4 {
    background-position: 50% 0;
    border-radius: 0;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp_hero_banner_wrapper-11 {
    border-radius: 20px;
    width: 1600px;
    max-width: 1800px;
    height: 500px;
    margin-top: -200px;
    margin-bottom: 90px;
    margin-left: -200px;
    padding-top: 20px;
    padding-bottom: 85px;
  }

  .landing-hero.overflow-none {
    background-color: #1b1817;
    background-position: 50% 0;
  }

  .landing-hero-left-image-three {
    bottom: -67px;
    right: -144px;
  }

  .paragraph-6 {
    margin-bottom: 0;
  }

  .image-87-copy {
    margin-top: -23px;
    margin-left: 2px;
    padding-top: 0;
    transform: scale(1);
  }

  .section-195 {
    margin-top: 220px;
  }

  .landing-hero-left-image-wrap {
    left: 45px;
  }

  .title-wrapper-15 {
    margin-top: -12px;
  }

  .image-98 {
    width: 120px;
    height: 70px;
    margin-top: 0;
    margin-left: 26px;
  }

  .div-block-6 {
    margin-top: -66px;
  }

  .section-258 {
    margin-left: -89px;
  }

  .locations-card-6 {
    padding-right: 0;
  }

  .code-embed-2 {
    margin-top: -156px;
  }

  .code-embed-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .landing-home-page-wrap-copy-copy {
    background-position: 50% 0;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .redefi.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-top: 98px;
    margin-bottom: 11px;
    margin-left: 152px;
    padding-bottom: 34px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .introbackdrop-copy {
    margin-top: 129px;
    margin-left: 0;
  }

  .contact2_hero_header {
    opacity: 1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #f5f4f4;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .createmillaccount.padding-72px {
    max-width: 1900px;
  }

  .createmillaccount.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .createmillaccount.no-max-width {
    margin-top: -138px;
  }

  .createmillaccount.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .createmillaccount.padding-72px-copy {
    max-width: 1900px;
  }

  .belowsanpshot {
    margin-top: -9px;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .reatorscontainer.padding-72px {
    max-width: 1900px;
  }

  .reatorscontainer.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .reatorscontainer.no-max-width {
    margin-top: -138px;
  }

  .reatorscontainer.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .reatorscontainer.realtorcontatiners {
    max-width: 1900px;
  }

  .tornav.style-three-header-container {
    height: 100px;
    margin-top: 3px;
    padding-top: 7px;
    padding-left: 100px;
    padding-right: 100px;
    transform: translate(0, -7px);
  }

  .section-260 {
    margin-top: -200px;
    margin-left: 340px;
  }

  .hp_hero_banner_wrapper-12 {
    width: 1800px;
    height: 400px;
    margin-top: 122px;
    margin-left: 125px;
    padding-right: 0;
    box-shadow: 1px 2px 20px -10px #885656;
  }

  .home-video-2 {
    width: 2200px;
    max-width: 1900px;
    height: 500px;
    margin-top: -95px;
    margin-left: 38px;
  }

  .image-118 {
    max-width: 100%;
  }

  .cards-grid-7 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: -87px;
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .section-261 {
    width: 2400px;
    max-width: 2400px;
    height: 1400px;
    margin-top: -25px;
    margin-left: 149px;
  }

  .hp_hero_banner_wrapper-13 {
    border-radius: 20px;
    width: 1600px;
    max-width: 1800px;
    height: 500px;
    margin-top: -200px;
    margin-bottom: 90px;
    margin-left: -200px;
    padding-top: 20px;
    padding-bottom: 85px;
  }

  .card-text-details-8 {
    background-color: #161208;
  }

  .paragraph-17 {
    margin-bottom: 0;
  }

  .areascontainer.padding-72px {
    max-width: 1900px;
  }

  .areascontainer.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .areascontainer.no-max-width {
    margin-top: -138px;
  }

  .areascontainer.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .areascontainer.areas {
    max-width: 1900px;
  }

  .areascontaineres {
    margin-top: -9px;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .fourimages.padding-72px {
    max-width: 1900px;
  }

  .fourimages.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .fourimages.no-max-width {
    margin-top: -138px;
  }

  .fourimages.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .fourimages._4iamges {
    max-width: 1900px;
  }

  .resourcescabineset, .resourcessection {
    margin-top: -9px;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .citiestitle.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-top: 98px;
    margin-bottom: 11px;
    margin-left: 152px;
    padding-bottom: 34px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .citiestitle.citiestitles {
    margin-top: 220px;
  }

  .container-full-copy.aioucontianter {
    max-width: 1900px;
    padding-left: 0;
  }

  .container-full-copy.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .container-full-copy.no-max-width {
    margin-top: -138px;
  }

  .container-full-copy.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .orozconavbar.style-three-header-container {
    height: 100px;
    margin-top: 3px;
    padding-top: 7px;
    padding-left: 100px;
    padding-right: 100px;
    transform: translate(0, -7px);
  }

  .orozconavbar.style-three-header-container-copy {
    padding-bottom: 0;
  }

  .tormain.tormainpage {
    height: 100px;
    margin-top: 0;
    padding-top: 7px;
    padding-left: 100px;
    padding-right: 100px;
    transform: translate(0, -7px);
  }

  .tormain.style-three-header-container {
    height: 100px;
    margin-top: 3px;
    padding-top: 7px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .psychquiz {
    margin-top: 0;
  }

  .psychquiz.reverse-on-tab, .psychquiz.aiouquiz {
    margin-left: -155px;
  }

  .inside-the-ficuciary {
    margin-top: 0;
  }

  .inside-the-ficuciary.reverse-on-tab {
    margin-left: -155px;
  }

  .videosectionintro, .miitary-video-intor {
    margin-top: -9px;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .code-embed-20 {
    text-align: center;
  }

  .va-3rd-cabinet {
    margin-left: 200px;
  }

  .snapshot-and-va-cab {
    margin-left: 20px;
  }

  .citydemographics.padding-144px {
    max-width: 1600px;
    margin-left: 53px;
    padding-left: 0;
  }

  .citydemographics.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .citydemographics.padding-144px, .citydemographics.cities {
    max-width: 1900px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-for-cities.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-top: 98px;
    margin-bottom: 11px;
    margin-left: 152px;
    padding-bottom: 34px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .actual-city {
    padding-right: 0;
  }

  .orozcothank-you.fade-in-animation {
    background-position: 100% 100%;
    width: 1400px;
    margin-top: 98px;
    margin-bottom: 11px;
    margin-left: 152px;
    padding-bottom: 34px;
    padding-right: 0;
    box-shadow: 3px 5px 9px 2px #000000f7;
  }

  .cta-wrapper-2 {
    margin-top: -21px;
  }

  .finance-cal-title.slide-in-from-left-animation {
    margin-top: 0;
    font-family: Gilda Display, sans-serif;
  }

  .cta-text-wrapper-3 {
    background-color: #070b14;
    padding-left: 138px;
  }

  .finance-overlay {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .welcome-container.padding-72px {
    max-width: 1900px;
  }

  .welcome-container.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -3px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .welcome-container.no-max-width {
    margin-top: -138px;
  }

  .welcome-container.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .actual-citiy.padding-144px {
    max-width: 1600px;
    margin-left: 53px;
    padding-left: 0;
  }

  .actual-citiy.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .actual-citiy.padding-144px {
    max-width: 1900px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .locations-card-6-copy {
    padding-right: 0;
  }

  .actual-citiy-copy.padding-144px {
    max-width: 1600px;
    margin-left: 53px;
    padding-left: 0;
  }

  .actual-citiy-copy.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .actual-citiy-copy.padding-144px {
    max-width: 1900px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .aiouwrapper-copy {
    margin-top: 0;
  }

  .aiouwrapper-copy.reverse-on-tab {
    margin-left: -155px;
  }

  .fourimages-copy.padding-72px {
    max-width: 1900px;
  }

  .fourimages-copy.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 1800px;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .fourimages-copy.no-max-width {
    margin-top: -138px;
  }

  .fourimages-copy.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .fourimages-copy._4iamges {
    max-width: 1900px;
  }

  .mainpage-button.margin-top-thirty {
    color: #282119;
    width: 100%;
    height: 42%;
    padding-bottom: 20px;
  }

  .mainpage-button.nav-button, .mainpage-button.main-button {
    margin-left: -143px;
  }

  .navbar-wrapper-copy {
    width: 115%;
    margin-top: 0;
    margin-left: -98px;
  }

  .contact-us-final.padding-72px {
    max-width: 1900px;
  }

  .contact-us-final.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .contact-us-final.no-max-width {
    margin-top: -138px;
  }

  .contact-us-final.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-final-copy.padding-72px {
    max-width: 1900px;
  }

  .contact-us-final-copy.padding-144px {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 200px;
    display: flex;
    position: static;
  }

  .contact-us-final-copy.no-max-width {
    margin-top: -138px;
  }

  .contact-us-final-copy.padding-72px {
    margin-top: -147px;
    padding-left: 0;
    padding-right: 0;
  }

  .resources-main-4-conver {
    margin-top: 0;
  }

  .resources-main-4-conver.reverse-on-tab {
    margin-left: -155px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5625rem;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -150px;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--lighter-black);
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    border: 1px solid var(--lighter-black);
    height: auto;
    padding: 32px;
    display: flex;
  }

  .sg-anchor-lb {
    flex: none;
  }

  .sg-anchor-lb.w--current {
    background-color: var(--primary);
    box-shadow: inset 0 -3px #dc7d3c;
  }

  .text.mobile-only {
    display: block;
  }

  .sg-buttons-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .introbackdrop {
    margin-top: -36px;
  }

  .row-utilities {
    width: 100%;
  }

  .aiouwrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .aiouwrapper.reverse-on-tab {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .aiouwrapper.no-gap {
    width: auto;
    min-width: 640px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.listings-01, .container-full.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .militaryaboutus {
    min-height: 120px;
  }

  .wrapper-center {
    width: 90%;
  }

  .blog-single-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-link {
    padding-top: 0%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-social-links-wrapper {
    display: flex;
  }

  .blog-single-image-wrapper {
    height: auto;
  }

  .blog-single-image {
    width: 100%;
  }

  .footer-flex-wrapper {
    flex-flow: column wrap;
  }

  .footer-text-wrapper {
    max-width: 700px;
  }

  .footer-content-wrapper {
    width: 100%;
    margin-bottom: 64px;
  }

  .row-tab {
    flex-wrap: wrap;
  }

  .image-licenses {
    min-height: 400px;
  }

  .image-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-content-icon {
    grid-template-columns: 1fr;
  }

  .faq-content-wrapper {
    width: 90%;
  }

  .description-max-width {
    margin-left: -47px;
  }

  .booking-form-block {
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 400px;
    padding-right: 0;
  }

  .faq-row {
    width: 100%;
    max-width: 100%;
  }

  .faq-title-wrapper {
    width: 90%;
  }

  .cta-text-wrapper {
    padding-left: 64px;
    padding-right: 64px;
    bottom: 0;
    left: 0;
  }

  .reviews-tabs-grid {
    flex-direction: column-reverse;
    width: 80%;
    display: flex;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .tabs-content {
    justify-content: center;
    align-items: center;
  }

  .box-lisiting {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .lisitngs-menu {
    flex-flow: column-reverse;
  }

  .team-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .agent-wrapper {
    padding-left: 0;
  }

  .agent-image-wrapper {
    align-self: center;
    width: 60%;
  }

  .locations-left-arrow {
    top: 90%;
  }

  .locations-right-arrow {
    top: 90%;
    right: 85%;
  }

  .social-link-wrapper-small {
    margin-left: 0;
  }

  .locations-slider {
    width: 600px;
    max-width: 600px;
    min-height: 440px;
    max-height: 440px;
  }

  .locations-slide {
    margin-top: 220px;
  }

  .image-locations {
    min-height: 380px;
    max-height: 380px;
  }

  .testimonial-client-wrapper {
    grid-column-gap: 15px;
  }

  .hero-content-wrapper {
    text-align: center;
    align-self: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .title-wrapper {
    width: 90%;
  }

  .title-wrapper.align-left.slide-in-from-left-animation {
    margin-left: 0;
  }

  .title-wrapper.fade-in-animation {
    margin-left: 38px;
  }

  .steps-text-flex {
    left: auto;
  }

  .steps-text-flex.opposite {
    margin-left: 0;
    left: auto;
  }

  .features-main-flex {
    grid-column-gap: 60px;
  }

  .features-image-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .seperator-wrapper {
    width: 90%;
  }

  .listings-cms-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .listing-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .blog-row {
    flex-direction: column;
    justify-content: center;
  }

  .blog-image-wrapper, .blog-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-bottom-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    display: grid;
  }

  .locations-nav {
    top: 465px;
    left: -450px;
  }

  .contact-right-wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-left: 60px;
  }

  .contact-left-wrapper {
    max-width: 50%;
  }

  .single-listing-title {
    grid-column-gap: 30px;
  }

  .listings-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .listings-menu-link.w--current {
    font-size: 16px;
  }

  .breadcrumbs {
    text-align: center;
  }

  .listings-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .body-styleguide {
    background-color: var(--lighter-black);
  }

  .locations-card {
    max-height: 380px;
  }

  .blog-rich-text {
    width: 80%;
  }

  .property-details {
    width: 100%;
  }

  .agent-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .agent-details-wrapper {
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
  }

  .blog-agent-wrapper {
    align-self: center;
    width: 60%;
  }

  .border-bottom {
    max-width: 600px;
  }

  .hide-on-tab {
    display: none;
  }

  .reverse-on-tab {
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-on-tab {
    text-align: center;
  }

  .listing-wrapper {
    flex-direction: column;
    display: flex;
  }

  .listing-right {
    align-self: center;
    width: 50%;
  }

  .listing-left {
    align-self: center;
    width: 90%;
  }

  .title-flex {
    flex-flow: wrap;
    align-items: center;
  }

  .tab-panel {
    width: 100%;
  }

  .hero-image-slide-01 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-text-wrapper {
    width: 90%;
    max-width: 90%;
  }

  .footer-text {
    padding-top: 0%;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .about-us-agents-stack {
    padding-left: 0;
  }

  .listing-agent-wrapper {
    align-self: center;
    width: 60%;
    margin-right: 0;
  }

  .hero-description {
    text-align: center;
    max-width: 500px;
    font-size: 21px;
  }

  .about-us-stack {
    padding-left: 0;
  }

  .teams-button-wrapper {
    width: 90%;
  }

  .single-listing-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructions-wrapper {
    max-width: 567px;
  }

  .slider {
    margin-left: 0;
  }

  .circle-left-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    left: -10px;
  }

  .circle-right-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    right: -10px;
  }

  .flex-features-image.reverse-images-on-tab {
    flex-direction: row-reverse;
  }

  .numbers-wrapper {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .count-flex-block {
    align-self: flex-start;
    padding-top: 0;
  }

  .video-background-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-card-wrapper {
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .steps-feature-wrapper {
    margin-left: -83px;
  }

  .logo-text {
    font-size: 20px;
  }

  .hero-arrows {
    max-height: 15px;
  }

  .image-steps-wrapper {
    min-width: 700px;
    max-width: 700px;
    margin-left: -113px;
  }

  .listing-name {
    position: static;
  }

  .gradient-overlay {
    transform: scale3d(1none, 1none, 1none);
    width: 77%;
  }

  .locations-image {
    min-height: 380px;
    max-height: 380px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
  }

  .facilities-box {
    padding-right: 0;
  }

  .single-listing-amenities {
    width: 100%;
  }

  .values-image-photo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .values-image-wrapper-02 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .values-stack {
    grid-row-gap: 32px;
    width: 100%;
    padding-left: 0;
  }

  .office-left-arrow {
    left: -60px;
  }

  .office-right-arrow {
    right: -60px;
  }

  .office-row {
    flex-direction: column;
    justify-content: center;
  }

  .about-hero-wrapper {
    margin-left: 0;
  }

  .about-content-wrapper {
    z-index: 5;
    align-self: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .nav-space {
    min-height: 9rem;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-image-wrapper {
    width: 100%;
  }

  .cta-image {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-card-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .preloader-wrapper {
    display: none;
  }

  .testimonial-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-i-image {
    z-index: 1;
    min-width: 420px;
    max-width: 420px;
    position: relative;
    inset: auto;
  }

  .listing-flex-02 {
    grid-template-columns: 1fr;
  }

  .feature-ii {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 0;
    padding-bottom: 120px;
  }

  .hero-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-i {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
  }

  .letter-iii-wrapper {
    width: 90%;
    top: 240px;
  }

  .call-to-action {
    max-width: 90%;
  }

  .feature-half-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .side-quote-text {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .feature-box-iii-text {
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action-blur {
    background-size: auto, auto 70vh;
  }

  .testimonial-client-wrapper-03 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .side-quote-text-ii {
    align-self: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .feature-box-iii-image-wrapper {
    background-size: auto 101vh;
    width: 80%;
  }

  .testimonial-quote {
    position: static;
  }

  .letter-wrapper {
    width: 90%;
    top: 240px;
  }

  .testimonial-listing-wrapper {
    grid-column-gap: 0px;
  }

  .features-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .quote {
    position: relative;
    top: 48px;
  }

  .features-i-ii-image {
    inset: 0% 0% auto;
  }

  .feature-ii-image {
    min-width: 420px;
    max-width: 420px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .hero-half-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-us-image {
    display: none;
  }

  .about-us {
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    left: 0;
  }

  .about-half-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .values-block.shift-left {
    left: 0;
  }

  .values-block.shift-right {
    right: 0;
  }

  .about-grid {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .values-letter-i, .values-letter-iii, .values-letter-iv, .values-letter-ii {
    opacity: .5;
    left: 0%;
  }

  .team-flex {
    align-items: center;
  }

  .team-flex-center {
    align-items: center;
    top: 0;
  }

  .logo-icon-background {
    max-width: 90px;
  }

  .team-wrapper {
    padding-bottom: 64px;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    min-width: 100%;
    top: 0;
  }

  .team-flex-right {
    align-items: center;
    top: 0;
  }

  .team-image-wrapper {
    width: 100%;
  }

  .mask-testimonial {
    max-width: 100%;
  }

  .slide-nav-testimonial {
    padding-top: 3%;
  }

  .features-image-wrapper-02 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .listings-cms-wrapper-02 {
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
  }

  .slider-testimonial {
    max-width: 75%;
  }

  .left-arrow {
    left: 10%;
  }

  .wrapper-icon {
    width: 90%;
  }

  .cta-large-wrapper {
    max-width: 520px;
  }

  .right-arrow {
    right: 10%;
  }

  .text-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper.align-right {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .about-us-title-wrapper {
    align-self: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .values-thirds-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-hero-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .values-image-wrapper {
    min-height: 480px;
    max-height: 480px;
  }

  .hero-overlay {
    background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 30%, #0006 60%);
  }

  .listing-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
    max-height: none;
  }

  .listing-image {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    max-height: 360px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .blur-overlay {
    opacity: .7;
  }

  .listing-card-overlay {
    position: static;
    top: 300px;
  }

  .locations-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-text-wrapper-02 {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-image-wrapper-02 {
    width: 100%;
    max-width: 100%;
  }

  .hero-image-slide-02 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .steps-flex {
    flex-flow: column;
  }

  .home-hero-03 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .block-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .listing-details-flex {
    flex-flow: wrap;
  }

  .navbar {
    min-height: 96px;
  }

  .nav-link {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .logo-brand.background {
    margin-top: 0;
  }

  .nav-block {
    display: flex;
  }

  .menu-icon {
    z-index: 9999;
    color: #dfb187;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 32px;
    display: flex;
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    min-height: 100vh;
    padding-top: 128px;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: auto;
  }

  .container-nav {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-height: 96px;
    position: absolute;
    top: 0;
  }

  .nav-mobile-menu-button {
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav-mobile-menu-button.w--open {
    background-color: #0000;
  }

  .menu-burger-circle {
    display: none;
  }

  .image-scroll-movement {
    width: 1000px;
  }

  .landing-card {
    border-radius: 1.5rem;
  }

  .landing-video {
    border-radius: .7rem;
  }

  .landing-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-form-wrapper {
    width: 100%;
  }

  .red-font {
    font-size: .88rem;
  }

  .office-image-02 {
    width: 100%;
    min-width: 100%;
  }

  .office-tabs-grid {
    grid-column-gap: 30px;
    grid-template-columns: .75fr 1fr;
  }

  .listings-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-burger-wrapper {
    z-index: 9999;
  }

  .button-absolute {
    position: static;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin-bottom: 32px;
  }

  .nav-grid-03-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
  }

  .landing-hero-overlay {
    background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 30%, #0006 60%);
  }

  .centered-h6-16 {
    color: #c5661f;
    font-family: Gilda Display, sans-serif;
  }

  .steps-flex-2 {
    flex-flow: column;
    margin-top: 24px;
  }

  .image-steps-wrapper-8 {
    height: 300px;
    max-height: 300px;
  }

  .title-wrapper-14 {
    width: 90%;
  }

  .trigger-2 {
    height: 240px;
  }

  .container-full-copy.listings-01, .container-full-copy.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .landing-home-page-wrap-copy {
    margin-top: 0;
  }

  .landing-home-page-big-text-copy-copy {
    width: 100%;
    margin-top: -69px;
    margin-left: 0;
    font-size: 7.2rem;
    line-height: 15.62rem;
  }

  .button-overflow-hidden {
    border-radius: 60px;
  }

  .landing-home-page-wrap-copy-2 {
    margin-top: 0;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -90px;
    margin-bottom: 0;
    font-size: 12rem;
  }

  .text-center-copy {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .landing-home-page-wrap-copy-3 {
    margin-top: 0;
  }

  .image-steps-wrapper-8-copy {
    height: 300px;
    max-height: 300px;
  }

  .home-one-marquee-large-text {
    font-size: 20rem;
    line-height: 20.68rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 15rem;
    line-height: 15.62rem;
  }

  .text-marquee {
    padding-top: 0;
  }

  .about-one-hero-large-text-2 {
    font-size: 10rem;
    line-height: 10.62rem;
    bottom: -40px;
  }

  .slide-nav-testimonial-2 {
    padding-top: 3%;
  }

  .space-large-5 {
    min-height: 120px;
  }

  .container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-full-3.reviews-image.no-max-width {
    width: 850px;
    max-width: 850px;
  }

  .hp-template-content-wrap-5 {
    width: 900px;
    max-width: 9000px;
    margin-left: -20px;
  }

  .home-three-property-marquee-card-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: .61;
    background-color: #a39e98;
  }

  .home-three-why-choose-property-text-block {
    text-align: center;
    margin-left: -23px;
  }

  .container-one-15 {
    margin-left: -35px;
  }

  .home-three-why-choose-property-marquee-overlay-2 {
    background-image: linear-gradient(#111, #111 3%, #fff0 23%, #111 98% 100%, #111);
  }

  .image-88 {
    margin-top: 51px;
    margin-left: 23px;
  }

  .margin-none.mobile-text-center {
    margin-left: 8px;
    padding-bottom: 4px;
    font-size: 3rem;
  }

  .home-three-why-choose-property {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .hero-button-3.margin-top-thirty {
    margin-left: -8px;
  }

  .home-three-why-choose-property-wrap {
    flex-direction: column;
    margin-left: -53px;
  }

  .home-three-why-choose-property-marquee-block.position-relative {
    margin-left: -29px;
  }

  .space-large-5-copy {
    min-height: 120px;
  }

  .hp-template-content-wrap-5-copy {
    width: 900px;
    max-width: 9000px;
    margin-left: -20px;
  }

  .locations-title-4 {
    padding-bottom: 0;
  }

  .footer-links-wrapper-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-left: -86px;
  }

  .locations-left-arrow-3 {
    top: 90%;
  }

  .footer-text-wrapper-3 {
    max-width: 700px;
    margin-left: 2px;
  }

  .container-full-13.padding-144px {
    padding-left: 7%;
    padding-right: 0%;
  }

  .footer-link-6 {
    padding-top: 0%;
  }

  .footer-paragraph-4 {
    color: #fff;
  }

  .logo-text-2 {
    font-size: 20px;
  }

  .locations-right-arrow-3 {
    top: 90%;
    right: 85%;
  }

  .footer-wrapper-3 {
    width: 600px;
    margin-left: -8px;
  }

  .footer-bottom-flex-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    display: grid;
  }

  .footer-flex-wrapper-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-left: 53px;
  }

  .footer-text-2 {
    padding-top: 0%;
  }

  .image-locations-3 {
    min-height: 380px;
    max-height: 380px;
  }

  .title-wrapper-copy-copy-copy {
    width: 90%;
  }

  .title-wrapper-copy-copy-copy.fade-in-animation {
    margin-left: 38px;
  }

  .home-three-why-choose-property-text-block-2 {
    text-align: center;
    margin-left: -23px;
  }

  .image-90 {
    margin-top: 51px;
    margin-left: 23px;
  }

  .about-us-image-2 {
    display: none;
  }

  .home-three-why-choose-property-text-block-3 {
    text-align: center;
    margin-left: -23px;
  }

  .features-text-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .about-us-3 {
    background-color: #1a1514;
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    padding-top: 19px;
    padding-bottom: 22px;
    left: 0;
  }

  .image-91 {
    margin-top: 51px;
    margin-left: 23px;
  }

  .about-half-wrapper-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hp-template-content-wrap-6 {
    width: 900px;
    max-width: 9000px;
    margin-left: -20px;
  }

  .home-three-why-choose-property-text-block-4, .home-three-why-choose-property-text-block-5 {
    text-align: center;
    margin-left: -23px;
  }

  .home-three-why-choose-property-wrap-2 {
    flex-direction: column;
    margin-left: -53px;
  }

  .hp-template-content-wrap-7 {
    width: 900px;
    max-width: 9000px;
    margin-left: 65px;
  }

  .image-92 {
    margin-top: 51px;
    margin-left: 23px;
  }

  .home-three-why-choose-property-wrap-3 {
    flex-direction: column;
    margin-top: 200px;
    margin-left: -53px;
  }

  .about-year {
    font-size: 4.5rem;
  }

  .about-year.size--small {
    font-size: 2rem;
  }

  .locations-title-5 {
    padding-bottom: 0;
  }

  .about-flex {
    margin-left: -140px;
  }

  .footer-links-wrapper-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-left: -86px;
  }

  .locations-left-arrow-4 {
    top: 90%;
  }

  .footer-text-wrapper-4 {
    max-width: 700px;
    margin-left: 2px;
  }

  .global-small-text-second {
    color: #c5661f;
  }

  .container-full-20.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .container-full-20.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full-20.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-link-7 {
    padding-top: 0%;
  }

  .logo-text-3 {
    font-size: 20px;
  }

  .locations-right-arrow-4 {
    top: 90%;
    right: 85%;
  }

  .footer-wrapper-4 {
    width: 600px;
    margin-left: -8px;
  }

  .normal-title {
    margin-top: 0;
  }

  .normal-title.none-margin.text-align-left {
    width: 400px;
    margin-left: 14px;
    font-size: 2.5rem;
  }

  .footer-bottom-flex-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    display: grid;
  }

  .about-cover-image-copy {
    margin-left: -17px;
  }

  .about-p-second.text-align-left.second-version {
    color: #c5661f;
    width: 300px;
    margin-left: -194px;
    font-size: 1rem;
  }

  .about-right {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  .footer-text-3 {
    padding-top: 0%;
  }

  .about-year-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .hp-inner-page-demos-content-wrap {
    width: 900px;
    max-width: 100%;
    margin-top: 220px;
    margin-left: 47px;
  }

  .image-locations-4 {
    min-height: 380px;
    max-height: 380px;
  }

  .container-full-21 {
    max-width: 1600px;
  }

  .title-wrapper-copy {
    width: 90%;
  }

  .title-wrapper-copy.fade-in-animation {
    margin-left: 38px;
  }

  .image-94 {
    margin-left: 40px;
  }

  .title-wrapper-copy-copy {
    width: 90%;
  }

  .title-wrapper-copy-copy.fade-in-animation {
    margin-left: 38px;
  }

  .container-full-copy.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full-copy.listings-01 {
    max-width: none;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full-copy.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-three-dropdaown-2 {
    width: 100%;
    margin-left: 0;
  }

  .navbar-logo-left-container.style-three-header-container {
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0);
    box-shadow: 0 2px 5px #070000ab;
  }

  .home-three-dropdown-menu {
    color: #0b0d0f;
  }

  .home-three-dropdown-list {
    width: 100vw;
    margin-top: 0;
  }

  .navbar-wrapper-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    padding: 20px 0;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    padding: 12px 0 12px 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ddd0;
  }

  .nav-one-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .style-three-phone-button {
    padding-right: 0;
  }

  .style-three-phone-button.responsive-hidden {
    display: none;
  }

  .navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .list-item-3.nav-five-list {
    display: flex;
  }

  .style-three-menu-dropdown-toggle-3 {
    color: #000;
    padding: 20px;
  }

  .home-three-dropdown-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-wrapper-3, .navbar-wrapper-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .style-three-menu-dropdown-toggle-4 {
    color: #000;
    padding: 20px;
  }

  .landing-home-page-big-text-copy {
    margin-top: 57px;
    margin-left: 20px;
    font-size: 8rem;
    line-height: 15.62rem;
  }

  .container-one {
    background-color: #9c9a9900;
  }

  .hp-template-content-wrap-8 {
    width: 700px;
    margin-left: 59px;
  }

  .hp_hero_banner_wrapper {
    width: 750px;
    height: 230px;
    margin-left: 11px;
    margin-right: 0;
    padding-top: 142px;
    padding-right: 0;
  }

  .home-one-destination-large-image-wrap-3 {
    height: 125px;
  }

  .mortagagecalculatr {
    width: 90%;
    margin-left: 60px;
  }

  .landing {
    margin-left: -56px;
  }

  .container-one-11 {
    margin-top: -150px;
  }

  .principle-second-block.ai-child {
    height: 120px;
  }

  .inside-button-14.none-padding {
    border-radius: 60px;
  }

  .section-201 {
    margin-top: 220px;
  }

  .text-center-10 {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .centered-15 {
    transform: translate(88px)translate(-83px);
  }

  .hp-template-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .principle-second-block-copy.ai-child {
    height: 100%;
  }

  .hero-title-wrapper-2-copy, .hero-title-wrapper-2-copy.second-version {
    width: 100%;
  }

  .hero-title-wrapper-2-copy.second-version.have--position {
    margin-top: -108px;
    margin-left: 77px;
  }

  .navbar-wrapper-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-214 {
    margin-bottom: 200px;
  }

  .hp_hero_banner_wrapper-4 {
    padding-top: 200px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    height: 350px;
    margin-top: -200px;
    padding-top: 0;
  }

  .platform-child-7-copy {
    margin-left: 47px;
  }

  .service-one-work {
    margin-top: -166px;
  }

  .service-one-work.overflow-none {
    margin-top: -36px;
    margin-left: -23px;
    padding-top: 142px;
  }

  .landing-hero-image-wrap {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-193 {
    margin-bottom: 57px;
  }

  .link-block-5 {
    margin-top: 190px;
  }

  .container-one-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-home-page-wrap-copy-4 {
    margin-top: 0;
  }

  .container-62 {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-mobile {
    padding-top: 37px;
    padding-bottom: 70px;
  }

  .hp_hero_banner_wrapper-11 {
    margin-left: -50px;
    margin-right: 14px;
    padding-top: 200px;
    padding-right: 0;
  }

  .landing-hero {
    padding-top: 103px;
  }

  .landing-variable {
    padding-top: 35px;
  }

  .paragraph-6 {
    width: 700px;
    margin-left: 35px;
  }

  .image-87-copy {
    margin-top: -111px;
  }

  .style-two-header {
    box-shadow: 0 2px 11px 10px #000;
  }

  .landing-hero-left-image-wrap {
    display: none;
  }

  .centered-h6-20 {
    color: #c5661f;
    font-family: Gilda Display, sans-serif;
  }

  .image-steps-wrapper-9 {
    width: 400px;
    height: 300px;
    max-height: 300px;
  }

  .title-wrapper-15 {
    width: 90%;
  }

  .trigger-3 {
    width: 400px;
    height: 240px;
  }

  .description-max-width-copy {
    margin-left: -47px;
  }

  .trigger-3-copy {
    width: 400px;
    height: 240px;
  }

  .image-steps-wrapper-9-copy {
    width: 400px;
    height: 300px;
    max-height: 300px;
  }

  .locations-card-6 {
    max-height: 380px;
  }

  .locations-left-arrow-5 {
    top: 90%;
  }

  .locations-right-arrow-5 {
    top: 90%;
    right: 85%;
  }

  .image-locations-5 {
    min-height: 380px;
    max-height: 380px;
  }

  .us-for-military {
    min-height: 120px;
  }

  .landing-home-page-wrap-copy-copy {
    margin-top: 0;
  }

  .redefi {
    width: 90%;
  }

  .redefi.fade-in-animation {
    margin-left: 38px;
  }

  .ww {
    margin-left: -47px;
  }

  .createmillaccount.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .createmillaccount.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .createmillaccount.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .createmillaccount.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .createmillaccount.listings-01, .createmillaccount.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .createmillaccount.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .createmillaccount.padding-72px-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-social-links-wrapper-copy {
    display: flex;
  }

  .reatorscontainer.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .reatorscontainer.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .reatorscontainer.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .reatorscontainer.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .reatorscontainer.listings-01, .reatorscontainer.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .reatorscontainer.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .reatorscontainer.realtorcontatiners {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-72 {
    margin-top: 33px;
  }

  .tornav.style-three-header-container {
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0);
    box-shadow: 0 2px 5px #070000ab;
  }

  .section-260 {
    margin-left: 2px;
  }

  .hp_hero_banner_wrapper-12 {
    width: 750px;
    height: 230px;
    margin-left: 11px;
    margin-right: 0;
    padding-top: 142px;
    padding-right: 0;
  }

  .text-center-11 {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .cards-grid-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: -12px;
    margin-left: 8px;
  }

  .hp_hero_banner_wrapper-13 {
    margin-left: -50px;
    margin-right: 14px;
    padding-top: 200px;
    padding-right: 0;
  }

  .paragraph-17 {
    width: 700px;
    margin-left: 35px;
  }

  .areascontainer.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .areascontainer.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .areascontainer.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .areascontainer.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .areascontainer.listings-01, .areascontainer.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .areascontainer.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .areascontainer.areas {
    padding-left: 5%;
    padding-right: 5%;
  }

  .areascontaineres {
    margin-top: -36px;
  }

  .fourimages.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .fourimages.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .fourimages.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages.listings-01, .fourimages.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .fourimages._4iamges {
    padding-left: 5%;
    padding-right: 5%;
  }

  .resourcescabineset, .resourcessection {
    margin-top: -36px;
  }

  .citiestitle {
    width: 90%;
  }

  .citiestitle.align-left.slide-in-from-left-animation {
    margin-left: 0;
  }

  .citiestitle.fade-in-animation {
    margin-left: 38px;
  }

  .citiestitle.citiestitles.slide-in-from-left-animation {
    margin-left: 0;
  }

  .container-full-copy.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-full-copy.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full-copy.aioucontianter {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full-copy.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full-copy.listings-01, .container-full-copy.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full-copy.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .orozconavbar.style-three-header-container, .orozconavbar.style-three-header-container-copy, .tormain.tormainpage, .tormain.style-three-header-container, .tormain.style-three-header-container {
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0);
    box-shadow: 0 2px 5px #070000ab;
  }

  .button-text-32 {
    width: 200px;
    margin-left: 116px;
  }

  .psychquiz {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .psychquiz.reverse-on-tab {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .psychquiz.no-gap {
    width: auto;
    min-width: 640px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .psychquiz.aiouquiz {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .inside-the-ficuciary {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .inside-the-ficuciary.reverse-on-tab {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .inside-the-ficuciary.no-gap {
    width: auto;
    min-width: 640px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .videosectionintro {
    margin-top: -36px;
  }

  .title-wrapper-16 {
    width: 90%;
  }

  .space-large {
    min-height: 120px;
  }

  .locations-left-arrow-6 {
    top: 90%;
  }

  .cta-text-wrapper-2 {
    padding-left: 64px;
    padding-right: 64px;
    bottom: 0;
    left: 0;
  }

  .testimonial-listing-wrapper-2 {
    grid-column-gap: 0px;
  }

  .testimonial-client-wrapper-4 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .space-large-6, .space-large-7, .space-large-8, .space-large-9 {
    min-height: 120px;
  }

  .miitary-video-intor {
    margin-top: -36px;
  }

  .va-3rd-cabinet {
    flex-direction: column-reverse;
    width: 98%;
    margin-left: 10px;
    display: flex;
  }

  .snapshot-and-va-cab {
    min-height: 120px;
    margin-bottom: 40px;
  }

  .citydemographics.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .citydemographics.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .citydemographics.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .citydemographics.cities {
    padding-left: 7%;
    padding-right: 0%;
  }

  .title-for-cities {
    width: 90%;
  }

  .title-for-cities.align-left.slide-in-from-left-animation {
    margin-left: 0;
  }

  .title-for-cities.fade-in-animation {
    margin-left: 38px;
  }

  .title-for-cities.cities-tieles {
    margin-top: 123px;
  }

  .title-for-cities.cities-tieles.slide-in-from-left-animation {
    margin-left: 0;
  }

  .actual-city {
    max-height: 380px;
  }

  .orozcothank-you {
    width: 90%;
  }

  .orozcothank-you.align-left.slide-in-from-left-animation {
    margin-left: 0;
  }

  .orozcothank-you.fade-in-animation {
    margin-left: 38px;
  }

  .cta-image-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .aiou-wrapper {
    width: 100%;
  }

  .cta-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-text-wrapper-3 {
    padding-left: 64px;
    padding-right: 64px;
    bottom: 0;
    left: 0;
  }

  .welcome-container.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .welcome-container.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .welcome-container.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .welcome-container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .welcome-container.listings-01, .welcome-container.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .welcome-container.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .actual-citiy.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .actual-citiy.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .actual-citiy.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .locations-card-6-copy {
    max-height: 380px;
  }

  .actual-citiy-copy.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .actual-citiy-copy.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .actual-citiy-copy.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .aiouwrapper-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .aiouwrapper-copy.reverse-on-tab {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .aiouwrapper-copy.no-gap {
    width: auto;
    min-width: 640px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .fourimages-copy.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .fourimages-copy.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages-copy.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .fourimages-copy.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages-copy.listings-01, .fourimages-copy.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fourimages-copy.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .fourimages-copy._4iamges {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mainpage-button.margin-top-thirty {
    margin-left: -8px;
  }

  .navbar-wrapper-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-us-final.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .contact-us-final.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-us-final.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final.listings-01, .contact-us-final.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .contact-us-final-copy.home-background {
    background-image: linear-gradient(180deg, var(--transparent), #0c0c0c99 30%, #0e0e0ea6 80%, var(--black) 95%), url('../images/Hero-Image-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .contact-us-final-copy.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final-copy.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-us-final-copy.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final-copy.listings-01, .contact-us-final-copy.listings-02-03 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-us-final-copy.padding-72px {
    background-color: #111;
    margin-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 20px 5px 10px #02000033;
  }

  .resources-main-4-conver {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .resources-main-4-conver.reverse-on-tab {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 220px;
  }

  .resources-main-4-conver.no-gap {
    width: auto;
    min-width: 640px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  .sg-brand-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .global-section {
    padding: 64px 40px;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 25%;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .sg-buttons-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .aiouwrapper.no-gap {
    min-width: 100%;
    max-width: 100%;
  }

  .space.hide-on-mobile {
    display: none;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-links-wrapper {
    margin-top: 10px;
  }

  .footer-links-text {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    padding-top: 0%;
  }

  .row-tab {
    justify-content: center;
    align-items: stretch;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .listing-title {
    text-align: center;
  }

  .description-max-width {
    width: 500px;
    margin-bottom: 0;
    margin-left: 71px;
  }

  .title-field-wrapper {
    margin-bottom: 15px;
  }

  .faq-dropdown-title {
    max-width: 275px;
  }

  .dropdown-toggle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .cta-paragraph {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-tabs-grid {
    width: 100%;
  }

  .box-lisiting {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .lisitngs-menu {
    margin-bottom: 30px;
    position: static;
  }

  .listing-type-title {
    text-align: center;
  }

  .locations-right-arrow {
    right: 80%;
  }

  .locations-slider {
    width: 480px;
    max-width: 480px;
    min-height: 380px;
    max-height: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-locations {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .hero-content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    top: -30px;
  }

  .title-wrapper {
    text-align: center;
  }

  .title-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .title-wrapper.fade-in-animation {
    margin-left: 38px;
  }

  .steps-text-flex {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-left: -2px;
  }

  .steps-text-flex.opposite {
    flex-direction: column;
    margin-left: 44px;
  }

  .features-main-flex {
    justify-content: space-around;
    align-items: flex-start;
  }

  .features-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .seperator-wrapper {
    width: 100%;
  }

  .listings-cms-wrapper {
    justify-content: center;
  }

  .listing-card {
    min-width: 480px;
    max-width: 480px;
  }

  .footer-bottom-flex {
    justify-items: start;
  }

  .locations-nav {
    z-index: 99;
    width: 100%;
    height: 100px;
    top: 445px;
    left: -330px;
  }

  .testimonial-text-wrapper {
    text-align: center;
  }

  .contact-left-wrapper {
    max-width: 100%;
  }

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

  .listings-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-light-box-link {
    width: 100%;
  }

  .listing-images {
    flex-direction: column;
  }

  .locations-card {
    max-height: 320px;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .agent-details-wrapper {
    max-width: 380px;
  }

  .border-bottom {
    max-width: 450px;
  }

  .listing-wrapper {
    grid-template-columns: 1fr;
  }

  .listing-right {
    width: 70%;
  }

  .listing-left {
    position: static;
  }

  .centered-on-mobile {
    text-align: center;
  }

  .blog-wrapper-full {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .instructions-wrapper {
    max-width: 477px;
  }

  .circle-left-arrow, .circle-right-arrow {
    display: none;
  }

  .video-background-wrapper, .background-video {
    min-height: 50vh;
    max-height: 50vh;
  }

  .features-card-wrapper {
    grid-row-gap: 16px;
  }

  .line-vertical-separator {
    display: none;
  }

  .image-steps-wrapper {
    min-width: 280px;
    max-width: 280px;
    min-height: 180px;
    max-height: 180px;
  }

  .locations-title-wrapper {
    padding-left: 45px;
  }

  .locations-image {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
  }

  .values-image-wrapper-02 {
    margin-left: 0;
    margin-right: 0;
  }

  .values-stack {
    grid-row-gap: 30px;
    text-align: center;
  }

  .office-left-arrow {
    display: none;
  }

  .office-slide, .office-slider {
    min-width: 480px;
    max-width: 480px;
  }

  .office-right-arrow {
    display: none;
  }

  .office-row {
    width: 100%;
  }

  .office-card-wrapper {
    min-width: 480px;
    max-width: 480px;
  }

  .office-nav {
    display: block;
    top: 550px;
  }

  .about-content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    top: -30px;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 480px;
    max-height: 480px;
  }

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

  .image-scroll-movement-old {
    min-height: 180px;
  }

  .testimonial-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-i-image {
    right: auto;
  }

  .feature-ii {
    align-items: center;
  }

  .hero-flex {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .feature-i {
    align-items: center;
  }

  .side-quote-text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-box-iii-text {
    width: 80%;
    left: auto;
  }

  .side-quote-text-ii {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote {
    max-width: 400px;
  }

  .testimonial-listing-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-title-single-word {
    max-width: 100%;
  }

  .feature-ii-image {
    left: auto;
  }

  .call-to-action-title {
    text-align: center;
  }

  .values-block {
    padding-left: 0;
  }

  .about-grid {
    justify-items: center;
  }

  .values-letter-i, .values-letter-iii, .values-letter-iv {
    font-size: 150px;
  }

  .values-description-02 {
    max-width: 180px;
  }

  .values-letter-ii {
    font-size: 150px;
  }

  .team-flex {
    flex-direction: column;
    align-items: center;
  }

  .team-block {
    align-items: center;
  }

  .team-flex-center {
    flex-direction: column;
    align-items: center;
    left: 0;
  }

  .team-image {
    object-position: 50% 0%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .logo-icon-background {
    max-width: 60px;
    top: 15px;
    right: 15px;
  }

  .team-flex-right {
    flex-direction: column;
    align-items: center;
  }

  .team-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-testimonial {
    padding-top: 4%;
    bottom: -8%;
  }

  .features-image-wrapper-02 {
    margin-left: 0;
    margin-right: 0;
  }

  .listings-cms-wrapper-02 {
    justify-content: center;
  }

  .slider-testimonial {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .left-arrow {
    left: 3%;
  }

  .right-arrow {
    right: 3%;
  }

  .about-us-title-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    margin-top: 60px;
    top: -30px;
  }

  .values-thirds-wrapper {
    flex-flow: column;
  }

  .values-image-wrapper {
    min-height: 420px;
    max-height: 420px;
  }

  .hero-title-large {
    text-align: center;
    font-size: 86px;
    line-height: 94px;
  }

  .hero-title-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-title-wrapper.align-left.width-560px {
    min-width: 100%;
    max-width: 100%;
  }

  .listing-link-block {
    min-width: 480px;
    max-width: 480px;
  }

  .blog-features-image-02 {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .blog-card {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-card:hover {
    color: var(--white);
  }

  .blog-content-image {
    max-width: 100%;
  }

  .nav-link {
    font-size: 21px;
    line-height: 21px;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

  .menu-icon {
    color: #dfb187;
  }

  .contact-us-title-wrapper {
    text-align: center;
  }

  .error-massage {
    width: 80%;
  }

  .contact-us-wrapper-full {
    max-width: 100%;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .office-tab {
    justify-content: center;
    align-items: center;
  }

  .office-image-wrapper {
    max-width: 100%;
  }

  .office-tabs-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .tabs-menu-02 {
    grid-template-columns: 1fr;
  }

  .cta-text {
    max-width: 380px;
  }

  .nav-grid {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    display: flex;
  }

  .nav-grid-03-col {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .centered-on-mobile-portrait {
    text-align: center;
  }

  .max-width-36rem {
    max-width: 26rem;
  }

  .steps-flex-2 {
    padding-top: 17px;
  }

  .image-steps-wrapper-8 {
    height: 300px;
    max-height: 300px;
  }

  .title-wrapper-14 {
    text-align: center;
  }

  .trigger-2 {
    width: 380px;
    height: 240px;
    padding-top: 0;
  }

  .home-one-destination-large-image-wrap-4 {
    margin-left: -200px;
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50%, 0 0;
    width: 978.391px;
    margin-top: 84px;
    margin-left: 110px;
    padding-bottom: 8px;
    font-size: 6rem;
    line-height: 8rem;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -93px;
  }

  .text-center-copy {
    margin-top: -30px;
    margin-left: 104px;
  }

  .image-steps-wrapper-8-copy {
    height: 300px;
    max-height: 300px;
  }

  .home-one-marquee-large-text {
    font-size: 17rem;
    line-height: 17.68rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 12rem;
    line-height: 12.62rem;
  }

  .about-one-hero-large-text-2 {
    font-size: 7.1rem;
    line-height: 8rem;
  }

  .max-width-36rem-3 {
    max-width: 26rem;
  }

  .slide-nav-testimonial-2 {
    padding-top: 4%;
    bottom: -8%;
  }

  .container {
    max-width: 540px;
  }

  .container-full-3.reviews-image.no-max-width {
    width: 600px;
    margin-left: -41px;
  }

  .testimonial-text-wrapper-2 {
    text-align: center;
  }

  .hp-template-content-wrap-5 {
    width: 750px;
    max-width: 800px;
    margin-top: 0;
    margin-left: -41px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-three-property-marquee-left {
    max-height: 400px;
  }

  .home-three-why-choose-property-text-block {
    margin-left: -23px;
    padding-top: 5px;
  }

  .home-three-why-choose-property-marquee-overlay-2, .home-three-property-marquee-right {
    display: none;
  }

  .margin-none.mobile-text-center {
    text-align: center;
    text-align: center;
    padding-bottom: 14px;
  }

  .hero-button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-three-why-choose-property-wrap {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-why-choose-property-marquee-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .hp-template-content-wrap-5-copy {
    width: 750px;
    max-width: 800px;
    margin-top: 0;
    margin-left: -41px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-links-text-3 {
    flex-wrap: wrap;
  }

  .locations-right-arrow-3 {
    right: 80%;
  }

  .footer-bottom-flex-3 {
    justify-items: start;
  }

  .image-locations-3 {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .title-wrapper-copy-copy-copy {
    text-align: center;
  }

  .title-wrapper-copy-copy-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-copy-copy-copy.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .title-wrapper-copy-copy-copy.fade-in-animation {
    margin-left: 38px;
  }

  .max-width-36rem-4 {
    max-width: 26rem;
  }

  .home-three-why-choose-property-text-block-2 {
    margin-left: -23px;
    padding-top: 5px;
  }

  .max-width-36rem-5 {
    max-width: 26rem;
  }

  .home-three-why-choose-property-text-block-3 {
    margin-left: -23px;
    padding-top: 5px;
  }

  .about-us-3 {
    background-color: #201716;
    margin-top: -57px;
  }

  .hp-template-content-wrap-6 {
    width: 750px;
    max-width: 800px;
    margin-top: 0;
    margin-left: -41px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-three-why-choose-property-text-block-4, .home-three-why-choose-property-text-block-5 {
    margin-left: -23px;
    padding-top: 5px;
  }

  .home-three-why-choose-property-wrap-2 {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hp-template-content-wrap-7 {
    width: 750px;
    max-width: 800px;
    margin-top: 0;
    margin-left: -41px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-three-why-choose-property-wrap-3 {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-why-choose-property-marquee-overlay {
    display: none;
  }

  .about-animation-image-wrapper {
    width: 80%;
  }

  .about-year {
    font-size: 2.5rem;
  }

  .about-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .overlay-wrapper {
    width: 50%;
  }

  .locations-right-arrow-4 {
    right: 80%;
  }

  .about-flex-right.second {
    width: 60%;
  }

  .normal-title {
    font-size: 2.7rem;
  }

  .footer-bottom-flex-4 {
    justify-items: start;
  }

  .about-p-second {
    font-size: .9rem;
  }

  .about-right {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hp-inner-page-demos-content-wrap {
    margin-left: -23px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .image-locations-4 {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .title-wrapper-copy {
    text-align: center;
  }

  .title-wrapper-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-copy.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .title-wrapper-copy.fade-in-animation {
    margin-left: 38px;
  }

  .image-94 {
    margin-left: 74px;
  }

  .title-wrapper-copy-copy {
    text-align: center;
  }

  .title-wrapper-copy-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-copy-copy.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .title-wrapper-copy-copy.fade-in-animation {
    margin-left: 38px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-wrapper {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper-4 {
    background-color: #fff;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50%, 0 0;
    width: 978.391px;
    margin-top: 84px;
    margin-left: 110px;
    padding-bottom: 8px;
    font-size: 6rem;
    line-height: 8rem;
  }

  .hp-template-content-wrap-8 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hp_hero_banner_wrapper {
    width: 500px;
    margin: -63px 15px 81px 98px;
    padding-top: 141px;
    padding-bottom: 0;
  }

  .home-one-destination-large-image-wrap-3 {
    width: 600px;
    height: 85px;
    margin-left: 71px;
  }

  .mortagagecalculatr {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-one-11 {
    width: 657px;
    height: 1589px;
    margin-left: 32px;
  }

  .principle-second-block {
    font-size: .8rem;
  }

  .principle-second-block.ai-child {
    white-space: nowrap;
    width: 110px;
    font-size: .8rem;
  }

  .text-center-10 {
    margin-top: -30px;
    margin-left: 104px;
  }

  .centered-15 {
    width: 800px;
    max-width: 800px;
    margin-top: -4.5em;
    margin-left: -194px;
    padding-bottom: 7px;
    transform: translate(138px)translate(-83px);
  }

  .principle-second-block-copy {
    font-size: .8rem;
  }

  .principle-second-block-copy.ai-child {
    white-space: nowrap;
    width: 110px;
    font-size: .8rem;
  }

  .hp_hero_banner_wrapper-4 {
    margin: 20px 15px;
    padding-top: 130px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    height: 400px;
    margin-top: -144px;
    margin-bottom: 0;
    padding-top: 130px;
  }

  .text-align-center-14.none-margin.second-home-title {
    font-size: 2.2rem;
  }

  .landing-hero-image-wrap {
    margin-top: 35px;
  }

  .container-62 {
    max-width: 540px;
  }

  .hp_hero_banner_wrapper-11 {
    margin: -200px 15px 20px -95px;
    padding-top: 130px;
  }

  .hp-template-item-content-wrap {
    padding-bottom: 20px;
  }

  .paragraph-6 {
    width: 450px;
    margin-left: 26px;
  }

  .image-steps-wrapper-9 {
    height: 300px;
    max-height: 300px;
  }

  .title-wrapper-15 {
    text-align: center;
  }

  .trigger-3 {
    width: 380px;
    height: 240px;
    padding-top: 0;
  }

  .description-max-width-copy {
    width: 700px;
    margin-left: -35px;
  }

  .trigger-3-copy {
    width: 380px;
    height: 240px;
    padding-top: 0;
  }

  .image-steps-wrapper-9-copy {
    height: 300px;
    max-height: 300px;
  }

  .locations-card-6 {
    max-height: 320px;
  }

  .locations-right-arrow-5 {
    right: 80%;
  }

  .image-locations-5 {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .redefi {
    text-align: center;
  }

  .redefi.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .redefi.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .redefi.fade-in-animation {
    margin-left: 38px;
  }

  .ww {
    width: 500px;
    margin-bottom: 0;
    margin-left: 71px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact2_hero_header {
    padding: 1.5rem;
  }

  .footer-social-links-wrapper-copy {
    margin-top: 10px;
  }

  .tornav {
    max-width: 100%;
  }

  .hp_hero_banner_wrapper-12 {
    width: 500px;
    margin: -63px 15px 81px 98px;
    padding-top: 141px;
    padding-bottom: 0;
  }

  .text-center-11 {
    margin-top: -30px;
    margin-left: 104px;
  }

  .cards-grid-7 {
    grid-template-columns: 1fr;
  }

  .hp_hero_banner_wrapper-13 {
    margin: -200px 15px 20px -95px;
    padding-top: 130px;
  }

  .card-text-details-8 {
    width: 627px;
    height: 480px;
  }

  .paragraph-17 {
    width: 450px;
    margin-left: 26px;
  }

  .text-center-12 {
    color: #5c5757;
  }

  .citiestitle {
    text-align: center;
  }

  .citiestitle.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .citiestitle.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .citiestitle.fade-in-animation {
    margin-left: 38px;
  }

  .citiestitle.citiestitles {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .citiestitle.citiestitles.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .orozconavbar, .tormain {
    max-width: 100%;
  }

  .button-text-32 {
    width: 200px;
  }

  .psychquiz.no-gap, .inside-the-ficuciary.no-gap {
    min-width: 100%;
    max-width: 100%;
  }

  .title-wrapper-16 {
    text-align: center;
  }

  .cta-text-wrapper-2 {
    text-align: center;
    align-items: center;
  }

  .testimonial-listing-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .va-3rd-cabinet {
    width: 100%;
  }

  .title-for-cities {
    text-align: center;
  }

  .title-for-cities.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-for-cities.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .title-for-cities.fade-in-animation {
    margin-left: 38px;
  }

  .title-for-cities.cities-tieles {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-for-cities.cities-tieles.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .actual-city {
    max-height: 320px;
  }

  .orozcothank-you {
    text-align: center;
  }

  .orozcothank-you.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .orozcothank-you.align-left.no-gap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .orozcothank-you.fade-in-animation {
    margin-left: 38px;
  }

  .cta-image-2 {
    min-height: 480px;
    max-height: 480px;
  }

  .cta-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .finance-cal-title {
    text-align: center;
  }

  .cta-text-wrapper-3 {
    text-align: center;
    align-items: center;
  }

  .locations-card-6-copy {
    max-height: 320px;
  }

  .aiouwrapper-copy.no-gap {
    min-width: 100%;
    max-width: 100%;
  }

  .link-block-7 {
    margin-left: -200px;
    margin-right: 176px;
    padding-right: 220px;
  }

  .mainpage-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper-copy {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .resources-main-4-conver.no-gap {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  h5 {
    font-size: 18px;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .sg-brand-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .global-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sg-colours-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .sg-button-block {
    padding: 16px;
  }

  .introbackdrop {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .centered {
    width: 122%;
  }

  .row-utilities {
    align-items: center;
  }

  .aiouwrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .container-full.no-max-width {
    max-width: 100%;
  }

  .contact-form-wrapper {
    overflow: hidden;
  }

  .text-field-cart-page {
    flex-flow: column;
  }

  .militaryaboutus {
    width: 100%;
    min-height: 90px;
    margin-left: 0;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .book-wrapper {
    max-width: 100%;
  }

  .wrapper-center {
    padding-left: 0;
    padding-right: 0;
  }

  .fix-scroll-wrapper-full {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .blog-single-page {
    width: 100%;
  }

  .footer-link {
    text-align: center;
  }

  .footer-links-title {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-links-wrapper {
    justify-content: space-between;
  }

  .blog-single-image-wrapper {
    min-height: 50vh;
  }

  .footer-flex-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120%;
    margin-left: -41px;
  }

  .footer-links-text {
    text-align: center;
    place-content: flex-start space-around;
    align-items: center;
  }

  .footer-text-wrapper {
    max-width: none;
    margin-top: 48px;
    padding-bottom: 48px;
  }

  .footer-content-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-paragraph {
    text-align: center;
    max-width: 400px;
  }

  .footer-logo-link {
    justify-content: center;
    display: flex;
  }

  .footer-logo-link.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    min-height: 400px;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .button-ghost {
    white-space: normal;
    align-items: center;
    display: flex;
  }

  .h1-mobile {
    font-size: 2.2rem;
  }

  .grid-content-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-full-1140px {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-field {
    margin-bottom: 10px;
  }

  .space-mid {
    min-height: 60px;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flex.align-center-justify-center {
    grid-row-gap: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .listing-title {
    text-align: center;
  }

  .faq-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .description-max-width {
    width: 400px;
    margin-left: -14px;
  }

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

  .booking-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .booking-form-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-text-field-ghost {
    align-self: center;
  }

  .title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 115px;
  }

  .faq-row {
    width: 90%;
    max-width: 90%;
  }

  .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-paragraph {
    max-width: 100%;
  }

  .testimonial-tab {
    flex-direction: column;
  }

  .box-lisiting {
    width: 80%;
    padding-left: 8px;
  }

  .lisitngs-menu {
    width: 100%;
    max-width: 100%;
  }

  .listing-type-title {
    text-align: center;
  }

  .wrapper-content {
    max-width: 100%;
  }

  .team-card {
    flex-direction: column;
  }

  .agent-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-image-wrapper {
    width: 100%;
  }

  .locations-left-arrow, .locations-right-arrow {
    display: none;
  }

  .locations-slider {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .image-locations {
    width: 90%;
  }

  .locations-title {
    align-self: center;
  }

  .testimonial-client-wrapper {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-info-wrapper {
    margin-left: 0;
  }

  .hero-content-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .steps-real-estate-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .title-wrapper.align-left.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .steps-text-flex {
    margin-left: -8px;
  }

  .steps-text-flex.opposite {
    margin-left: 17px;
  }

  .features-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .seperator-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-text-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listing-card {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .line-separator {
    min-width: 200px;
    max-width: 200px;
    display: none;
  }

  .flex-footer {
    justify-content: space-around;
    align-items: center;
  }

  .teams-image-wrapper {
    left: auto;
  }

  .teams-card {
    right: 0;
  }

  .teams-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 64px;
    max-height: 64px;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    top: 30px;
  }

  .footer-bottom-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .locations-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0% -12%;
  }

  .testimonial-icon.invert {
    display: none;
  }

  .testimonial-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .contact-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-left: 0;
  }

  .cta-large-card {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-right-wrapper {
    min-height: auto;
    max-height: none;
    padding: 0 30px 30px;
  }

  .contact-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-listing-title {
    grid-column-gap: 0px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .single-listing-images, .listings-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .agent-socials-absolute {
    grid-column-gap: 32px;
    flex-direction: row;
    margin-top: 7.5px;
    position: static;
    top: 340px;
  }

  .locations-card {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  ._404-title {
    font-size: 8rem;
  }

  .agent-card {
    flex-direction: column;
  }

  .stars-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .letter-spacing-small.not-centered {
    text-align: center;
  }

  .agent-details-wrapper {
    width: 90%;
  }

  .blog-agent-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .border-bottom {
    max-width: 250px;
  }

  .listing-agent-details {
    width: 90%;
  }

  .listing-right {
    width: 100%;
    max-width: 100%;
  }

  .listing-left {
    max-width: 90%;
  }

  .centered-on-mobile.slide-in-from-left-animation {
    margin-top: -60px;
    margin-left: 0;
    padding-top: 0;
  }

  .blog-wrapper-full {
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .reach-out-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-panel {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-slide-01 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .footer-text-flex {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-agents-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .listing-agent-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-us-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .teams-button-wrapper, .single-listing-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    max-width: 240px;
  }

  .flex-features-image {
    grid-column-gap: 0px;
  }

  .features-image {
    min-width: 240px;
    max-width: 240px;
    min-height: 260px;
    max-height: 260px;
  }

  .numbers-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .count-flex-block {
    text-align: center;
    flex-flow: column;
    align-items: center;
    min-width: 160px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-background-wrapper, .features-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .features-wrapper {
    max-width: 100%;
  }

  .steps-feature-wrapper {
    display: none;
  }

  .logo-image.half-size {
    max-width: 30px;
    max-height: 30px;
  }

  .image-steps-wrapper {
    min-width: 400px;
    max-width: 400px;
    min-height: 240px;
    max-height: 300px;
  }

  .max-width-450px {
    max-width: 1007%;
    margin-bottom: 40px;
    margin-left: -50px;
  }

  .max-width-450px.align-right.centered-on-mobile {
    margin-left: -17px;
  }

  .max-width-450px.centered-on-mobile {
    max-width: 400px;
    margin-left: 0;
  }

  .listing-flex {
    justify-content: space-around;
    align-items: center;
  }

  .listing-name {
    font-size: 16px;
  }

  .locations-amount {
    align-self: flex-start;
  }

  .locations-title-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
  }

  .subheading-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .agent-name {
    font-size: 18px;
  }

  .single-listing-amenities {
    text-align: center;
    width: 90%;
  }

  .amenities-flex {
    padding-left: 15px;
  }

  .facilities-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-border {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .values-image-photo {
    min-width: 375px;
    max-width: 444px;
    min-height: 260px;
    max-height: 260px;
  }

  .values-image-wrapper-02 {
    margin-left: auto;
    margin-right: auto;
  }

  .values-stack {
    margin-bottom: 95px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .office-slide {
    min-width: 100%;
    max-width: 100%;
  }

  .office-slider {
    min-width: 240px;
    max-width: 240px;
    min-height: 400px;
    max-height: 400px;
  }

  .office-card-wrapper {
    align-items: flex-start;
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .office-nav {
    top: 340px;
  }

  .about-content-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-wrapper {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .cta-image {
    min-height: 360px;
    max-height: 360px;
  }

  .gradient-overlay-top {
    height: 120%;
  }

  .office-text-wrapper {
    max-width: 100%;
    top: 0;
  }

  .testimonial-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .hide-on-mobile {
    display: none;
  }

  .preloader-logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .preloader-logo-text-small {
    font-size: 11px;
  }

  .testimonial-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 0;
  }

  .testimonial-card.bottom-border {
    border-bottom-width: 0;
  }

  .testimonial-card.right-border {
    border-right: 0 #0000;
  }

  .testimonial-card.bottom-right-border {
    border-bottom: 0 #0000;
    border-right: 0 #0000;
    padding-top: 64px;
  }

  .feature-i-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .feature-ii {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonial-name {
    align-self: center;
  }

  .feature-i {
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .letter-iii-wrapper {
    width: 80%;
    top: 150px;
  }

  .call-to-action {
    width: 90%;
    max-width: 90%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .feature-half-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    margin-left: 0;
  }

  .side-quote-text {
    min-width: auto;
  }

  .hero-wrapper {
    margin-top: -18px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-box-iii-text {
    width: 90%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .call-to-action-blur {
    background-position: 0 0, 45% 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .testimonial-client-wrapper-03 {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-position {
    align-self: center;
  }

  .feature-box-iii-image-wrapper {
    background-size: auto 114vh;
    width: 100%;
  }

  .testimonial-quote {
    max-width: 240px;
  }

  .letter-wrapper {
    width: 80%;
    top: 150px;
  }

  .numbers {
    font-size: 200px;
  }

  .testimonial-listing-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-title-single-word {
    overflow-wrap: break-word;
    font-size: 48px;
  }

  .feature-ii-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 290px;
    max-height: 290px;
  }

  .call-to-action-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .center-on-mobile {
    text-align: center;
  }

  .hero-half-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-image {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .about-us {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-half-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-title {
    margin-top: 30px;
  }

  .team-block {
    padding-top: 16px;
  }

  .team-wrapper {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-grid {
    min-width: 90%;
    max-width: 90%;
  }

  .team-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .mask-testimonial {
    width: 80vw;
  }

  .steps-paragraph {
    max-width: 400px;
  }

  .line-separator-02 {
    min-width: 200px;
    max-width: 200px;
  }

  .slide-nav-testimonial {
    padding-top: 8%;
    bottom: -6%;
  }

  .locations-left-arrow-02 {
    display: none;
  }

  .features-description {
    max-width: 240px;
  }

  .image-steps-wrapper-02 {
    min-height: 180px;
    max-height: 180px;
  }

  .features-image-02 {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .locations-slider-02 {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-client-wrapper-02 {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .features-image-wrapper-02 {
    margin-left: auto;
    margin-right: auto;
  }

  .locations-right-arrow-02, .testimonial-icon-02.invert {
    display: none;
  }

  .steps-wrapper {
    min-width: 240px;
    max-width: 240px;
  }

  .left-arrow {
    display: none;
  }

  .wrapper-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-large-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    display: none;
  }

  .text-wrapper {
    align-items: center;
  }

  .text-wrapper.align-right, .text-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-us-title-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .values-thirds-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .about-us-hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .values-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .hero-title-large {
    font-size: 64px;
    line-height: 72px;
  }

  .hero-title-wrapper.align-left.width-560px {
    margin-left: 8px;
  }

  .hero-overlay {
    background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 20%, #0006 60%);
  }

  .listing-link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 100%;
    max-width: 100%;
  }

  .listing-image {
    min-height: 320px;
    max-height: 320px;
    padding-bottom: 16px;
  }

  .home-listing-price-02 {
    font-size: 1.5rem;
  }

  .listing-location-flex {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .listing-card-overlay {
    top: 340px;
  }

  .home-listing-flex-02 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .listing-title-home-02 {
    font-size: 1.2rem;
  }

  .home-hero-description-03 {
    text-align: center;
  }

  .locations-title-02, .locations-title-03 {
    align-self: flex-start;
  }

  .teams-card-02 {
    min-width: 240px;
    max-width: 240px;
  }

  .teams-image-wrapper-02, .agent-image-02 {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .blog-features-image-02 {
    min-height: 300px;
    max-height: 300px;
  }

  .blog-title-wrapper-02 {
    text-align: center;
  }

  .blog-content-image-wrapper {
    min-height: 320px;
    max-height: 320px;
  }

  .blog-content-image {
    min-height: 100%;
  }

  .blog-badge-card {
    top: -20px;
  }

  .blog-content-card-body {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: auto;
  }

  .badge {
    max-height: none;
  }

  .listing-text-wrapper-02 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .card-listing-content-02 {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-image-slide-02 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-03 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .teams-relative {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    right: 0;
  }

  .listing-details-flex {
    align-self: center;
  }

  .listing-details-flex.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .steps-image.shrink-in-animation {
    max-width: 400px;
    min-height: 240px;
  }

  .home-listing-03 {
    min-height: 420px;
    max-height: 420px;
  }

  .home-badge-03.fade-in-text {
    margin-right: 8px;
  }

  .blog-image-03 {
    object-fit: cover;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .logo-brand {
    margin-left: 16px;
  }

  .logo-brand.background {
    margin-left: 0;
    left: 24px;
  }

  .nav-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .order-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .line-item {
    flex-flow: column;
  }

  .image-scroll-movement {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .slide-in-from-left-animation {
    width: 110%;
    margin-left: -20px;
  }

  .landing-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 90%;
    max-width: 90%;
    min-height: 15.5rem;
    max-height: 15.5rem;
  }

  .landing-video {
    min-width: 100%;
    max-width: 100%;
    min-height: 9rem;
    max-height: 9rem;
  }

  .landing-video.shadow {
    min-height: 10rem;
    max-height: 10rem;
  }

  .contact-us-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-area {
    align-self: center;
    margin-left: 0%;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .message-title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-block-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .booking-text-field {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-left: 0%;
  }

  .contact-us-form {
    width: 80%;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
  }

  .contact-us-wrapper {
    max-width: 90%;
  }

  .office-tab {
    flex-direction: column;
  }

  .office-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
  }

  .order-itam {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .product-details {
    margin-left: 0;
  }

  .cart-burger-wrapper {
    right: 8px;
  }

  .cta-text {
    max-width: 240px;
  }

  .nav-grid, .nav-grid-03-col {
    grid-column-gap: 32px;
  }

  .landing-hero-overlay {
    background-image: linear-gradient(180deg, #0006, #0000 13%, var(--transparent) 20%, #0006 60%);
  }

  .max-width-36rem {
    max-width: 15rem;
  }

  .image-steps-wrapper-8 {
    min-height: 180px;
    max-height: 180px;
  }

  .title-wrapper-14 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .center-flex {
    margin-top: 0;
    margin-left: 0;
  }

  .landing-home-page-wrap-copy {
    margin-top: -189px;
  }

  .landing-home-page-big-text-copy-copy {
    width: 550px;
    margin-left: 5px;
    font-family: Barlow Condensed, sans-serif;
    font-weight: 700;
  }

  .button-overflow-hidden {
    border-radius: 60px;
  }

  .button-overflow-hidden.for--third-version-features.full-size {
    border-radius: 1em;
  }

  .button-overflow-hidden.mobile-full-width {
    width: 100%;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -102px;
    margin-bottom: 3px;
    margin-left: -17px;
    font-size: 8rem;
    line-height: 14rem;
  }

  .text-center-copy {
    margin-top: -39px;
    margin-left: 53px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .primary-glow-wrapper-19 {
    margin-left: -11px;
    font-size: .95rem;
  }

  .image-steps-wrapper-8-copy {
    min-height: 180px;
    max-height: 180px;
  }

  .home-one-marquee-large-text {
    font-size: 13rem;
    line-height: 13.68rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 10rem;
    line-height: 10.62rem;
  }

  .section-copy, .section-copy-copy {
    overflow: hidden;
  }

  .about-one-hero-large-text-2 {
    background-position: 50%;
    padding-bottom: 200px;
    font-size: 4rem;
    line-height: 5rem;
  }

  .max-width-36rem-3 {
    max-width: 15rem;
  }

  .testimonial-image-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .slide-nav-testimonial-2 {
    padding-top: 8%;
    bottom: -6%;
  }

  .space-large-5 {
    min-height: 90px;
  }

  .section-107 {
    overflow: hidden;
  }

  .testimonial-text-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .home-three-property-marquee-card-3 {
    height: 179px;
  }

  .home-three-why-choose-property-text-block {
    flex-direction: column;
    display: flex;
  }

  .space-large-5-copy {
    min-height: 90px;
  }

  .locations-title-4 {
    align-self: center;
  }

  .footer-links-wrapper-3 {
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .locations-left-arrow-3 {
    display: none;
  }

  .footer-text-wrapper-3 {
    max-width: none;
    margin-top: 48px;
    padding-bottom: 48px;
  }

  .locations-amount-2 {
    align-self: flex-start;
  }

  .footer-link-6 {
    text-align: center;
  }

  .footer-paragraph-4 {
    text-align: center;
    max-width: 240px;
  }

  .footer-links-title-2 {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-links-text-3 {
    text-align: center;
    place-content: flex-start space-around;
    align-items: center;
  }

  .locations-right-arrow-3 {
    display: none;
  }

  .footer-bottom-flex-3 {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .footer-flex-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-text-2 {
    text-align: center;
  }

  .flex-footer-2 {
    justify-content: space-around;
    align-items: center;
  }

  .image-locations-3 {
    width: 90%;
  }

  .title-wrapper-copy-copy-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-copy-copy-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .who-we-are {
    overflow: hidden;
  }

  .max-width-36rem-4 {
    max-width: 15rem;
  }

  .testimonial-image-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .home-three-why-choose-property-text-block-2 {
    flex-direction: column;
    display: flex;
  }

  .about-us-image-2 {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .max-width-36rem-5 {
    max-width: 15rem;
  }

  .home-three-why-choose-property-text-block-3 {
    flex-direction: column;
    display: flex;
  }

  .max-width-450px-5 {
    width: 400px;
    max-width: 350px;
    margin-top: -27px;
    margin-bottom: -54px;
  }

  .section-67 {
    overflow: hidden;
  }

  .about-us-3 {
    text-align: center;
    background-color: #171414;
    height: 400px;
    margin-top: -60px;
    padding-top: 14px;
    padding-left: 32px;
    padding-right: 32px;
    box-shadow: 0 2px 4px 2px #0f0800;
  }

  .heading-28 {
    margin-top: -9px;
  }

  .about-half-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-why-choose-property-text-block-4, .home-three-why-choose-property-text-block-5 {
    flex-direction: column;
    display: flex;
  }

  .home-three-property-marquee-card {
    height: 179px;
  }

  .about-year.size--small {
    font-size: 2.5rem;
  }

  .locations-title-5 {
    align-self: center;
  }

  .about-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-links-wrapper-4 {
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .locations-left-arrow-4 {
    display: none;
  }

  .footer-text-wrapper-4 {
    max-width: none;
    margin-top: 48px;
    padding-bottom: 48px;
  }

  .locations-amount-3 {
    align-self: flex-start;
  }

  .footer-link-7 {
    text-align: center;
  }

  .footer-links-title-3 {
    text-align: center;
    font-size: 1.2rem;
  }

  .locations-right-arrow-4 {
    display: none;
  }

  .about-flex-right.second {
    flex-flow: wrap;
  }

  .normal-title {
    margin-top: .2em;
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  .footer-bottom-flex-4 {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .about-p-second {
    font-size: .7rem;
  }

  .about-p-second.text-align-left.second-version {
    font-size: .8rem;
  }

  .about-right {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

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

  .flex-footer-3 {
    justify-content: space-around;
    align-items: center;
  }

  .image-locations-4 {
    width: 90%;
  }

  .title-wrapper-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-94 {
    margin-left: 23px;
  }

  .title-wrapper-copy-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-copy-copy.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-full-copy.listings-01 {
    text-align: center;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-wrapper-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-wrapper, .navbar-wrapper-3, .navbar-wrapper-4 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .landing-home-page-big-text-copy {
    margin-left: 5px;
    padding-top: 100px;
  }

  .hover-line-33 {
    width: 100%;
  }

  .mortagagecalculatr {
    width: 95%;
    margin-top: 75px;
    margin-left: 10px;
    margin-right: 0;
  }

  .landing {
    margin-left: -116px;
  }

  .container-one-11 {
    width: 400px;
    margin-left: 98px;
  }

  .inside-button-14.none-padding {
    border-radius: 60px;
  }

  .text-center-10 {
    margin-left: -2px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-overflow-hidden-18 {
    width: 329.109px;
  }

  .hero-title-wrapper-2-copy.second-version.have--position {
    margin-left: 11px;
  }

  .navbar-wrapper-5 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .platform-child-7-copy {
    display: none;
  }

  .text-align-center-14.none-margin {
    font-size: 1.5rem;
  }

  .text-align-center-14.none-margin.second-home-title {
    font-size: 2rem;
  }

  .landing-hero-right-image-two {
    display: none;
    right: 0;
  }

  .large-paragraph-copy {
    font-size: .9rem;
  }

  .large-paragraph-copy.for--hero {
    font-size: 1.2rem;
  }

  .large-paragraph-copy.for--hero.for--second-home {
    width: 99%;
    height: 100%;
  }

  .hp-template-item-content-wrap {
    width: 100%;
    margin-top: 63px;
  }

  .landing-hero {
    padding-top: 130px;
  }

  .landing-hero-right-image-three {
    display: none;
  }

  .image-steps-wrapper-9 {
    width: 400px;
    min-height: 180px;
    max-height: 240px;
  }

  .title-wrapper-15 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-15.fade-in-animation {
    width: 400px;
    margin-left: -80px;
  }

  .trigger-3 {
    margin-top: 10px;
  }

  .heading-66 {
    margin-left: 20px;
  }

  .description-max-width-copy {
    width: 450px;
    margin-left: -29px;
  }

  .trigger-3-copy {
    width: 400px;
  }

  .image-steps-wrapper-9-copy {
    width: 400px;
    min-height: 180px;
    max-height: 240px;
  }

  .locations-card-6 {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .locations-left-arrow-5 {
    display: none;
  }

  .locations-amount-4 {
    align-self: flex-start;
  }

  .locations-right-arrow-5 {
    display: none;
  }

  .image-locations-5 {
    width: 90%;
  }

  .code-embed-2, .code-embed-4 {
    margin-left: 0;
  }

  .us-for-military {
    min-height: 90px;
  }

  .redefi {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .redefi.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ww {
    width: 400px;
    margin-left: -14px;
  }

  .introbackdrop-copy {
    overflow: hidden;
  }

  .padding-global.padding-section-small {
    padding-bottom: 9.2rem;
  }

  .text-style-badge {
    text-align: center;
    flex: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .contact2_hero_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-7 {
    width: 100%;
    margin-left: -20px;
  }

  .image-101 {
    margin-top: -12px;
    margin-left: 0;
  }

  .footer-social-links-wrapper-copy {
    justify-content: space-between;
  }

  .footer-text-flex-copy {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .belowsanpshot {
    margin-bottom: 184px;
    overflow: hidden;
  }

  .features-description-copy {
    max-width: 240px;
  }

  .pcsheading {
    width: 100%;
  }

  .text-center-11 {
    margin-left: -2px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .card-item-4 {
    height: 24.8rem;
  }

  .section-261 {
    margin-left: 41px;
  }

  .card-text-details-8 {
    width: 300px;
    margin-top: -6px;
    margin-left: -2px;
  }

  .card-link-6 {
    margin-left: 2px;
  }

  .background-video-4 {
    width: 298px;
  }

  .areascontainer.no-max-width {
    max-width: 100%;
  }

  .areascontaineres {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .fourimages.no-max-width, .fourimages._4iamges {
    max-width: 100%;
  }

  .resourcescabineset {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .resourcestitles {
    text-align: center;
  }

  .resourcessection {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .citiestitle {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .citiestitle.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .citiestitle.align-left.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .citiestitle.citiestitles {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .citiestitle.citiestitles.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .container-full-copy.no-max-width {
    max-width: 100%;
  }

  .buttons-row-5 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hover-line-43 {
    text-align: center;
  }

  .button-text-32 {
    width: 200px;
    margin-left: 68px;
  }

  .primary-glow-wrapper-22 {
    font-size: .95rem;
  }

  .primary-glow-wrapper-22.full {
    width: 100%;
  }

  .heading-78 {
    margin-left: -44px;
  }

  .heading-79 {
    margin-left: -47px;
  }

  .psychquiz, .inside-the-ficuciary {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .videosectionintro {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .title-wrapper-16 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    overflow: hidden;
  }

  .space-large {
    min-height: 90px;
  }

  .locations-left-arrow-6 {
    display: none;
  }

  .space-mid-2 {
    min-height: 60px;
  }

  .section-263 {
    overflow: hidden;
  }

  .cta-text-wrapper-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonial-listing-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-client-wrapper-4 {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-name-2, .testimonial-position-2 {
    align-self: center;
  }

  .section-264, .section-265 {
    overflow: hidden;
  }

  .space-large-6 {
    min-height: 90px;
  }

  .section-266 {
    overflow: hidden;
  }

  .space-large-7 {
    min-height: 90px;
  }

  .section-267 {
    overflow: hidden;
  }

  .space-large-8, .space-large-9 {
    min-height: 90px;
  }

  .miitary-video-intor {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
    overflow: hidden;
  }

  .snapshot-and-va-cab {
    width: 100%;
    min-height: 90px;
    margin-left: 0;
  }

  .title-for-cities {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-for-cities.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .title-for-cities.align-left.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .title-for-cities.cities-tieles {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .title-for-cities.cities-tieles.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .actual-city {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .orozcothank-you {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .orozcothank-you.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .orozcothank-you.align-left.slide-in-from-left-animation {
    margin-left: -20px;
  }

  .cta-image-2 {
    min-height: 360px;
    max-height: 360px;
  }

  .cta-wrapper-2 {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .cta-text-wrapper-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .welcome-container.no-max-width {
    max-width: 100%;
  }

  .locations-card-6-copy {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .aiouwrapper-copy {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .fourimages-copy.no-max-width, .fourimages-copy._4iamges {
    max-width: 100%;
  }

  .link-block-7 {
    margin-left: -200px;
    padding-left: 0;
    padding-right: 131px;
  }

  .navbar-wrapper-copy {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contact-us-final.no-max-width, .contact-us-final-copy.no-max-width {
    max-width: 100%;
  }

  .resources-main-4-conver {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }
}

#w-node-b9155e5a-6f2b-14cd-7167-f4f9b737274f-c096f3f0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b9155e5a-6f2b-14cd-7167-f4f9b7372762-c096f3f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_611e61bf-a163-6c9c-40e1-a799a690d943-a690d940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8830-c096f3a0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8831-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8839-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8842-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c884a-c096f3a0, #w-node-f4e7db66-33f8-2519-16b6-97c4a743c46d-a743c46d, #w-node-_252d4b91-2da5-a424-60f0-14254943bb91-c096f3e0, #w-node-_252d4b91-2da5-a424-60f0-14254943bbcb-c096f3e0, #w-node-_8c78edc3-6809-8033-4d5a-85c37d8df9d5-c096f3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e45c039d-3dfd-6fd0-6d9b-4d337acb0122-c096f3f2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e45c039d-3dfd-6fd0-6d9b-4d337acb0135-c096f3f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f294d6d1-fa16-850c-f045-41703aba4681-c1eb7c26, #w-node-f294d6d1-fa16-850c-f045-41703aba4698-c1eb7c26, #w-node-f294d6d1-fa16-850c-f045-41703aba46af-c1eb7c26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc82443b-20cb-fad7-dc61-069429ebdf99-c096f3f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc82443b-20cb-fad7-dc61-069429ebdf9a-c096f3f4, #w-node-cc82443b-20cb-fad7-dc61-069429ebdf9f-c096f3f4, #w-node-cc82443b-20cb-fad7-dc61-069429ebdfa4-c096f3f4, #w-node-cc82443b-20cb-fad7-dc61-069429ebdfa9-c096f3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc82443b-20cb-fad7-dc61-069429ebdfaf-c096f3f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc82443b-20cb-fad7-dc61-069429ebdfb0-c096f3f4, #w-node-cc82443b-20cb-fad7-dc61-069429ebdfb7-c096f3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7137ed0-6f7d-235c-3411-161140181562-4018155f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d7137ed0-6f7d-235c-3411-161140181578-4018155f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f6daa07-ce18-9eda-e17c-a661d4f2abc2-c096f408 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7f6daa07-ce18-9eda-e17c-a661d4f2abd2-c096f408 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8830-c096f3a0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8831-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8839-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c8842-c096f3a0, #w-node-_78b543e2-b668-f5ba-41ee-4a36f29c884a-c096f3a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4e7db66-33f8-2519-16b6-97c4a743c46d-a743c46d, #w-node-_252d4b91-2da5-a424-60f0-14254943bb91-c096f3e0 {
    justify-self: center;
  }
}


