<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --dark-gray: #efeee7;
  --black: #000;
  --light-gray: #000;
  --primary: #916759;
  --slate-grey\&lt;deleted\|variable-93c38be6\&gt;: #9c9ca7;
  --blue-gray\&lt;deleted\|variable-ec58051e\&gt;: #1c2745;
  --dark-blue\&lt;deleted\|variable-1b2b752e\&gt;: #111b37;
  --primary-50: #916759a1;
  --matte: #efeee7;
  --secondary\&lt;deleted\|variable-ae8d9423\&gt;: white;
  --primary\&lt;deleted\|variable-9b2cbf21\&gt;: #dfb187;
  --black-footer-bottom\&lt;deleted\|variable-0d1401f5\&gt;: #111521;
  --transparent: transparent;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-layout-hflex {
  flex-direction: row;
  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-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.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-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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(--dark-gray);
  color: var(--black);
  flex-direction: column;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  display: flex;
}

h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 112px;
}

h2 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

h3 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
}

h4 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
}

h5 {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

h6 {
  color: var(--black);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}

p {
  color: var(--light-gray);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: var(--black);
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Archivo, sans-serif;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

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

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

li {
  color: var(--slate-grey\&lt;deleted\|variable-93c38be6\&gt;);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
}

img {
  object-fit: cover;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 100;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--primary);
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-weight: 300;
  line-height: 26px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--slate-grey\&lt;deleted\|variable-93c38be6\&gt;);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.section {
  width: 100%;
  display: block;
}

.section.max-width-1440px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.centered {
  text-align: center;
  list-style: none;
}

.row-utilities {
  flex-wrap: wrap;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  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;
}

.container-full-old {
  max-width: 100%;
  margin-top: 0;
}

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

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

.content-icon {
  filter: invert();
  max-height: 30px;
}

.content-icon.invert, .content-icon.invert.centered {
  filter: none;
}

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

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

.button-submit {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--dark-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .2rem;
  padding: 12px 30px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  position: relative;
  box-shadow: 0 1px 5px #d7eb6e1f, 0 3px 1px -2px #d7eb6e33, 0 2px 2px 2px #d7eb6e24;
}

.button-submit:hover {
  background-color: var(--black);
  color: var(--blue-gray\&lt;deleted\|variable-ec58051e\&gt;);
  box-shadow: 0 3px 1px -2px #d7eb6e24, 0 10px 10px #d7eb6e33;
}

.button-submit.w--current {
  color: #eee;
  background-color: #e91e63;
}

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

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

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

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

.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(--blue-gray\&lt;deleted\|variable-ec58051e\&gt;);
  text-align: center;
  background-color: #0000;
  border: 1px solid #3c49584d;
  align-self: center;
  margin-bottom: 10px;
  padding: .4375rem 0;
}

.text-field-cart-page {
  color: var(--slate-grey\&lt;deleted\|variable-93c38be6\&gt;);
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.success-text {
  color: var(--dark-blue\&lt;deleted\|variable-1b2b752e\&gt;);
  font-size: 16px;
}

.heading-large {
  color: #181717;
  text-align: center;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 1%;
  font-size: 2em;
  line-height: 1;
}

.text-large {
  color: #181717;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2;
}

.text-large.padding-bottom-md {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4%;
}

.separator {
  object-fit: contain;
  width: 15%;
  margin: 0% auto 1.8%;
  display: block;
}

.spa-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}

.space-large {
  min-height: 112px;
  margin-top: 40px;
  display: none;
}

.invert {
  filter: invert();
}

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

.main-wrapper {
  flex-direction: column;
  margin-top: 34px;
  display: flex;
  overflow: hidden;
}

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

.main-wrapper-no-overflow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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-bottom-text-link {
  color: var(--light-gray);
  white-space: nowrap;
  width: 100%;
  font-size: .9rem;
  text-decoration: underline;
}

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

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

.footer-bottom-text {
  color: var(--light-gray);
  white-space: nowrap;
  font-size: .9rem;
}

.footer-link {
  letter-spacing: 0;
  cursor: pointer;
  text-decoration: none;
}

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

.footer-links-title {
  font-size: 20px;
  font-weight: 400;
}

.footer-bottom-wrapper {
  background-color: var(--dark-gray);
  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;
}

.footer-social-links-wrapper.invert {
  display: none;
}

.blog-single-image-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 540px;
  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 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content-wrapper {
  flex-direction: row;
  width: 55%;
  display: flex;
}

.footer-paragraph {
  width: 75%;
  margin-left: 16px;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-logo-link {
  align-self: center;
  position: relative;
}

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

.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;
}

.contact-text-field {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--primary-50);
  color: var(--light-gray);
  background-color: #0000;
  margin-bottom: 0;
  padding: .4375rem 0;
}

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

.contact-text-area {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--primary-50);
  color: #9c9ca7;
  background-color: #0000;
  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 {
  min-height: 72px;
}

.wrapper-left {
  width: 70%;
  max-width: 70%;
  min-height: 1px;
}

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

.faq-content-wrapper {
  text-align: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.description-max-width {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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: var(--black);
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 12.5rem;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 0;
  padding-left: 60px;
}

.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;
}

.social-link-booking {
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 100%;
  margin-left: 30px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.faq-dropdown-title {
  color: var(--dark-gray);
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: pre-wrap;
  max-width: 90%;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 300;
}

.faq-dropdown-accordion {
  min-width: 100%;
}

.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(--primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 15px;
  padding: 30px 45px;
}

.dropdown-description {
  color: var(--dark-gray);
  font-style: normal;
}

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

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

.fix-scroll-container-listing {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fix-scroll-wrapper-lisitng {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.box-lisiting {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 30px;
  display: flex;
}

.lisitngs-side-bar-left {
  background-color: var(--matte);
  position: sticky;
  top: 30px;
}

.page-grid-lisiting {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.wrapper-bottom {
  align-self: flex-end;
}

.listings-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  display: flex;
}

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

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

.listing-type-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

.author-blog-wrapper {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/grayscale-photo-of-woman-using-laptop-near-three-salon-chairs_1grayscale-photo-of-woman-using-laptop-near-three-salon-chairs.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
}

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

.agent-single-image {
  max-height: 250px;
}

.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: 12px;
  text-align: left;
  align-items: center;
  display: flex;
}

.social-link-wrapper-small {
  height: 15px;
  max-height: 15px;
}

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

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

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

.seperator-wrapper {
  grid-column-gap: 15px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.badge-card-type {
  background-color: var(--dark-blue\&lt;deleted\|variable-1b2b752e\&gt;);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 12px;
  font-family: Roboto;
  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:hover {
  color: #eee;
}

.badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--matte);
  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;
  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;
}

.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;
  min-width: 240px;
  max-width: 240px;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  left: -60px;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000003d;
}

.agent-image {
  object-fit: cover;
  min-width: 240px;
  max-width: 240px;
  min-height: 300px;
  max-height: 300px;
}

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

.teams-card:hover {
  color: var(--secondary\&lt;deleted\|variable-ae8d9423\&gt;);
}

.teams-text-wrapper {
  z-index: 1;
  background-color: var(--matte);
  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: 15px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  top: 76px;
}

.footer-wrapper {
  background-color: var(--matte);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.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;
  box-shadow: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.cta-large-card.background-matte {
  background-color: var(--matte);
}

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

.cta-large-card.bagckground-image-1 {
  background-image: url('../images/46.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-2 {
  background-image: url('../images/43.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-3 {
  background-image: url('../images/21.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

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

.contact-left-wrapper {
  background-image: linear-gradient(-45deg, var(--dark-gray) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--dark-gray) 95%), linear-gradient(to bottom, transparent 50%, var(--dark-gray) 95%), linear-gradient(to bottom, var(--dark-gray) 5%, transparent 49%), linear-gradient(to right, transparent 30%, var(--dark-gray) 95%), url('../images/a-modern-living-room-with-a-large-window.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
  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(--dark-gray) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--dark-gray) 95%), linear-gradient(to bottom, transparent 50%, var(--dark-gray) 95%), linear-gradient(to bottom, var(--dark-gray) 5%, transparent 49%), linear-gradient(to right, transparent 30%, var(--dark-gray) 95%), url('../images/52.jpg');
}

.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(--light-gray);
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.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(--matte);
  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;
  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 #0003;
}

.agent-socials-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 96px -8px auto auto;
}

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

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

.single-listing-card {
  background-color: var(--matte);
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.property-details {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.space-fill {
  min-height: 70px;
}

.utility-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/ParallaxImage.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 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.utility-image {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.quantity-field {
  color: var(--blue-gray\&lt;deleted\|variable-ec58051e\&gt;);
  border-radius: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 20px;
}

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

.footer-icon {
  filter: invert();
  max-height: 15px;
  position: relative;
  top: 2px;
}

.footer-icon.invert {
  filter: none;
}

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

.featured {
  background-color: var(--primary);
  color: var(--dark-gray);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 7.5px 15px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

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

.letter-spacing-small:hover {
  color: var(--primary);
}

.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\&lt;deleted\|variable-9b2cbf21\&gt;);
  opacity: .5;
  max-width: 700px;
  height: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.listing-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, 1fr) minmax(400px, .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-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.button-square {
  background-color: var(--dark-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #d7eb6e80;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  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-square:hover {
  color: var(--black-footer-bottom\&lt;deleted\|variable-0d1401f5\&gt;);
  -webkit-text-stroke-color: var(--primary);
}

.button-text-with-overlay {
  z-index: 2;
  color: var(--secondary\&lt;deleted\|variable-ae8d9423\&gt;);
  position: relative;
}

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

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

.paypal-checkout-form, .order-confirmation {
  background-color: var(--transparent);
}

.checkout-form {
  background-color: var(--transparent);
  color: var(--dark-gray);
}

.footer-text {
  letter-spacing: 0;
  cursor: pointer;
  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;
}

.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;
}

._404-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/ParallaxImageAbout.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;
}

.error-message {
  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(--light-gray);
}

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

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

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

.agent-name {
  letter-spacing: 0;
  font-size: 21px;
  line-height: 31px;
}

.faded-line {
  background-image: linear-gradient(to right, #0000, #27201d);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.facilities-flex-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  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(--matte);
  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(--dark-gray);
  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;
}

.office-left-arrow {
  background-color: var(--matte);
  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(--matte);
  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;
  display: none;
}

.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;
}

.nav-space {
  min-height: 175px;
  display: block;
}

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

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

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

.single-badge-card-square {
  z-index: 99;
  grid-column-gap: 16px;
  background-color: var(--matte);
  color: var(--primary\&lt;deleted\|variable-9b2cbf21\&gt;);
  text-align: center;
  -webkit-text-stroke-color: var(--primary);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-family: Barlow;
  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;
}

.agents-flex {
  grid-column-gap: 96px;
  grid-row-gap: 128px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 76px;
  display: flex;
  overflow: visible;
}

.slide-up-animation {
  display: none;
}

.relative {
  max-width: 1440px;
  position: relative;
}

.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(--dark-gray);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--dark-gray);
  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(--dark-gray);
  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;
  min-width: 84px;
  max-width: 84px;
  min-height: 84px;
  max-height: 84px;
}

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

.preloader-logo-text-small {
  color: var(--slate-grey\&lt;deleted\|variable-93c38be6\&gt;);
  text-align: center;
  font-size: 12px;
}

.preloader-logo-text-small.shift-right {
  color: var(--light-gray);
  margin-left: 4px;
  display: none;
}

.sg-logo-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;
  position: relative;
}

.sg-buttons-grid-two {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 40px;
  display: grid;
}

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

.logo {
  z-index: 99;
  white-space: nowrap;
  max-height: 32px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}

.social-media-icon {
  max-height: 2.2rem;
}

.sg-return-to-home-lb {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  margin-top: auto;
  padding: 32px;
  font-size: 15px;
  line-height: 3;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  color: #fff;
  background-color: #292d32;
}

.sg-return-to-home-lb.show-from-tab {
  display: none;
}

.sg-anchor-lb {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 3.1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: #292d32;
}

.sg-anchor-lb.w--current {
  background-color: #292d32;
  box-shadow: inset 3px 0 #d7eb6e;
}

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

.line-height {
  background-color: #ffc328;
  width: 100%;
  min-height: 25px;
  position: absolute;
  top: 250px;
  left: -130px;
}

.webclip {
  object-fit: contain;
  width: 256px;
  height: 256px;
}

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

.style-guide-line {
  background-color: #4a3f351a;
  min-width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.sg-main-logo {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  display: flex;
}

.sg-main-logo:hover {
  background-color: #292d32;
}

.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-outer-wrapper {
  background-color: #1d2025;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

.sg-anchor-links-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.h2-italic {
  font-style: italic;
  font-weight: 100;
}

.sg-left-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.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;
  position: relative;
}

.h1-italic {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 100;
}

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

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

.sg-colour-swatch.dark-gray.border {
  border: 1px solid var(--light-gray);
}

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

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

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

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

.sg-colour-swatch.matte.border {
  border: 1px solid var(--light-gray);
}

.return-to-top-lb {
  z-index: 100;
  background-color: var(--primary);
  color: #1d2025;
  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(--matte);
  color: #d7eb6e;
}

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

.card-body-contact {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5px;
  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;
}

.flex-subheading {
  z-index: 2;
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.card-icon {
  max-width: 70px;
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.favicon {
  width: 32px;
  height: 32px;
}

.color-black {
  color: #1d2025;
}

.rtb li {
  color: var(--light-gray);
  font-family: Archivo, sans-serif;
  font-weight: 300;
}

.rtb figcaption {
  color: var(--light-gray);
  font-family: Archivo, sans-serif;
}

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

.badge-card {
  background-color: #292d32;
  border: 1px solid #d7eb6e;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 12px;
  display: flex;
}

.sg-buttons-grid-dark {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.webflow-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  margin-top: 0;
  padding: 0 32px 32px;
}

.global-section {
  width: 100%;
  max-width: 1000px;
  padding-top: 120px;
  padding-left: 64px;
  padding-right: 64px;
}

.text-mobile-only {
  color: #3f3023;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.313rem;
}

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

.text {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

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

.hero-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 760px;
  display: flex;
  position: relative;
}

.hero-wrapper.slide-up-animation {
  min-height: 500px;
}

.max-width-420px {
  max-width: 420px;
  font-size: 16px;
  font-weight: 300;
}

.max-width-420px.cta-paragaph {
  font-weight: 400;
}

.hero-image {
  z-index: -1;
  align-self: flex-end;
  max-width: 688px;
  min-height: 600px;
  max-height: 682px;
  margin-left: 25px;
  margin-right: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-image.hero-slider {
  min-width: 62%;
  max-width: 0%;
  min-height: 97%;
  max-height: 0%;
  margin-right: 0;
}

.spinner-image {
  background-color: var(--primary-50);
  color: var(--black);
  background-image: url('../images/Rotating-Circle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.spinner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 128px 64px auto auto;
  overflow: hidden;
}

.spinner-icon {
  color: var(--black);
  background-image: url('../images/Rotating-Circle-bold.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Material Symbols Sharp, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: absolute;
  transform: rotate(180deg);
}

.word-wrapper {
  max-width: 100%;
  position: relative;
}

.hero-h1-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.container-full.padding-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 72px;
  padding-right: 72px;
  display: block;
}

.container-full.padding-5._100vh {
  min-height: 500px;
  max-height: 500px;
  margin-top: 69px;
  display: block;
  position: relative;
}

.container-full.padding-5.overflow {
  display: none;
  overflow: visible;
}

.container-full.padding-10 {
  padding-left: 144px;
  padding-right: 144px;
  display: block;
}

.container-full.padding-15 {
  padding-left: 216px;
  padding-right: 216px;
}

.main-nav-wrapper {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 16px 12px;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

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

.nav-link.w--current {
  color: var(--black);
}

.cart-window-text {
  color: #070f1f;
}

.logo-wrapper {
  z-index: 100;
  position: relative;
}

.cart-icon:hover {
  color: var(--primary);
}

.cart-text-block {
  display: none;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
}

.nav-flex {
  z-index: 1001;
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-button-wrapper {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px 0;
  font-size: 12px;
  transition: color .25s, transform .4s;
  overflow: hidden;
}

.cart-button-wrapper.w--current {
  background-color: #162246;
}

.cart-quantity {
  color: #111;
  background-color: #f5f5f5;
}

.nav-bar-menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.space-page-top {
  min-height: 160px;
}

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

.icon {
  color: var(--primary);
  max-width: 48px;
  max-height: 48px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 45px;
  position: static;
  top: -10px;
}

.image-wrapper {
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.parallax-image.move-up {
  padding-bottom: 601px;
  display: inline-block;
  transform: translate(0, -18%);
}

.parallax-trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-image-circle {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -15% auto auto 10%;
}

.slide-nav-testimonial {
  max-height: 13px;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.testimonial-slide {
  width: 100%;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-listing-wrapper {
  grid-column-gap: 32px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.testimonial-card {
  background-color: var(--matte);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 60px 80px 45px 60px;
  display: flex;
  position: relative;
}

.testimonial-container {
  max-width: 100%;
}

.left-arrow-testimonial {
  mix-blend-mode: exclusion;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

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

.right-arrow-testimonial {
  mix-blend-mode: exclusion;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 13% auto auto;
}

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

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

.stars-wrapper {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -6px;
}

.quote-icon {
  opacity: .1;
  align-self: flex-start;
  max-height: 60px;
}

.testimonial-icon {
  color: #c9d0da;
  font-size: 25px;
  font-weight: 900;
}

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

.title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-flex.projects-title {
  padding-left: 5%;
  padding-right: 10%;
  display: none;
}

.title-flex.contact-title {
  padding-left: 5%;
  padding-right: 10%;
}

.flex-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

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

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

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

.locations-mask {
  overflow: visible;
}

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

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

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

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

.locations-title {
  z-index: 2;
  color: var(--black);
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
  line-height: 25px;
  position: absolute;
  inset: 16px 32px auto auto;
}

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

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

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

.locations-nav {
  position: absolute;
}

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

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

.flex-info {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-image {
  width: 100%;
}

.button {
  background-color: var(--primary);
  color: var(--dark-gray);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .25s;
  display: inline-block;
  position: static;
  left: 0;
}

.button:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.button.margin-top-16px {
  margin-top: 16px;
}

.button.team-member-button {
  display: none;
}

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

.blog-avatar {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-card-curve {
  border: 1px solid var(--light-gray);
  background-color: var(--matte);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  display: flex;
}

.small-line-divider {
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 18px;
  display: flex;
}

.gradient-overlay-blog {
  z-index: -1;
  background-image: linear-gradient(#0000 50%, #00f0ff4d);
  position: absolute;
  inset: 0%;
}

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

.blog-card-flex.reverse {
  flex-direction: row-reverse;
}

.blog-card-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 48%;
  max-width: 560px;
  display: flex;
}

.featured-image-wrapper {
  z-index: 0;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  min-width: 48%;
  max-width: 560px;
  min-height: 373px;
  max-height: 373px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-small {
  object-fit: cover;
  object-position: 50% 0%;
  min-width: 28px;
  max-width: 28px;
  display: block;
}

.title-flex-reversed {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: none;
}

.cta-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

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

.story-image-wrapper {
  min-width: 360px;
  max-width: 360px;
  min-height: 480px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.story-image-wrapper.slide-from-left-animation {
  min-width: 540px;
  max-width: 540px;
  min-height: 720px;
  max-height: 720px;
  margin-top: 40px;
}

.values-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 360px;
  max-width: 360px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--matte);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  min-height: 224px;
  max-height: 224px;
  margin-left: -86px;
  padding: 32px 0;
  display: block;
}

.values-card.values-card-right {
  margin-left: 0;
}

.values-content-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.values-image {
  max-height: 480px;
}

.values-icon-wrapper {
  background-color: var(--dark-gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.values-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.values-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  min-width: 240px;
  max-width: 240px;
  display: flex;
}

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

.utilities-gallery-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

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

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

.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;
}

.row-tab-law {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.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;
}

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

.font-link:hover {
  color: var(--light-gray);
}

.fonts-flex-block-wrapper {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

.gallery-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;
}

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

.card-amenities-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listings-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: none;
}

.listings-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listings-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listings-cards-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listings-card {
  text-align: left;
  background-color: #292d32;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 360px;
  max-width: 360px;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listings-card-badge {
  border: 1px solid var(--primary);
  background-color: #292d32;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 6px 8px 8px;
  display: flex;
  position: absolute;
  inset: 32px 32px auto auto;
}

.listings-card-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--dark-gray);
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 360px;
  max-width: 360px;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  padding: 32px;
  display: flex;
}

.steps-card-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 32px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.steps-image {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 632px;
  max-width: 632px;
  height: 316px;
  min-height: 316px;
  max-height: 316px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-grid-quarter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.steps-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.steps-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.about-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 21px;
  display: flex;
}

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

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

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

.listing-card-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  max-width: 220px;
}

.cta-card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--matte);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  min-height: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.cta-image {
  background-image: url('../images/CTA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
}

.cta-card.cta-image.slide-from-right-animation {
  background-image: url('../images/18.jpg');
}

.cta-card.cta-image.slide-from-right-animation.cta-home {
  background-image: url('../images/23.png');
}

.cta-card.cta-image.slide-from-right-animation.cta-home-2 {
  background-image: url('../images/21.jpg');
}

.cta-card.cta-image.slide-from-right-animation.cta-portfoilio {
  background-image: url('../images/44.jpg');
}

.cta-card.cta-image.slide-from-right-animation.cta-vendors {
  background-image: url('../images/51.jpg');
}

.about-avatar {
  border: 4px solid var(--matte);
  border-radius: 100%;
  justify-content: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
  overflow: hidden;
}

.about-avatar.avatar-two {
  position: absolute;
  inset: 0% auto auto 40px;
}

.about-avatar.avatar-three {
  position: absolute;
  inset: 0% auto auto 80px;
}

.avatars-wrapper {
  position: relative;
}

.team-avatar {
  object-position: 50% 0%;
  min-width: 80px;
}

.listing-card-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: 32px;
  font-weight: 100;
  line-height: 32px;
  position: static;
  top: -10px;
}

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

.wrapper-quarter {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-square-wrapper {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.numbers-description {
  color: var(--black);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  display: flex;
}

.badge-text {
  color: var(--dark-gray);
  font-size: 15px;
  line-height: 15px;
}

.agents-relative {
  position: relative;
}

.agents-button-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.story-paragraph {
  min-width: 560px;
  max-width: 560px;
  font-weight: 300;
}

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

.max-width-450px {
  max-width: 450px;
  display: inline-block;
}

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

.h2-hero-italic {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 128px;
  font-style: italic;
  font-weight: 100;
  line-height: 112px;
}

.h2-hero-italic.color-primary {
  font-size: 64px;
}

.h2-hero-home {
  text-transform: uppercase;
  margin-top: -40px;
  margin-bottom: -40px;
  font-size: 64px;
  font-weight: 500;
  line-height: 112px;
}

.services-text-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.services-paragraph {
  color: var(--dark-gray);
  text-align: center;
  max-width: 360px;
}

.services-text-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.circle {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 100%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-left: -100%;
  position: absolute;
  inset: -64px -64px auto auto;
}

.steps-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 632px;
  max-width: 632px;
  height: 416px;
  min-height: 416px;
  max-height: 416px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-flex {
  z-index: 2;
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.checkout {
  flex-direction: column;
  display: flex;
}

.block-header {
  border-color: var(--matte);
  background-color: var(--transparent);
  color: var(--black);
}

.block-content {
  border-right-color: var(--matte);
  border-bottom-color: var(--matte);
  border-left-color: var(--matte);
  background-color: var(--transparent);
  color: var(--black);
}

.align-center {
  align-items: center;
  display: flex;
}

.search-bar {
  max-width: 360px;
}

.search-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.main-listings-card {
  text-align: left;
  background-color: #292d32;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 420px;
  max-width: 420px;
  height: 570px;
  min-height: 570px;
  max-height: 570px;
  display: flex;
  position: relative;
}

.main-listings-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 420px;
  max-width: 420px;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  padding: 32px;
  display: flex;
}

.main-listings-flex {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.view-more {
  z-index: 2;
  color: var(--dark-gray);
  padding-top: 4px;
  display: none;
  position: relative;
}

.listing-image {
  flex: 0 auto;
  position: absolute;
}

.price {
  color: var(--black);
  margin-bottom: 8px;
}

.blog-card-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.lottie-arrow {
  z-index: 1;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  display: none;
  position: relative;
}

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

.slide-from-left-animation {
  color: var(--black);
}

.contact-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  margin-bottom: -81px;
}

.section-2 {
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 0;
  width: 284px;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h2-size {
  border: 1px solid var(--transparent);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---mg-bottom-48px {
  flex: 0 auto;
  order: 0;
  margin-bottom: 48px;
}

.brix---inner-container-574px---center {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---container-default {
  flex-direction: row;
  max-width: 1440px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.brix---section-logo-strip-v6 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---image {
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/1_2.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
  overflow: visible;
}

.brix---instagram-image {
  background-image: url('../images/1_2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1440px;
  display: grid;
  position: static;
}

.brix---grid-4-columns-instagram.slide-from-left-animation {
  justify-items: stretch;
}

.brix---mg-bottom-40px {
  max-width: 1440px;
  margin-bottom: 40px;
  display: block;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 60px;
}

.brix---section.gallery-2 {
  display: none;
}

.heading {
  color: var(--black);
}

.heading.flip-from-bottom-with-delay {
  text-align: left;
  margin-bottom: 40px;
}

.heading.flip-from-bottom-with-delay.our-portfolio-heading {
  text-align: center;
}

.brix---full-width-image {
  object-fit: cover;
  width: 100%;
  height: 118%;
}

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 543px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-2.our-process-paragrah {
  font-size: 16px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-image-fw-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---link-icon-right {
  color: var(--primary);
  margin-left: 6px;
}

.brix---text-200-bold {
  color: var(--primary);
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.brix---display-4 {
  color: var(--primary);
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 0;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

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

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

.brix---heading-h2-size-4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--black);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

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

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-scroll {
  color: var(--dark-gray);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper-br-24px {
  border-radius: 0;
  overflow: hidden;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---paragraph-default-5 {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

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

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

.brix---card-link-img-bg {
  border-radius: 0;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size-6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.image {
  flex: 0 auto;
}

.slider {
  height: 578px;
}

.container-3 {
  width: 1712px;
}

.slide {
  background-image: url('../images/DSC00427.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block {
  width: 100%;
}

.slider-2 {
  height: 500px;
  display: block;
}

.container-4 {
  max-width: 1440px;
}

.slide-2 {
  background-image: url('../images/46.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/42.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/38.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/23.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/10.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-10 {
  background-image: url('../images/54.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/50.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/53.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/15.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-2 {
  min-width: 540px;
  max-width: 540px;
  min-height: 720px;
  max-height: 720px;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
}

.section-3 {
  min-height: 64px;
  line-height: 64px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

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

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-7 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

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

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

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

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-6 {
  flex: 0 auto;
  display: block;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

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

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

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

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

.rl_header26_image {
  max-width: 976px;
}

.rl_header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-top: -107px;
  margin-bottom: -33px;
}

.rl_header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header26 {
  background-color: var(--matte);
  margin-top: 65px;
  padding-top: 0;
  display: none;
}

.rl-button-copy {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.container-5 {
  justify-content: space-between;
  padding-top: 19px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout28 {
  background-color: var(--matte);
}

.paragraph {
  font-weight: 500;
}

.slide-15 {
  background-image: url('../images/Opening-Carousel-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/About-Us-Carousel.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/About-Us-Carousel-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.link, .link:hover {
  color: var(--matte);
  text-decoration: underline;
}

.bold-text-4 {
  font-weight: 100;
}

.bold-text-6 {
  color: var(--light-gray);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-6.design-heading {
  font-size: 32px;
}

.bold-text-6.additional-design-pt2 {
  font-size: 16px;
  font-weight: 300;
}

.collection-list-wrapper-2 {
  display: none;
}

.slide-37 {
  background-image: url('../images/Opening-Carousel.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-2 {
  color: var(--matte);
  font-style: italic;
  text-decoration: underline;
}

.faq {
  color: var(--matte);
  text-decoration: underline;
}

.faq:hover {
  text-decoration: none;
}

.faq-2 {
  font-style: normal;
}

.faq-2:hover {
  color: var(--matte);
  text-decoration: none;
}

.bold-text-7 {
  color: var(--matte);
  text-decoration: underline;
}

.bold-text-7:hover {
  text-decoration: none;
}

.link-5 {
  color: var(--matte);
  text-decoration: underline;
}

.link-5:hover {
  color: var(--matte);
  text-decoration: none;
}

.paragraph-2 {
  max-width: 336px;
  margin-top: 10px;
  font-size: 14px;
}

.list-item {
  color: var(--light-gray);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.rich-text-block, .rich-text-block-2 {
  margin-top: 20px;
}

.rich-text-block-3 {
  margin-top: 20px;
  font-weight: 300;
}

.rich-text-block-4 {
  margin-top: 20px;
  font-weight: 100;
}

.list {
  margin-top: -35px;
}

.container-7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-3.slide-from-left-animation {
  text-align: center;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 44px;
  margin-bottom: 40px;
  display: block;
}

.div-block-4 {
  margin-right: 220px;
}

.section-4 {
  margin-bottom: 60px;
}

.block-quote, .block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5, .block-quote-6, .vendor-links {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  margin-top: 0;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.section-5 {
  margin-top: 15px;
}

.block-quote-5-copy {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.block-quote-7 {
  font-size: 16px;
  font-weight: 300;
}

.block-quote-8 {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.paragraph-4 {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
}

.heading-14 {
  font-size: 14px;
}

.image-5 {
  padding-right: 0;
}

.italic-text, .italic-text-2 {
  color: var(--primary);
  font-weight: 100;
}

.paragraph-5, .additional-design-pt-2 {
  font-size: 16px;
}

.block-quote-9 {
  font-size: 16px;
  font-weight: 300;
}

.bold-text-9 {
  font-weight: 400;
}

.heading-15 {
  align-self: auto;
}

.slide-38 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-3 {
  min-width: 540px;
  min-height: 720px;
}

.slide-39 {
  background-image: url('../images/IMG_2932.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/IMG_2933.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/IMG_2926.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-6 {
  min-width: 540px;
  min-height: 720px;
}

.container-9 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  min-width: 300px;
  min-height: 300px;
}

.div-block-7.about-us-pics {
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.image-7, .image-8, .image-9 {
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
}

.section-6 {
  justify-content: flex-start;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: center;
  display: flex;
}

.div-block-9 {
  height: 543px;
}

.slider-4 {
  min-width: 540px;
  max-width: 540px;
  min-height: 720px;
  max-height: 720px;
}

.slide-42 {
  background-image: url('../images/IMG_2932.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/IMG_2916.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/IMG_2926.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/IMG_2933.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.slide-46 {
  background-image: url('../images/Work-With-Us---Initial-Deisgn-Consultation.jpg');
  background-position: 50%;
  background-size: 1024px;
}

.slide-47 {
  background-image: url('../images/Opening-Carousel-6.jpg');
  background-position: 50%;
  background-size: 1024px;
}

.heading-17, .list-item-2 {
  display: none;
}

.gallery-hero-section {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.portfolio-subtitle {
  color: #12151a;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8rem;
}

.page-header {
  opacity: .76;
  color: #af915d;
  flex: none;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1em;
}

.page-header.portfolio {
  color: #fff;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  font-size: 5vw;
}

.gallery-list-wrapper-2 {
  width: 100%;
  max-width: 1200px;
}

.gallery-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.gallery-item-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-wrap-no-cms {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: .7rem;
  display: flex;
  overflow: hidden;
}

.project-item-2 {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-list-wrapper-3 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clonable-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 79px;
  display: flex;
}

.heading-18 {
  margin-bottom: 4.4rem;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
  width: 100vw;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item-4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item-4:hover {
  opacity: .65;
}

.gallery-image-wrapper-3 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-11 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.image-11, .lightbox-link-2 {
  background-image: url('../images/1_2.png');
  background-position: 0 0;
  background-size: cover;
}

.rl_gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery3_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery3 {
  background-color: var(--matte);
}

.section-7 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .section {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .space {
    min-height: 112px;
  }

  .container-full-old {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-form-block {
    display: block;
  }

  .footer-links-text {
    min-width: 121px;
  }

  .footer-content-wrapper {
    flex-direction: row;
  }

  .footer-paragraph {
    text-align: left;
  }

  .space-mid {
    display: none;
  }

  .faq-wrapper {
    margin-top: 0;
  }

  .preloader-wrapper {
    width: 100%;
  }

  .preloader-logo.shadow {
    width: 281px;
    min-height: 255px;
  }

  .preloader-logo-image {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
  }

  .hero-wrapper.slide-up-animation {
    aspect-ratio: auto;
    align-items: stretch;
    min-height: 537px;
  }

  .max-width-420px {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-image {
    flex: none;
    align-self: flex-end;
    min-height: 49%;
  }

  .hero-image.hero-slider {
    object-fit: fill;
    flex: 1;
    align-self: flex-end;
    min-width: 63%;
    max-width: 0%;
    min-height: 94%;
    max-height: 0;
    margin-left: 0;
    margin-right: -70px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    right: 72px;
  }

  .word-wrapper {
    max-width: 100%;
  }

  .hero-h1-wrapper {
    pointer-events: auto;
    border-radius: 0;
    padding: 0;
  }

  .container-full {
    text-align: center;
  }

  .container-full.padding-5._100vh {
    min-height: 500px;
    max-height: 500px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container-full.padding-10 {
    flex: 0 auto;
  }

  .title-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .flex-title {
    align-items: stretch;
  }

  .button.about-us-button {
    text-align: left;
    display: inline-block;
  }

  .story-image-wrapper.slide-from-left-animation {
    margin-top: 40px;
  }

  .about-title-flex {
    justify-content: center;
    margin-top: 39px;
  }

  .cta-card.cta-image.slide-from-right-animation {
    background-image: url('../images/20.jpg');
  }

  .cta-card.cta-image.slide-from-right-animation.cta-home {
    background-image: url('../images/23.png');
  }

  .cta-card.cta-image.slide-from-right-animation.cta-work-with-us {
    background-image: url('../images/18.jpg');
  }

  .cta-card.cta-image.slide-from-right-animation.cta-vendors {
    background-image: url('../images/51.jpg');
  }

  .max-width-450px.flip-from-bottom-with-delay.portfolio-paragraph {
    text-align: center;
    max-width: 611px;
  }

  .h2-hero-italic.color-primary {
    font-size: 78px;
  }

  .h2-hero-home {
    margin-top: -40px;
    margin-bottom: -40px;
    font-size: 78px;
  }

  .services-text-wrapper {
    display: none;
  }

  .services-paragraph {
    text-align: center;
    display: block;
  }

  .slide-from-left-animation {
    text-align: left;
  }

  .brix---heading-h2-size {
    font-family: Archivo, sans-serif;
    font-size: 64px;
    font-style: normal;
  }

  .brix---text-center {
    flex-direction: column;
  }

  .brix---image {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url('../images/1_2.png');
    background-position: 0 0;
    background-size: cover;
    min-width: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translate(0);
  }

  .brix---instagram-image {
    background-image: none;
    overflow: hidden;
  }

  .brix---inner-container-600px---center {
    display: block;
  }

  .brix---inner-container-600px---center.gallery-headline-2 {
    display: none;
  }

  .brix---section.gallery-2 {
    margin-top: -71px;
  }

  .heading.flip-from-bottom-with-delay {
    margin-bottom: 16px;
  }

  .brix---paragraph-default-2.our-process-paragrah {
    text-align: left;
    font-size: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 16px;
  }

  .brix---section-3 {
    display: none;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
  }

  .rl_section_header26 {
    display: block;
  }

  .rl-text-style-regular {
    font-family: Archivo, sans-serif;
    display: block;
  }

  .rl-heading-style-h4 {
    font-family: Archivo, sans-serif;
    font-size: 2rem;
  }

  .rl_layout28_tabs-link {
    padding-top: 40px;
  }

  .rl_layout28_tabs-menu {
    display: block;
  }

  .rl_layout28_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-around;
    place-items: flex-start stretch;
    display: grid;
  }

  .rl-padding-section-large-2 {
    padding-top: 0;
  }

  .rl_section_layout28 {
    background-color: var(--matte);
  }

  .div-block-3 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text {
    font-family: Archivo, sans-serif;
  }

  .heading-7 {
    text-align: center;
    font-family: Archivo, sans-serif;
    font-weight: 500;
  }

  .paragraph {
    padding-top: 20px;
    font-weight: 300;
  }

  .slide-15 {
    background-image: url('../images/Opening-Carousel-2.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .slide-16 {
    background-image: url('../images/Untitled-design-4.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-17, .slide-18, .slide-19, .slide-20, .slide-21, .slide-22 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-23, .slide-24 {
    background-color: #864343;
  }

  .slide-25, .slide-26 {
    background-color: #9c3e3e;
  }

  .slide-27, .slide-28 {
    background-color: #fa0000;
  }

  .slide-29 {
    background-color: #0000;
  }

  .slide-30 {
    background-color: var(--elements-webflow-library--neutral--800);
  }

  .slide-31 {
    background-color: var(--black);
  }

  .slide-32 {
    background-color: var(--matte);
  }

  .slide-33, .slide-34 {
    background-color: var(--primary);
  }

  .slide-35 {
    background-image: url('../images/About-Us-Carousel.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-36 {
    background-image: url('../images/About-Us-Carousel-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link {
    color: var(--dark-gray);
    text-decoration: underline;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-weight: 300;
  }

  .bold-text-6 {
    font-size: 16px;
    font-weight: 300;
  }

  .bold-text-6.design-heading {
    font-size: 32px;
  }

  .slide-37 {
    background-image: url('../images/Opening-Carousel.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link-3 {
    color: var(--matte);
    text-decoration: underline;
  }

  .faq:hover, .faq-2:hover {
    color: var(--matte);
  }

  .link-4 {
    color: var(--matte);
    text-decoration: underline;
  }

  .link-4:hover {
    color: var(--matte);
    text-decoration: none;
  }

  .list-item, .rich-text-block-2 {
    font-weight: 300;
  }

  .rich-text-block-4 {
    font-size: 16px;
  }

  .container-8 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .block-quote, .block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5, .block-quote-6, .vendor-links, .block-quote-5-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    justify-content: center;
    display: flex;
  }

  .block-quote-7, .block-quote-8, .paragraph-4 {
    font-size: 16px;
    font-weight: 300;
  }

  .italic-text {
    color: var(--primary);
    font-weight: 100;
  }

  .bold-text-8 {
    font-weight: 500;
  }

  .container-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7.about-us-pics {
    margin-left: 0;
  }

  .section-6 {
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .slide-46 {
    background-image: url('../images/Work-With-Us---Initial-Deisgn-Consultation.jpg');
  }

  .slide-47 {
    background-image: url('../images/Opening-Carousel-6.jpg');
  }

  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }

  .background-image {
    color: var(--matte);
  }

  .gallery-wrap-no-cms {
    background-color: var(--matte);
    color: var(--dark-gray);
  }

  .gallery-list-wrapper-3 {
    max-width: 1400px;
  }

  .lightbox-link {
    background-image: url('../images/1_2.png');
    background-position: 50%;
    background-size: cover;
  }

  .image-10 {
    background-image: url('../images/1_2.png');
    background-position: 50%;
    background-size: auto;
  }

  .container-10 {
    max-width: 75px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .slide-15 {
    background-image: url('../images/Opening-Carousel-2.jpg');
  }

  .slide-35 {
    background-image: url('../images/About-Us-Carousel.jpg');
  }

  .slide-36 {
    background-image: url('../images/About-Us-Carousel-4.jpg');
  }

  .slide-37 {
    background-image: url('../images/Opening-Carousel.jpg');
  }

  .div-block-5 {
    justify-content: start;
    place-items: stretch start;
    min-width: 100%;
    margin-left: 159px;
  }

  .slide-42 {
    background-image: url('../images/About-Us-Carousel.jpg');
    background-position: 47%;
  }

  .slide-43 {
    background-image: url('../images/About-Us-Carousel-2.jpg');
    background-position: 50%;
  }

  .slide-44 {
    background-image: url('../images/About-Us-Carousel-3.jpg');
    background-position: 28%;
  }

  .slide-45 {
    background-image: url('../images/About-Us-Carousel-4.jpg');
  }

  .slide-46 {
    background-image: url('../images/Work-With-Us---Initial-Deisgn-Consultation.jpg');
  }

  .slide-47 {
    background-image: url('../images/Opening-Carousel-6.jpg');
  }

  .page-header.portfolio {
    margin-bottom: 6.6rem;
    font-size: 6vw;
  }

  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 3000px;
  }

  .gallery-item-2, .gallery-item-3 {
    margin-bottom: 2rem;
    margin-right: 2rem;
  }

  .project-item-2 {
    width: 43vw;
    max-height: 700px;
  }

  .gallery-list-wrapper-3 {
    width: 100%;
    max-width: 3000px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 36px;
    line-height: 41px;
  }

  .row-utilities {
    width: 100%;
  }

  .space {
    min-height: 32px;
  }

  .contact-form-block {
    display: block;
  }

  .heading-large {
    margin-bottom: 2%;
    font-size: 2.1em;
  }

  .text-large {
    margin-top: 2%;
  }

  .separator {
    width: 20%;
    margin-bottom: 2%;
  }

  .spa-form-wrapper {
    width: 80%;
  }

  .blog-single-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-text-link {
    font-size: 1rem;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-bottom-text {
    font-size: 1rem;
  }

  .footer-link {
    padding-top: 0%;
  }

  .footer-upper {
    max-width: 728px;
  }

  .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;
    padding-bottom: 8%;
  }

  .footer-text-wrapper {
    max-width: 728px;
  }

  .footer-content-wrapper {
    width: 100%;
    padding-bottom: 15%;
  }

  .grid-content-icon {
    grid-template-columns: 1fr;
  }

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

  .faq-content-wrapper {
    width: 90%;
  }

  .button-wrapper {
    width: 70%;
  }

  .booking-form-block {
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 400px;
    padding-right: 0;
  }

  .faq-row {
    width: 100%;
    max-width: 100%;
  }

  .page-grid-lisiting {
    grid-template-columns: .5fr 1fr;
  }

  .listings-title-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .team-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .author-blog-wrapper, .agent-wrapper {
    padding-left: 0;
  }

  .agent-image-wrapper {
    align-self: center;
    width: 60%;
  }

  .social-link-wrapper-small {
    margin-left: 0;
  }

  .steps-text-wrapper {
    left: auto;
  }

  .seperator-wrapper {
    width: 90%;
  }

  .footer-bottom-flex {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .contact-right-wrapper {
    width: 100%;
    max-width: 100%;
    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;
  }

  .blog-rich-text {
    width: 80%;
  }

  .property-details {
    width: 100%;
  }

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

  .agent-card {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .letter-spacing-small {
    font-size: 16px;
  }

  .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;
  }

  .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%;
  }

  .listing-title-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .footer-text {
    padding-top: 0%;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .listing-agent-wrapper {
    align-self: center;
    width: 60%;
    margin-right: 0;
  }

  .single-listing-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructions-wrapper {
    max-width: 567px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
  }

  .facilities-box {
    padding-right: 0;
  }

  .single-listing-amenities {
    width: 100%;
  }

  .office-left-arrow {
    left: -60px;
  }

  .office-right-arrow {
    right: -60px;
  }

  .office-row {
    flex-direction: column;
    justify-content: center;
  }

  .nav-space {
    min-height: 150px;
  }

  .agents-flex {
    grid-row-gap: 128px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .preloader-wrapper {
    display: none;
  }

  .sg-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sg-return-to-home-lb.show-from-tab {
    display: flex;
  }

  .sg-return-to-home-lb.hide-on-tab {
    display: none;
  }

  .sg-anchor-lb {
    flex: none;
    justify-content: center;
    width: auto;
    min-width: 33%;
    padding: 7.5px 15px;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 var(--primary);
    width: auto;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: #141a29;
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0 0% -150px;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -130px;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

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

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .text-mobile-only {
    color: #fff;
  }

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

  .hero-wrapper {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-wrapper.slide-up-animation {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    padding-top: 104px;
    display: block;
  }

  .max-width-420px {
    font-size: 14px;
  }

  .hero-image {
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .hero-image.hero-slider {
    min-width: 100%;
  }

  .spinner-wrapper {
    inset: auto 64px 0% auto;
  }

  .word-wrapper {
    flex: 1;
    margin-left: 0;
    padding-left: 0;
  }

  .hero-h1-wrapper {
    flex-direction: row;
    order: 0;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 15px;
    display: flex;
  }

  .container-full.padding-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-5._100vh {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .container-full.padding-10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-15 {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .main-nav-wrapper {
    background-color: var(--matte);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 23%;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    text-align: center;
  }

  .logo-wrapper.w--current {
    z-index: 100;
    position: relative;
  }

  .cart-icon {
    margin-right: 0;
  }

  .nav-menu-icon {
    color: var(--black);
    padding-top: 0;
    font-size: 30px;
  }

  .nav-flex {
    z-index: 10000;
    grid-column-gap: 0px;
  }

  .nav-menu-button {
    z-index: 10000;
    padding: 12px;
    position: relative;
  }

  .nav-menu-button.w--open {
    z-index: 1000;
    color: #fff;
    background-color: #0000;
  }

  .cart-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-quantity {
    display: none;
  }

  .nav-bar-menu-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }

  .image-wrapper {
    min-height: 420px;
    max-height: 420px;
  }

  .parallax-image.move-up {
    object-fit: fill;
  }

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

  .testimonial-listing-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-container {
    padding-top: 16px;
  }

  .title-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .title-flex.projects-title {
    padding-left: 10%;
  }

  .title-flex.contact-title {
    text-align: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .locations-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .locations-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-card-flex, .blog-card-flex.reverse {
    flex-direction: column-reverse;
  }

  .title-flex-reversed {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cta-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .story-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .story-image-wrapper.slide-from-left-animation {
    min-width: 100%;
    max-width: 100%;
    min-height: 520px;
    max-height: 520px;
  }

  .values-image-wrapper {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .values-card {
    padding-left: 0;
    padding-right: 0;
  }

  .values-card.values-card-left {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-bottom: 52px;
    display: flex;
  }

  .values-card.values-card-right {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .values-content-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .values-image {
    flex: 0 auto;
    order: 0;
    align-self: center;
    max-width: 289px;
  }

  .values-block {
    flex-flow: wrap;
    justify-content: center;
    justify-items: center;
    min-width: auto;
    max-width: none;
  }

  .values-block.slide-from-left-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .values-block.slide-from-right-animation {
    flex-direction: row;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    display: flex;
  }

  .row-tab-law {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .utilities-row {
    width: 100%;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .gallery-image {
    min-height: 400px;
  }

  .gallery-image-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .steps-grid-quarter {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .steps-text-block.slide-from-right-animation {
    align-self: center;
    align-items: center;
  }

  .steps-title-flex {
    flex-direction: column;
    justify-content: space-between;
  }

  .about-title-flex {
    padding-bottom: 32px;
  }

  .cta-card {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .cta-card.cta-image {
    min-height: 360px;
    max-height: 360px;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .numbers-grid.slide-up-animation {
    justify-items: start;
  }

  .wrapper-quarter {
    justify-content: flex-start;
    width: 210px;
  }

  .h2-hero-home {
    max-height: 33%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 55px;
  }

  .slide-from-left-animation {
    text-align: center;
    align-self: center;
    font-size: 50px;
  }

  .contact-text-block {
    text-align: center;
    align-items: center;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---image {
    object-fit: fill;
    width: 767px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 20px;
    padding-bottom: 118px;
  }

  .brix---section.gallery-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding: 0 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-2 {
    min-width: 100%;
    max-width: 0;
    min-height: 331px;
    max-height: 0;
  }

  .heading-2 {
    align-self: center;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
  }

  .heading-4, .heading-5 {
    align-self: center;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }

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

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin-top: -164px;
    display: flex;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-container-large-2 {
    display: block;
  }

  .rl_section_layout28 {
    background-color: var(--matte);
    flex-direction: row;
    display: block;
  }

  .slide-15 {
    background-image: url('../images/Opening-Carousel-2.jpg');
  }

  .slide-35 {
    background-image: url('../images/About-Us-Carousel.jpg');
    background-position: 50%;
  }

  .slide-36 {
    background-image: url('../images/About-Us-Carousel-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link {
    color: var(--dark-gray);
    text-decoration: underline;
  }

  .slide-37 {
    background-image: url('../images/Opening-Carousel.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-2 {
    text-align: center;
  }

  .image-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .image-4 {
    align-self: auto;
  }

  .paragraph-3.slide-from-left-animation {
    max-width: 672px;
    font-size: 14px;
  }

  .slider-3 {
    min-width: 78%;
    min-height: 100%;
  }

  .slide-39, .slide-40, .slide-41 {
    background-position: 50%;
  }

  .slider-4 {
    min-width: 100%;
    max-width: 100%;
    min-height: 520px;
    max-height: 520px;
  }

  .slide-42 {
    background-position: 50%;
  }

  .slide-43 {
    background-position: 50%;
    background-size: cover;
  }

  .slide-45 {
    background-position: 50%;
  }

  .slide-46 {
    background-image: url('../images/Work-With-Us---Initial-Deisgn-Consultation.jpg');
  }

  .slide-47 {
    background-image: url('../images/Opening-Carousel-6.jpg');
  }

  .gallery-hero-section {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .page-header {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16vw;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .gallery-wrap-no-cms {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .project-item-2 {
    min-height: 300px;
    max-height: 300px;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .gallery-item-4 {
    margin-top: 0;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }

  .heading-large {
    white-space: normal;
    font-size: 2em;
  }

  .text-large {
    margin-bottom: 0;
  }

  .separator {
    width: 45%;
  }

  .spa-form-wrapper {
    width: 90%;
  }

  .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%;
  }

  .wrapper-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .button-wrapper {
    width: 90%;
  }

  .title-field-wrapper {
    margin-bottom: 15px;
  }

  .faq-dropdown-title {
    max-width: 275px;
  }

  .box-lisiting {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lisitngs-side-bar-left {
    margin-bottom: 30px;
    position: static;
  }

  .page-grid-lisiting {
    grid-template-columns: 1fr;
  }

  .wrapper-bottom {
    align-self: center;
  }

  .listings-title-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .listings-title-wrapper.row-gap-on-mobile {
    grid-row-gap: 30px;
  }

  .listing-type-wrapper {
    grid-column-gap: 64px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 80%;
  }

  .steps-text-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .seperator-wrapper {
    width: 100%;
  }

  .footer-bottom-flex {
    justify-items: start;
  }

  .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;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .utility-page-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .utility-image {
    max-width: 50%;
  }

  .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;
  }

  .instructions-wrapper {
    max-width: 477px;
  }

  .facilities-flex-box {
    grid-template-columns: 1fr;
  }

  .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;
  }

  .sg-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sg-buttons-grid {
    grid-template-columns: 1fr;
  }

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 25%;
  }

  .global-section {
    padding: 64px 40px;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-wrapper.slide-up-animation {
    padding-top: 40px;
  }

  .max-width-420px {
    font-size: 14px;
  }

  .hero-image {
    width: 100%;
  }

  .spinner-wrapper {
    width: 100px;
    height: 100px;
    position: static;
    left: 32px;
  }

  .word-wrapper {
    flex: 1;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-h1-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-full.padding-5 {
    text-align: left;
  }

  .main-nav-wrapper {
    padding-top: 20%;
  }

  .nav-menu-icon {
    font-size: 28px;
  }

  .image-wrapper {
    min-height: 300px;
    max-height: 300px;
  }

  .slide-nav-testimonial {
    padding-top: 4%;
    bottom: -8%;
  }

  .testimonial-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .testimonial-listing-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .testimonial-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-flex, .title-flex.projects-title, .title-flex.contact-title {
    text-align: center;
    align-items: center;
  }

  .flex-title {
    align-items: center;
  }

  .text-block {
    text-align: center;
    align-items: center;
  }

  .blog-card-flex {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-image-wrapper {
    min-width: 432px;
    max-width: 432px;
    min-height: 288px;
    max-height: 288px;
  }

  .title-flex-reversed {
    text-align: center;
    align-items: center;
  }

  .cta-wrapper {
    width: 100%;
  }

  .story-flex {
    flex-wrap: wrap;
    align-content: stretch;
    display: inline;
  }

  .story-image-wrapper.slide-from-left-animation {
    aspect-ratio: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 69%;
    max-width: 100%;
    min-height: 176px;
    max-height: 288px;
    display: block;
    position: static;
  }

  .values-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .values-card {
    flex-direction: column;
    align-items: center;
  }

  .values-content-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .values-image {
    flex: 1;
    max-width: 428px;
  }

  .values-text-block {
    text-align: left;
    align-items: center;
    width: 400px;
  }

  .values-block {
    grid-template-columns: 1fr;
  }

  .values-block.slide-from-left-animation {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .utilities-gallery-row {
    justify-content: center;
  }

  .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;
  }

  .row-tab-law {
    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;
  }

  .listings-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .listings-text-block {
    text-align: center;
    align-items: center;
  }

  .steps-image {
    min-width: 480px;
    max-width: 480px;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .steps-text-block {
    text-align: center;
    align-items: center;
  }

  .steps-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .about-title-flex {
    flex-direction: column;
    align-items: center;
  }

  .numbers-numbers-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card {
    width: 100%;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .story-paragraph {
    min-width: 100%;
    max-width: none;
  }

  .h2-hero-italic {
    font-size: 64px;
    line-height: 74px;
  }

  .h2-hero-italic.color-primary {
    font-size: 48px;
  }

  .h2-hero-home {
    font-size: 48px;
    line-height: 21px;
  }

  .steps-card {
    align-items: center;
    min-width: 480px;
    max-width: 480px;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
  }

  .menu-block {
    width: 144px;
  }

  .slide-from-left-animation {
    font-size: 9vw;
  }

  .contact-text-block {
    text-align: center;
    align-items: center;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---image {
    border-radius: 0;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---half-bg-image-right-content-v2 {
    margin-bottom: -200px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-2 {
    aspect-ratio: auto;
    min-width: 500px;
    max-width: 481px;
    min-height: 207px;
    max-height: 212px;
    margin-top: 16px;
    display: inline-block;
  }

  .heading-2, .heading-3 {
    font-size: 14px;
  }

  .heading-4 {
    text-align: center;
    object-fit: fill;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: -137px;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-8 {
    order: 0;
    font-size: 44px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    max-width: 713px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-8 {
    max-width: 100%;
  }

  .vendor-links {
    overflow: visible;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    place-items: stretch start;
    min-width: 0%;
    max-width: none;
    margin-left: 40px;
  }

  .image-6 {
    min-width: 100%;
    min-height: 100%;
  }

  .gallery-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-header {
    margin-top: 4.8rem;
    margin-bottom: 1.7rem;
    font-size: 16vw;
  }

  .gallery-list {
    flex-wrap: wrap;
  }

  .gallery-item-2 {
    width: 95vw;
  }

  .gallery-list-2 {
    flex-wrap: wrap;
  }

  .gallery-item-3 {
    width: 95vw;
  }

  .gallery-wrap-no-cms {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project-item-2 {
    width: 100%;
    height: auto;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item-4 {
    min-width: 50%;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .section {
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .section.max-width-1440px {
    margin-top: 0;
  }

  .row-utilities {
    align-items: center;
  }

  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrapper {
    overflow: hidden;
  }

  .heading-large {
    white-space: normal;
    width: 80%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7em;
  }

  .text-large.padding-bottom-md {
    width: 60%;
  }

  .separator {
    width: 60%;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .spa-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .space-large {
    min-height: 90px;
    margin-top: 0;
    display: block;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .main-wrapper {
    width: 100%;
  }

  .book-wrapper {
    max-width: 100%;
  }

  .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-bottom-text-link {
    text-align: center;
  }

  .footer-bottom-text {
    white-space: normal;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .footer-link {
    text-align: center;
    font-size: 1em;
  }

  .footer-links-title {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-upper {
    max-width: none;
  }

  .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;
  }

  .footer-links-text {
    text-align: center;
    place-content: flex-start space-around;
    align-items: center;
  }

  .footer-text-wrapper {
    max-width: none;
  }

  .footer-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-paragraph {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-logo-link {
    justify-content: center;
    display: flex;
  }

  .footer-logo-link.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-content-icon {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrapper-full-1140px {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-field {
    margin-bottom: 10px;
  }

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

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

  .faq-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

  .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%;
  }

  .faq-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .fix-scroll-container-listing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .fix-scroll-wrapper-lisitng {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .listings-side-bar-right {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .listings-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-type-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 144px;
  }

  .wrapper-content {
    max-width: 100%;
  }

  .team-card {
    flex-direction: column;
  }

  .author-blog-wrapper, .agent-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-image-wrapper {
    width: 100%;
  }

  .features-image-1 {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .seperator-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .line-separator {
    min-width: 200px;
    max-width: 200px;
    display: none;
  }

  .flex-footer {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .teams-image-wrapper {
    min-height: 290px;
    max-height: 290px;
    left: auto;
  }

  .teams-card {
    right: 0;
  }

  .teams-text-wrapper {
    text-align: center;
    align-items: center;
    min-height: 75px;
    max-height: 230px;
    padding-left: 0;
    position: static;
    top: 30px;
  }

  .footer-bottom-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 50px;
    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;
    margin-top: 0;
    padding: 60px 30px 30px;
  }

  .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-wrapper {
    grid-column-gap: 32px;
    flex-direction: row;
    margin-top: 7.5px;
    position: static;
    top: 340px;
  }

  .property-details {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .space-fill {
    min-height: 30px;
  }

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

  .agent-card {
    flex-direction: column;
  }

  .letter-spacing-small {
    font-size: 16px;
  }

  .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: 90%;
    max-width: 90%;
  }

  .listing-left {
    max-width: 100%;
  }

  .blog-wrapper-full {
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper {
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .reach-out-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-title-wrapper {
    flex-direction: column;
  }

  .footer-text {
    text-align: center;
    font-size: 1em;
  }

  .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;
  }

  .listing-agent-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .single-listing-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    max-width: 300px;
  }

  .features-image {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .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;
  }

  .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;
  }

  .office-text-wrapper {
    max-width: 100%;
    top: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .agents-flex {
    grid-row-gap: 64px;
  }

  .preloader-logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .preloader-logo-text-small {
    font-size: 11px;
  }

  .sg-logo-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-buttons-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .sg-anchor-lb {
    min-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-mobile {
    font-size: 2.5rem;
  }

  .sg-colours-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .h2-italic.color-primary {
    font-size: 8vw;
    display: inline;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .sg-button-block {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
  }

  .sg-buttons-grid-dark {
    grid-template-columns: 1fr 1fr;
  }

  .webflow-block {
    margin-top: 16px;
    padding: 16px 0;
  }

  .global-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
  }

  .max-width-420px {
    font-size: 16px;
    font-weight: 100;
  }

  .hero-image {
    min-height: 260px;
  }

  .hero-image.hero-slider {
    margin-top: 20px;
  }

  .spinner-wrapper {
    bottom: 64px;
    left: 0;
  }

  .container-full.padding-5 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-full.padding-5.about-us {
    max-height: 1564px;
    margin-top: -20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-full.padding-5.welcome-section {
    padding-top: 60px;
  }

  .container-full.padding-10 {
    text-align: center;
  }

  .main-nav-wrapper {
    background-color: var(--matte);
    padding-top: 69%;
  }

  .main-nav-wrapper:hover {
    background-color: var(--dark-gray);
    color: var(--dark-gray);
  }

  .nav-menu-icon {
    color: var(--black);
    font-size: 30px;
  }

  .nav-flex {
    background-color: var(--transparent);
  }

  .nav-bar-menu-wrapper {
    padding-left: 16px;
    overflow: hidden;
  }

  .space-page-top {
    text-align: left;
  }

  .image-wrapper {
    min-height: 200px;
    max-height: 200px;
  }

  .parallax-image.move-up {
    object-fit: cover;
    padding-bottom: 0;
    position: static;
  }

  .slide-nav-testimonial {
    padding-top: 8%;
    bottom: -6%;
  }

  .testimonial-slider {
    flex-direction: row;
    display: block;
  }

  .testimonial-mask {
    width: 75vw;
  }

  .testimonial-card {
    background-color: var(--transparent);
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-card.border {
    width: 100%;
  }

  .testimonial-container {
    padding-top: 54px;
    display: block;
  }

  .left-arrow-testimonial, .right-arrow-testimonial {
    display: none;
  }

  .testimonial-client-info-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .quote-icon.invert {
    filter: none;
  }

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

  .title-wrapper.flip-from-the-bottom {
    display: flex;
  }

  .locations-right-arrow {
    display: none;
  }

  .locations-title {
    align-self: flex-start;
  }

  .locations-left-arrow {
    display: none;
  }

  .locations-slider {
    width: 100%;
    max-width: 100%;
  }

  .flex-info {
    grid-row-gap: 16px;
    justify-content: center;
  }

  .button {
    text-align: center;
  }

  .button.about-us-button {
    max-width: 50%;
    max-height: 50%;
    font-size: 10px;
  }

  .space-tiny.hide-on-mobile, .small-line-divider {
    display: none;
  }

  .blog-card-flex {
    grid-row-gap: 24px;
    max-width: 240px;
  }

  .blog-card-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .featured-image-wrapper {
    min-width: 240px;
    max-width: 240px;
    min-height: 160px;
    max-height: 160px;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .story-flex {
    flex-direction: row;
    display: inline;
  }

  .story-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .story-image-wrapper {
    min-width: 240px;
    max-width: 240px;
    min-height: 320px;
    max-height: 320px;
  }

  .story-image-wrapper.slide-from-left-animation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 128px;
    max-width: 445px;
    min-height: 208px;
    max-height: 191px;
    margin-top: 19px;
    margin-bottom: 0;
    display: flex;
  }

  .values-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 460px;
    max-height: 460px;
  }

  .values-card.values-card-right {
    align-items: center;
  }

  .values-image {
    min-height: 0;
    max-height: 416px;
  }

  .values-block.slide-from-right-animation {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .utilities-row {
    justify-content: center;
    align-items: center;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-tab-law, .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image-wrapper {
    min-height: 400px;
  }

  .listings-flex {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .listings-card {
    width: 288px;
    min-width: 288px;
    max-width: 288px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .listings-card-badge {
    display: none;
  }

  .listings-card-text-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .steps-card-text-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 320px;
  }

  .steps-image {
    min-width: 240px;
    max-width: 240px;
  }

  .about-title-flex {
    text-align: left;
  }

  .cta-card {
    text-align: center;
    align-items: center;
    min-height: auto;
    max-height: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-card.cta-image {
    min-height: 500px;
    max-height: 500px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-card.cta-image.slide-from-right-animation {
    background-position: 50%;
    background-size: contain;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-card.cta-image.slide-from-right-animation.cta-home {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 500px;
    overflow: visible;
  }

  .cta-card.cta-image.slide-from-right-animation.cta-home-2 {
    background-image: url('../images/21.jpg');
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .numbers-grid.slide-up-animation {
    justify-items: start;
  }

  .wrapper-quarter {
    width: 80%;
    max-width: 80%;
  }

  .numbers-description {
    text-align: left;
    justify-content: center;
    font-size: 10px;
  }

  .agents-button-wrapper {
    text-align: center;
  }

  .story-paragraph {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
  }

  .max-width-450px {
    font-size: 16px;
    font-weight: 100;
  }

  .services-text-wrapper {
    display: none;
  }

  .services-paragraph {
    font-size: 16px;
  }

  .steps-card {
    min-width: 240px;
    max-width: 240px;
  }

  .blog-flex {
    flex-direction: column;
  }

  .main-listings-card {
    width: 288px;
    min-width: 288px;
    max-width: 288px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .main-listings-card-text {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-listings-flex {
    flex-wrap: wrap;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .slide-from-left-animation {
    margin-bottom: 20px;
    font-size: 11vw;
    line-height: 32px;
  }

  .slide-from-left-animation.consult-title {
    margin-bottom: 0;
    line-height: 46px;
  }

  .slide-from-left-animation.our-values-mobile {
    font-size: 36px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---heading-h2-size {
    font-size: 25px;
    line-height: 34px;
  }

  .brix---color-neutral-800 {
    margin-bottom: -20px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---image {
    aspect-ratio: auto;
    -webkit-text-stroke-color: var(--dark-gray);
    object-fit: fill;
    border-radius: 0;
    overflow: visible;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---section {
    padding-top: 20px;
  }

  .heading.flip-from-bottom-with-delay, .heading.flip-from-bottom-with-delay.our-portfolio-heading {
    font-size: 48px;
  }

  .brix---full-width-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .brix---half-bg-image-right-content-v2 {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 0%;
    min-width: 100%;
    max-width: 100%;
    height: 0%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---buttons-row.button-mobile-our-process {
    align-items: flex-start;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    font-weight: 100;
    line-height: 28px;
  }

  .brix---paragraph-default-2.our-process-paragrah {
    margin-bottom: 0;
    font-size: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-2-columns-text-left {
    margin-bottom: 0;
  }

  .brix---section-image-fw-right {
    min-height: 1000px;
    max-height: 1000px;
    margin-bottom: 0;
    padding: 20px;
    overflow: visible;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .slider-2.slide-up-animation {
    height: 200px;
    display: block;
  }

  .slide-nav {
    max-width: 374px;
    max-height: 0;
    display: none;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-2 {
    text-align: center;
    min-width: 128px;
    max-width: 445px;
    min-height: 208px;
    max-height: 191px;
    margin-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 12px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    text-align: left;
    align-self: center;
    margin-bottom: -19px;
    padding-bottom: 0;
  }

  .heading-6.about-us-heading {
    font-size: 48px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-secondary-3, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .container-5 {
    padding-top: 0;
  }

  .rl_layout28_component {
    grid-template-columns: 1fr;
    margin-top: -142px;
  }

  .slide-15 {
    background-image: url('../images/Opening-Carousel-2.jpg');
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-35 {
    background-image: url('../images/About-Us-Carousel.jpg');
  }

  .slide-36 {
    background-image: url('../images/About-Us-Carousel-4.jpg');
  }

  .heading-8 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-weight: 100;
  }

  .faq {
    color: var(--matte);
    text-decoration: underline;
  }

  .faq:hover {
    color: var(--matte);
  }

  .bold-text-7 {
    color: var(--matte);
    text-decoration: underline;
  }

  .paragraph-2 {
    max-width: 68%;
    font-size: 14px;
  }

  .container-7 {
    flex-direction: column;
    align-items: center;
    max-width: 422px;
    display: flex;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .paragraph-3.slide-from-left-animation {
    text-align: left;
    font-weight: 100;
    line-height: 24px;
  }

  .container-8 {
    display: block;
  }

  .vendor-links {
    text-align: left;
    max-width: 100%;
    font-size: 15px;
  }

  .heading-9, .heading-11, .heading-13 {
    text-align: left;
  }

  .div-block-5 {
    min-width: 165%;
    max-width: 100%;
  }

  .bold-text-8, .bold-text-10 {
    font-weight: 100;
  }

  .slider-3 {
    justify-content: flex-start;
    align-items: center;
    min-width: 208px;
    max-width: none;
    min-height: 128px;
    max-height: none;
    display: block;
  }

  .image-6 {
    min-width: 128px;
    max-width: 445px;
    min-height: 208px;
    max-height: 191px;
  }

  .heading-16 {
    text-align: left;
  }

  .div-block-9 {
    height: 100%;
  }

  .slide-42 {
    background-image: url('../images/IMG_2932.jpg');
    background-position: 50%;
    background-size: contain;
    background-attachment: scroll;
  }

  .slide-43 {
    background-size: contain;
  }

  .slide-44 {
    background-position: 50%;
    background-size: contain;
  }

  .slide-45 {
    background-size: contain;
  }

  .slide-46 {
    background-image: url('../images/Work-With-Us---Initial-Deisgn-Consultation.jpg');
  }

  .slide-47 {
    background-image: url('../images/Opening-Carousel-6.jpg');
  }

  .gallery-hero-section {
    padding: 4.8rem 0% 4%;
  }

  .page-header {
    text-align: center;
    width: 100%;
    font-size: 60px;
  }

  .page-header.portfolio {
    margin-top: .3rem;
    font-size: 8vw;
  }

  .gallery-item-2, .gallery-item-3 {
    margin-right: 0;
  }

  .gallery-wrap-no-cms {
    padding: 4.8rem 0% 4%;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item-4 {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

#w-node-f73c6acf-cbd6-93f9-39f7-975536da1446-06d227c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f93565d6-8cef-d8d4-2b88-8a5471964819-06d227c6, #w-node-_331a2e1a-4b48-7039-51a9-3f2ed63f91db-06d227c7, #w-node-b7454e83-c21b-c26e-a3f8-09e53495bb7c-06d227c7, #w-node-ff00a204-2dfe-b303-c6ae-4d183bea287b-06d227d7, #w-node-f4e7db66-33f8-2519-16b6-97c4a743c46d-a743c46d, #w-node-_968e6d3b-ec17-37e1-9e36-fe168a60b549-06d227d9, #w-node-bc21a648-f165-6efe-72e2-2678dd348cf6-06d227da, #w-node-_252d4b91-2da5-a424-60f0-14254943bb91-06d227db, #w-node-_252d4b91-2da5-a424-60f0-14254943bbcb-06d227db, #w-node-_8c78edc3-6809-8033-4d5a-85c37d8df9d5-06d227db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aa245b6-f264-3b0d-d06e-16c31873af93-06d22821 {
  align-self: start;
}

#w-node-_8c36f9fb-1b00-353c-355d-f392a9bb5eaa-06d22821, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2c2-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2c3-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2c4-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2c5-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2c6-06d22842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2cb-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2cc-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2cd-06d22842, #w-node-_929ae08c-2fd8-1a4f-5430-f1b5c6c5b2ce-06d22842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8207f551-3fa1-9618-5c48-1144e9a2d571-06d22821, #w-node-e4bd9b0a-b23e-159a-b813-d2f0d3b323b4-06d22821 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4e7db66-33f8-2519-16b6-97c4a743c46d-a743c46d, #w-node-_252d4b91-2da5-a424-60f0-14254943bb91-06d227db {
    justify-self: center;
  }

  #w-node-_7aa245b6-f264-3b0d-d06e-16c31873af84-06d22821 {
    justify-self: start;
  }

  #w-node-_7aa245b6-f264-3b0d-d06e-16c31873af93-06d22821 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
}


</pre></body></html>