@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Person Fill 0 Wght 400 Grad 0 Opsz 24";
  src: url('../fonts/person_FILL0_wght400_GRAD0_opsz24.png') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #fff;
  --indian-red: #eb5757;
  --black: #192b3800;
  --dim-grey: #333131;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
  --flowstica-webflow-library-white: white;
  --flowstica-webflow-library-black: #010b15;
  --flowstica-webflow-library-white-smoke: #f7f7f7;
  --flowstica-webflow-library-black-2: #7d7d7d;
  --flowstica-webflow-library-medium-sea-green: #39b54a;
  --flowstica-webflow-library-honeydew: #cef0dc;
}

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

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

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

.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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-commerce-commerceaddtocartquantityinput {
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--white-smoke);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

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

blockquote {
  border-left: 5px solid var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  width: 100%;
  color: var(--white-smoke);
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.btn {
  border: 1px solid var(--indian-red);
  background-color: var(--indian-red);
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover, .btn.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.btn.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.btn.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.light.outline {
  color: #474747;
}

.btn.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.outline {
  color: var(--indian-red);
  background-color: #0000;
}

.btn.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  background-color: var(--black);
  color: var(--white-smoke);
}

.color-block.secondary {
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

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

.color-block.primary-variant {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.color-block.secondary-variant {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: var(--gold);
}

.color-block.alert-blocks.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.color-block.alert-blocks.alert {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.color-block.alert-blocks.success {
  background-color: var(--medium-sea-green);
  min-height: auto;
  color: var(--white-smoke);
  padding-top: 0;
}

.separator {
  background-color: var(--dim-grey);
  height: 1px;
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  background-color: var(--black);
  color: var(--white-smoke);
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

.small.footer-small {
  font-size: 12px;
}

.page-title-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8e8e8e;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 75%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.container.contact {
  position: absolute;
  inset: 0%;
}

.page-title {
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0;
}

.input {
  border: 1px solid var(--black);
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: var(--indian-red);
}

.input::placeholder {
  color: var(--dim-grey);
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.alert-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  background-color: var(--red);
  color: var(--white-smoke);
}

.alert-wrapper.warning {
  background-color: var(--gold);
}

.alert-wrapper.success {
  background-color: var(--medium-sea-green);
  min-height: auto;
  color: var(--white-smoke);
  padding-top: 20px;
}

.alert-wrapper.information {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.pill.warning.badge {
  border-radius: 0;
}

.pill.caution {
  background-color: var(--gold);
  color: var(--black);
}

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  background-color: var(--medium-sea-green);
  min-height: auto;
  color: var(--white-smoke);
  padding-top: 5px;
}

.pill.success.badge, .pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: var(--indian-red);
  font-size: 16px;
}

.hero-section {
  background-color: #0000;
  background-image: url('../images/windsor-part-br.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 10;
  background-color: #fff0;
  position: static;
  top: 0;
}

.navbar {
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 4px 0;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  color: #414141;
  background-color: #0000;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.nav-link:hover {
  color: #6b6b6b;
  background-color: #0000;
  background-image: none;
  font-weight: 500;
}

.nav-link:active {
  color: #535353;
}

.nav-link:focus {
  color: #4c3434;
}

.nav-link.w--current {
  color: #313131;
  font-size: 14px;
  display: block;
}

.nav-link.w--current:hover {
  color: #666;
  background-color: #0000;
}

.nav-wrapper {
  border: 1px #000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 350px;
  display: flex;
}

.hero-heading {
  width: 100%;
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 3px 3px #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.hero-heading.anout-hero-heading {
  width: 85%;
  padding-left: 8px;
  display: flex;
}

.hero-paragraph {
  width: 88%;
  color: var(--white-smoke);
  text-align: justify;
  text-shadow: 1px 1px 3px #000;
  background-color: #00000045;
  align-self: flex-start;
  margin-bottom: 0;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.support-section {
  background-color: #0000;
  border: 1px #000;
  padding-top: 15px;
  padding-bottom: 20px;
  display: none;
}

.support-top-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.support-top-left {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-wrapper {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: row;
  justify-content: center;
  display: none;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-factory {
  background-color: var(--black);
  background-image: radial-gradient(circle, #ffffff30 58%, #fff), url('../images/panel-wood-assy1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: var(--white-smoke);
  text-shadow: 1px 1px 6px #000;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-square-text {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.safe-section {
  background-image: linear-gradient(180deg, #2222222b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-height: 350px;
  padding-left: 190px;
  display: flex;
}

.safe-wrapper {
  background-color: #141010;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.safe-heading {
  width: 85%;
  color: var(--flowstica-webflow-library-white);
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  font-size: 52px;
  line-height: 1.2;
}

.safe-paragraph {
  width: 75%;
  color: var(--white-smoke);
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: var(--black);
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: var(--indian-red);
  text-decoration: line-through;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  background-color: var(--black);
  width: 80%;
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: flex-end;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  color: #5a5a5a;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-logo-column {
  font-size: 14px;
}

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

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

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 55px;
}

.nav-menu {
  font-size: 14px;
  display: flex;
}

.content-section {
  background-color: #fff0;
  border: 1px #000;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.content-section.why-acme-sections, .content-section.featured-section {
  padding-bottom: 0;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading, .why-acme-paragraph {
  text-align: center;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  border: 1px solid var(--white-smoke);
  width: 30%;
  margin-left: 5px;
  margin-right: 5px;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  background-color: var(--black);
  width: 70%;
  color: var(--white-smoke);
  border-radius: 5px;
  padding: 90px 55px 90px 245px;
}

.meet-the-owners-left {
  background-image: url('../images/sept-commercial-Cqu3DdNwtKQ-unsplash-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 45%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.owner-bio-paragraph {
  text-align: center;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  width: 100%;
  color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-image-div {
  background-image: linear-gradient(to right, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.contact-block-wrapper {
  display: flex;
}

.contact-block {
  background-color: var(--white-smoke);
  width: 30%;
  min-height: 350px;
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon {
  margin-bottom: 30px;
}

.pricing-page-section-heading {
  margin-top: 55px;
}

.success {
  background-color: var(--medium-sea-green);
  min-height: 280px;
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 125px;
}

.error {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 5px;
}

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

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 400px;
}

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

.price-wrapper {
  border-bottom: 1px #22222214;
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  background-color: var(--indian-red);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  inset: 4% 2% auto auto;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 5px;
  position: absolute;
  inset: 8% 1% auto auto;
}

.shop-button-wrapper {
  justify-content: center;
  display: flex;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 450px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: var(--indian-red);
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.featured-wrapper {
  width: 100%;
  min-height: 250px;
  color: var(--white-smoke);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: var(--white-smoke);
  margin-bottom: 5px;
  position: static;
  inset: auto auto 0% 1%;
}

.featured-price {
  position: static;
  inset: auto auto 0% 0%;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  inset: auto auto 6% 2%;
}

.featured-gradient-overlay {
  background-image: linear-gradient(#22222238, #222222b0);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.shop-more {
  justify-content: center;
  display: flex;
}

.donate-explainer {
  background-image: linear-gradient(to bottom, #2222228f, var(--black)), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  min-height: 550px;
  color: var(--white-smoke);
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  padding-top: 151px;
  padding-bottom: 35px;
}

.donate-heading-1 {
  text-align: center;
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
}

.donate-heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.donate-paragraph {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.donate-wrapper {
  border: 2px solid var(--black);
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  background-color: var(--indian-red);
  width: 100%;
  color: var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: var(--black);
}

.text-block {
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: var(--black);
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.cart-quantity-cart {
  color: var(--black);
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

.cart-icon {
  width: 20px;
  margin-right: 0;
}

.checkout-form, .paypal-checkout-form {
  background-color: #0000;
}

.container-checkout {
  justify-content: center;
  max-width: 1200px;
}

.pay-with-browser, .apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.order-confirmation {
  background-color: #0000;
}

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product-image-cart {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, #2222226b, var(--black)), url('../images/pelham-outside.jpg');
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

.alert-empty {
  background-color: #0000;
  display: none;
}

.wrapper {
  background-image: linear-gradient(#00000063, #00000063);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon {
  color: #3438ff;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title-2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #5572ff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.body {
  color: #fff;
  background-color: #192b38;
  flex-direction: column;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.support-square-2 {
  background-color: var(--black);
  background-image: radial-gradient(circle, #0000005e 64%, #fff), url('../images/sip-assembly3.webp');
  background-position: 0 0, 15% 15%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-3 {
  background-color: var(--black);
  background-image: radial-gradient(circle, #00000045 61%, #fff), url('../images/sip-assembly-flexo.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: #494949;
  text-align: left;
  align-self: center;
  max-width: 100%;
  height: auto;
  margin: 5px 0 20px;
  padding: 5px 5px 0;
  font-weight: 400;
  line-height: 1.3;
}

.image-2 {
  width: 225px;
  max-width: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.heading-2 {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  display: none;
}

.container-2 {
  background-color: #b6b6b6;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 7px;
  margin-bottom: 25px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.html-embed {
  padding: 10px;
}

.columns {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block {
  justify-content: center;
  padding: 0 10px;
  display: block;
}

.link-block.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.column {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list {
  list-style-type: none;
}

.team-slider {
  background-color: #0000;
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
}

.container-3 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}

.centered-heading {
  color: #333534;
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.centered-heading.margin-bottom-32px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.left-subheading {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  align-self: auto;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.team-slider-wrapper {
  background-color: #0000;
  justify-content: center;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two {
  text-align: left;
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.paragraph-2 {
  background-color: #d59b9b7d;
}

.container-4 {
  border: 1px none var(--medium-sea-green);
  background-color: #fff0;
  border-radius: 5px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 459px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  background-color: #474747b0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 22px 10px 5px;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  background-color: #0000006e;
  padding: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  background-color: #39b54a;
  border: 1px solid #000;
  border-radius: 7px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 0;
  padding: 5px 0;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.html-embed-2 {
  border: 1px solid var(--medium-sea-green);
  background-color: #939ca3;
  border-radius: 3px;
  width: 100%;
  max-width: 1100px;
  padding: 10px;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(#20c788, #fff);
  min-height: 100px;
}

.hero-paragraph-right {
  width: 88%;
  color: var(--white-smoke);
  text-align: justify;
  text-shadow: 1px 1px 3px #000;
  background-color: #00000045;
  align-self: flex-end;
  margin-bottom: 0;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.hero-section-about {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--medium-sea-green) 22%, #2220 87%), url('../images/house-trailer-edited.jpg');
  background-position: 0 0, 50%;
  min-height: 300px;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-section-about.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-about.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-heading-center {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  border: 1px #000;
  max-width: 450px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 4px 24px #96a3b514;
}

.list-item {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.body-2 {
  background-color: #192b38;
  font-family: Inter, sans-serif;
}

.list-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
}

.heading-4 {
  color: #fff;
}

.container-5 {
  background-image: url('../images/router-3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-3 {
  background-color: #192b38;
  border: 1px #000;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-6 {
  background-color: #0000;
  margin-top: 0;
  padding: 10px 0;
  font-size: 16px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 44px;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px 2px #000;
  background-color: #16161642;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text {
  text-align: left;
  font-size: 26px;
}

.div-block-3 {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.team-circles {
  background-color: #e5e5e5;
  border: 1px #000;
  padding: 10px 30px;
  position: relative;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #0000;
  border: 1px solid #a2a2a2;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  border: 1px none var(--medium-sea-green);
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 3px #333;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-5 {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 50px;
  display: block;
}

.paragraph-white {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 10px;
  padding: 0 5px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.html-embed-3 {
  margin-top: 0;
  padding: 5px;
  display: none;
}

.heading-7, .heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
  font-size: 18px;
}

.heading-10 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.block-quote {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.italic-text {
  font-size: 15px;
  line-height: 1.2;
}

.main-heading {
  color: #39b54a;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  background-color: #0000;
  margin-top: 0;
  padding: 22px 22px 22px 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 58px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-size: 72px;
}

.section-4 {
  margin-top: 62px;
  margin-bottom: 140px;
}

.column-2, .column-3, .column-4 {
  justify-content: center;
  display: flex;
}

.image-3 {
  padding: 6px;
}

.image-4 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 70px;
  padding: 6px;
}

.image-5 {
  padding: 6px;
}

.button-2 {
  background-color: var(--medium-sea-green);
  text-shadow: 1px 1px 2px #000;
  font-size: 18px;
}

.paragraph-7 {
  text-shadow: 1px 1px 2px #696d6a;
  background-color: #ffffff94;
  padding: 16px;
  font-weight: 400;
}

.icon-3 {
  display: none;
}

.flex-sb {
  border-bottom-color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1.33em;
  display: flex;
}

.flex-sb.no-pad {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-sb.pad-tb {
  padding-top: 1em;
  padding-bottom: 1em;
}

.cart-list {
  padding: 0 0 0 0;
}

.web-payments {
  margin-bottom: -8px;
}

.social-links {
  grid-column-gap: 1rem;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 1em;
  display: flex;
}

.cart-info {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.apple-pay-2 {
  border-radius: 0;
}

.text {
  color: #000;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.text.underline-info {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.text.left-marg {
  margin-left: 1em;
}

.text.bracket {
  margin-left: 8px;
}

.text.white {
  color: #fff;
}

.text.underline {
  cursor: pointer;
}

.text.quantity {
  background-color: #0000;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-width: 0;
  border-radius: 0;
  width: 4rem;
  margin-bottom: 0;
  padding: .6em 1em;
}

.info-detail {
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  width: 40%;
  height: 40vh;
  display: flex;
  position: relative;
}

.cart-footer {
  padding: 0;
}

.cart-item-2 {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cart-container {
  box-shadow: none;
  border: 1px solid #000;
}

.cart-img {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 6rem;
}

.wrapper-2.fh-sb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-2.fv-sb {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.cart-button {
  color: #000;
  background-color: #0000;
  padding: 0;
}

.error-state {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 1em;
}

.screen {
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cart-wrapper {
  background-color: #0000;
}

.spacer {
  display: none;
}

.details-info {
  flex-direction: column;
  grid-template-rows: 70% auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: grid;
}

.info-hold {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-wrapper {
  width: 100%;
  height: 504vw;
}

.collection-list-wrapper {
  width: 252vw;
  height: 42vw;
}

.logo-icon {
  width: 1.2rem;
}

.info-open-wrapper {
  z-index: 4;
  width: 252vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.info-wrapper {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.33em;
  display: grid;
}

.remove-button {
  margin-bottom: 1em;
}

.button-3 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 0 solid #000;
  justify-content: center;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.black {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: .7em 0 .8em;
  font-weight: 400;
}

.close-detail {
  cursor: pointer;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .6em;
}

.collection-item {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 21vw;
  height: 21vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.underline {
  cursor: pointer;
  border-bottom: 1px solid #000;
  display: inline;
}

.copy-symbol {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.team-slider-2 {
  background-color: #e4e4e4;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 10px;
}

.team-slide-wrapper-2 {
  width: 45%;
  margin-right: 5%;
}

.team-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #cecece;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.team-member-image-two-2 {
  border: 1px solid #857f7f;
  align-self: center;
  max-width: 50%;
  margin-bottom: 0;
  display: inline-block;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.team-circles-2 {
  color: #0c0c0c;
  background-color: #192b38;
  border: 1px #000;
  margin-top: 0;
  padding: 10px 30px 14px;
  position: relative;
}

.team-grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 10px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.team-member-position-2 {
  margin-bottom: 0;
}

.paragraph-8 {
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  background-color: #72727200;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-9, .paragraph-10 {
  text-align: left;
  line-height: 20px;
}

.paragraph-11 {
  text-align: left;
  line-height: 18px;
}

.paragraph-12 {
  text-align: left;
  line-height: 20px;
}

.container-header {
  border: 1px #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.container-header.contact {
  position: absolute;
  inset: 0%;
}

.columns-2 {
  display: block;
}

.container-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-12 {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.container-13 {
  max-height: 130px;
}

.hero-heading-center-2 {
  background-color: #192b38;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px;
  position: relative;
}

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

.centered-heading-4 {
  color: #fff;
  text-align: center;
  background-color: #6d6d6d;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.centered-heading-4.margin-bottom-32px {
  color: #5c5c5c;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
  font-weight: 400;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #39b54a;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #000;
  background-color: #39b44abf;
  font-weight: 400;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  align-self: auto;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-13 {
  text-align: justify;
}

.home-show-case-para {
  color: #424242;
  text-align: justify;
  margin: 5px;
  padding: 5px;
  display: block;
}

.button-4 {
  text-align: center;
  background-color: #403b37;
  border-radius: 9px;
  width: 150px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-15 {
  margin-top: 44px;
}

.fine-print {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
  padding: 7px;
  font-size: 9px;
  font-style: italic;
  line-height: 1.2;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3, .list-item-4 {
  margin-bottom: 0;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-4 {
  margin-top: 0;
}

.heading-12 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-14 {
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}

.heading-13 {
  color: #fff;
  text-align: center;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 48px;
}

.html-embed-4 {
  padding: 10px;
}

.heading-15 {
  color: #fff;
}

.container-17 {
  padding-top: 12px;
  padding-bottom: 21px;
}

.hero-section-stanford-plus {
  background-color: #0000;
  background-image: url('../images/stanford-plus-lrg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.hero-section-stanford-plus.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-stanford-plus.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-18 {
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.hero-section-home-page {
  background-color: #0000;
  background-image: url('../images/windsor-part-deck.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.hero-section-home-page.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-home-page.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-model-page {
  background-color: #0000;
  background-image: url('../images/cambridge-garage-vista-split.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-model-page.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-model-page.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-berkeley {
  background-color: #0000;
  background-image: url('../images/berkeley-main-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  min-height: 600px;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.hero-section-berkeley.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-berkeley.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-6 {
  float: left;
  margin: 5px;
  padding: 5px;
}

.image-7 {
  width: 984px;
  max-width: none;
  margin: 5px;
  padding: 5px;
}

.image-8 {
  width: 984px;
  max-width: none;
  margin: 0;
  padding: 5px 0 0;
}

.section-5 {
  background-color: #e5e5e5;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-16 {
  text-align: center;
  margin: 5px;
  padding: 5px;
  font-weight: 500;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

.heading-18 {
  color: #696969;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  font-weight: 600;
}

.section-6 {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: block;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.columns-3 {
  align-self: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-section-cambridge {
  background-color: #0000;
  background-image: url('../images/cambridge-main-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.hero-section-cambridge.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-cambridge.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-20 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.hero-section-berkeley-copy {
  background-color: #0000;
  background-image: url('../images/berkeley-garage-vista-right.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-berkeley-copy.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-berkeley-copy.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-3 {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link {
  color: #000;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.dropdown-link:hover {
  background-color: #e7e7e7;
}

.dropdown-link.w--current {
  display: none;
}

.dropdown-toggle {
  margin-right: 10px;
  padding: 2px 20px 2px 10px;
}

.dropdown-toggle.w--open {
  padding-top: 0;
}

.dropdown-list {
  padding-top: 3px;
}

.dropdown-list.w--open {
  margin-top: 60px;
  padding-top: 0;
  inset: 0% auto auto 0%;
}

.team-circles-3 {
  color: #fff;
  background-color: #2b3b4600;
  border: 1px #000;
  padding: 4px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  color: #252525;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.team-grid-3 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.team-card-3 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 10px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.team-member-position-3 {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-shadow: 3px 0 1px #000, 0 0 2px #000;
  font-size: 48px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 5px;
}

.link-block-2 {
  color: #eb9581;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.heading-19 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #8a8a8a;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  display: flex;
}

.section-8 {
  margin-top: 0;
}

.heading-20 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 10px;
}

.paragraph-white-quote {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  background-color: #818181;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.hero-section-layout {
  background-color: #b635355c;
  background-image: url('../images/cambridge-headline-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  min-height: 300px;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-layout.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-layout.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

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

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-flow: row;
  align-self: center;
  height: 100%;
}

.heading-21 {
  color: #646464;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.section-9 {
  margin-top: 10px;
  margin-bottom: 26px;
}

.container-23 {
  margin-bottom: 10px;
}

.paragraph-15 {
  text-align: center;
}

.hero-heading-technology {
  background-color: #0000;
  border: 1px #000;
  padding: 10px 30px;
  position: relative;
}

.container-24 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-10 {
  max-width: 300px;
  height: 100%;
}

.image-11 {
  max-width: 450px;
}

.heading-22 {
  color: #505050;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.link-block-3 {
  padding: 10px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-13 {
  height: 100%;
  max-height: 100%;
}

.image-14 {
  max-height: 150px;
}

.image-15 {
  max-height: 150px;
  position: absolute;
}

.image-16 {
  max-height: 150px;
}

.image-17 {
  max-width: none;
  height: 100%;
}

.image-18, .image-19 {
  height: 100%;
}

.image-20 {
  height: 100%;
}

.image-21 {
  height: 100%;
}

.image-22, .image-23, .image-24, .image-25, .image-26 {
  height: 100%;
}

.image-27, .image-28 {
  max-width: 295px;
  height: 100%;
}

.image-29, .image-30 {
  max-width: 294px;
  height: 100%;
}

.image-13-copy {
  height: 100%;
  max-height: 100%;
}

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

.thumbnail-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 5%;
  height: 5px;
  position: absolute;
}

.container-25 {
  margin-bottom: 70px;
  padding-bottom: 14px;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 46px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
}

.link-block-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.paragraph-17 {
  color: #5c5c5c;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  background-color: #000;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 300;
}

.container-26 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.link-block-5 {
  justify-content: center;
}

.link-block-5.w--current {
  justify-content: center;
  display: flex;
}

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

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

.heading-24 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
}

.image-31 {
  padding-bottom: 22px;
}

.container-27 {
  justify-content: center;
  display: flex;
}

.image-32 {
  width: 100%;
  padding: 5px;
}

.section-10 {
  background-color: #5f5f5f;
}

.container-28 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 0;
  display: flex;
}

.image-33 {
  padding: 5px;
}

.column-12, .column-13 {
  padding-left: 5px;
}

.image-34 {
  padding-top: 20px;
}

.hero-heading-center-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

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

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  float: left;
  align-self: center;
  margin: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-float-left {
  float: left;
  width: 465px;
  max-width: none;
  margin: 0 5px 5px;
  padding: 0 5px 5px;
}

.image-float-right {
  float: right;
  width: 500px;
  max-width: none;
  margin: 0 5px 5px;
  padding: 0 5px 5px;
}

.image-35 {
  float: left;
  margin: 5px;
  padding: 5px;
}

.section-13 {
  background-color: #fff;
  margin-bottom: 20px;
}

.section-14 {
  background-color: #f3f3f3;
}

.section-light-grey {
  background-color: #0000;
  margin-bottom: 20px;
  display: block;
}

.column-15 {
  padding: 5px;
}

.list-item-check-green {
  color: #424242;
  background-image: url('../images/check-mark_1check-mark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.list-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.list-green-bg {
  background-color: #39b54a38;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}

.paragraph-green-bg {
  color: #494949;
  text-align: left;
  background-color: #d4efd7;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.section-15 {
  margin-bottom: 20px;
}

.section-16 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  display: block;
}

.lightbox-link {
  float: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-37 {
  float: right;
  margin: 5px;
  padding: 5px;
}

.lightbox-link-2 {
  float: right;
}

.div-block-7 {
  justify-content: flex-start;
  display: flex;
}

.lightbox-link-3 {
  float: right;
}

.image-38 {
  margin: 5px;
  padding: 5px;
}

.paragraph-0-margin {
  float: none;
  clear: none;
  color: #494949;
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.heading-25 {
  color: #636363;
  background-color: #b6b6b6;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
}

.heading-26 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.column-pricing {
  background-color: #747474;
  padding: 5px;
}

.paragraph-19 {
  text-align: center;
}

.heading-27 {
  color: #585858;
}

.heading-cursive-grey {
  color: #646464;
  text-align: center;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
}

.hero-section-model-montage {
  background-color: #0000;
  background-image: url('../images/all-models-overlay000.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-model-montage.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-model-montage.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-17 {
  height: 40vh;
  position: sticky;
}

.background-video {
  flex-direction: row;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
  display: flex;
}

.button-5 {
  text-align: center;
  text-shadow: 1px 2px 2px #000000b5;
  background-color: #39b54a;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 22px;
  display: flex;
}

.div-block-9 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading-28 {
  text-align: center;
  font-weight: 400;
}

.heading-29 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: #46464691;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 36px;
  font-weight: 700;
}

.play-pause-button {
  display: none;
}

.paragraph-20 {
  text-align: center;
  font-size: 12px;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.1;
}

.content-section-footer {
  background-color: #6b6b6b;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section-footer.why-acme-sections, .content-section-footer.featured-section {
  padding-bottom: 0;
}

.list-item-faq {
  color: #424242;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-22 {
  color: #383838;
  text-align: center;
  font-size: 14px;
}

.link {
  color: var(--steel-blue);
  font-style: normal;
  text-decoration: none;
}

.paragraph-23 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.link-2 {
  color: var(--flowstica-webflow-library-black);
  text-decoration: none;
}

.header-faq {
  background-color: #00000069;
  background-image: url('../images/Untitled-1.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-24, .list-dp-question {
  color: #000;
}

.paragraph-25 {
  color: #636363;
}

.list-dp-answer {
  color: #636363;
  margin-left: 10px;
  font-weight: 400;
}

.section-18 {
  height: 100vh;
}

.section-19 {
  height: 70vh;
  min-height: auto;
}

.video-overlay-italics {
  text-align: center;
  margin-bottom: 16px;
}

.video-overlay-italics.margin-bottom-32px {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
}

.link-3 {
  color: #303030;
  text-decoration: none;
}

.link-4 {
  color: #646464;
  text-decoration: none;
}

.link-5 {
  color: #424242;
  text-decoration: none;
}

.container-30 {
  justify-content: center;
  display: flex;
}

.floorplan-title {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.lightbox-link-4 {
  margin-bottom: 10px;
}

.div-block-10 {
  margin: 0;
}

.container-features {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.container-features.contact {
  position: absolute;
  inset: 0%;
}

.lightbox-link-5 {
  background-color: #fff;
}

.link-6 {
  color: #5783eb;
  text-decoration: none;
}

.link-7 {
  color: #5768eb;
  text-decoration: none;
}

.link-8 {
  color: #577eeb;
  text-decoration: none;
}

.header-tech-page {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border: 1px #000;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lower-header-info-block {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  background-color: #39b54a;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.paragraph-26 {
  color: #535353;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.link-9, .link-10 {
  color: #535353;
  text-decoration: none;
}

.paragraph-27 {
  color: #414141;
}

.paragraph-28 {
  color: #272727;
  align-items: flex-end;
  display: flex;
}

.paragraph-0-margin-white {
  color: #494949;
  text-align: left;
  background-color: #fff;
  align-self: center;
  margin: 0;
  padding: 5px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-price-home {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #39b54a;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.div-block-11 {
  min-height: auto;
}

.heading-30 {
  color: #6e6e6e;
  font-weight: 500;
}

.heading-31 {
  font-size: 24px;
  font-weight: 400;
}

.paragraph-29 {
  margin-bottom: 0;
  padding: 10px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-30 {
  color: #db2e2e;
  font-style: italic;
  font-weight: 300;
}

.italic-text-2 {
  color: #000;
  font-weight: 600;
}

.link-11 {
  color: #636bff;
}

.bold-text-2 {
  color: var(--steel-blue);
  font-weight: 500;
  text-decoration: none;
}

.link-12 {
  color: #0a54ff;
}

.text-wrapper {
  color: #fff;
  background-color: #dd4a4a;
  padding: 20px;
  position: absolute;
}

.bold-text-3 {
  font-weight: 600;
}

.image-39 {
  padding-top: 0;
}

.text-span {
  color: #5c5c5c;
  font-size: 20px;
}

.house-price {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #413c3c;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin: 0 10px;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.container-house-title {
  background-color: #51748d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.container-house-title.contact {
  position: absolute;
  inset: 0%;
}

.title-ctr-white {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7 {
  font-style: normal;
}

.house-price-para {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.paragraph-31 {
  color: #575656;
  font-size: 14px;
}

.image-40 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.tooltip-trigger {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  box-shadow: 1px 1px 2px 2px #b3b3b3;
}

.image-41, .info-icon {
  width: 20px;
}

.tooltip {
  z-index: 10;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  display: flex;
  position: absolute;
  inset: auto 0% 135% -40px;
}

.paragraph-32 {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-dot {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 16px #0000002b;
}

.side-menu {
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.tooltip__line-vert {
  background-color: #cfcfcf;
  width: 2px;
  height: 20px;
}

.db-link-wrapper {
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 60px 15px;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.tooltip__text {
  color: #8c26cc;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 110px;
  padding: 6px 10px;
  display: flex;
  position: absolute;
  inset: 0% -115px 0% auto;
}

.tooltip__line-hor {
  background-color: #cfcfcf;
  width: 20px;
  height: 2px;
  position: absolute;
}

.section-21 {
  background-image: linear-gradient(225deg, #c238ec, #6419b4);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.tooltip-content---brix {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  cursor: pointer;
  cursor: pointer;
  font-weight: 700;
}

.paragraph-small {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.bottom {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -9px;
  transform: rotate(-90deg);
}

.tooltip-arrow.right {
  inset: 34% -8px auto auto;
  transform: rotate(180deg);
}

.tooltip-arrow.top {
  margin-left: auto;
  margin-right: auto;
  inset: -9px 0% auto;
  transform: rotate(90deg);
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.top {
  inset: -284% auto auto -2%;
}

.tooltip-float.right {
  flex: 1;
  max-width: 200px;
  inset: 0% auto 0% 113%;
}

.tooltip-float.left {
  inset: 0% 112% 0% auto;
}

.tooltip-float.bottom {
  display: block;
  inset: auto -15% -284% auto;
}

.tooltip-float.top {
  inset: -284% auto auto -2%;
  display: none;
  inset: -284% auto auto -2%;
}

.tooltip-float.bottom {
  inset: auto -15% -284% auto;
}

.tooltip-v1 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: none;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-v1.center-content {
  color: #202020;
  text-align: center;
  text-align: center;
  background-color: #b5f9e0;
  justify-content: center;
  max-width: 350px;
  display: none;
}

.grid-4-column {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-small-2 {
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.link-13 {
  color: #2b348d;
}

.para-inquiry {
  color: #333;
  background-color: #39b54a5c;
  max-width: 850px;
  margin: 0;
  padding: 9px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
}

.link-14 {
  color: #2a4a81;
}

.link-15 {
  color: #3364a3;
}

.container-35 {
  background-color: #ededed;
  margin-top: 10px;
}

.container-36 {
  justify-content: center;
  max-width: 55%;
  display: flex;
}

.link-16 {
  color: #4b58c0;
}

.link-blue {
  color: #fff;
  align-self: auto;
}

.container-inquiry, .html-embed-5 {
  justify-content: center;
  display: flex;
}

.columns-9 {
  max-width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.heading-32 {
  font-size: 22px;
  font-weight: 500;
}

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

.image-medaia-icon {
  width: 100px;
  max-width: none;
}

.section-22 {
  background-color: #e7e7e7;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.tooltip-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.tooltip-section.links {
  font-size: 16px;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-title {
  color: #fff;
  margin: 5px 10px 5px 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.tooltip-onhover {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.space {
  flex: none;
  width: 50px;
  height: 50px;
}

.tooltip-link {
  color: #fff;
  background-color: #39b54a;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 99.9999%;
  height: 35px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.relative {
  color: #f8f8f8;
  padding: 5px;
  font-weight: 300;
  position: relative;
}

.tooltip-content {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.tooltip-wrapper-2 {
  color: #112953;
  text-align: left;
  background-color: #fafbfe91;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 85%;
  margin-left: auto;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-container {
  z-index: 3;
  background-color: #343434;
  border-radius: 9px;
  padding: 5px;
  font-size: 12.5px;
  display: block;
  position: relative;
  box-shadow: 2px 5px 6px #2f522733;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  margin-left: 208px;
  top: auto;
  bottom: -7px;
}

.tooltip-diamond.top {
  background-color: #343434;
  display: block;
}

.image-44 {
  width: 100%;
}

.para-tooltip {
  color: #fff;
  text-align: left;
  margin: 5px 10px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

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

.div-block-13 {
  flex-direction: column;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.tooltip-link-10pxmargin {
  color: #fff;
  text-shadow: 0 2px 2px #000;
  background-color: #39b54a;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 99.9999%;
  height: 35px;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.heading-33 {
  text-align: center;
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.list-item-5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.list-item-check-thumb-up {
  color: #fff;
  background-image: url('../images/thumb-up.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  align-self: auto;
  margin-bottom: 0;
  padding: 5px 0 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  list-style-type: none;
  display: block;
}

.list-item-check-thumb-down {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.columns-10 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.list-8 {
  margin-left: 0;
  padding-left: 0;
}

.list-9 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-33, .link-white {
  color: #fff;
}

.container-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tooltip-anchor-2 {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor-2.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor-2.top {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 72px;
  margin-left: 15px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.tooltip-anchor-2.top.w--open {
  display: flex;
}

.tooltip-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.tooltip-onclick {
  margin: 0 0 0 4px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  inset: 0%;
}

.tooltip-link-2 {
  color: #2962ff;
  border-bottom: 1px dashed #2962ff;
  height: 1.5em;
  display: inline-block;
}

.relative-2 {
  color: #fff;
  position: relative;
}

.tooltip-wrapper-3 {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 250px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-container-2 {
  z-index: 3;
  background-color: #3f3f40;
  border-radius: 9px;
  padding: 7px;
  font-size: 12.5px;
  position: relative;
}

.div-block-14 {
  display: block;
}

.div-block-15 {
  background-color: #413c3c;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  display: flex;
}

.paragraph-34 {
  color: #fff;
  text-shadow: 0 2px 2px #0003;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-35 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.info-icon {
  width: auto;
  max-width: 30px;
  margin-bottom: 0;
  font-size: 15px;
}

.container-40 {
  justify-content: center;
  display: flex;
}

.button-6 {
  background-color: #39b54a;
  border-radius: 5px;
}

.button-6.w--current {
  color: #fff;
  text-shadow: 0 1px 1px #000000f7;
  background-color: #39b54a;
  font-weight: 400;
}

.section-23 {
  background-image: linear-gradient(#000, #fff);
  height: 100px;
}

.heading-34 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-36 {
  font-weight: 300;
}

.header-news {
  background-color: #0000;
  background-image: url('../images/news.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  height: 450px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-2 {
  color: #f35959;
  font-style: italic;
}

.text-span-3 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 28px;
}

.adu-bylaw {
  background-color: #192b38;
  padding-top: 0;
  display: block;
}

.news-whitebg {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-4 {
  color: var(--red);
  font-style: italic;
}

.bold-text-5 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 400;
}

.image-45 {
  float: left;
  padding: 10px;
}

.container-41 {
  padding: 10px;
}

.para-pricing-left {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.para-pricing-right {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.columns-11 {
  width: 800px;
}

.container-42 {
  background-color: #fff0;
  justify-content: center;
  display: flex;
}

.paragraph-37 {
  color: #494949;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.container-43 {
  margin-top: 27px;
}

.text-span-5 {
  color: #fff;
  background-color: #39b54a;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-6, .text-span-6 {
  color: #fff;
  background-color: #39b54a;
  padding: 10px;
}

.text-span-7 {
  color: #fff;
  background-color: #39b54a;
  padding: 11px;
}

.text-span-8 {
  color: #fff;
  background-color: #39b54a;
  padding: 10px;
}

.para-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 22px;
  font-weight: 500;
}

.container-pricing-extra {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-36 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.paragraph-38 {
  color: #fff;
  background-color: #3b3b3b;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-37 {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
}

.heading-38 {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.container-44 {
  margin-bottom: 45px;
}

.section-24 {
  background-color: #fff;
  margin-bottom: 28px;
  display: block;
}

.social-embed {
  display: block;
}

.container-45 {
  display: none;
}

.text-span-9 {
  font-size: 20px;
  font-style: italic;
}

.video-technology {
  flex-direction: row;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
  display: flex;
}

.background-video-2 {
  position: relative;
}

.html-embed-7 {
  justify-content: center;
  display: flex;
}

.html-embed-8 {
  float: left;
  clear: none;
  position: relative;
  top: auto;
}

.background-video-3 {
  margin: 10px;
  padding: 0;
}

.lightbox-link-6 {
  flex: 1;
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

.background-video-4 {
  max-height: 100%;
}

.div-block-21 {
  width: 100%;
  height: auto;
}

.container-50 {
  justify-content: center;
  display: flex;
}

.text-span-10 {
  text-align: right;
  font-size: 16px;
}

.heading-5-dark {
  color: #4e4e4e;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 44px;
}

.image-48 {
  float: left;
  padding: 10px;
}

.html-embed-9 {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-39 {
  color: #fff;
  text-align: center;
  background-color: #575757;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
}

.heading-40 {
  text-align: center;
}

.heading-41 {
  color: #2b2a2a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.html-embed-10 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-39 {
  font-weight: 400;
}

.container-51 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.div-block-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-white-ctr {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.div-block-23, .div-block-24, .div-block-25 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-section-dark {
  background-color: #7a7a7a;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section-dark.why-acme-sections, .content-section-dark.featured-section {
  padding-bottom: 0;
}

.div-block-26 {
  flex-direction: column;
  display: flex;
}

.section-25 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.video {
  float: none;
  clear: none;
}

.div-block-27 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.centered-heading-7 {
  color: #404047;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.heading-42 {
  color: #2b2d2e;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.video-2 {
  float: left;
}

.column-19 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-53 {
  flex-direction: row;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.columns-14 {
  align-items: flex-start;
  display: flex;
}

.columns-15 {
  margin-left: 0;
  margin-right: 0;
}

.section-26-old {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: block;
  overflow: visible;
}

.image-float-right-larger {
  float: right;
  width: 350px;
  max-width: none;
  margin: 5px;
  padding: 5px;
}

.container-54 {
  margin-top: 27px;
}

.centered-heading-green {
  color: #39b54a;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.centered-heading-green.margin-bottom-32px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.header-community-page {
  background-color: #192b38;
  border: 1px #000;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-lightbox-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 27em;
  display: flex;
}

.gallery-lightbox-wrapper {
  border-radius: .9em;
  width: 8vw;
  min-width: 8em;
  max-width: 10em;
  height: 8vw;
  min-height: 8em;
  max-height: 10em;
  overflow: hidden;
}

.cta-link {
  color: #272531;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: #fffbf5;
}

.gallery-item-content-wrapper {
  z-index: 3;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
  overflow: visible;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  border-radius: .9em;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  background-color: #1d6e38d4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gutter-outside {
  background-color: #4645457a;
  margin-left: 135px;
  padding-top: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

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

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.title1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
}

.p-xs-start {
  padding-top: 1.1em;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-semibold {
  text-shadow: 0 2px 2px #0003;
  font-size: 1.2em;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 10em;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #15141ac7);
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-28 {
  margin-top: 70px;
}

.heading-43 {
  justify-content: center;
  display: flex;
}

.lightbox-link-7 {
  justify-content: center;
  margin-top: 13px;
  margin-left: 0;
  display: flex;
}

.image-49 {
  width: 40%;
  max-width: none;
  padding-left: 14px;
  padding-right: 14px;
}

.link-17 {
  color: #fff;
}

.column-20 {
  align-items: stretch;
  display: flex;
}

.image-50 {
  height: 150px;
}

.image-51, .image-52, .image-53 {
  height: 200px;
}

.paragraph-40 {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  width: 75%;
  max-width: none;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.gap-row-16-mbp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-27 {
  background-color: #fff;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.grid-3-columns.gallery-v5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.container-default-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-44 {
  margin-top: 10px;
}

.paragraph-41 {
  font-weight: 400;
  line-height: 1.2;
}

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

.div-block-29 {
  text-align: left;
  padding-right: 0;
}

.image-57 {
  background-color: #fffafacf;
  padding: 6px;
}

.timeline_quote-wrapper {
  border: 1px solid #383636;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.hero-nav {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 68px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.timeline_quote-title {
  color: #444242;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

.hero-nav_button-wrapper {
  display: none;
}

.section-timeline {
  z-index: -3;
  text-shadow: 0 2px 1px #0000009c;
  background-color: #fff;
  margin-top: auto;
  position: relative;
}

.timeline_component {
  opacity: 1;
  outline-offset: 0px;
  transform-origin: 0 100%;
  outline: 3px #666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-small {
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.relume-link {
  width: 300px;
  height: 33.33px;
  position: relative;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  flex-direction: column;
  align-self: auto;
  width: 3px;
  height: 100%;
  display: flex;
  position: absolute;
  left: auto;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: var(--medium-sea-green);
  background-image: none;
  width: 3px;
  height: 50vh;
  margin-top: 229px;
  position: fixed;
  inset: 0 auto 162.2vh;
}

.button-7 {
  text-shadow: 1px 1px 1px #000000ad;
  background-color: #39b54a;
  margin-top: 10px;
  padding: 6px;
  font-size: 20px;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-hero {
  position: relative;
}

.image-58 {
  margin-top: 28px;
}

.padding-vertical-xlarge {
  padding-top: 18px;
  padding-bottom: 40px;
}

.padding-vertical-xxlarge {
  padding-top: 468px;
  padding-bottom: 10px;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  width: 100%;
  text-shadow: none;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 24px;
}

.timeline_quote {
  color: #333131;
  text-shadow: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.timeline_text {
  color: #2a2828;
  text-shadow: none;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.timeline_image-wrapper {
  background-image: none;
  border: 0 #000;
  border-radius: 5px;
  overflow: hidden;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.container-57 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.heading-shadow {
  color: #fff;
  text-shadow: 0 2px #00000078;
  background-color: #000000a8;
  border-radius: 4px;
  padding: 5px;
  font-size: 48px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
  display: none;
}

.heading-paragraph-shadow {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 1px #0003;
  background-color: #00000078;
  padding: 5px;
  font-size: 20px;
  font-weight: 300;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.page-wrapper-2 {
  z-index: 0;
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 25% 25%;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.subheading-shadow {
  color: #fff;
  text-shadow: 2px 1px 1px #00000080;
  background-color: #00000045;
  font-size: 22px;
  font-weight: 500;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 6px 6px;
}

.frontpageimage {
  width: 100%;
  max-width: none;
  padding: 5px;
}

.link-blue-copy {
  color: #375fa3;
  align-self: auto;
}

.background-layer-copy {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 25% 25%;
  background-size: auto;
  height: 600px;
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-footer {
  height: 500px;
  display: block;
  position: relative;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.background-layer-2 {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 25% 25%;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.padding-vertical-footer {
  padding-top: 134px;
  padding-bottom: 40px;
}

.heading-45 {
  color: #fff;
  font-size: 40px;
}

.timeline_text_dark {
  color: #000;
  text-shadow: none;
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_date-text_dark {
  color: #514c4c;
  letter-spacing: -.03em;
  width: 100%;
  text-shadow: none;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.section-28 {
  background-color: #fff;
  position: sticky;
}

.image-description {
  color: #292626;
  text-shadow: none;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.navbar-logo-left {
  background-color: #0000;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-stack-2 {
  grid-row-gap: 20px;
  padding: 5px;
}

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

.image-float-right-50 {
  float: right;
  width: 50%;
  max-width: 100%;
  margin: 5px;
  padding: 5px;
}

.container-59 {
  background-color: #39b54a;
  max-width: 100%;
}

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

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-46 {
  padding-right: 0;
}

.answer {
  display: none;
}

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

.accordion-heading {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}

.text-center-2 {
  color: #fdf9f9;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #3193bf;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.accordion-item-trigger {
  clear: none;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.icon-4.accordion-icon {
  color: #0009;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  line-height: 30px;
  display: block;
}

.fa-icon {
  color: var(--medium-sea-green);
  font-family: "Fa Solid 900", sans-serif;
}

.paragraph-42 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.section-29 {
  display: none;
}

.accordion-home-drop {
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-home-heading {
  clear: none;
  color: var(--flowstica-webflow-library-white-smoke);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.accordion-wrapper-home {
  margin-top: 10px;
  display: none;
}

.readmore {
  color: var(--medium-sea-green);
  font-weight: 600;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.hero__wrap {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section-30.is--hero {
  z-index: 3;
  position: relative;
}

.section-30.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-30.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.container-61 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-61.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-61.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container-61.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-61.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav__svg {
  width: 100%;
}

.nav-link-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link-3:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link-3.is--3 {
  margin-left: 6.2em;
}

.nav-link-3.is--1 {
  margin-left: 12.4em;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.hero__p {
  margin-top: 1em;
  font-weight: 400;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav__logo {
  width: 5.52em;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.menu__icon {
  width: 3.02em;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-11 {
  display: block;
}

.c-nav_logo-1 {
  margin-right: 10px;
}

.c-button-inline {
  text-decoration: none;
}

.c-nav-brand_link {
  transition: opacity .5s;
}

.c-nav-brand_link:hover {
  opacity: .75;
}

.c-nav_wrap {
  border-right: 1px solid #ffffff26;
  padding-right: 24px;
  display: flex;
}

.c-button_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  display: flex;
  position: relative;
}

.c-nav-btn_bg {
  background-color: #527385;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.c-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.c-button_wrap {
  background-color: #36312b;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 0;
}

.c-button_wrap.cc-right {
  background-color: #0000;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.c-button_wrap.cc-left {
  background-color: #0000;
  margin-left: 0;
}

.c-button-icon-wrapper {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  position: relative;
}

.c-nav {
  z-index: 999;
  background-color: #e5e8ec;
  border-bottom: 1px solid #3b4f5a14;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.c-button-icon-left {
  margin-bottom: 0;
  margin-right: 8px;
}

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

.c-tools {
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 28px;
}

.c-nav-brand {
  float: none;
  align-items: center;
  display: flex;
  position: static;
}

.c-button-icon {
  color: #3b4f5a;
  align-items: center;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.c-nav-btn {
  color: #243639;
  border: 1px solid #3b4f5a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.9rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-nav-btn:hover {
  color: #fff;
  border-color: #527385;
}

.c-nav-btn.cc-dark {
  color: #fff;
  background-color: #3b4f5a;
  border-color: #0000;
}

.c-button-icon-right {
  display: block;
}

.c-custom-code {
  display: none;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide {
  background-image: url('../images/lakeshore-kitchen1.webp');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  overflow: visible;
}

.slider {
  background-color: #0000;
  width: 600px;
  height: 450px;
}

.page-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 40px #00000080;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  transform: translate(-120px)rotate(-3deg)scale(.8);
  box-shadow: 4px -4px 9px #00000080;
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  box-shadow: 5px -4px 9px #00000080;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  transform: translate(120px)rotate(3deg)scale(.8);
  box-shadow: 5px -4px 9px #00000080;
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.page-wrapper-4 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.paragraph-43 {
  font-weight: 400;
}

.paragraph-44 {
  color: #6857eb;
  text-align: center;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  display: block;
}

.section-6-copy {
  background-color: #0000;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: block;
}

.media-paragraph {
  color: #fff;
  font-weight: 300;
}

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

.image-60 {
  max-width: 80%;
}

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

.hero-section-show-home {
  background-color: #0000;
  background-image: linear-gradient(to top, #fff, #2220 57%), url('../images/pelham-outside.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.hero-section-show-home.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-show-home.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-61 {
  clear: none;
  max-width: 100%;
}

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

.cell-7 {
  align-items: flex-start;
}

.div-block-32 {
  clear: none;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-46 {
  color: #5c5c5c;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.container-62 {
  margin-left: 260px;
  margin-right: 260px;
}

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

.container-63 {
  z-index: 0;
  display: none;
  position: fixed;
}

.section-32 {
  z-index: 9999;
  position: relative;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.link-block-6 {
  align-self: auto;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-6 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.timeline_right_grey {
  background-color: #c8c5c5;
  box-shadow: 2px 2px 6px 3px #0000009e;
}

.italic-text-9 {
  font-size: 20px;
}

.image-62 {
  margin-left: 13px;
}

.text-span-12 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 24px;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library-black);
  color: var(--flowstica-webflow-library-white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library-black-2);
  color: var(--flowstica-webflow-library-white);
}

.wbs-form-subscribe-2-input {
  height: 3.125rem;
  color: var(--flowstica-webflow-library-black);
  border: 1px solid #010b151f;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 10px 20px;
  transition: border .3s ease-in-out;
}

.wbs-form-subscribe-2-input:focus {
  border-color: var(--flowstica-webflow-library-black);
}

.wbs-form-group-alert {
  grid-column-gap: 10px;
  display: flex;
}

.wbs-alert-bar-form-6 {
  margin-bottom: 0;
}

.wbs-alert-bar-6-close-icon {
  height: 18px;
}

.wbs-alert-bar-6-close-link {
  flex: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.wbs-alert-bar-6-title {
  color: #fff;
}

.wbs-alert-bar-6-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.wbs-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-alert-bar-6 {
  background-color: var(--flowstica-webflow-library-medium-sea-green);
}

.wbs-section {
  padding: .125rem 0% 0;
  display: flex;
}

.wbs-pricing-4-list-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.wbs-pricing-4-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.wbs-pricing-4-list-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.wbs-pricing-4-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: left;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.wbs-button-border {
  color: var(--flowstica-webflow-library-black);
  background-color: #0000;
  border: 1px solid #010b151f;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-border:hover {
  background-color: var(--flowstica-webflow-library-black);
  color: var(--flowstica-webflow-library-white);
}

.pricing-footnote-kit {
  background-color: #37454f00;
  margin-bottom: 0;
  padding: 5px 5px 5px 0;
}

.wbs-pricing-4-price {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.wbs-pricing-4-price-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.wbs-pricing-4-badge {
  background-color: var(--flowstica-webflow-library-white);
  color: var(--flowstica-webflow-library-medium-sea-green);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.wbs-pricing-4-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.wbs-pricing-4-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.wbs-pricing-4-bona {
  background-color: #546775;
  border-radius: 0;
  padding: 10px;
}

.wbs-button-primary-1 {
  color: var(--flowstica-webflow-library-white);
  text-align: center;
  background-color: #099743;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: var(--flowstica-webflow-library-black);
}

.wbs-pricing-4-item-garage {
  border: 1px none var(--flowstica-webflow-library-medium-sea-green);
  color: #546775;
  background-color: #546775;
  border-radius: 0;
  padding: 10px;
}

.wbs-pricing-4-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-box {
  background-color: #192b38;
  background-image: linear-gradient(#192b38 52%, #657783);
  border-radius: 0;
  padding: 10px 0 10px 5px;
  display: block;
}

.paragraph-47 {
  font-weight: 400;
}

.pricing-note {
  color: #fff;
  padding-top: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.pricing-section {
  display: block;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library-black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-blog-content {
  margin-bottom: 30px;
}

.wbs-blog-title {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.wbs-blog-info {
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.wbs-blog-image {
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #010b15;
  width: 100%;
}

.wbs-blog-image-wrap {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wbs-blog-item {
  color: var(--flowstica-webflow-library-black);
  text-decoration: none;
  display: block;
}

.wbs-blog-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-section-2 {
  padding: 1rem 5%;
}

.section-33 {
  margin-top: 20px;
}

.home-heading {
  color: #fff;
  text-align: center;
  background-color: #192b38;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-49 {
  margin-left: 0%;
  margin-right: 0%;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.hst {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.image-63 {
  float: right;
  width: 492px;
  max-width: none;
}

.column-21 {
  padding-left: 0;
}

.home-page-stack {
  padding: 0;
}

.heading-49 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.pricing-footnote {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.container-65 {
  padding-top: 10px;
  display: block;
}

.text-span-13 {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-48 {
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.paragraph-51 {
  text-align: center;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.container-66 {
  margin-top: 20px;
  display: block;
}

.wbs-hero-5-image {
  width: 50%;
}

.wbs-hero-5-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wbs-hero-5-author-name {
  color: var(--flowstica-webflow-library-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.wbs-hero-5-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-hero-5-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-hero-5-blockquote-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-heading-h1 {
  color: var(--flowstica-webflow-library-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-hero-2-tagline {
  color: var(--flowstica-webflow-library-medium-sea-green);
}

.wbs-hero-5-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-hero-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.wbs-section-3 {
  padding: .125rem 5%;
}

.block-quote-2 {
  color: #464646;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

.heading-50 {
  color: #fdfdfd;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  direction: ltr;
  background-color: #38b749;
  border: 1px #fff;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-67 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.heading-51 {
  text-align: center;
}

.image-71 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 150px;
}

.hero-section-stanford {
  background-color: #0000;
  background-image: url('../images/stanford-headline-image-large.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
  min-height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.hero-section-stanford.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-stanford.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wbs-blog-item-copy {
  color: var(--flowstica-webflow-library-black);
  text-decoration: none;
}

.image-72 {
  max-width: 60%;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wbs-cta-6-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.wbs-cta-6-content-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.wbs-cta-6-content-bottom-icon {
  height: 16px;
}

.wbs-error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.wbs-success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.wbs-button-subscribe {
  background-color: var(--flowstica-webflow-library-medium-sea-green);
  color: var(--flowstica-webflow-library-white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  position: absolute;
  inset: 9px 9px auto auto;
}

.wbs-button-subscribe:hover {
  background-color: var(--flowstica-webflow-library-black);
}

.wbs-form-subscribe-input {
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 3.9rem;
  padding: 10px 15px;
  transition: border-color .3s ease-in-out;
}

.wbs-form-subscribe-input:focus {
  border-color: var(--flowstica-webflow-library-black);
}

.wbs-subscribe-input-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.wbs-subscribe-full {
  margin-bottom: 0;
}

.wbs-spacing-20 {
  height: 1.25rem;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2rem;
}

.wbs-heading-h4 {
  color: var(--flowstica-webflow-library-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-cta-6-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.wbs-cta-6 {
  z-index: 1;
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  background-color: var(--flowstica-webflow-library-white);
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.wbs-container-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-4 {
  padding: 0 5%;
}

.heading-42-copy {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-52 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.quick-stack-7 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-14 {
  align-items: flex-end;
}

.cell-15 {
  align-items: flex-start;
}

.heading-53 {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.container-69 {
  background-color: #39b54a00;
  max-width: 100%;
  margin-top: 0;
}

.container-70 {
  max-width: 80%;
  display: none;
}

.section-34 {
  align-self: center;
  width: 80%;
  max-width: none;
  margin-bottom: 60px;
}

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

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.cell-21, .cell-22 {
  justify-content: center;
  align-items: center;
}

.heading-54 {
  color: #fff;
  background-color: #39b54a;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 22px;
  font-weight: 600;
}

.quick-stack-9 {
  margin-bottom: 10px;
  padding: 0;
}

.quick-stack-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.cell-24 {
  justify-content: center;
  align-items: center;
}

.timeline_item_pricing {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 68px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.heading-pricing {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.text-block-5 {
  line-height: 1;
}

.text-block-6 {
  line-height: 16px;
}

.small-print {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
}

.italic-text-10 {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
}

.heading-pricing-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.cell-26 {
  justify-content: center;
  align-items: center;
}

.text-span-14 {
  font-family: "Fa Solid 900", sans-serif;
}

.submit-button {
  background-color: #39b54a;
}

.heading-55 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.paragraph-52 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.container-71 {
  background-color: #0000;
  position: sticky;
}

.wbs-section-5 {
  padding: 0 5%;
}

.heading-56 {
  color: #3a3434;
  text-align: center;
  font-weight: 600;
}

.wbs-cta-7 {
  z-index: 1;
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.paragraph-53 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.link-block-8 {
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.fixed-lines-container {
  z-index: 1;
  opacity: .2;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-1200-lines {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: #fff;
  width: 1px;
  height: 100vh;
  display: block;
}

.container-72 {
  max-width: 100%;
  height: 200px;
}

.section-36 {
  height: auto;
  min-height: 100%;
}

.container-73 {
  justify-content: center;
  max-width: 100%;
  margin-top: 278px;
  display: flex;
}

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

.nav-text {
  letter-spacing: 2px;
  text-transform: capitalize;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 11px;
  display: flex;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.brand-2 {
  z-index: 25;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: none;
}

.text-span-15 {
  font-weight: 300;
}

.navbar-2 {
  background-color: #192b38;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-container {
  z-index: 35;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #192b38;
  border: 1px #00eeff75;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  height: 75px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 0 10px;
  display: flex;
  position: relative;
}

.logo {
  font-size: 16px;
  font-weight: 700;
}

.nav-left {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pause {
  width: 25px;
  height: 25px;
}

.button-8 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #192b38;
  border: .5px solid #0ef;
  border-radius: 50px;
  padding: 15px 25px;
  text-decoration: none;
}

.play {
  width: 25px;
  height: 25px;
}

.text-block-7 {
  color: #fff;
  text-decoration: none;
}

.text-201 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.video-section {
  background-color: #4444445e;
  width: 100%;
  height: 60vh;
  display: none;
}

.container-74 {
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.heading-57 {
  text-align: center;
  text-shadow: 2px 2px 1px #0003;
  font-size: 60px;
  line-height: 50px;
}

.play-pause-button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: .5px solid #0ef;
  border-radius: 60px;
  padding: 20px;
  display: none;
}

.link-white {
  text-align: center;
  letter-spacing: -1px;
  flex: 0 auto;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.section-37 {
  background-color: #192b3800;
}

.paragraph-54 {
  color: #d6d6d6;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.paragraph-55 {
  font-size: 24px;
  font-weight: 600;
}

.hero-heading-center-4 {
  background-color: #768fa200;
  border: 1px #000;
  margin-top: 0;
  padding: 20px 30px 10px;
  display: block;
  position: relative;
}

.container-76 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-8.margin-bottom-32px {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-4 {
  flex: 0 auto;
  align-self: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack-11 {
  background-color: #e1e1e1;
}

.background-video-7 {
  height: 80vh;
  max-height: none;
}

.image-79 {
  align-self: auto;
  width: auto;
  max-width: none;
  max-height: 75%;
  padding-left: 10px;
}

.gallery-slider {
  background-color: #192b3800;
  border: 1px #000;
  margin-top: 10px;
  padding: 10px 30px;
  display: block;
  position: relative;
}

.container-77 {
  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;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
  position: relative;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 400px;
  max-width: 100%;
  height: 300px;
}

.gallery-slide-text {
  color: #f5f7fa;
  text-align: right;
  background-color: #00000082;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  bottom: 10px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.section-38 {
  align-self: center;
}

.hero-heading-center-5 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 8px 30px;
  position: relative;
}

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

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-9.margin-bottom-32px {
  color: #000;
  margin-bottom: 32px;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-79 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-5 {
  color: #fff;
}

.text-block-3-white {
  color: #fff;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.container-80 {
  max-width: none;
}

.section-39 {
  align-self: center;
}

.text-block-3-copy {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.icon-6 {
  color: #fff;
  margin-right: 0;
}

.body-blue {
  background-color: #192b38;
  font-family: Inter, sans-serif;
}

.section-40 {
  margin-top: 20px;
}

.home-model-heading-white {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.quick-stack-12 {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: visible;
}

.image-80 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.image-fit {
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 200px;
  position: static;
}

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

.div-block-35 {
  clear: none;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.cell-28 {
  justify-content: center;
  align-items: center;
}

.model-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #657783;
  background-image: linear-gradient(#192b38 53%, #6a7a82);
  margin-bottom: 0;
}

.para-white-model-grid {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.accordion-home-heading-white {
  clear: none;
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.model-text-expanded-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.link-block-model-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-9 {
  background-color: #192b38;
  border: 1px solid #000;
}

.italic-text-11 {
  color: var(--flowstica-webflow-library-white);
}

.footer-address {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-59 {
  color: #fff;
  text-align: center;
}

.heading-60 {
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.heading-61, .heading-63 {
  color: #fff;
  text-align: center;
}

.link-block-9, .link-block-9.w--current {
  display: none;
}

.link-block-pc {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.link-block-pc.w--current {
  aspect-ratio: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 50% 0 auto 50%;
}

.sqft-text-block {
  color: var(--white-smoke);
  text-align: center;
  background-color: #35353500;
  font-size: 20px;
}

.text-span-17 {
  font-size: 36px;
  font-weight: 500;
}

.paragraph-57 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.navbar-logo-center.desktop {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.link-18 {
  color: var(--steel-blue);
}

.section-41 {
  margin-top: 100px;
}

.container-83 {
  margin-bottom: 20px;
}

.inclusions-header {
  color: #fff;
  text-align: left;
  background-color: #51748d00;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-59 {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.hst-refund {
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.refer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
  line-height: 18px;
}

.text-span-18 {
  font-size: 30px;
}

.superscript {
  font-size: 16px;
  display: inline;
}

.image-82 {
  width: 50%;
  max-width: 80%;
}

.image-83 {
  margin-left: 0;
}

.container-85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: block;
}

.faq-title {
  text-shadow: 2px 2px 4px #000;
  font-size: 60px;
  font-style: normal;
}

.text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  font-size: 18px;
}

.image-84 {
  width: auto;
  height: 70px;
}

.image-85, .image-86, .image-87 {
  height: 70px;
}

.social-icons {
  width: 40px;
  max-width: none;
  height: 40px;
}

.text-span-31, .text-span-32 {
  font-size: 12px;
}

.text-span-33, .text-span-34 {
  font-size: 24px;
}

.text-span-35, .text-span-36 {
  font-size: 12px;
}

.text-span-39, .text-span-40 {
  font-size: 26px;
}

.text-span-43, .text-span-44 {
  font-size: 12px;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54 {
  font-size: 14px;
}

.container-86 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.superscript-2 {
  font-weight: 300;
}

.container-88 {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-42 {
  width: 100%;
  max-width: 100%;
}

.section-43 {
  margin-top: 20px;
}

.text-span-55, .text-span-56 {
  font-size: 28px;
}

.superscript-3 {
  font-size: 24px;
}

.text-span-57 {
  font-size: 14px;
}

.text-span-58 {
  font-size: 14px;
  font-style: normal;
}

.lightbox-link-8 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-88 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-31 {
  flex-direction: column;
  justify-content: center;
}

.quick-stack-13 {
  background-color: #fff;
}

.text-span-63 {
  font-size: 13px;
}

.bold-20pt-white {
  color: #fff;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.list-10 {
  margin-top: 0;
}

.paragraph-60 {
  color: #fff;
  padding-top: 20px;
  font-size: 22px;
}

.image-89, .image-90 {
  height: 150px;
}

.text-span-64 {
  color: var(--white-smoke);
}

.italic-text-12 {
  text-decoration: none;
}

.dropdown-list-right {
  padding-top: 3px;
}

.dropdown-list-right.w--open {
  margin-top: 60px;
  padding-top: 0;
  inset: 0% 0% auto auto;
}

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

.text-span-65, .text-span-66 {
  font-size: 22px;
}

.text-span-67 {
  color: #39b54a;
}

.text-span-68 {
  color: #afafaf;
  font-size: 24px;
}

.text-span-69, .text-span-70 {
  color: #39b54a;
  font-size: 24px;
}

.cc-2024 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
}

.text-span-71 {
  font-size: 12px;
  font-weight: 500;
}

.text-span-72 {
  font-size: 13px;
}

.text-span-73 {
  color: var(--steel-blue);
}

.pricin-wrap-2-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-button-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading-price-box {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.section-26-new {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: block;
  overflow: visible;
}

.cell-33 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.button-10 {
  outline-offset: 0px;
  background-color: #39b54a;
  border-radius: 5px;
  outline: 3px #fff;
  box-shadow: 0 2px 5px #0003;
}

.accordion-item-process {
  background-color: var(--black);
  border: 1px solid #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-process.greybg {
  background-color: var(--flowstica-webflow-library-black-2);
}

.header-process {
  background-color: #192b38;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.para-process {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.link-19 {
  color: var(--white-smoke);
}

.text-span-74 {
  color: #423f3f;
  font-size: 10px;
  font-style: normal;
}

.text-span-75 {
  color: var(--white-smoke);
  font-size: 10px;
}

.link-20, .link-21, .link-22 {
  color: var(--white-smoke);
}

.section-color {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.flexoconnect-list {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.flexo {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.list-item-6 {
  font-weight: 300;
}

.flexlist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.flexlistitem {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.button-11 {
  text-align: center;
  background-color: #39b54a;
  border-radius: 19px;
  width: 35%;
  font-weight: 300;
}

.cell-34 {
  justify-content: center;
  align-items: center;
}

.text-block-11 {
  font-size: 20px;
  transform: rotate(90deg);
}

.cell-35 {
  justify-content: center;
  align-items: flex-end;
}

.cell-36 {
  background-color: #39b54a;
  justify-content: center;
  align-items: flex-end;
}

.cell-37 {
  justify-content: center;
  align-items: center;
}

.quick-stack-15 {
  padding: 0;
}

.process-timeline {
  color: #000;
  background-color: #39b54a;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 32px;
}

.grid-process {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-total {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.quick-stack-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.heading-pricing-total {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.quick-stack-total {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0 #000;
  margin-top: 20px;
  padding: 0 5px 0 0;
}

.image-91, .image-92 {
  height: 100%;
}

.wbs-pricing-component-old {
  display: none;
}

.divpriceblock {
  margin-top: 10px;
  padding-left: 5px;
}

.columns-17, .columns-18 {
  background-color: #fff;
}

.title-ctr-dark {
  color: #3b3838;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
}

.div-block-40 {
  width: 100%;
  max-width: 100%;
}

.quick-stack-17 {
  background-color: #fcfcfc;
  flex: 0 auto;
  align-self: auto;
  padding: 0;
}

.cell-38, .cell-39 {
  justify-content: flex-start;
  align-items: center;
}

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

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

.container-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fffefe00;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 80%;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px 0 0;
  display: block;
}

.container-footer.contact {
  position: absolute;
  inset: 0%;
}

.pricing-footnote-old {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  display: none;
}

.faq-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.text-span-76 {
  font-size: 10px;
}

.heading-66 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 900;
}

.container-89 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-44 {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.section-45 {
  background-color: #fff0;
  height: auto;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

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

.hero-wrapper-7 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.text-span-77 {
  font-size: 12px;
}

.cell-44 {
  justify-content: center;
  align-items: center;
}

.cell-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-46, .cell-47, .cell-49, .cell-50, .cell-51 {
  justify-content: center;
  align-items: center;
}

.image-93 {
  flex: 0 auto;
  align-self: auto;
}

.image-94 {
  flex: 1;
}

.paragraph-white-light {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.image-95 {
  max-width: none;
  transition: opacity .2s;
  transform: rotate(-90deg);
}

.cell-52 {
  justify-content: center;
  align-items: center;
}

.image-96 {
  transform: rotate(90deg);
}

.image-rotate {
  object-fit: fill;
  max-width: 350%;
  max-height: 100px;
  transform: rotate(90deg)translate(0);
}

.cell-54 {
  justify-content: center;
  align-items: center;
}

.container-92 {
  flex-flow: row-reverse;
  display: flex;
}

.cell-55 {
  justify-content: center;
  align-items: center;
}

.quick-stack-23, .quick-stack-24, .quick-stack-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cell-56, .cell-57 {
  justify-content: center;
  align-items: center;
}

.paragraph-61 {
  text-align: center;
}

.para-small-white-ctr {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.image-panel-table {
  max-width: 50%;
}

.cell-panel {
  justify-content: center;
  align-items: center;
}

.quick-stack-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.image-98 {
  max-width: 50%;
}

.section-46 {
  background-image: url('../images/2023-0127--Pile_Install_0050.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 60px;
  padding-top: 60px;
}

.container-94 {
  margin-top: auto;
}

.div-block-41 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
}

.heading-67 {
  text-align: center;
  margin-top: 140px;
}

.container-95 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.image-99 {
  display: inline-block;
}

.heading-68 {
  text-align: center;
}

.image-100 {
  max-width: 50%;
}

.heading-69 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.div-block-42 {
  position: absolute;
}

.heading-70 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.cell-58 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.heading-71 {
  text-align: center;
}

.cell-59, .cell-60, .cell-61, .cell-62, .cell-63, .cell-64, .cell-65, .cell-66, .cell-67, .cell-68, .cell-69, .cell-70 {
  justify-content: center;
  align-items: center;
}

.button-12 {
  background-color: #39b54a;
  border-radius: 13px;
  font-weight: 300;
}

.quick-stack-27 {
  padding: 6px;
}

.cell-71, .cell-72, .cell-73, .cell-74, .cell-75, .cell-76, .cell-77, .cell-78, .cell-79, .cell-80 {
  justify-content: center;
  align-items: center;
}

.text-span-78 {
  color: #39b54a;
  font-size: 28px;
  font-weight: 800;
}

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

.quick-stack-28 {
  padding-left: 0;
}

.link-23 {
  color: var(--white-smoke);
}

.cell-85 {
  justify-content: center;
  align-items: center;
}

.lightbox-link-9 {
  width: 100%;
  height: 100%;
}

.cell-86, .cell-87 {
  justify-content: center;
  align-items: center;
}

.ctr-heading-white {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.cell-88, .cell-89, .cell-90 {
  justify-content: center;
  align-items: center;
}

.quick-stack-30 {
  padding-bottom: 10px;
}

.cell-91, .cell-92, .cell-93, .cell-94, .cell-95, .cell-96, .cell-97, .cell-98 {
  justify-content: center;
  align-items: center;
}

.team-card-jordan {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.accordion-text {
  background-color: #3193bf00;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-text-heading {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.accordian-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-white-14 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.unsplash-copyright {
  z-index: 3;
  color: #fff9;
  font-size: .8em;
  position: absolute;
  inset: auto 3% 2% auto;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.slider-stage-splitscreen {
  color: #fff0dc;
  background-color: #192b38;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.right {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
}

.splitscreen-column.left {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6vw 10px;
  display: flex;
}

.btn-description {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  margin: 0 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.txt-link {
  color: #ebc51d;
}

.stage-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4vw;
  font-weight: 300;
  line-height: 1.05em;
}

.slider-description-wrap {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
}

.stage-button {
  color: #000;
  background-color: #39b54a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  padding: 0 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.slider-copy-wrap {
  margin-left: 20px;
  padding-top: .8em;
  padding-bottom: .25em;
  padding-left: 0;
}

.gallery-slider-2 {
  background-color: #aa393900;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-background {
  background-color: #ebc51d;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.slider-btn-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-image-2 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.stage-copy {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.collapsed-text {
  margin-top: 10px;
  display: block;
}

.italic-text-14 {
  color: var(--flowstica-webflow-library-medium-sea-green);
  letter-spacing: normal;
  text-transform: uppercase;
  font-style: normal;
}

.paragraph-white-desktop-only {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 0 5px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.section-47 {
  margin-top: 20px;
  display: block;
}

.hero-heading-center-6 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: block;
  position: relative;
}

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

.centered-heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.centered-heading-10.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #39b54a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-62 {
  color: #fff;
  margin-bottom: 0;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
}

.paragraph-white-blog {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 20px 5px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.image-float-right-comm {
  float: right;
  width: 500px;
  max-width: none;
  margin: 0 5px 5px;
  padding: 0 5px 5px;
}

.image-float-left-comm {
  float: left;
  width: 500px;
  max-width: none;
  margin: 0 5px 5px;
  padding: 0 5px 5px;
}

.text-span-79 {
  font-size: 16px;
}

.container-97 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1279.2px;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-circles-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-11 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.developers-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.developers-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.developers-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.developers-sub-heading {
  margin-bottom: 24px;
}

.benefits-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.quick-stack-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  width: 750px;
  padding: 5px 0 5px 5px;
}

.benefits-icon {
  max-width: 100px;
}

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

.benefits-heading {
  color: snow;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text-10 {
  font-weight: 300;
  text-decoration: none;
}

.cell-100 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.quick-stack-faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  padding: 5px 0 5px 5px;
}

.benefits-text-copy {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.text-202 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-202.bold {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

.tooltip-float-v2 {
  z-index: 1;
  min-height: 52px;
  display: none;
  position: absolute;
}

.tooltip-float-v2.top {
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: auto 0% 128% -37%;
}

.tooltip-v2 {
  background-color: #7e7e7e;
  border-radius: 12px;
  min-width: 300px;
  max-width: 330px;
  padding: 5px;
}

.paragraph-extra-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 13px;
}

.image-101 {
  max-width: 50%;
}

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

.paragraph-63 {
  color: #fff;
}

.bulletin-box {
  width: 100%;
  margin-bottom: 20px;
}

.bulletin-heading {
  margin-top: 10px;
  font-size: 30px;
}

.bulleting-box {
  background-color: #313131;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 5px;
}

.bulleting-image {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
}

.flexoconnect-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.italic-text-15 {
  font-style: normal;
}

.quick-stack-32 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-media {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.media-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.media-sub-heading {
  color: #757575;
  font-style: italic;
}

.cell-106, .cell-107 {
  display: block;
}

.cell-108 {
  display: flex;
}

.quick-stack-33 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding: 5px;
}

.link-media {
  color: var(--white-smoke);
}

.image-102 {
  float: left;
  width: 25%;
  padding-right: 20px;
}

.paragraph-64 {
  margin-bottom: 40px;
  font-weight: 300;
}

.container-what-to-expect {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.paragraph-65 {
  line-height: 1.2;
}

.paragraph-66 {
  line-height: 1.1;
}

.footnote {
  color: #fdfdfd;
  line-height: 1.1;
}

.image-103, .image-104, .image-105, .image-106, .image-108, .image-109 {
  max-width: 180px;
}

.image-110 {
  max-width: 50%;
}

.link-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-80 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-67, .paragraph-68 {
  margin-bottom: 0;
  margin-left: 20px;
}

.paragraph-69 {
  font-size: 12px;
  font-style: italic;
}

.paragraph-70 {
  font-size: 12px;
  font-weight: 300;
}

.what-to-expect-footnote {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
}

.text-span-81 {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
}

.text-span-82 {
  font-size: 13px;
  font-style: italic;
  line-height: 14px;
}

.image-fit-vertical {
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: 600px;
  height: 150px;
  position: static;
}

.paragraph-71 {
  color: #fff;
  font-size: 20px;
}

.para-process-wrap {
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-72 {
  font-size: 46px;
}

.text-span-83 {
  font-size: 22px;
  font-weight: 700;
}

.text-span-84, .text-span-85 {
  color: #39b54a;
}

.text-span-90 {
  font-size: 22px;
  font-weight: 600;
}

.text-span-91 {
  font-size: 22px;
}

.container-100 {
  margin-top: 20px;
}

.text-span-92, .text-span-93, .text-span-94, .text-span-95 {
  color: #39b54a;
}

.container-dummies {
  margin-bottom: 20px;
}

.image-111 {
  float: right;
  width: 300px;
  padding-left: 10px;
}

.image-112 {
  float: right;
  width: 300px;
}

.image-113 {
  width: 60%;
}

.paragraph-72 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.section-48 {
  background-color: #fff0;
  margin-top: 20px;
}

.text-span-96 {
  font-size: 32px;
}

.image-fit-square {
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: 300px;
  max-width: none;
  height: 300px;
  position: static;
}

.cell-110 {
  justify-content: center;
  align-items: center;
}

.image-thumb {
  width: 200px;
  max-width: none;
}

.cell-111 {
  justify-content: center;
  align-items: center;
}

.quick-stack-34 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 3px;
}

.cell-112 {
  justify-content: center;
  align-items: center;
}

.container-101 {
  margin-bottom: 20px;
}

.cell-113 {
  justify-content: center;
  align-items: center;
}

.text-span-98 {
  color: #39b54a;
}

.paragraph-dark {
  color: #000;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 0 5px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.accordion-home-heading-dark {
  clear: none;
  color: var(--white-smoke);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-99 {
  font-size: 20px;
}

.quick-stack-35 {
  background-color: #313131;
}

.text-span-100 {
  font-size: 20px;
}

.text-span-101, .text-span-102 {
  font-size: 20px;
  font-weight: 600;
}

.collapsed-text-adu-bylaw {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.city-heading-adu-bylaw {
  color: #333534;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.city-heading-adu-bylaw.margin-bottom-32px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.city-heading-adu-bylaw.list-item-check-green-copy {
  background-image: url('../images/check-mark_1check-mark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-right: 0;
}

.paragraph-bylaw {
  color: #fff;
  text-align: left;
  align-self: center;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0 5px;
  font-weight: 300;
  line-height: 1.2;
}

.map-icon-bylaw {
  color: var(--white-smoke);
  background-image: url('../images/icon-map2_1icon-map2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 5px 40px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  list-style-type: none;
}

.media-container {
  background-color: #192b38;
  padding-top: 0;
}

.code-embed {
  background-color: #fff;
  margin: 1px;
  padding: 10px;
}

.container-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-103 {
  font-size: 14px;
}

.container-103 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  max-width: 100%;
}

.slider-2 {
  min-width: 940px;
  height: 100%;
  display: block;
}

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

.section-49.relative {
  height: 100vh;
  padding-bottom: 20px;
}

.container-104 {
  justify-content: space-between;
  width: 70%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.container-104.top-space {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.heading-73 {
  color: #fff;
  text-align: center;
  font-size: 50px;
}

.bg-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.bg-wrap {
  z-index: -1;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  inset: 0%;
}

.bg-wrap._1 {
  background-color: #ff715b;
}

.bg-wrap._2 {
  background-color: #3859f4;
}

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

.section-50.relative {
  background-image: url('../images/spruceside-inside-bed1.webp');
  background-position: 50%;
  background-size: auto;
  height: 100%;
  padding-bottom: 20px;
}

.container-105 {
  justify-content: space-between;
  width: 70%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.container-105.top-space {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.heading-74 {
  color: #fff;
  text-align: center;
  font-size: 50px;
}

.image-114 {
  width: 1140px;
  max-width: none;
}

.cell-114, .cell-115 {
  justify-content: center;
  align-items: center;
}

.process-heading-accordian {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}

.section-51 {
  height: 100vh;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-img-one {
  background-image: linear-gradient(#00000059, #00000059), url('../images/slide-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-one.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2.jpg');
  background-size: auto, cover;
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-img-two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/slide-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-two.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2.jpg');
  background-size: auto, cover;
}

.slide-img-three {
  background-image: linear-gradient(#00000059, #00000059), url('../images/slide-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-three.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2.jpg');
  background-size: auto, cover;
}

.pres-image {
  max-width: 80%;
}

.section-52 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  margin-top: 0;
  display: block;
}

.slide-4 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #192b38;
}

.slider-image {
  max-width: 50%;
}

.slider-4 {
  background-color: #ddd0;
  height: 100%;
}

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

.container-107 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  height: 80vh;
  display: flex;
}

.image-115 {
  max-width: 75%;
}

.heading-75 {
  font-size: 120px;
}

.heading-76 {
  color: #fff;
  font-size: 150px;
}

.heading-77 {
  color: #fff;
  font-size: 50px;
}

.pres-heading {
  color: #fff;
  font-size: 200px;
}

.container-pres-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 60px;
  display: flex;
}

.pres-heading-small {
  color: #fff;
}

.pres-paragraph {
  color: #fff;
  font-size: 28px;
  font-style: normal;
}

.cell-117 {
  justify-content: center;
  align-items: center;
}

.pres-heading-medium {
  color: #fff;
  font-size: 60px;
}

.italic-text-16 {
  font-size: 48px;
}

.container-pres-ctr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 100px;
  display: flex;
}

.pres-paragraph-ctr {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
}

.pres-heading-small-medium {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}

.cell-119 {
  justify-content: center;
  align-items: center;
}

.heading-78 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

.pres-list {
  color: #fff;
  margin-left: 10px;
  font-size: 28px;
  font-weight: 400;
}

.image-116 {
  max-width: 20%;
}

.section-53 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.slide-5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-pres-ctr-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.cell-120, .cell-121 {
  justify-content: center;
  align-items: center;
}

.container-108 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  height: 90vh;
  display: flex;
}

.front-page {
  background-color: #192b38;
  padding-top: 0;
  display: block;
}

.cell-122 {
  justify-content: center;
  align-items: center;
}

.button-13 {
  background-color: #39b54a;
  border-radius: 11px;
}

.cell-123, .cell-124 {
  justify-content: center;
  align-items: center;
}

.quick-stack-38 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link-floorplan {
  float: right;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-107 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-108 {
  font-size: 14px;
}

.cell-126, .cell-127 {
  justify-content: flex-start;
  align-items: center;
}

.cell-128 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

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

.cell-white-bg {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-118 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 300px;
  display: block;
  position: static;
}

.lightbox-link-10 {
  align-self: auto;
}

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

.image-fit-floorplan {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
}

.image-119 {
  width: 20px;
  max-width: 20%;
}

.list-bath {
  background-image: url('../images/bath_1bath.png');
  background-position: 50%;
  background-size: cover;
}

.list-item-bath {
  color: #fff;
  background-image: url('../images/bath_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 0;
  padding: 25px 0 10px 60px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
}

.list-item-bed {
  color: #fff;
  background-image: url('../images/bed.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 0;
  padding: 5px 0 10px 60px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
}

.cell-132 {
  justify-content: center;
  align-items: center;
}

.cell-133 {
  background-color: #39b54a00;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.quick-stack-transbg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
}

.paragraph-white-copy {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 0 5px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.list-what-to-expect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.quick-stack-white-bg {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.quick-stack-42 {
  padding-left: 0;
  padding-right: 0;
}

.extra-images-floorplan {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 300px;
  position: static;
}

.floorplan-footnote {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 0 5px 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.pricing-page-link {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.right-arrow-2 {
  display: none;
  inset: auto 35% 0% auto;
}

.feature-text {
  color: #000;
}

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

.button-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 90px;
  padding: 25px 15px;
  display: flex;
}

.slider-left {
  background-color: #fff;
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
}

.pricing {
  color: #151428;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.slide-nav {
  display: none;
}

.feature-block {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.product-name {
  color: #f8f8f8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrap {
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-rate {
  opacity: .5;
}

.slider-right {
  border: 2px solid #8c54ff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.arrow-bottom {
  display: none;
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-block {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 25px 30px 25px 15px;
  display: flex;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.car-icon {
  width: 25px;
  margin-right: 14px;
}

.button-14 {
  color: #fff;
  background-color: #8c54ff;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 55px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 30px 20px -20px #565d7161;
}

.product-base {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.product-logo {
  width: 80px;
  margin-bottom: 8px;
}

.mask {
  overflow: hidden;
}

.product-card {
  background-color: #192b38;
  min-width: 490px;
  height: 100%;
  padding: 30px 15px;
}

.product-image {
  max-width: 150%;
  height: 364px;
  position: absolute;
}

.feature-column {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.product-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.product-slider {
  background-color: #0000;
  height: 100%;
}

.icon-8 {
  color: #4c4172;
}

.arrow {
  width: 20px;
}

.arrow-left {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

.left-arrow-2 {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.button-15 {
  background-color: #39b54a;
  border-radius: 20px;
  padding: 5px;
  font-size: 14px;
}

.paragraph-73 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.cell-floorplan {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.cell-copy {
  justify-content: center;
  align-items: center;
}

.image-fit-home-models {
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: 600px;
  height: 200px;
  position: static;
}

.image-120 {
  object-fit: cover;
  height: 100%;
}

.cell-white-bg-trans {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  background-color: #192b38;
  border: 1px #000;
  padding: 20px 20px 20px 30px;
  position: relative;
}

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

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

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
  font-weight: 300;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.list-item-developers {
  color: #fff;
  background-image: url('../images/thumb-up.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  align-self: auto;
  margin-bottom: 0;
  padding: 5px 0 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  list-style-type: none;
  display: block;
}

.list-developers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.hero-wrapper-10 {
  border: 1px solid #776b6b;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-split-dp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.h2-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.team-circles-5 {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 80px;
  position: relative;
}

.centered-heading-12 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-4 {
  margin-bottom: 24px;
}

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

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

.container-113 {
  display: none;
}

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

.cell-142 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-45 {
  background-color: #fff;
}

.home-top-684b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-567-0326.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-114 {
  background-color: #192b3887;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 56px;
  display: flex;
}

.cell-143 {
  justify-content: center;
  align-items: center;
}

.heading-home-title {
  color: #fff;
  text-align: center;
  background-image: none;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.list-item-area {
  color: #fff;
  background-image: url('../images/area-icon_1area-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-bottom: 0;
  padding: 10px 0 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
}

.home-top-378 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 2%, #fff0 31%), url('../images/Humber378-backyard.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-486b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/humber-486b-0326.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-648 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-648-0326.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-792 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 2%, #fff0 39%), url('../images/stanford-792_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-792p {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/stanford-792p-park.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cell-145, .cell-146 {
  justify-content: center;
  align-items: center;
}

.home-top-837 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/berkeley-837-park.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-918 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/berkeley918_1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-1008 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/berkeley-1008-park.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-1062 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/trent-1062-park.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-999 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/cambridge-999-park.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-top-1224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38 11%, #fff0 39%), url('../images/cambridge-1224.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-home-index {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.list-item-bed-home {
  color: #fff;
  background-image: url('../images/bed.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 0;
  padding: 10px 0 10px 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
}

.list-item-bath-home {
  color: #fff;
  background-image: url('../images/bath_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-bottom: 0;
  padding: 10px 0 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  list-style-type: none;
}

.home-page-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(357deg, #192b38, #fff0 39%);
  background-position: 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-home-page-top {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
}

.main-page-paragraph {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-13 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-7 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-116 {
  max-width: 75%;
}

.code-embed-2 {
  border: 1px #fff;
}

.container-117 {
  padding: 16px;
}

.home-page-vid-section {
  margin-top: 20px;
  display: none;
}

.team-slider-4 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

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

.centered-heading-14 {
  text-align: center;
  margin-bottom: 0;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff0;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.cell-147 {
  justify-content: center;
  align-items: center;
}

.heading-84 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
}

.image-121 {
  max-height: 150px;
}

.cell-148, .cell-149, .cell-150 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-47 {
  padding-top: 10px;
}

.container-120 {
  display: flex;
}

.team-circles-6 {
  background-color: #192b38;
  border: 1px #be2323;
  padding: 0 30px;
  position: relative;
}

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

.centered-heading-15 {
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 45px;
}

.centered-subheading-9 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-5 {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.team-card-6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-5 {
  object-fit: cover;
  border: 1px #000;
  border-radius: 50%;
  width: 400px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-5 {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.team-member-position-5 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.list-model-page-thumb {
  margin-top: 0;
  margin-bottom: 0;
}

.container-lower-box-of-section {
  background-color: #192b3887;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 56px;
  display: flex;
}

.section-55 {
  background-color: var(--flowstica-webflow-library-black);
  background-image: radial-gradient(circle, #192b38 35%, #fff);
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-75 {
  font-weight: 300;
}

.home-page-headline {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.code-embed-3 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #627c8e26;
  flex-flow: column;
  place-content: stretch flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 20px 60px;
  display: flex;
  position: relative;
}

.section-56 {
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.section-56-copy {
  width: 100%;
  height: 600px;
  display: none;
  position: relative;
}

.container-124 {
  width: 680px;
  height: 0;
}

.section-57 {
  margin-top: 20px;
}

.video-section, .video-section-portrait {
  background-color: #4440;
  height: 60vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.qsp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.pricing-div, .call-for-pricing-div {
  display: block;
}

.call4pricing {
  display: none;
}

.wbs-no-pricing {
  padding: .125rem 0% 0;
  display: flex;
}

.wbs-pricing {
  padding: .125rem 0% 0;
  display: none;
}

.no-pricing-box {
  background-color: #192b38;
  background-image: none;
  border-radius: 0;
  padding: 10px 0 10px 5px;
  display: block;
}

.button-16 {
  background-color: #39b54a;
  margin-left: 5px;
  font-weight: 400;
}

.section-26-new-copy, .pricing2025 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: block;
  overflow: visible;
}

.wbs-pricing-on {
  padding: .125rem 0% 0;
  display: block;
}

.text-block-12 {
  padding-left: 5px;
  font-weight: 300;
}

.container-125 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-58 {
  margin-top: 10px;
}

.text-span-109 {
  color: #39b54a;
  font-size: 24px;
  font-weight: 700;
}

.heading-mobile-only {
  text-align: center;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 48px;
  display: none;
}

.h2-home-page {
  text-align: center;
  font-size: 36px;
}

.h3-sub {
  margin-top: 0;
  font-size: 20px;
  line-height: 22px;
}

.cta-button-1-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.cta-mobile-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.link-25 {
  padding-left: 5px;
}

.kit-price-footnote {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.bg-cell-adu {
  background-image: url('../images/brockville.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.heading-bg-cell {
  text-align: center;
  background-color: #00000082;
  margin-top: 140px;
  margin-bottom: 140px;
}

.bg-cell-mun {
  background-image: url('../images/chantler-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.div-block-47 {
  background-image: url('../images/chantler-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-85 {
  text-align: center;
}

.link-block-adu {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.link-block-mun {
  background-image: url('../images/berkeley-918-park.webp');
  background-position: 50%;
  background-size: cover;
  height: 368px;
  text-decoration: none;
}

.cell-152 {
  background-image: url('../images/chantler-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-48 {
  width: 100%;
}

.team-circles-7 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-16 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-10 {
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.team-grid-6 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-6 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-6 {
  margin-bottom: 24px;
}

.support-column-2 {
  width: auto;
  min-height: 200px;
  margin-right: 10px;
}

.square-adu {
  background-color: #222;
  background-image: url('../images/adu-backyard-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-height: 300px;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number-2 {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-square-text-2 {
  color: #f9f9f9;
  text-align: center;
  text-transform: capitalize;
  background-color: #000000a8;
  align-self: flex-end;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.cell-153 {
  justify-content: center;
  align-items: center;
}

.quick-stack-49 {
  padding-top: 0;
}

.container-127 {
  margin-top: 10px;
}

.square-mun {
  background-color: #222;
  background-image: url('../images/rtm-staged-grey.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-height: 300px;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-11 {
  text-decoration: none;
}

.paragraph-2026 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.home-page-intro-mobile {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  display: none;
}

.hero-section-header-retirement-1 {
  background-image: url('../images/retirment-living-backyard-copy.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.heading-86 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 48px;
  line-height: 60px;
}

.bold-text-15 {
  background-color: #0000;
  font-size: 60px;
}

.div-block-desktop {
  background-color: #00000096;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 20px 10px 0;
}

.header-section-adu {
  background-image: url('../images/backyard-adu-flexobuild.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  display: flex;
}

.heading-87 {
  text-align: center;
  background-color: #000000a8;
  align-self: flex-end;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
  line-height: 28px;
}

.cell-154 {
  justify-content: center;
  align-items: center;
}

.image-122 {
  max-width: 100%;
}

.image-123 {
  flex: none;
  width: 400px;
  max-width: none;
  display: block;
}

.quick-stack-50 {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-heading {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
}

.hero-heading-center-7 {
  background-color: #192b38;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-17 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-17.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-129 {
  max-width: 90%;
}

.quick-stack-51 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 0;
}

.list-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-list-item {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
}

.list-11 {
  padding-left: 20px;
}

.image-124 {
  height: 87.0893%;
}

.list-item-7 {
  margin-bottom: 20px;
}

.imageblock {
  background-color: #0000008c;
  padding-left: 5px;
  padding-right: 5px;
}

.cell-155 {
  background-image: url('../images/backyard-adu-flexobuild.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
}

.image-overlay-text {
  background-image: linear-gradient(#00000080, #00000080);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  position: relative;
}

.section-62 {
  margin-bottom: 20px;
}

.section-63 {
  margin-bottom: 10px;
}

.section-64 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-64.accent {
  background-color: #f5f3f0;
}

.absolute-image {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.absolute-image.parallax {
  object-fit: cover;
  height: 120%;
  inset: auto 0% 0%;
}

.vertical-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.vertical-headline.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-88 {
  color: #081010;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.text-203 {
  color: #3a4140;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.text-203.properties-text {
  max-width: 600px;
}

.property-label {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000029;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.properties-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.properties-list.two {
  grid-template-columns: .8fr 1fr;
}

.heading-89 {
  color: #081010;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-89.white {
  color: #fefcf8;
}

.subtitle {
  color: #081010;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.properties-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.property-wrapper {
  background-color: #081010;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 32rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.container-130 {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.vertical-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.section-call-you {
  margin-top: 20px;
  display: none;
}

.list-2026 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.list-item-front-page {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

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

.list-12 {
  margin-top: 0;
}

.process-section-expands {
  display: none;
}

.quick-stack-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
  margin-top: 10px;
  padding: 8px;
}

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

.paragraph-81 {
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.container-133 {
  max-width: 45%;
}

.nav-tel {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
}

.image-126 {
  max-width: none;
  max-height: 70px;
}

.div-block-51 {
  max-height: 70px;
  margin-left: 20px;
  display: block;
}

.container-134 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.navbar-3 {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.container-135 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.hero-section-header-transtional {
  background-image: url('../images/rtm-main-image.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  display: flex;
}

.hero-section-retirement-0 {
  background-image: url('../images/hero-image-retire-in-place.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  display: flex;
}

.div-block-hero-block {
  background-color: #0000007d;
  align-self: flex-end;
  width: 75%;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 10px 10px 20px;
  display: block;
}

.div-block-hero-header {
  text-align: center;
  font-size: 40px;
}

.heading-div-hero-block {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.heading-div-hero-para-desktop {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-hero-section {
  background-color: #0000007d;
  align-self: flex-end;
  width: 75%;
  margin-bottom: 0;
  padding: 10px 10px 20px;
}

.bold-text-19 {
  font-size: 36px;
}

.hero-section-retirement-2 {
  background-image: url('../images/retirment-living-comparison.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-retirement-3 {
  background-image: url('../images/retirment-living-backyard-adu.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-retirement-4 {
  background-image: url('../images/flexoconnect-client-table.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.sticky-contact-number {
  z-index: 9999;
  background-color: #39b54a;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-top-number {
  color: var(--flowstica-webflow-library-white);
  border-top: 5px #000;
  border-bottom: 2px #000;
  border-left: 5px #000;
  border-right: 4px solid #000;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.link-block-12 {
  text-decoration: none;
}

.cell-156 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
}

.div-block-52 {
  background-color: #fff;
  width: 100%;
}

.code-embed-4 {
  color: #fdfdfd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  max-width: 900px;
  margin: 0 10px;
  display: flex;
}

.link-26 {
  color: var(--flowstica-webflow-library-black);
}

.cell-157 {
  background-color: #ababab;
  justify-content: flex-start;
  align-items: center;
}

.centered-heading-10-copy {
  text-align: center;
  margin-bottom: 0;
}

.centered-heading-10-copy.margin-bottom-32px {
  margin-bottom: 32px;
}

.cell-158 {
  background-color: #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.quick-stack-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.code-embed-5 {
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-53 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quick-stack-54 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  align-self: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
}

.cell-159, .cell-160 {
  justify-content: flex-start;
  align-items: center;
}

.heading-div-hero-para-mobile {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.hero-section-flexoconnect-0 {
  background-image: url('../images/flexoconnect-client-table2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-1 {
  background-image: url('../images/flexoconnect-backyard1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-2 {
  background-image: url('../images/flexoconnect-bakyard-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-3 {
  background-image: url('../images/flexoconnect-panel-delivery.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-4 {
  background-image: url('../images/flexoconnect-with-home-install.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-5 {
  background-image: url('../images/flexoconnect-with-home-owner.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.hero-section-header-flexoconnect-6 {
  background-image: url('../images/flexoconnect-coffee-children.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: 75vh;
  margin-top: 40px;
  display: flex;
}

.container-136 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-128 {
  max-width: 50%;
}

.container-137 {
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-align-right, .cell-align-left {
  justify-content: center;
  align-items: center;
}

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

.link-27 {
  color: var(--black);
}

.code-embed-6 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  display: block;
}

.code-embed-7 {
  margin-bottom: 0;
}

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

.quick-stack-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 10px;
}

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

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

.form-embed-wrap, .container-138 {
  width: 100%;
  max-width: none;
}

.container-139 {
  width: 73.758%;
  max-width: 940px;
  margin-bottom: 20px;
}

.h2-para-heading {
  margin-top: 0;
  padding-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.two-column-wrap-desktop {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.image-129 {
  width: 40%;
  max-width: 100%;
  height: auto;
}

.div-block-54 {
  width: 60%;
  max-width: none;
}

.image-column-right {
  background-image: url('../images/flexo-couple-adu-children.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-left: 10px;
}

.image-column-left {
  background-image: url('../images/flexo-couple-adu-kitchen.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-right: 10px;
}

.container-home-page {
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.image-column-right-backyard {
  background-image: url('../images/flexo-couple-adu-bakyard.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-left: 10px;
}

.image-column-panel-assy {
  background-image: url('../images/flexoconnect-panels-assembly.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-right: 10px;
}

.image-column-right-drawing-backyard {
  background-image: url('../images/flexoconnect-backayrd-drawing.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-left: 10px;
}

.two-column-wrap-mobile {
  flex-flow: row;
  justify-content: space-between;
  display: none;
}

.header-section-prefab {
  background-image: url('../images/flexoconnect-backayrd-prefab.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.image-column-right-prefab1 {
  background-image: url('../images/flexoconnect-backayrd-prefab2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-left: 10px;
}

.image-column-left-prefab1 {
  background-image: url('../images/flexoconnect-backayrd-prefab-carrying-panel.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  height: auto;
  min-height: auto;
  margin-right: 10px;
}

.image-column-right-prefab2 {
  background-image: url('../images/flexoconnect-panel-kit.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-left: 10px;
}

.image-column-left-prefab2 {
  background-image: url('../images/flexoconnect-adu-snow.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 40%;
  height: auto;
  min-height: auto;
  margin-right: 10px;
}

.paragraph-2027 {
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.div-block-55 {
  margin-top: 10px;
}

.section-white {
  background-color: #fefefe;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h2-para-heading-grey {
  color: #333131;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-2026-grey {
  color: #333131;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.list-12-grey {
  color: #333131;
  margin-top: 0;
}

.section-blue {
  padding-top: 0;
  padding-bottom: 40px;
}

.h2-para-heading-sub {
  margin-top: 0;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 500;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-17 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.link-block-13 {
  display: none;
}

.paragraph-2028 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.div-block-57 {
  flex-flow: column;
  display: flex;
}

.div-block-58 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-50-mobile {
  background-color: #000000a8;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 10px 0;
  display: none;
}

.team-circles-8 {
  border-bottom: 1px #e4ebf3;
  padding: 10px 0 0;
  position: relative;
}

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

.centered-heading-18 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 40px;
}

.centered-subheading-11 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-top: 10px;
  display: grid;
}

.team-card-8 {
  text-align: center;
  border: 1px #000;
  border-left: 0 #fff0;
  border-right-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-7 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  margin-left: 0;
  padding-top: 10px;
}

.team-member-name-7 {
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position-7 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.team-card-8-line {
  text-align: center;
  border: 1px #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.quick-stack-associations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2026-grey-ctr {
  color: #333131;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

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

.section-white-association-reviews {
  background-color: #fefefe;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-mobile {
  background-color: #00000096;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 20px 10px 0;
  display: none;
}

.superscript-4 {
  font-size: 16px;
}

.container-142 {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.image-130 {
  max-width: 50%;
}

.section-71 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-57 {
  padding-left: 0;
  padding-right: 0;
}

.cell-164 {
  border-right: 2px solid #fff;
}

.button-18 {
  background-color: #39b54a;
  border-radius: 7px;
  margin-top: 10px;
  margin-left: 5px;
}

.link-29 {
  color: var(--flowstica-webflow-library-black);
  -webkit-text-stroke-color: var(--flowstica-webflow-library-black);
}

.para-bio {
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  background-color: #72727200;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: none;
}

.container-mission {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffefe00;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 75%;
  min-width: auto;
  max-width: none;
  margin: 0 auto 20px;
  padding: 0;
  display: block;
}

.container-mission.contact {
  position: absolute;
  inset: 0%;
}

.container-flexoconnect-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.div-block-desktop-copy {
  background-color: #00000096;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 20px 10px 0;
}

.container-144 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.button-green-bg {
  color: #fff;
  background-color: #39b54a;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.container-145 {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.square-image {
  width: 400px;
  height: auto;
}

.image-fit-300 {
  object-fit: cover;
  border: 1px #fafafa;
  border-radius: 0;
  width: auto;
  max-width: 300px;
  height: 300px;
  margin-bottom: 10px;
  position: static;
}

.container-bg-text {
  background-image: url('../images/chantler-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  display: flex;
}

.h3-heading-cell {
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.link-block-14 {
  text-decoration: none;
}

.container-bg-garden-suites {
  background-image: url('../images/division-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  display: flex;
}

.container-bg-income {
  background-image: url('../images/Trent-4_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  display: flex;
}

.center-subheading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  align-self: auto;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 50px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.link-30 {
  color: var(--dim-grey);
}

.faq-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-subheading-grey {
  color: #3d3d3d;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.grid-faq {
  background-color: #ededed;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
}

.container-146 {
  max-width: 75%;
}

.h2-para-heading-grey-copy {
  color: #333131;
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.model-details-button {
  text-align: center;
  background-color: #39b54a;
  width: 100%;
  font-weight: 400;
}

.filter-bar {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.filter-btn {
  background-color: #949494;
  margin-left: 5px;
  margin-right: 5px;
}

.what-to-expect-heading {
  color: #fff;
  text-align: center;
  background-color: #192b3800;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.quick-stack-59 {
  margin-bottom: 20px;
}

.container-147 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-sub-heading-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-72 {
  margin-top: 20px;
}

.contact-container-footer {
  background-color: #d3d3d3;
  flex-flow: column;
  width: 50%;
  max-width: 100%;
  padding: 10px;
  display: flex;
}

.container-148 {
  padding-left: 0;
}

.button-19 {
  text-align: center;
  background-color: #39b54a;
  width: 100%;
  font-weight: 400;
}

.quick-stack-total-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0 #000;
  margin-top: 20px;
  padding: 0 5px 0 0;
}

.cell-167 {
  text-align: left;
}

.floating-cta-wrap {
  z-index: 9999;
  background-color: #192b38;
  border-top: 3px solid #39b54a;
  border-bottom: 3px solid #39b54a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 15%;
  margin-right: 20px;
  padding-left: 10px;
  display: flex;
  position: fixed;
  inset: 500px 0% auto auto;
}

.button-20 {
  background-color: #39b54a;
}

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

.pricing-page-section {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 48px;
  display: block;
  overflow: visible;
}

.free-adu-consult-button-m {
  background-color: #39b54a;
  display: none;
}

.container-149 {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 10px;
}

.h3-subheading {
  margin-top: 0;
  padding-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.quick-stack-60 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-150 {
  margin-top: 40px;
}

.accordion-flexoconnect {
  background-color: var(--black);
  border: 1px #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-flexoconnect.greybg {
  background-color: var(--flowstica-webflow-library-black-2);
}

.container-contact-page {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1279.2px;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .support-wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .footer {
    padding-bottom: 0;
  }

  .contact-hero-section {
    max-width: none;
    margin-top: 0;
  }

  .body {
    background-color: #192b38;
    margin-top: 0;
  }

  .container-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-white {
    margin-bottom: 10px;
  }

  .team-circles-2 {
    background-color: #192b38;
  }

  .team-grid-2 {
    grid-auto-flow: row;
    margin-top: 10px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .dropdown-link.w--current {
    display: none;
  }

  .dropdown-list.w--open {
    margin-top: 60px;
    inset: 0% auto auto 0%;
  }

  .header-faq {
    padding-bottom: 0;
  }

  .columns-10 {
    max-width: 100%;
  }

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

  .icon-4.accordion-icon {
    padding-right: 10px;
  }

  .pricing-box {
    background-image: linear-gradient(#192b38 50%, #657783);
    padding-left: 5px;
    padding-right: 0;
  }

  .home-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .nav-text {
    flex: none;
  }

  .nav-right {
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .nav-container {
    grid-column-gap: 0px;
    justify-content: space-between;
    max-width: 1200px;
    padding-left: 10px;
  }

  .heading-57 {
    flex: 0 auto;
  }

  .link-white {
    letter-spacing: -1px;
    font-size: 16px;
  }

  .image-79 {
    max-height: 75%;
  }

  .heading-58, .paragraph-56 {
    color: #353535;
  }

  .text-block-3-white {
    letter-spacing: -1px;
    font-size: 16px;
  }

  .text-block-3-copy {
    font-size: 16px;
  }

  .image-fit {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }

  .sqft-text-block {
    background-color: #192b38;
  }

  .inclusions-header {
    text-align: left;
    margin-bottom: 0;
  }

  .text-span-39, .text-span-40 {
    font-size: 22px;
  }

  .container-86 {
    margin: 10px 0;
  }

  .dropdown-list-right.w--open {
    margin-top: 60px;
    inset: 0% 0% auto auto;
  }

  .accordion-item-process {
    outline-offset: 0px;
    outline: 1px solid #fff;
  }

  .header-process {
    padding-bottom: 10px;
  }

  .process-timeline {
    background-color: var(--flowstica-webflow-library-medium-sea-green);
    color: var(--flowstica-webflow-library-black);
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .heading-pricing-total {
    font-size: 16px;
  }

  .image-92 {
    height: auto;
  }

  .cell-101 {
    display: flex;
  }

  .image-fit-vertical {
    width: 600px;
    height: 150px;
    overflow: hidden;
  }

  .text-span-97 {
    color: var(--medium-sea-green);
    font-weight: 600;
  }

  .image-fit-square {
    width: 300px;
    height: 200px;
    overflow: hidden;
  }

  .image-fit-floorplan {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .list-item-bath {
    font-size: 22px;
  }

  .list-item-bed {
    background-size: 50px;
    font-size: 22px;
  }

  .cell-133 {
    padding-bottom: 40px;
  }

  .quick-stack-white-bg {
    padding: 0;
  }

  .cell-copy {
    justify-content: center;
    align-items: center;
  }

  .image-fit-home-models {
    width: 600px;
    height: 200px;
    overflow: hidden;
  }

  .home-top-684b {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-684b.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .container-114 {
    background-color: #192b3800;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-area {
    font-size: 16px;
  }

  .home-top-378 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/Humber378-backyard.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-486b {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/humber-486B-park.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-648 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford648-park.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-792 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-792-park.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-792p {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-792p-park.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-837 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/berkeley-837-park.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-918 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/berkeley-918-park2.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .home-top-1008 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 30%), url('../images/berkeley-1008-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .home-top-1062 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 30%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .home-top-999 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 30%), url('../images/cambridge-999-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .home-top-1224 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 30%), url('../images/cambridge-1224.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .list-home-index {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .list-item-bed-home {
    background-position: 0%;
    background-size: 25px;
    padding-left: 40px;
    font-size: 16px;
  }

  .list-item-bath-home {
    background-position: 0%;
    background-size: 25px;
    flex-flow: row-reverse;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    display: inline-flex;
  }

  .home-page-top {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 30%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .container-116 {
    max-width: 75%;
  }

  .container-120 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-121 {
    max-width: 75%;
  }

  .centered-heading-15 {
    font-size: 40px;
    line-height: 45px;
  }

  .container-lower-box-of-section {
    background-color: #192b3800;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .no-pricing-box {
    background-image: none;
    padding-left: 5px;
    padding-right: 0;
  }

  .heading-mobile-only {
    font-size: 50px;
  }

  .paragraph-2026 {
    font-size: 16px;
  }

  .image-123 {
    border: 1px #000;
  }

  .sub-heading {
    text-align: center;
  }

  .container-129 {
    max-width: 75%;
  }

  .list-2026 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .container-133 {
    max-width: 45%;
  }

  .hero-section-flexoconnect-0 {
    height: 100vh;
  }

  .container-137 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .div-block-54 {
    width: 65%;
  }

  .image-column-right {
    background-size: cover;
    width: 40%;
    height: auto;
    max-height: 300px;
  }

  .image-column-left {
    background-size: cover;
    width: 35%;
    height: auto;
    max-height: 300px;
  }

  .container-home-page {
    max-width: 75%;
  }

  .image-column-right-backyard {
    background-size: cover;
    width: 40%;
    height: auto;
    max-height: 300px;
  }

  .image-column-panel-assy {
    background-size: cover;
    width: 35%;
    height: auto;
    max-height: 300px;
  }

  .image-column-right-drawing-backyard {
    background-size: cover;
    width: 40%;
    height: auto;
    max-height: 300px;
  }

  .header-section-prefab {
    height: 100vh;
  }

  .image-column-right-prefab1 {
    background-size: cover;
    width: 40%;
    height: auto;
    max-height: 300px;
  }

  .image-column-left-prefab1 {
    background-size: cover;
    width: 50%;
    height: auto;
    max-height: 300px;
  }

  .image-column-right-prefab2 {
    background-size: cover;
    width: 40%;
    height: auto;
    max-height: 300px;
  }

  .image-column-left-prefab2 {
    background-size: cover;
    width: 35%;
    height: auto;
    max-height: 300px;
  }

  .paragraph-2026-grey {
    font-size: 16px;
  }

  .quick-stack-associations {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2026-grey-ctr {
    font-size: 16px;
  }

  .container-145 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-fit-300 {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }

  .container-146 {
    max-width: 75%;
  }

  .what-to-expect-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .floating-cta-wrap {
    margin-right: 40px;
  }

  .accordion-flexoconnect {
    outline-offset: 0px;
    outline: 1px #fff;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
  }

  .menu-wrapper {
    width: 100%;
  }

  .navbar {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .nav-link {
    font-size: 16px;
  }

  .support-section {
    background-color: #0000;
  }

  .support-top-heading {
    color: #fff;
  }

  .support-wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .safe-section {
    background-image: linear-gradient(to bottom, #2222222b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    border: 10px #000;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .safe-wrapper {
    margin-left: 0;
  }

  .safe-heading {
    font-size: 60px;
  }

  .safe-paragraph {
    width: 80%;
  }

  .footer {
    padding-bottom: 0;
  }

  .contact-hero-section {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .utility-page-wrap {
    background-image: linear-gradient(to bottom, #2222226b, var(--black) 75%), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .body {
    background-color: #192b38;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .paragraph {
    padding-top: 0;
    line-height: 1.2;
  }

  .image-2 {
    align-self: center;
    width: 300px;
    max-width: 100%;
  }

  .link-block.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider {
    background-color: #0000;
    border: 1px #000;
    width: 100%;
    margin-bottom: 20px;
  }

  .container-3 {
    width: 75%;
  }

  .centered-heading {
    margin-top: 0;
    font-weight: 700;
    line-height: 42px;
  }

  .left-subheading {
    line-height: 1.1;
  }

  .container-4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 605px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 60px;
  }

  .text-block-2 {
    font-size: 38px;
  }

  .button {
    background-color: #39b54a;
  }

  .paragraph-3 {
    color: #fff;
  }

  .section {
    width: 100%;
  }

  .list-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .body-2 {
    background-color: #192b38;
  }

  .heading-4 {
    color: #fff;
    font-family: Inter, sans-serif;
  }

  .section-3 {
    background-color: #192b38;
  }

  .container-6 {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .team-circles {
    background-color: #ededed;
    background-image: none;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
  }

  .team-member-image {
    border: 2px solid #b9b9b9;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .paragraph-white {
    text-align: left;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
  }

  .html-embed-3 {
    margin-top: 10px;
    padding: 9px;
  }

  .body-3 {
    background-color: var(--dim-grey);
  }

  .block-quote {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #000;
  }

  .italic-text {
    font-size: 15px;
    line-height: 1.2;
  }

  .main-heading {
    color: #3eb453;
  }

  .button-2 {
    background-color: #39b54a;
  }

  .centered-subheading-3 {
    font-weight: 400;
  }

  .team-member-image-2 {
    border: 1px solid #000;
    width: 350px;
    height: 350px;
    max-height: none;
  }

  .paragraph-8 {
    font-size: 16px;
    font-weight: 400;
  }

  .container-header {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-center-2 {
    border: 1px #000;
  }

  .centered-heading-4 {
    color: #fff;
    text-shadow: 1px 0 1px #000;
    background-color: #6d6d6d;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .centered-heading-4.margin-bottom-32px {
    font-size: 60px;
  }

  .paragraph-14 {
    margin-top: 10px;
  }

  .container-17 {
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-section-stanford-plus {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .hero-section-home-page {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
    display: none;
  }

  .hero-section-model-page {
    background-image: url('../images/cambridge-garage-vista-split.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .hero-section-berkeley {
    background-image: url('../images/berkeley-main-image.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    min-height: 800px;
    max-height: none;
    padding-bottom: 20px;
  }

  .image-7 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-bottom: 0;
    padding: 0;
  }

  .section-5 {
    background-color: #fff;
    border: 1px #000;
  }

  .section-6 {
    background-color: #fff0;
    border: 1px #0000;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: block;
  }

  .section-7 {
    background-color: #fff0;
  }

  .hero-section-cambridge {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
  }

  .hero-section-berkeley-copy {
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
  }

  .text-block-3 {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
  }

  .dropdown-link {
    font-size: 18px;
  }

  .dropdown-toggle {
    padding-right: 20px;
    display: inline-block;
  }

  .dropdown-list.w--open {
    display: block;
    inset: 0% auto auto 0%;
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid {
    margin-bottom: 10px;
  }

  .paragraph-white-quote {
    justify-content: center;
    max-width: 850px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
  }

  .hero-section-layout {
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 450px;
    padding-bottom: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
  }

  .container-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-23 {
    margin-bottom: 10px;
  }

  .paragraph-16 {
    margin-top: 10px;
  }

  .image-11 {
    max-width: 450px;
  }

  .columns-4 {
    justify-content: center;
    height: 150px;
    margin-top: 10px;
    display: flex;
  }

  .image-13 {
    height: 100%;
  }

  .image-15, .image-16 {
    max-width: none;
    height: 150px;
    max-height: none;
  }

  .image-13-copy {
    height: 100%;
  }

  .column-10 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .container-25 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .heading-23 {
    font-weight: 500;
  }

  .paragraph-18 {
    color: #fff;
    letter-spacing: .25px;
    text-transform: uppercase;
    direction: ltr;
    background-color: #000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .link-block-5.w--current {
    justify-content: center;
    display: flex;
  }

  .shadow-two-3 {
    float: left;
  }

  .image-float-left {
    float: left;
    max-width: none;
    margin: 0 5px 5px;
    padding-top: 5px;
  }

  .image-float-right {
    float: right;
    width: 500px;
    max-width: none;
    margin: 5px;
  }

  .section-light-grey {
    padding-top: 0;
  }

  .image-36 {
    padding: 5px;
  }

  .list-item-check-green {
    background-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-green-bg {
    padding-top: 0;
  }

  .paragraph-0-margin {
    margin-right: 0;
    padding-top: 0;
  }

  .hero-section-model-montage {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
  }

  .section-17 {
    height: 40vh;
  }

  .background-video {
    background-color: #00000038;
    background-image: none;
  }

  .button-5 {
    width: 450px;
    height: 50px;
    font-size: 28px;
  }

  .div-block-9 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-29 {
    padding: 17px;
    font-size: 48px;
  }

  .list-item-faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-faq {
    background-color: #525252;
    background-image: url('../images/Untitled-1.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .section-19 {
    height: 80vh;
  }

  .video-overlay-italics.margin-bottom-32px {
    font-size: 80px;
  }

  .floorplan-title {
    font-weight: 400;
  }

  .container-features {
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 9px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .lightbox-link-5 {
    margin-bottom: 20px;
  }

  .header-tech-page {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    padding-bottom: 0;
  }

  .lower-header-info-block {
    color: #fff;
    letter-spacing: .25px;
    text-transform: uppercase;
    direction: ltr;
    background-color: #39b54a;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 300;
  }

  .paragraph-26 {
    color: #535353;
    text-align: center;
    font-size: 14px;
  }

  .link-9 {
    color: #535353;
    text-decoration: none;
  }

  .paragraph-0-margin-white {
    padding-top: 0;
  }

  .heading-price-home, .house-price {
    font-style: italic;
  }

  .container-house-title {
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .container-35 {
    background-color: #ededed;
    margin-top: 8px;
  }

  .columns-8 {
    margin-bottom: 71px;
  }

  .container-37 {
    justify-content: center;
    display: flex;
  }

  .link-blue {
    padding-left: 5px;
    padding-right: 5px;
  }

  .html-embed-5 {
    margin-top: 20px;
  }

  .heading-32 {
    font-size: 28px;
    line-height: 30px;
  }

  .list-item-check-thumb-up {
    background-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
  }

  .list-item-check-thumb-down {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-10 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-onclick {
    margin-left: 3px;
  }

  .info-icon {
    margin-bottom: 0;
  }

  .container-40 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .button-6 {
    text-shadow: 1px 2px 2px #0000009c;
    background-color: #39b54a;
    border-radius: 6px;
    font-size: 28px;
  }

  .button-6.w--current {
    font-size: 18px;
  }

  .section-23 {
    background-color: #242424;
    background-image: linear-gradient(#000, #fff);
    height: 100px;
  }

  .header-news {
    background-color: #525252;
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .adu-bylaw {
    background-color: #192b38;
  }

  .paragraph-37 {
    color: #494949;
  }

  .heading-36 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
  }

  .heading-37 {
    justify-content: center;
    font-size: 24px;
    display: flex;
  }

  .heading-38 {
    color: #fff;
    text-align: center;
    background-color: #39b54a;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .section-24 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .video-technology {
    background-color: #00000038;
    background-image: none;
    align-self: auto;
    height: auto;
  }

  .container-46 {
    height: 500px;
  }

  .container-47 {
    flex-direction: column;
    justify-content: space-around;
    height: 800px;
    min-height: auto;
    display: flex;
  }

  .div-block-19 {
    width: 100%;
    position: static;
  }

  .text-span-10 {
    padding-top: 18px;
  }

  .heading-5-dark {
    color: #555;
    text-align: center;
  }

  .image-48 {
    clear: none;
    align-self: auto;
    padding-top: 0;
    display: block;
  }

  .paragraph-white-ctr {
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 850px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
  }

  .div-block-27 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .container-52 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .centered-heading-7 {
    color: #414141;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }

  .heading-42 {
    margin-bottom: 0;
    padding: 5px;
  }

  .section-26-old {
    margin-top: 10px;
    padding-top: 0;
  }

  .image-float-right-larger {
    float: right;
    width: 45%;
    max-width: none;
    margin: 0 5px 5px;
  }

  .centered-heading-green {
    margin-top: 0;
    line-height: 42px;
  }

  .header-community-page {
    background-color: #0000;
    padding-bottom: 0;
  }

  .gallery-item-content-wrapper {
    background-color: #0000;
    padding-bottom: 0;
  }

  .section-gallery {
    margin-bottom: 40px;
  }

  .gallery-item-media {
    height: 100%;
  }

  .gallery-item-content-inner {
    padding-bottom: 5.4em;
  }

  .inner-container._600px.center {
    justify-content: center;
    display: flex;
  }

  .grid-1-column.gap-row-28px.gap-row-16-mbp {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-27 {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: center;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-44 {
    margin-top: 10px;
  }

  .container-55 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .timeline_quote-wrapper {
    font-size: 16px;
  }

  .timeline_quote-title {
    padding-top: 10px;
    font-size: 16px;
  }

  .section-timeline {
    background-color: #fff0;
  }

  .padding-vertical-xxlarge {
    margin-top: 0;
    padding-top: 570px;
  }

  .timeline_date-text {
    width: 100%;
    margin-right: 140px;
  }

  .timeline_quote {
    font-size: 16px;
  }

  .timeline_text {
    padding-left: 0;
  }

  .timeline_quote-text-wrapper {
    order: 0;
    align-self: auto;
  }

  .page-wrapper-2 {
    display: block;
  }

  .background-layer {
    background-color: #0000;
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .frontpageimage {
    width: 100%;
  }

  .link-blue-copy {
    color: #fff;
    font-weight: 300;
  }

  .bold-text-8 {
    font-weight: 300;
  }

  .timeline_date-text_dark {
    width: 100%;
    margin-right: 140px;
  }

  .image-description {
    font-size: 12px;
  }

  .image-float-right-50 {
    float: right;
    width: 40%;
    max-width: none;
    margin: 5px;
  }

  .accordion-item {
    background-color: #2f92c3;
  }

  .icon-4.accordion-icon {
    display: block;
  }

  .paragraph-42, .accordion-home-heading {
    font-size: 16px;
  }

  .page-wrapper-4 {
    z-index: 1;
    display: none;
  }

  .div-block-31 {
    margin-top: 10px;
  }

  .section-6-copy {
    background-color: #fff;
    border: 1px #0000;
  }

  .hero-section-show-home {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .container-62 {
    flex-direction: column;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
    display: flex;
  }

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

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

  .container-63 {
    z-index: 9999;
    margin-bottom: 0;
    display: none;
    position: relative;
  }

  .section-32 {
    margin-top: 10px;
  }

  .container-64 {
    z-index: 9999;
    position: relative;
  }

  .wbs-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .wbs-pricing-4-price-wrap {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph-47 {
    color: #000;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

  .home-heading {
    margin-top: 0;
  }

  .paragraph-50 {
    color: var(--black);
  }

  .hst {
    color: #fff;
  }

  .image-63 {
    width: 550px;
  }

  .wbs-section-3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .container-67 {
    display: block;
  }

  .heading-51 {
    text-align: center;
  }

  .hero-section-stanford {
    background-position: 50%;
    background-size: cover;
    height: 750px;
    min-height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .wbs-blog-item-copy {
    display: none;
  }

  .quick-stack-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-70 {
    max-width: 80%;
  }

  .section-34 {
    width: 80%;
  }

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

  .quick-stack-10 {
    padding: 0;
  }

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

  .image-75, .image-76, .image-77 {
    width: 100%;
  }

  .heading-pricing {
    font-size: 18px;
  }

  .container-72 {
    height: auto;
  }

  .section-35 {
    width: 100%;
  }

  .video-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-36 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 1000px;
    max-height: 100%;
  }

  .container-73 {
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: 578px;
    margin-bottom: 0;
  }

  .background-video-6 {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .div-block-34 {
    height: auto;
    max-height: none;
    margin-top: 40px;
  }

  .nav-text {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-right {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .brand-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 1400px;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center baseline;
    max-width: 1400px;
    padding-left: 10px;
    display: flex;
  }

  .button-8 {
    background-color: #39b54a;
  }

  .text-block-7 {
    font-size: 30px;
    font-weight: 300;
  }

  .section-37 {
    max-width: 100%;
  }

  .container-75 {
    padding: 6px;
  }

  .hero-heading-center-4 {
    margin-top: 0;
  }

  .container-76 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .centered-heading-8.margin-bottom-32px {
    margin-top: 10px;
  }

  .image-79 {
    max-height: 75%;
  }

  .gallery-slide-text {
    margin-bottom: 40px;
  }

  .gallery-slide-nav {
    display: block;
  }

  .hero-heading-center-5 {
    background-color: #f5f7fa00;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-3-white {
    color: var(--flowstica-webflow-library-white-smoke);
    font-size: 16px;
  }

  .text-block-3-copy {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
  }

  .body-blue {
    background-color: #192b38;
  }

  .section-40 {
    margin-top: 20px;
  }

  .home-model-heading-white {
    color: #fff;
    text-align: center;
    font-family: Great Vibes, cursive;
    font-size: 60px;
    font-weight: 400;
  }

  .image-fit {
    height: 300px;
  }

  .model-grid {
    background-image: linear-gradient(#192b38 38%, #7d8083);
    margin-bottom: 0;
  }

  .para-white-model-grid {
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 850px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    display: flex;
  }

  .accordion-home-heading-white, .model-text-expanded-white {
    font-size: 16px;
  }

  .heading-62 {
    color: #fff;
    text-align: center;
  }

  .heading-63 {
    color: #fff;
    text-align: center;
    font-size: 44px;
  }

  .link-block-pc.w--current {
    margin-right: 10px;
  }

  .sqft-text-block {
    background-color: #65778300;
  }

  .paragraph-58 {
    color: var(--white-smoke);
  }

  .text-span-43, .text-span-44 {
    font-size: 14px;
  }

  .container-87 {
    margin-top: 10px;
  }

  .section-43 {
    margin-top: 20px;
  }

  .dropdown-list-right.w--open {
    display: block;
    inset: 0% 0% auto auto;
  }

  .cta-button-1 {
    align-self: center;
  }

  .section-26-new {
    margin-top: 10px;
    padding-top: 0;
  }

  .accordion-item-process {
    background-color: #192b38;
    border: 1px solid #fbfbfb;
  }

  .header-process {
    background-color: #192b38;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: auto;
  }

  .para-process {
    font-size: 16px;
  }

  .section-color {
    margin-top: 10px;
    padding-top: 0;
  }

  .process-timeline {
    background-color: var(--flowstica-webflow-library-medium-sea-green);
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 24px;
  }

  .grid-process {
    padding-bottom: 10px;
  }

  .heading-pricing-total {
    font-size: 18px;
  }

  .image-92 {
    height: auto;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .faq-text {
    font-size: 16px;
  }

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

  .paragraph-white-light {
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    display: block;
  }

  .team-card-jordan {
    display: none;
  }

  .accordion-text {
    background-color: #2f92c3;
  }

  .accordian-text {
    font-size: 16px;
  }

  .paragraph-white-14 {
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
  }

  .slider-copy-wrap {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-white-desktop-only, .paragraph-white-blog {
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
  }

  .image-float-right-comm {
    float: right;
    width: 50%;
    max-width: none;
    margin: 5px;
  }

  .image-float-left-comm {
    float: left;
    max-width: 50%;
    margin: 0 5px 5px;
    padding-top: 5px;
  }

  .container-97 {
    width: auto;
  }

  .developers-icon {
    width: 100px;
    height: 100px;
    max-height: none;
  }

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

  .benefits-text {
    font-size: 16px;
  }

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

  .benefits-text-copy, .para-process-wrap {
    font-size: 16px;
  }

  .text-span-86, .text-span-87, .text-span-88 {
    color: #39b54a;
  }

  .text-span-89 {
    font-size: 22px;
  }

  .quick-stack-34 {
    background-color: #000;
  }

  .paragraph-dark {
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
  }

  .accordion-home-heading-dark {
    font-size: 16px;
  }

  .city-heading-adu-bylaw {
    margin-top: 0;
    font-weight: 700;
    line-height: 42px;
  }

  .paragraph-bylaw {
    color: var(--white-smoke);
    padding-top: 0;
    line-height: 1.2;
  }

  .map-icon-bylaw {
    color: #fff;
    background-size: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .media-container {
    background-color: #192b38;
  }

  .text-span-104, .text-span-105 {
    font-size: 14px;
  }

  .text-span-106 {
    text-shadow: none;
  }

  .slide-img-one {
    background-image: linear-gradient(#0000, #0000), url('../images/slide-1.webp');
  }

  .slide-txt-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .slide-img-two {
    background-image: linear-gradient(#0000, #0000), url('../images/slide-2.webp');
  }

  .slide-img-three {
    background-image: linear-gradient(#0000, #0000), url('../images/slide-1.webp');
  }

  .slider-4 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    display: block;
  }

  .pres-list {
    color: #fff;
    font-size: 30px;
  }

  .image-116 {
    max-width: 20%;
  }

  .section-53 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .heading-79 {
    color: #fff;
  }

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

  .front-page {
    background-color: #192b38;
  }

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

  .image-fit-floorplan {
    width: 100%;
    height: auto;
  }

  .list-item-bath, .list-item-bed {
    background-size: 50px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 60px;
    font-size: 30px;
  }

  .cell-133 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .paragraph-white-copy {
    text-align: left;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
  }

  .quick-stack-white-bg {
    background-color: #fff;
    padding: 0;
  }

  .cell-135, .cell-136 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-43 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cell-right {
    justify-content: center;
    align-items: flex-end;
  }

  .floorplan-footnote {
    text-align: left;
    justify-content: center;
    max-width: 940px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }

  .pricing-page-link {
    text-align: center;
    justify-content: center;
    max-width: 940px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    display: block;
  }

  .list-item-developers {
    background-image: none;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .list-developers {
    margin-bottom: 20px;
  }

  .hero-wrapper-10 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2-subheading {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    font-weight: 600;
  }

  .team-circles-5 {
    padding-top: 10px;
  }

  .team-grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .home-top-684b {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-684b.webp');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .cell-144 {
    justify-content: center;
    align-items: center;
  }

  .list-item-area {
    background-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
  }

  .home-top-378 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/Humber-378.webp');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-486b {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/humber-486B-park.jpg');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-648 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford648-park.jpg');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-792 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-792-park.webp');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-792p {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/stanford-792p-park.webp');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-837 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 57%), url('../images/berkeley-837-park.webp');
    background-position: 0 0, 0%;
    height: 900px;
  }

  .home-top-918 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/berkeley-918-park2.jpg');
    background-position: 0 0, 50% 100%;
    height: 900px;
  }

  .home-top-1008 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/berkeley-1008-park.webp');
    background-position: 0 0, 50% 100%;
    height: 900px;
  }

  .home-top-1062 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    height: 900px;
  }

  .home-top-999 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/cambridge-999-park.webp');
    background-position: 0 0, 50% 100%;
    height: 900px;
  }

  .home-top-1224 {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/cambridge-1224.webp');
    background-position: 0 0, 50% 100%;
    height: 900px;
  }

  .list-home-index {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .list-item-bed-home {
    background-size: 35px;
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
  }

  .list-item-bath-home {
    background-position: 0%;
    background-size: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 18px;
    display: block;
  }

  .home-page-top {
    background-image: linear-gradient(357deg, #192b38 15%, #fff0 28%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 0;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
  }

  .container-116 {
    max-width: 75%;
  }

  .home-page-vid-section {
    display: none;
  }

  .team-slider-4 {
    background-color: #f5f7fa00;
    padding: 10px;
  }

  .team-block-4 {
    background-color: #fff0;
  }

  .team-block-info-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-name-two-4 {
    text-align: center;
  }

  .container-119 {
    max-width: 80%;
  }

  .team-circles-6 {
    border: 1px #000;
    padding-bottom: 0;
  }

  .container-121 {
    max-width: 75%;
  }

  .centered-heading-15 {
    font-size: 40px;
  }

  .team-member-image-5 {
    width: 600px;
    height: 350px;
    max-height: none;
  }

  .team-member-position-5 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
  }

  .hero-content {
    justify-content: flex-end;
    align-items: center;
  }

  .section-56 {
    height: 100vh;
  }

  .wbs-no-pricing, .wbs-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .no-pricing-box {
    background-image: none;
  }

  .section-26-new-copy, .pricing2025 {
    margin-top: 10px;
    padding-top: 0;
  }

  .wbs-pricing-on {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-mobile-only {
    font-size: 50px;
  }

  .cta-button-1-mobile {
    align-self: center;
  }

  .team-member-image-6 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .support-column-2 {
    display: block;
  }

  .paragraph-2026 {
    line-height: 1.2;
  }

  .div-block-desktop {
    width: 80%;
  }

  .header-section-adu {
    background-image: url('../images/backyard-adu-flexobuild.webp');
  }

  .sub-heading {
    text-align: center;
  }

  .container-129 {
    max-width: 75%;
  }

  .container-132 {
    padding-top: 10px;
  }

  .container-133 {
    max-width: 45%;
  }

  .quick-stack-54 {
    align-self: flex-start;
  }

  .hero-section-flexoconnect-0 {
    height: 100vh;
  }

  .container-137 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .container-139 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .image-column-right, .image-column-left {
    max-height: 400px;
  }

  .container-home-page {
    max-width: 75%;
  }

  .image-column-right-backyard, .image-column-panel-assy, .image-column-right-drawing-backyard {
    max-height: 400px;
  }

  .header-section-prefab {
    background-image: url('../images/flexoconnect-backayrd-prefab.webp');
    height: 100vh;
  }

  .image-column-right-prefab1, .image-column-left-prefab1, .image-column-right-prefab2, .image-column-left-prefab2 {
    max-height: 400px;
  }

  .div-block-55 {
    align-self: flex-end;
  }

  .paragraph-2026-grey {
    line-height: 1.2;
  }

  .team-member-image-7 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .paragraph-2026-grey-ctr {
    line-height: 1.2;
  }

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

  .div-block-mobile {
    width: 80%;
  }

  .para-bio {
    font-size: 16px;
    font-weight: 400;
  }

  .container-mission {
    flex-direction: column;
    align-items: center;
    max-width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-desktop-copy {
    width: 80%;
  }

  .image-fit-300 {
    height: 300px;
  }

  .center-subheading {
    line-height: 1.1;
  }

  .h2-subheading-grey {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .container-146 {
    max-width: 75%;
  }

  .what-to-expect-heading {
    margin-top: 0;
  }

  .floating-cta-wrap {
    margin-right: 20px;
  }

  .pricing-page-section {
    margin-top: 10px;
    padding-top: 0;
  }

  .accordion-flexoconnect {
    outline-offset: 0px;
    background-color: #192b38;
    border: 1px #fbfbfb;
    outline: 1px #fff;
  }

  .container-contact-page {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 100%;
  }

  .support-wrapper {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .footer {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-2 {
    display: none;
  }

  .centered-heading {
    padding-bottom: 10px;
    line-height: 30px;
  }

  .left-subheading {
    margin-left: 60px;
    line-height: 1.1;
  }

  .section {
    border-color: #fff;
  }

  .columns-10 {
    width: 100%;
  }

  .paragraph-49 {
    font-size: 16px;
  }

  .heading-pricing {
    font-size: 18px;
  }

  .nav-text {
    padding-right: 5px;
  }

  .navbar-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 1600px;
    margin-top: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    grid-template-columns: .5fr .25fr .5fr;
    justify-content: space-between;
    place-items: center;
    max-width: 1600px;
    height: 75px;
    margin-bottom: 10px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-left {
    width: 52.472%;
  }

  .container-76 {
    justify-content: center;
    align-items: center;
  }

  .image-79 {
    width: auto;
    max-height: 75%;
  }

  .inclusions-header {
    font-size: 24px;
  }

  .container-86 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .header-process {
    height: auto;
  }

  .btn-description {
    font-size: 30px;
  }

  .stage-button {
    max-width: 100%;
    margin-top: 10px;
  }

  .container-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-text, .paragraph-64 {
    font-size: 20px;
  }

  .container-what-to-expect {
    max-width: 1200px;
  }

  .cell-142 {
    justify-content: center;
    align-items: center;
  }

  .home-top-918 {
    background-position: 0 0, 50%;
    height: 1200px;
  }

  .home-top-1062, .home-top-999 {
    background-position: 0 0, 50%;
  }

  .home-top-1224 {
    background-position: 0 0, 50%;
    justify-content: center;
    align-items: flex-end;
  }

  .list-item-bath-home {
    background-position: 0%;
    background-size: 30px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .home-page-top {
    background-position: 0 0, 50%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-116 {
    max-width: 75%;
  }

  .centered-heading-15 {
    font-size: 40px;
  }

  .team-member-image-5 {
    width: 700px;
    height: 350px;
  }

  .team-member-position-5 {
    font-size: 20px;
    line-height: 22px;
  }

  .home-page-headline {
    font-size: 24px;
  }

  .hero-content {
    justify-content: flex-end;
    align-items: center;
  }

  .section-56 {
    height: 100vh;
    display: block;
  }

  .video-section, .video-section-portrait {
    height: 60%;
  }

  .no-pricing-box {
    background-image: none;
  }

  .heading-mobile-only {
    font-size: 60px;
    line-height: 60px;
  }

  .square-adu, .square-mun {
    width: 600px;
    min-height: 450px;
  }

  .paragraph-2026 {
    font-size: 20px;
  }

  .home-page-intro-mobile {
    font-size: 24px;
  }

  .heading-86 {
    margin-left: 60px;
  }

  .div-block-desktop {
    width: 75%;
    margin-top: 40px;
  }

  .heading-87 {
    font-size: 32px;
  }

  .image-123 {
    border-style: none;
  }

  .sub-heading {
    text-align: center;
  }

  .container-129 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 75%;
    display: block;
  }

  .paragraph-78 {
    font-size: 20px;
    font-weight: 300;
  }

  .list-text {
    font-size: 20px;
  }

  .heading-list-item {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .section-61 {
    align-self: auto;
  }

  .cell-155 {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
  }

  .image-overlay-wrap {
    position: relative;
  }

  .image-125 {
    width: 100%;
    max-width: none;
  }

  .image-overlay-text {
    z-index: 2;
    background-image: linear-gradient(#00000080, #00000080);
    width: 100%;
    min-width: auto;
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .paragraph-79 {
    font-size: 20px;
    line-height: 1.2;
  }

  .list-2026 {
    font-size: 20px;
  }

  .quick-stack-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 7px;
  }

  .container-132 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .container-133 {
    max-width: 45%;
  }

  .nav-tel {
    padding-left: 0;
    font-size: 16px;
  }

  .image-126, .div-block-51 {
    max-height: 80px;
  }

  .code-embed-4 {
    width: 100%;
    max-width: none;
  }

  .hero-section-flexoconnect-0 {
    height: 100vh;
  }

  .container-137 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .code-embed-6 {
    width: 98.9512%;
    margin-left: 10px;
  }

  .form-embed-wrap {
    width: 100%;
    display: flex;
  }

  .container-139 {
    width: 90%;
    max-width: 960px;
  }

  .image-column-right, .image-column-left {
    max-height: 400px;
  }

  .container-home-page {
    max-width: 75%;
    margin-bottom: 0;
  }

  .image-column-right-backyard, .image-column-panel-assy, .image-column-right-drawing-backyard {
    max-height: 400px;
  }

  .header-section-prefab {
    height: 100vh;
  }

  .image-column-right-prefab1, .image-column-left-prefab1, .image-column-right-prefab2, .image-column-left-prefab2 {
    max-height: 400px;
  }

  .section-white {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-para-heading-grey {
    color: #444;
  }

  .paragraph-2026-grey {
    color: #444;
    font-size: 20px;
  }

  .list-12-grey {
    color: #444;
  }

  .section-blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-28 {
    color: var(--flowstica-webflow-library-black-2);
  }

  .paragraph-2026-grey-ctr {
    color: #444;
    font-size: 20px;
  }

  .section-white-association-reviews {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-mobile {
    width: 75%;
    margin-top: 40px;
  }

  .container-mission {
    max-width: 65%;
  }

  .div-block-desktop-copy {
    width: 75%;
    margin-top: 40px;
  }

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

  .container-bg-text, .container-bg-garden-suites, .container-bg-income {
    width: 400px;
  }

  .center-subheading {
    margin-left: 60px;
    line-height: 1.1;
  }

  .container-146 {
    max-width: 75%;
  }

  .h2-para-heading-grey-copy {
    color: #444;
  }

  .contact-container-footer {
    width: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .floating-cta-wrap {
    margin-right: 60px;
  }

  .container-149 {
    width: 100%;
    max-width: none;
  }

  .accordion-flexoconnect {
    border: 0 #fff;
    border-radius: 0;
  }

  .section-73, .section-74 {
    align-self: auto;
  }

  .container-contact-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-2, .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: #787878;
    flex-flow: column;
    place-content: stretch center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .hero-section {
    background-image: url('../images/windsor-part-br.webp');
    background-position: 50%;
    background-size: contain;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .navbar {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-link {
    background-color: var(--medium-sea-green);
    color: #000;
    text-align: center;
    border: 1px #000;
    min-width: 97%;
    font-size: 24px;
  }

  .nav-wrapper {
    padding-bottom: 0;
  }

  .hero-wrapper {
    min-height: 350px;
    max-height: none;
  }

  .hero-heading {
    width: 100%;
    font-size: 40px;
  }

  .hero-heading.anout-hero-heading {
    text-align: left;
    width: 100%;
  }

  .hero-paragraph {
    width: 90%;
    font-size: 16px;
  }

  .support-section {
    background-color: #0000;
    padding-bottom: 20px;
  }

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

  .support-square-factory {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-section {
    align-self: center;
    min-height: 350px;
    padding-left: 0;
  }

  .safe-wrapper {
    width: 100%;
    min-height: 350px;
    margin-left: 0;
  }

  .safe-heading {
    width: 80%;
    font-size: 44px;
  }

  .safe-paragraph {
    width: 85%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .nav-button {
    color: var(--white-smoke);
    padding: 0;
    display: flex;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: var(--black);
    border-radius: 5px;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: #20c75d;
    flex: 0 auto;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-menu:hover {
    background-color: var(--medium-sea-green);
  }

  .content-section {
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .cart-nav-wrapper {
    display: flex;
  }

  .row {
    flex-direction: column;
  }

  .body {
    margin-top: 0;
  }

  .support-square-2, .support-square-3 {
    min-height: 330px;
  }

  .paragraph {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 5px;
  }

  .heading-2 {
    text-align: center;
  }

  .team-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .container-3 {
    max-width: 728px;
  }

  .centered-heading {
    padding: 5px;
  }

  .left-subheading {
    font-size: 14px;
    line-height: 1.1;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    background-color: #0000;
    justify-content: center;
    margin-top: 297px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    background-color: #0000;
    border-radius: 6px;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
  }

  .text-block-2 {
    background-color: #0000004d;
    font-size: 24px;
    line-height: 1;
  }

  .button {
    background-color: #39b54a;
    max-width: 50%;
    min-height: 0;
    max-height: none;
    margin-top: 10px;
    padding: 5px;
    font-size: 22px;
    display: inline-block;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .icon-2 {
    color: var(--medium-sea-green);
    font-size: 60px;
  }

  .html-embed-2 {
    width: 100%;
    max-width: none;
  }

  .section {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-paragraph-right {
    width: 90%;
    font-size: 16px;
  }

  .hero-section-about {
    background-image: linear-gradient(#20c788 25%, #2220 70%), url('../images/house-trailer-edited.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto 300px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-heading-center {
    border: 1px #000;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .shadow-two {
    max-width: 80%;
  }

  .list-item {
    font-size: 16px;
  }

  .body-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .list-2 {
    margin-top: 0;
    padding-left: 40px;
  }

  .section-3 {
    height: auto;
  }

  .container-6 {
    background-color: #0000;
    margin-top: 10px;
    padding-top: 0;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-4 {
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-3 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-card {
    background-color: #f5f5f5;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-white {
    text-align: left;
    text-shadow: none;
    padding: 0 5px 5px;
    font-size: 16px;
  }

  .heading-10 {
    min-height: 40px;
    line-height: 20px;
  }

  .main-heading {
    text-align: center;
    font-size: 48px;
    line-height: 50px;
  }

  .container-8 {
    justify-content: center;
    display: flex;
  }

  .flex-sb {
    padding: .3em 2em;
  }

  .social-links {
    padding: 2em;
  }

  .text {
    font-size: .7rem;
  }

  .info-detail {
    width: 45%;
  }

  .wrapper-2.fh-sb {
    width: 100%;
  }

  .wrapper-2.fv-sb {
    padding: 2em;
  }

  .page-wrapper {
    height: 696vw;
  }

  .collection-list-wrapper {
    width: 348vw;
    height: 58vw;
  }

  .logo-icon {
    width: 1rem;
  }

  .info-open-wrapper {
    display: none;
  }

  .info-wrapper {
    padding: 2em;
  }

  .collection-item {
    width: 29vw;
    height: 29vw;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-circles-2 {
    padding-bottom: 10px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-member-image-2 {
    width: 250px;
    height: 250px;
  }

  .container-header {
    background-color: #0000;
    max-width: 85%;
    padding-left: 57px;
    padding-right: 57px;
  }

  .container-header.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    max-height: 100px;
    display: flex;
  }

  .container-11 {
    display: block;
  }

  .container-13 {
    height: auto;
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-center-2 {
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-14 {
    max-width: 728px;
    line-height: 1.5;
  }

  .centered-heading-4.margin-bottom-32px {
    color: #5c5c5c;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .shadow-two-2 {
    border: 1px solid #888;
    border-radius: 7px;
  }

  .home-show-case-para {
    color: #000;
    text-shadow: none;
    font-size: 14px;
  }

  .button-4 {
    margin-top: 0;
  }

  .fine-print {
    max-width: 100%;
    font-size: 9px;
  }

  .heading-14 {
    flex-direction: row-reverse;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
    display: block;
  }

  .container-16 {
    margin-top: 10px;
  }

  .hero-section-stanford-plus {
    background-image: url('../images/stanford-plus-lrg.jpg');
    background-position: 50%;
    background-size: cover;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
    display: none;
  }

  .hero-section-home-page {
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 50%;
    background-size: cover;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-model-page {
    background-image: url('../images/cambridge-garage-vista-split.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-berkeley {
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: 350px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
    display: none;
  }

  .image-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .hero-section-cambridge {
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
    display: none;
  }

  .hero-section-berkeley-copy {
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 50%;
    background-size: contain;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .text-block-3 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 24px;
  }

  .dropdown-toggle {
    text-align: center;
  }

  .team-circles-3 {
    padding: 8px;
  }

  .container-21 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .team-member-position-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 36px;
  }

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

  .heading-19 {
    margin-top: 0;
    font-size: 48px;
  }

  .paragraph-white-quote {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .hero-section-layout {
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: contain;
    height: auto;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 7px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
  }

  .heading-21 {
    font-size: 32px;
  }

  .hero-heading-technology {
    border: 1px #000;
  }

  .image-9, .image-10, .image-11, .image-12 {
    width: 276px;
  }

  .heading-22 {
    margin-top: 10px;
    font-size: 28px;
  }

  .image-14 {
    max-height: 130px;
  }

  .image-15, .image-16 {
    max-width: none;
    max-height: 130px;
  }

  .paragraph-18 {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }

  .link-block-5 {
    justify-content: center;
    display: flex;
  }

  .link-block-5.w--current {
    margin-bottom: 5px;
  }

  .columns-5 {
    flex-direction: row;
  }

  .heading-24 {
    color: #fff;
  }

  .image-32, .container-28, .image-33 {
    padding: 5px;
  }

  .columns-6 {
    display: flex;
  }

  .container-29 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-float-left {
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
  }

  .image-float-right {
    width: 300px;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 5px;
    padding: 5px;
  }

  .image-35 {
    margin: 5px;
    padding: 5px;
  }

  .image-36, .column-15 {
    padding: 5px;
  }

  .list-item-check-green {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .paragraph-green-bg {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 16px;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .lightbox-link-3 {
    justify-content: center;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .paragraph-0-margin {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 14px;
  }

  .heading-26 {
    height: 55px;
  }

  .hero-section-model-montage {
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 50%;
    background-size: contain;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .section-17 {
    height: 45vh;
  }

  .background-video {
    height: 100%;
    min-height: auto;
  }

  .button-5 {
    color: #e6e6e6;
    text-shadow: 1px 2px #00000075;
  }

  .div-block-9 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-29 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 76px;
    font-size: 32px;
    display: block;
  }

  .content-section-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-faq {
    font-size: 16px;
  }

  .header-faq {
    background-image: url('../images/Untitled-1.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    display: flex;
  }

  .section-19 {
    height: 60vh;
  }

  .video-overlay-italics.margin-bottom-32px {
    color: #fff;
    margin-top: 10px;
    font-size: 48px;
  }

  .container-features {
    background-color: #0000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-features.contact {
    padding-bottom: 35px;
    position: static;
  }

  .header-tech-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: auto;
  }

  .lower-header-info-block {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }

  .paragraph-26 {
    margin-bottom: 0;
  }

  .container-31 {
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .columns-7 {
    min-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-0-margin-white {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 16px;
  }

  .heading-price-home {
    margin-top: 0;
    font-size: 48px;
  }

  .image-39 {
    padding-top: 10px;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 16px;
  }

  .container-house-title {
    background-color: #413c3c00;
    flex-direction: row;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-house-title.contact {
    padding-bottom: 35px;
    position: static;
  }

  .title-ctr-white {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .container-32, .container-33, .container-34 {
    justify-content: center;
    display: flex;
  }

  .side-menu {
    display: none;
  }

  .tooltip-content---brix {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .grid-4-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-32 {
    color: #535353;
    font-size: 24px;
    font-weight: 500;
  }

  .container-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-medaia-icon {
    width: 100px;
    max-width: none;
  }

  .tooltip-diamond.bottom {
    margin-left: 164px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list-item-check-thumb-up {
    background-position: 0 10%;
    background-size: 20px;
    background-attachment: scroll;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .list-item-check-thumb-down {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .list-8 {
    padding-left: 10px;
  }

  .list-9 {
    padding-left: 0;
  }

  .tooltip-anchor-2.top {
    align-items: flex-start;
    margin-left: -158px;
    display: none;
  }

  .tooltip-wrapper-3 {
    width: 250px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-34 {
    padding-top: 0;
    font-size: 18px;
  }

  .info-icon {
    width: 35px;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .header-news {
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
    height: 250px;
  }

  .para-pricing-left {
    color: #666;
  }

  .columns-11 {
    width: 650px;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    padding-bottom: 10px;
  }

  .social-embed {
    display: none;
  }

  .container-45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

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

  .columns-12 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .html-embed-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .video-technology {
    height: 100%;
    min-height: auto;
  }

  .container-48 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .background-video-2 {
    height: 100vh;
  }

  .div-block-18 {
    height: 100%;
  }

  .background-video-3 {
    clear: none;
    text-align: left;
    height: 400px;
    position: relative;
    overflow: visible;
  }

  .container-49 {
    position: relative;
  }

  .div-block-21 {
    height: 500px;
  }

  .background-video-5 {
    height: 350px;
  }

  .heading-5-dark {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-41 {
    margin-top: 0;
  }

  .html-embed-10 {
    margin-bottom: 20px;
  }

  .paragraph-white-ctr {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .content-section-dark {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-25 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-42 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-26-old {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-float-right-larger {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }

  .centered-heading-green {
    padding: 5px;
  }

  .header-community-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: auto;
  }

  .gallery-lightbox-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-gallery {
    margin-top: 0;
  }

  .gutter-outside {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .gallery-scroll-distance {
    height: 105vh;
    margin-top: -40px;
  }

  .title1 {
    font-size: 2em;
  }

  .gallery-item-content-inner {
    padding-bottom: 1.1em;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .title4 {
    margin-bottom: 14px;
    padding-top: 29px;
  }

  .columns-16 {
    flex: 0 auto;
    display: block;
  }

  .paragraph-40 {
    font-size: 14px;
  }

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .timeline_quote-wrapper {
    border-width: 1px;
    border-color: #474242;
    flex-wrap: wrap;
  }

  .timeline_item {
    grid-template-columns: 1fr 58px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_quote-title {
    color: #494040;
    margin-top: 20px;
  }

  .section-timeline {
    margin-top: auto;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .timeline_progress {
    left: auto;
  }

  .padding-vertical-xxlarge {
    padding-top: 276px;
  }

  .timeline_date-text {
    color: #453f3f;
    text-shadow: none;
    font-size: 28px;
    font-weight: 500;
  }

  .timeline_quote {
    color: #3f3a3a;
    -webkit-text-stroke-color: #363232;
  }

  .timeline_text {
    text-align: left;
    padding: 6px 0;
    font-weight: 400;
  }

  .button-icon-small {
    position: static;
    top: 16px;
  }

  .background-layer {
    background-color: #0000;
  }

  .frontpageimage {
    width: 100%;
    max-width: none;
  }

  .timeline_text_dark {
    padding: 6px;
    font-weight: 400;
  }

  .timeline_date-text_dark {
    font-size: 40px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-58 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .image-float-right-50 {
    width: 40%;
    margin: 5px;
    padding: 5px;
  }

  .accordion-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .accordion-item-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
  }

  .fa-icon {
    color: var(--medium-sea-green);
  }

  .paragraph-42 {
    margin-bottom: 0;
  }

  .accordion-home-drop {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .accordion-home-heading {
    text-align: left;
  }

  .accordion-wrapper-home {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container-61 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__p {
    font-size: 12px;
  }

  .overflow {
    min-height: 100vh;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .c-nav_wrap {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
  }

  .c-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav-brand {
    margin-left: 4px;
  }

  .page-wrapper-4 {
    display: none;
  }

  .div-block-31 {
    margin-top: 13px;
  }

  .media-paragraph {
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-section-show-home {
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: contain;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .paragraph-46 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .container-62, .quick-stack-4 {
    width: 100%;
  }

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

  .heading-47 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080), url('../images/pelham-outside.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 110px;
    line-height: 90px;
  }

  .container-63 {
    z-index: 1;
    display: block;
    position: relative;
  }

  .section-32 {
    z-index: 1;
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/berkeley-carousel.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-direction: row;
    display: flex;
    position: relative;
  }

  .quick-stack-5 {
    margin-top: 10px;
  }

  .wbs-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-pricing-4-list-item {
    margin-bottom: 0;
  }

  .wbs-pricing-4-list {
    margin-top: 10px;
  }

  .wbs-pricing-4-title {
    margin-top: 10px;
    font-size: 30px;
  }

  .wbs-pricing-4-title-wrap {
    justify-content: center;
    align-items: center;
  }

  .wbs-pricing-4-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-box {
    background-image: linear-gradient(#192b38 52%, #657783);
  }

  .pricing-note {
    margin-bottom: 0;
    display: block;
  }

  .wbs-blog-title {
    font-size: 18px;
    line-height: 20px;
  }

  .wbs-blog-image {
    border-style: none;
    width: 100%;
  }

  .wbs-blog-image-wrap {
    border-radius: 0;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-2 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .image-63 {
    width: 600px;
  }

  .pricing-footnote {
    line-height: 1.4;
  }

  .wbs-hero-5-image-wrap {
    flex-direction: column;
    align-items: center;
  }

  .wbs-hero-5-blockquote-content {
    margin-bottom: 0;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-section-3 {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .heading-50 {
    color: var(--white-smoke);
    -webkit-text-stroke-color: var(--brown);
    text-shadow: 1px 1px 1px #000;
    background-color: #38b749;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .image-71 {
    height: auto;
  }

  .hero-section-stanford {
    background-image: url('../images/stanford-plus-lrg.jpg');
    background-position: 50%;
    background-size: cover;
    height: 425px;
    min-height: 350px;
    max-height: none;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
    display: none;
  }

  .image-72 {
    max-width: 80%;
  }

  .wbs-heading-h4 {
    font-size: 1.6rem;
  }

  .wbs-cta-6 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .wbs-section-4 {
    padding: 0 0%;
  }

  .heading-42-copy {
    margin-top: 0;
  }

  .quick-stack-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cell-17 {
    display: block;
  }

  .quick-stack-8 {
    align-self: auto;
    padding-left: 20px;
  }

  .cell-18 {
    display: none;
  }

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

  .image-74 {
    display: none;
  }

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

  .cell-22 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .timeline_item_pricing {
    grid-template-columns: 1fr 58px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-pricing {
    align-self: flex-start;
    font-size: 20px;
  }

  .wbs-section-5 {
    padding: 0 0%;
  }

  .heading-56 {
    color: #fff;
  }

  .wbs-cta-7 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .container-73 {
    margin-top: 306px;
  }

  .nav-menu-2 {
    display: block;
  }

  .brand-2 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-2 {
    display: none;
  }

  .nav-container {
    flex-direction: column;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    padding-bottom: 10px;
    display: flex;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-57 {
    flex-direction: row;
    font-size: 48px;
    display: block;
  }

  .link-white {
    font-size: 18px;
  }

  .paragraph-54 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-55 {
    text-align: center;
  }

  .hero-heading-center-4 {
    margin-top: 0;
  }

  .container-76 {
    max-width: 728px;
    margin-top: 0;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-79 {
    padding-top: 5px;
    padding-left: 5px;
  }

  .gallery-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-77 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    background-color: #00000059;
    background-image: linear-gradient(#00000075, #00000075);
    height: 100%;
  }

  .gallery-slide-text {
    background-color: #3b37389c;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slide-nav {
    display: block;
  }

  .heading-58 {
    color: #353535;
    font-weight: 600;
  }

  .paragraph-56 {
    color: #353535;
    font-weight: 400;
  }

  .container-78 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-3-white {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }

  .text-block-3-copy {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .body-blue {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-fit {
    object-fit: cover;
    width: 200px;
    height: 200px;
  }

  .model-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .para-white-model-grid {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .model-text-expanded-white {
    margin-bottom: 0;
  }

  .link-block-9 {
    display: block;
  }

  .link-block-pc {
    display: none;
  }

  .sqft-text-block {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .text-span-16 {
    font-size: 36px;
    font-weight: 600;
  }

  .navbar-logo-center.desktop {
    z-index: 8888;
    background-color: #192b38;
    margin-top: 44px;
    display: flex;
    position: static;
    top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 8888;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-81 {
    max-width: 728px;
    padding-bottom: 10px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    padding-top: 10px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    letter-spacing: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;
    display: block;
  }

  .nav-dropdown-toggle-2 {
    padding-right: 30px;
    font-size: 14px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link-2 {
    font-size: 16px;
    font-weight: 400;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-7 {
    color: #fff;
    font-size: 50px;
  }

  .text-block-10 {
    font-size: 14px;
    font-weight: 300;
  }

  .image-81 {
    width: 80%;
  }

  .inclusions-header {
    font-size: 20px;
    line-height: 20px;
  }

  .superscript {
    font-size: 16px;
  }

  .faq-title {
    font-size: 60px;
  }

  .menu-mobile-header {
    letter-spacing: -1px;
    font-weight: 300;
  }

  .text-span-33, .text-span-34 {
    font-size: 20px;
  }

  .text-span-37, .text-span-38 {
    font-size: 12px;
  }

  .text-span-39, .text-span-40 {
    font-size: 22px;
  }

  .text-span-41, .text-span-42, .text-span-59, .text-span-60 {
    font-size: 14px;
  }

  .text-span-61, .text-span-62 {
    font-size: 12px;
  }

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

  .image-89 {
    width: 100%;
    height: auto;
  }

  .image-90 {
    height: auto;
  }

  .cc-2024 {
    margin-bottom: 0;
  }

  .div-block-38 {
    width: 100%;
  }

  .pricin-wrap-2-column {
    grid-template-columns: 1fr;
  }

  .cta-button-1 {
    text-align: left;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .quick-stack-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-price-box {
    font-size: 36px;
    line-height: 38px;
  }

  .section-26-new {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-process {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .para-process {
    margin-bottom: 0;
  }

  .section-color {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-11 {
    text-align: center;
    width: 50%;
  }

  .process-timeline {
    font-size: 24px;
  }

  .grid-process {
    padding: 10px 0;
  }

  .quick-stack-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .heading-pricing-total {
    font-size: 22px;
  }

  .quick-stack-total {
    margin-top: 5px;
  }

  .divpriceblock {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .columns-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-ctr-dark {
    color: #2a2828;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .quick-stack-17 {
    flex: 0 auto;
  }

  .quick-stack-18 {
    background-color: #fff;
  }

  .container-footer {
    background-color: #0000;
    flex-flow: column wrap;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-footer.contact {
    padding-bottom: 35px;
    position: static;
  }

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

  .cell-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .pricing-footnote-old {
    line-height: 1.4;
  }

  .faq-text {
    margin-bottom: 0;
  }

  .container-89 {
    height: 50vh;
  }

  .hero-heading-right {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 40px 0 10px;
    display: block;
  }

  .container-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: none;
    height: 101.822%;
    min-height: auto;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .hero-wrapper-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: block;
  }

  .hero-split-6 {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .cell-45 {
    display: block;
  }

  .quick-stack-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

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

  .paragraph-white-light {
    text-align: left;
    text-shadow: none;
    padding: 5px;
    font-size: 14px;
    display: block;
  }

  .cell-52 {
    display: flex;
  }

  .image-rotate {
    object-fit: contain;
    max-width: 200%;
  }

  .quick-stack-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    align-self: auto;
  }

  .container-91 {
    align-items: stretch;
    display: flex;
  }

  .cell-53 {
    display: block;
  }

  .container-92 {
    flex-flow: row-reverse;
    justify-content: center;
  }

  .container-93 {
    display: flex;
  }

  .cell-55 {
    justify-content: center;
    align-items: center;
  }

  .cell-panel {
    padding-bottom: 20px;
  }

  .quick-stack-29 {
    width: 100%;
  }

  .ctr-heading-white {
    font-size: 24px;
    line-height: 32px;
  }

  .accordian-text {
    margin-bottom: 0;
  }

  .paragraph-white-14 {
    text-align: left;
    text-shadow: none;
    padding: 5px;
    font-size: 14px;
  }

  .slider-stage-splitscreen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.right {
    width: 100%;
    height: 100vh;
  }

  .splitscreen-column.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 50vh;
    min-height: auto;
    padding: 10px;
    display: flex;
  }

  .btn-description {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stage-heading {
    font-size: 5em;
  }

  .slider-description-wrap {
    max-width: none;
  }

  .stage-button {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px;
  }

  .slider-copy-wrap {
    margin-left: 0;
    padding-bottom: 1em;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .collapsed-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

  .paragraph-white-desktop-only {
    text-align: left;
    text-shadow: none;
    padding: 5px;
    font-size: 16px;
    display: block;
  }

  .section-47 {
    display: block;
  }

  .container-96 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragraph-white-blog {
    text-align: left;
    text-shadow: none;
    padding: 5px;
    font-size: 16px;
  }

  .image-float-right-comm, .image-float-left-comm {
    width: 700px;
    margin: 5px;
    padding: 5px;
  }

  .container-97 {
    flex-flow: column;
    align-items: center;
    max-width: none;
  }

  .container-98 {
    max-width: 728px;
  }

  .developers-grid {
    grid-column-gap: 40px;
  }

  .developers-icon {
    width: 100px;
    height: 100px;
  }

  .benefits-text {
    margin-bottom: 0;
  }

  .quick-stack-benefits {
    width: 500px;
  }

  .benefits-text-copy {
    margin-bottom: 0;
  }

  .bulleting-image {
    width: 100%;
  }

  .quick-stack-media {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .media-headline {
    font-size: 24px;
    line-height: 26px;
  }

  .media-sub-heading {
    margin-bottom: 0;
  }

  .container-what-to-expect {
    justify-content: center;
    align-items: center;
  }

  .image-107 {
    max-width: 180px;
  }

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

  .paragraph-71 {
    font-size: 18px;
    line-height: 1.2;
  }

  .para-process-wrap {
    margin-bottom: 0;
  }

  .image-111 {
    width: 50%;
  }

  .image-112 {
    float: right;
  }

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

  .image-thumb {
    width: 150px;
  }

  .cell-111 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-34 {
    padding: 10px;
  }

  .paragraph-dark {
    text-align: left;
    text-shadow: none;
    padding: 5px;
    font-size: 16px;
  }

  .accordion-home-heading-dark {
    text-align: left;
  }

  .collapsed-text-adu-bylaw {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

  .city-heading-adu-bylaw {
    padding: 5px;
  }

  .paragraph-bylaw {
    text-align: left;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .map-icon-bylaw {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 30px;
  }

  .media-container {
    margin-bottom: 20px;
  }

  .container-104, .container-105 {
    width: 95%;
  }

  .pres-heading-small {
    margin-left: 40px;
  }

  .pres-paragraph {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-116 {
    justify-content: center;
    align-items: center;
  }

  .pres-heading-medium {
    margin-left: 40px;
  }

  .pres-paragraph-ctr {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pres-heading-small-medium {
    margin-left: 0;
  }

  .front-page {
    display: none;
  }

  .image-118 {
    width: 200px;
    height: 200px;
  }

  .cell-131 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

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

  .list-item-bath {
    background-position: 0%;
    background-size: 50px;
    background-attachment: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
  }

  .list-item-bed {
    background-position: 0%;
    background-size: 50px;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
    display: flex;
  }

  .cell-133 {
    padding-bottom: 0;
  }

  .paragraph-white-copy {
    text-align: left;
    text-shadow: none;
    padding: 0 5px;
    font-size: 16px;
  }

  .list-what-to-expect {
    padding-left: 0;
  }

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

  .extra-images-floorplan {
    width: 200px;
    height: 200px;
  }

  .floorplan-footnote {
    text-align: left;
    text-shadow: none;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .pricing-page-link {
    text-align: center;
    text-shadow: none;
    padding: 10px 5px;
    font-size: 18px;
  }

  .slider-left {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .slider-right {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .arrow-bottom {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
  }

  .arrow-right {
    display: none;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mask {
    overflow: visible;
  }

  .product-card {
    padding-bottom: 50px;
    position: relative;
  }

  .product-image {
    max-width: 130%;
  }

  .arrow {
    filter: invert();
  }

  .arrow-left {
    display: none;
  }

  .image-fit-home-models {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-heading-left {
    border-bottom: 1px solid #fff;
    padding-top: 10px;
  }

  .container-111 {
    max-width: 728px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    border-bottom: 1px #fff;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .list-item-developers {
    background-position: 0 10%;
    background-size: 20px;
    background-attachment: scroll;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .list-developers {
    padding-left: 0;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-dp {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid-4 {
    grid-column-gap: 40px;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

  .div-block-46 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .quick-stack-45 {
    margin-top: 10px;
    padding: 0;
  }

  .home-top-684b {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-684b.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .container-114 {
    padding: 10px 20px;
  }

  .heading-home-title {
    background-image: none;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .list-item-area {
    background-position: 0%;
    background-size: 50px;
    background-attachment: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1.2;
  }

  .home-top-378 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 49%), url('../images/Humber-378.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-486b {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/humber-486B-park.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-648 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford648-park.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-792 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-792-park.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-792p {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-792p-park.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-837 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/berkeley-837-park.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-918 {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/berkeley-918-park2.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-1008 {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/berkeley-1008-park.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-1062 {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-999 {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/cambridge-999-park.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .home-top-1224 {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/cambridge-1224.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 600px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .list-home-index {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .list-item-bed-home {
    background-position: 0%;
    background-size: 50px;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 40px 0 60px;
    font-size: 18px;
    line-height: 1;
    display: flex;
  }

  .list-item-bath-home {
    background-position: 0%;
    background-size: 50px;
    background-attachment: scroll;
    margin-right: 10px;
    padding: 10px 20px 10px 60px;
    font-size: 18px;
    line-height: 1;
  }

  .home-page-top {
    background-image: linear-gradient(357deg, #192b38 7%, #fff0 26%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .paragraph-home-page-top {
    line-height: 1.2;
  }

  .container-115 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .container-116 {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-118 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .container-120 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-121 {
    max-width: 728px;
  }

  .centered-heading-15 {
    font-size: 36px;
  }

  .team-grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin-top: 10px;
  }

  .team-member-image-5 {
    width: 300px;
    height: 190px;
  }

  .team-member-name-5 {
    font-size: 20px;
    line-height: 22px;
  }

  .team-member-position-5 {
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 300;
    line-height: 16px;
  }

  .container-lower-box-of-section {
    padding: 10px 20px;
  }

  .section-55 {
    background-image: radial-gradient(circle, #192b38 100%, #fff);
  }

  .container-123 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-56 {
    height: 50vh;
  }

  .video-section, .video-section-portrait {
    height: 40%;
  }

  .qsp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .pricing-div {
    margin-left: 60px;
    margin-right: 60px;
  }

  .wbs-no-pricing, .wbs-pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .no-pricing-box {
    background-image: none;
  }

  .section-26-new-copy, .pricing2025 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wbs-pricing-on {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-58 {
    margin-top: 10px;
  }

  .heading-mobile-only {
    font-size: 36px;
    display: block;
  }

  .cta-button-1-mobile {
    text-align: left;
    display: flex;
  }

  .cta-mobile-text {
    text-align: center;
  }

  .micro-trust {
    font-weight: 300;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-126 {
    max-width: 728px;
  }

  .team-grid-6 {
    grid-column-gap: 40px;
  }

  .team-member-image-6 {
    width: 190px;
    height: 190px;
  }

  .square-adu {
    width: 300px;
    min-height: 300px;
    margin-bottom: auto;
  }

  .support-square-text-2 {
    background-color: #00000094;
    font-size: 24px;
    line-height: 28px;
  }

  .square-mun {
    width: 300px;
    min-height: 300px;
    margin-bottom: auto;
  }

  .link-block-11 {
    text-transform: none;
    text-decoration: none;
  }

  .paragraph-2026 {
    font-size: 16px;
    display: block;
  }

  .home-page-intro-mobile {
    display: block;
  }

  .hero-section-header-retirement-1 {
    background-position: 0%;
    height: 60vh;
  }

  .heading-86 {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .bold-text-15 {
    background-color: #0000;
    font-size: 50px;
    line-height: 52px;
  }

  .div-block-desktop {
    background-color: #00000082;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .header-section-adu {
    height: 60vh;
  }

  .image-123 {
    border: 1px #000;
    width: 300px;
  }

  .container-128 {
    max-width: 728px;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .quick-stack-51 {
    padding: 10px 0;
  }

  .paragraph-77 {
    margin-top: 220px;
    margin-bottom: 0;
  }

  .paragraph-78 {
    margin-bottom: 0;
    font-weight: 300;
  }

  .list-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item-7 {
    margin-bottom: 10px;
  }

  .section-64 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .properties-list {
    flex-flow: column;
    display: flex;
  }

  .property-wrapper {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

  .container-130 {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-call-you {
    display: none;
  }

  .list-2026 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .container-131 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .paragraph-80 {
    color: #fff;
    font-size: 20px;
  }

  .section-69 {
    z-index: 9999;
  }

  .container-133 {
    max-width: 80%;
  }

  .hero-section-header-transtional {
    height: 60vh;
  }

  .hero-section-retirement-0 {
    background-position: 0%;
    height: 60vh;
  }

  .div-block-hero-block {
    background-color: #00000082;
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-div-hero-block {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-div-hero-para-desktop {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    display: none;
  }

  .div-block-hero-section {
    background-color: #00000082;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section-retirement-2 {
    height: 60vh;
  }

  .hero-section-retirement-3 {
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .hero-section-retirement-4 {
    height: 60vh;
  }

  .sticky-contact-number {
    margin-top: 5px;
  }

  .section-70 {
    z-index: 9999;
  }

  .quick-stack-54 {
    width: auto;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .heading-div-hero-para-mobile {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .hero-section-flexoconnect-0 {
    height: 60vh;
    margin-top: 10px;
  }

  .hero-section-header-flexoconnect-1, .hero-section-header-flexoconnect-2, .hero-section-header-flexoconnect-3, .hero-section-header-flexoconnect-4, .hero-section-header-flexoconnect-5, .hero-section-header-flexoconnect-6 {
    background-position: 50%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 60vh;
  }

  .image-127 {
    max-width: 50%;
  }

  .container-136 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-128 {
    margin-top: 10px;
  }

  .code-embed-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-56 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-139 {
    width: 100%;
  }

  .two-column-wrap-desktop {
    flex-flow: column;
    display: none;
  }

  .div-block-54 {
    width: 100%;
    display: block;
  }

  .image-column-right {
    width: 100%;
    height: 350px;
    margin-left: auto;
  }

  .image-column-left {
    background-position: 50%;
    width: 100%;
    height: 600px;
  }

  .container-home-page {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-column-right-backyard {
    width: 100%;
    height: 350px;
    margin-left: auto;
  }

  .image-column-panel-assy {
    background-position: 50%;
    width: 100%;
    height: 600px;
  }

  .image-column-right-drawing-backyard {
    width: 100%;
    height: 350px;
    margin-left: auto;
  }

  .two-column-wrap-mobile {
    flex-flow: column;
    display: flex;
  }

  .header-section-prefab {
    height: 60vh;
  }

  .image-column-right-prefab1 {
    width: 100%;
    height: 600px;
    margin-left: auto;
  }

  .image-column-left-prefab1 {
    background-position: 50%;
    width: 100%;
    height: 600px;
  }

  .image-column-right-prefab2 {
    width: 100%;
    height: 600px;
    margin-left: auto;
  }

  .image-column-left-prefab2 {
    background-position: 50%;
    width: 100%;
    height: 600px;
  }

  .section-white {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .paragraph-2026-grey {
    font-size: 16px;
    display: block;
  }

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

  .button-17 {
    text-align: center;
    background-color: #000;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1.2;
  }

  .link-block-13 {
    display: none;
  }

  .paragraph-2028 {
    line-height: 1.2;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-58 {
    width: 75%;
    margin-top: 0;
  }

  .div-block-50-mobile {
    background-color: #00000082;
    margin-bottom: 40px;
    display: none;
  }

  .container-140 {
    max-width: 728px;
  }

  .team-grid-7 {
    grid-column-gap: 40px;
  }

  .team-card-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image-7 {
    width: 190px;
    height: 190px;
  }

  .quick-stack-associations {
    margin-top: 10px;
  }

  .paragraph-2026-grey-ctr {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .section-white-association-reviews {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .div-block-mobile {
    background-color: #00000082;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-142 {
    margin-top: 20px;
  }

  .quick-stack-57 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .container-mission {
    background-color: #0000;
    flex-flow: column wrap;
    place-content: stretch center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-mission.contact {
    padding-bottom: 35px;
    position: static;
  }

  .div-block-desktop-copy {
    background-color: #00000082;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .button-green-bg {
    text-align: center;
    background-color: #39b54a;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1.2;
  }

  .image-fit-300 {
    object-fit: cover;
    width: 200px;
    height: 200px;
  }

  .center-subheading {
    font-size: 18px;
    line-height: 1.1;
  }

  .list-item-9 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .list-item-10 {
    text-align: left;
  }

  .container-146 {
    max-width: 95%;
  }

  .quick-stack-total-button {
    margin-top: 5px;
  }

  .floating-cta-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 25%;
    margin-right: 10px;
    padding-left: 0;
  }

  .button-20 {
    width: 100%;
    display: none;
  }

  .paragraph-2029 {
    text-align: center;
    margin-bottom: 0;
    display: none;
  }

  .pricing-page-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .free-adu-consult-button-m {
    width: 100%;
    display: block;
  }

  .container-contact-page {
    flex-flow: column;
    align-items: center;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0 0 5px;
    display: block;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .nav-link {
    color: #383838;
    background-color: #20c788e3;
  }

  .nav-wrapper {
    border-style: none;
  }

  .hero-wrapper {
    min-height: 350px;
    max-height: 350px;
  }

  .hero-heading.anout-hero-heading {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 104px;
    padding-top: 0;
    display: block;
  }

  .support-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    align-self: center;
    margin-bottom: 15px;
  }

  .support-top-heading {
    max-width: none;
  }

  .support-top-right {
    width: 100%;
  }

  .support-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
    place-content: stretch center;
    display: flex;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-factory {
    margin-bottom: 10px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-section {
    flex: 1;
    height: 250px;
    min-height: auto;
    padding-left: 0;
  }

  .safe-wrapper {
    justify-content: flex-end;
    min-height: auto;
    margin-left: 0;
    padding-bottom: 25px;
  }

  .safe-heading {
    margin-top: 0;
    font-size: 36px;
  }

  .shop-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .nav-button {
    padding: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    background-color: #20c75d;
  }

  .nav-menu:hover {
    padding-top: 60px;
  }

  .content-section {
    border-style: none;
    padding-top: 10px;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-hero-section {
    background-color: #0000;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .pricing-page-section-heading {
    font-size: 24px;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .body {
    background-color: #192b38;
    margin-top: 0;
  }

  .support-square-2 {
    background-position: 0 0, 50% 100%;
    margin-bottom: 10px;
  }

  .support-square-3 {
    margin-bottom: 10px;
  }

  .paragraph {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
    display: block;
  }

  .image-2 {
    width: 200px;
    max-width: none;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .link-block {
    padding-bottom: 0;
  }

  .column {
    flex-direction: column;
  }

  .team-slider {
    padding: 0 15px 10px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading {
    color: #464947;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

  .container-4 {
    background-color: #0000;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 253px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    background-color: #72585800;
    padding-left: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }

  .text-block-2 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    background-color: #00000063;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  .button {
    justify-content: center;
    max-height: 50px;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .icon-2 {
    color: var(--medium-sea-green);
    font-size: 55px;
  }

  .hero-section-about {
    background-image: linear-gradient(#20c788 25%, #2220 70%), url('../images/house-trailer-edited.jpg');
    background-position: 0 0, 50% 100%;
    min-height: 250px;
  }

  .hero-heading-center {
    padding: 10px;
  }

  .shadow-two {
    max-width: 100%;
  }

  .list-item {
    font-size: 16px;
  }

  .list-2 {
    margin-bottom: 17px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .section-3 {
    height: auto;
  }

  .container-6 {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: block;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 14px;
  }

  .div-block-3 {
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .team-circles {
    padding: 10px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-6 {
    flex-direction: row;
    justify-content: center;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    display: flex;
  }

  .paragraph-white {
    text-align: left;
    text-shadow: none;
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
  }

  .main-heading {
    text-align: center;
    padding-left: 20px;
    font-size: 48px;
    line-height: 50px;
  }

  .heading-11 {
    font-size: 62px;
  }

  .flex-sb {
    padding: 1em 2em;
  }

  .text {
    font-size: .6rem;
  }

  .text.left-marg {
    text-align: center;
  }

  .info-detail {
    width: 80%;
    height: 90vh;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-2.fh-sb {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2em;
    display: flex;
  }

  .wrapper-2.fh-sb.top, .wrapper-2.fh-sb.white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .screen {
    width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .spacer {
    height: 2.6rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .spacer.top {
    width: 100%;
    height: 2.6rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-wrapper {
    height: auto;
  }

  .collection-list-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .logo-icon {
    width: .9rem;
  }

  .info-open-wrapper {
    width: 100vw;
    height: 100%;
    display: none;
    inset: 0%;
  }

  .info-wrapper {
    z-index: 1;
    grid-column-gap: 2em;
    grid-row-gap: 5em;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 0;
    display: grid;
    position: fixed;
    inset: 0%;
  }

  .collection-item {
    width: 33.3333vw;
    height: 33.3333vw;
    position: relative;
    overflow: visible;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .team-block-2 {
    flex-direction: column-reverse;
  }

  .team-circles-2 {
    padding: 6px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-member-image-2 {
    width: 300px;
    height: 300px;
    margin-bottom: 0;
  }

  .container-header {
    flex-direction: row-reverse;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    display: flex;
  }

  .container-header.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .columns-2 {
    flex: 0 auto;
    display: flex;
  }

  .container-11 {
    flex-direction: column;
    display: block;
  }

  .column-5 {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .column-7 {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .container-13 {
    margin: 10px 7px;
  }

  .hero-heading-center-2 {
    background-color: #fff;
    padding: 10px 15px;
  }

  .centered-heading-4.margin-bottom-32px {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .button-4 {
    font-size: 16px;
  }

  .column-8 {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .fine-print {
    font-size: 9px;
  }

  .list-3 {
    margin-bottom: 0;
    padding-left: 20px;
  }

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

  .heading-14 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-16 {
    margin-top: 10px;
  }

  .heading-15 {
    text-align: center;
    margin: 5px;
    padding: 5px;
  }

  .hero-section-stanford-plus {
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
    display: none;
  }

  .hero-section-home-page {
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-model-page {
    background-image: url('../images/cambridge-garage-vista-right.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-berkeley {
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 0%;
    background-size: cover;
    height: 250px;
    min-height: auto;
    max-height: none;
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .section-5 {
    padding: 5px;
  }

  .heading-16 {
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-18 {
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: 28px;
  }

  .section-7 {
    margin-top: 0;
    margin-left: 4px;
    margin-right: 5px;
  }

  .hero-section-cambridge {
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 0%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-berkeley-copy {
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 0%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .dropdown-list {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .team-circles-3 {
    padding: 8px;
  }

  .team-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .team-member-position-3 {
    font-size: 14px;
  }

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

  .heading-19, .section-8 {
    margin-top: 0;
  }

  .paragraph-white-quote {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .hero-section-layout {
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-21 {
    font-size: 28px;
  }

  .section-9 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-15 {
    margin-bottom: 0;
  }

  .hero-heading-technology {
    padding: 10px;
  }

  .heading-22 {
    color: #575757;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .image-14 {
    max-width: none;
    max-height: 85px;
  }

  .image-15, .image-16 {
    max-height: 85px;
  }

  .column-9 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .container-25 {
    margin-bottom: 35px;
  }

  .heading-23 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-18 {
    margin-top: 0;
    display: none;
  }

  .link-block-5.w--current {
    margin-bottom: 0;
  }

  .heading-24 {
    text-align: center;
  }

  .image-32, .image-33 {
    padding: 10px;
  }

  .hero-heading-center-3 {
    padding: 10px 15px;
  }

  .shadow-two-3 {
    float: none;
  }

  .div-block-image-right, .div-block-image-left {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .image-float-left {
    float: none;
    width: 100%;
    margin-right: 10px;
  }

  .image-float-right {
    float: none;
    width: 550px;
    max-width: none;
  }

  .image-35 {
    float: none;
    margin: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section-11, .section-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .image-36 {
    padding: 10px;
  }

  .list-item-check-green {
    font-size: 16px;
  }

  .list-green-bg {
    margin: 0 5px 5px;
    padding: 5px;
  }

  .paragraph-green-bg {
    margin: 5px 5px 0;
    padding: 5px 5px 0;
    font-size: 16px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-0-margin {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
  }

  .heading-26 {
    height: auto;
  }

  .hero-section-model-montage {
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .section-17 {
    border: 1px #000;
    height: auto;
  }

  .background-video {
    height: 65%;
    min-height: auto;
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 32px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .list-item-faq {
    font-size: 16px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .header-faq {
    background-color: #0006;
    background-image: url('../images/Untitled-1.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    display: flex;
  }

  .section-19 {
    height: 60%;
  }

  .video-overlay-italics.margin-bottom-32px {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .container-features {
    flex-direction: column;
    margin-bottom: 0;
    padding: 5px;
  }

  .container-features.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-tech-page {
    height: auto;
  }

  .lower-header-info-block {
    margin-top: 0;
  }

  .container-31 {
    align-self: auto;
    max-width: 100%;
  }

  .columns-7 {
    min-width: auto;
    display: flex;
  }

  .paragraph-0-margin-white {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 16px;
  }

  .heading-price-home {
    margin-top: 0;
  }

  .paragraph-29 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-39 {
    padding-left: 5px;
  }

  .section-20 {
    padding: 6px;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 20px;
  }

  .container-house-title {
    flex-direction: row;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px;
  }

  .container-house-title.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .title-ctr-white {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }

  .container-32, .container-33, .container-34 {
    justify-content: center;
    display: flex;
  }

  .tooltip-content---brix {
    align-self: stretch;
  }

  .tooltip-arrow.top-mobile, .tooltip-arrow.right {
    margin-left: auto;
    margin-right: auto;
    inset: -9px 0% auto;
    transform: rotate(90deg);
  }

  .tooltip-float.right, .tooltip-float.left {
    inset: 170% 0% auto;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-inquiry {
    font-size: 14px;
  }

  .link-blue {
    margin-left: 0;
  }

  .columns-9 {
    max-width: none;
    display: flex;
  }

  .image-medaia-icon {
    width: 100px;
    max-width: none;
  }

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

  .div-block-13 {
    align-items: center;
  }

  .heading-33 {
    height: 90px;
  }

  .list-item-check-thumb-up {
    background-position: 0 10%;
    font-size: 14px;
    line-height: 1.2;
  }

  .list-item-check-thumb-down {
    font-size: 14px;
    line-height: 1.2;
  }

  .columns-10 {
    flex: 0 auto;
    margin-left: 0;
    display: flex;
  }

  .list-8 {
    margin-left: 10px;
    padding-left: 0;
  }

  .list-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .tooltip-onclick {
    display: flex;
  }

  .tooltip-wrapper-3 {
    width: 250px;
  }

  .div-block-15 {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .paragraph-34 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .info-icon {
    width: 30px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-34, .paragraph-36 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-news {
    height: 250px;
  }

  .adu-bylaw {
    margin-bottom: 0;
  }

  .image-45 {
    max-width: none;
    display: inline-block;
  }

  .columns-11 {
    width: 550px;
  }

  .container-pricing-extra {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-46, .image-47 {
    display: none;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .section-24 {
    margin-bottom: 10px;
  }

  .social-embed {
    display: none;
  }

  .video-technology {
    height: 65%;
    min-height: auto;
    margin-top: 0;
  }

  .background-video-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 320px;
    max-height: none;
    display: flex;
  }

  .div-block-20 {
    width: auto;
    height: auto;
  }

  .div-block-21 {
    height: auto;
  }

  .background-video-5 {
    height: 300px;
  }

  .text-span-10 {
    padding-top: 12px;
  }

  .heading-5-dark {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .heading-41 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-39 {
    margin-bottom: 0;
    padding: 0 10px 10px;
  }

  .paragraph-white-ctr {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .content-section-dark {
    border-style: none;
    padding-top: 10px;
    display: none;
  }

  .section-25 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-13 {
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-heading-7 {
    font-size: 28px;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 14px;
  }

  .columns-14 {
    flex-direction: column-reverse;
  }

  .image-float-right-larger {
    float: none;
    width: 100%;
  }

  .centered-heading-green {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

  .header-community-page {
    height: auto;
    padding: 10px;
  }

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .gallery-item-content-wrapper {
    justify-content: center;
  }

  .gallery-item-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gutter-outside {
    margin-top: 21px;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .title1 {
    font-size: 2.5em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .gallery-item-content-inner {
    padding-bottom: .2em;
  }

  .title4 {
    font-size: 2em;
  }

  .image-51 {
    width: 320px;
  }

  .paragraph-40 {
    font-size: 20px;
  }

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 16px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .container-default-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-7 {
    font-size: 32px;
  }

  .image-55 {
    width: 100%;
    max-width: none;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_left {
    text-align: left;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_item {
    grid-template-columns: 37px .75fr;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-timeline {
    margin-top: auto;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-7 {
    font-weight: 400;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-vertical-xxlarge {
    padding-top: 430px;
    padding-bottom: 10px;
  }

  .timeline_date-text {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_text {
    font-size: 16px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .heading-shadow {
    margin-top: 0;
    padding-top: 5px;
  }

  .heading-paragraph-shadow {
    font-size: 18px;
  }

  .background-layer {
    background-color: #0000;
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .frontpageimage {
    width: 450px;
    max-width: none;
  }

  .link-blue-copy {
    margin-left: 0;
  }

  .background-layer-copy {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .background-layer-2 {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .timeline_text_dark {
    font-size: 20px;
  }

  .timeline_date-text_dark {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .cell, .cell-2, .cell-3 {
    align-items: center;
  }

  .italic-text-8 {
    float: none;
    clear: none;
  }

  .image-float-right-50 {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .accordion-heading {
    font-size: 16px;
    line-height: 18px;
  }

  .accordion-item-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .fa-icon {
    color: var(--medium-sea-green);
    font-size: 32px;
    line-height: 24px;
  }

  .paragraph-42 {
    font-size: 14px;
  }

  .accordion-home-drop {
    padding-bottom: 0;
  }

  .accordion-home-heading {
    font-size: 14px;
    line-height: 1.4em;
  }

  .hero__wrap {
    width: 90%;
  }

  .section-30.is--slider {
    margin-bottom: 9.9em;
  }

  .container-61 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-61.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-61.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .sublink {
    font-size: 7px;
  }

  .trigger {
    font-size: 8px;
  }

  .nav__logo {
    font-size: 10px;
  }

  .sublink__line {
    display: none;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .menu__icon {
    font-size: 10px;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .c-nav_logo-1 {
    margin-right: 0;
  }

  .c-nav {
    width: 100%;
  }

  .c-nav_buttons {
    align-items: center;
    display: none;
  }

  .c-text-1 {
    font-size: 13px;
    line-height: 28px;
  }

  .page-wrapper-4 {
    z-index: 9999;
    display: none;
  }

  .div-block-31 {
    margin-top: 17px;
  }

  .hero-section-show-home {
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .cell-8, .cell-9, .cell-10 {
    align-items: center;
  }

  .paragraph-46 {
    margin-bottom: 10px;
  }

  .heading-47 {
    background-image: linear-gradient(#00000075, #00000075), url('../images/pelham-outside.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 0;
    font-size: 85px;
  }

  .container-63 {
    z-index: 1;
    display: block;
  }

  .section-32 {
    z-index: 1;
    display: flex;
  }

  .quick-stack-5 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-bottom: 10px;
    padding: 0 9px;
  }

  .quick-stack-6 {
    padding: 0 11px;
  }

  .wbs-alert-bar-6-close-link {
    right: 3%;
  }

  .wbs-alert-bar-6-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
    padding-right: 40px;
  }

  .wbs-section {
    padding: 0 2%;
  }

  .wbs-pricing-4-price {
    font-size: 24px;
  }

  .pricing-box {
    background-image: linear-gradient(#192b38 60%, #657783);
    padding-top: 0;
  }

  .pricing-note {
    display: block;
  }

  .wbs-blog-content {
    margin-bottom: 15px;
  }

  .wbs-blog-title {
    font-size: 16px;
    line-height: 20px;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-2 {
    padding: .125rem 2% 2rem;
  }

  .paragraph-49 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .pricing-footnote {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-hero-5-content {
    align-items: center;
  }

  .wbs-section-3 {
    padding: .125rem 2%;
  }

  .heading-50 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background-color: #39b54a;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 26px;
    line-height: 30px;
  }

  .hero-section-stanford {
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    height: 335px;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
    display: none;
  }

  .wbs-lead-text {
    font-size: 14px;
  }

  .wbs-heading-h4 {
    font-size: 1.6rem;
  }

  .wbs-cta-6 {
    grid-template-columns: 1fr;
  }

  .wbs-section-4 {
    padding: 0 2%;
  }

  .heading-42-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-14, .cell-15 {
    justify-content: center;
  }

  .cell-19 {
    align-items: flex-end;
  }

  .quick-stack-9 {
    padding: 20px;
  }

  .quick-stack-10 {
    width: 100%;
  }

  .image-75 {
    width: 100%;
    padding: 6px;
  }

  .timeline_item_pricing {
    grid-template-columns: 37px .75fr;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-pricing {
    font-size: 20px;
  }

  .heading-55 {
    font-size: 28px;
  }

  .wbs-section-5 {
    padding: 0 2%;
  }

  .heading-56 {
    font-size: 28px;
  }

  .wbs-cta-7 {
    grid-template-columns: 1fr;
  }

  .brand-2 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .navbar-2 {
    display: none;
  }

  .nav-container {
    grid-column-gap: 18px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .heading-57 {
    margin-top: 20px;
    font-size: 48px;
    line-height: 42px;
  }

  .link-white {
    font-size: 18px;
  }

  .paragraph-54 {
    font-size: 14px;
  }

  .paragraph-55 {
    text-align: center;
    line-height: 1.2;
  }

  .container-75 {
    padding: 5px;
  }

  .hero-heading-center-4 {
    padding: 0 15px 10px;
  }

  .centered-heading-8.margin-bottom-32px {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-split-4 {
    margin-bottom: 0;
  }

  .image-79 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery-slider {
    padding: 10px 15px;
  }

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-wrapper {
    max-width: none;
    margin-right: auto;
  }

  .gallery-image {
    height: auto;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-58 {
    margin-top: 10px;
  }

  .hero-heading-center-5 {
    padding: 10px 15px;
  }

  .text-block-3-white {
    font-size: 18px;
  }

  .quick-stack-12 {
    padding: 5px;
  }

  .image-fit {
    width: 150px;
    height: 150px;
  }

  .model-grid {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .para-white-model-grid {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .accordion-home-heading-white {
    font-size: 14px;
    line-height: 1.4em;
  }

  .model-text-expanded-white {
    font-size: 14px;
  }

  .cell-29, .cell-30 {
    display: block;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 8888;
    padding-top: 10px;
    padding-bottom: 0;
    position: sticky;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
  }

  .nav-link-4.w--current {
    font-weight: 300;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link-2 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10 {
    font-size: 18px;
    font-weight: 300;
  }

  .image-81 {
    width: 85%;
  }

  .inclusions-header {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-59 {
    font-size: 14px;
  }

  .container-84 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .superscript {
    font-size: 14px;
  }

  .faq-title {
    font-size: 40px;
  }

  .menu-mobile-header {
    font-size: 18px;
    font-weight: 300;
  }

  .text-span-33, .text-span-34 {
    font-size: 18px;
  }

  .text-span-37, .text-span-38 {
    font-size: 14px;
  }

  .text-span-39, .text-span-40 {
    font-size: 18px;
  }

  .text-span-41, .text-span-42 {
    font-size: 12px;
  }

  .section-43 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-89 {
    width: 100%;
    height: auto;
  }

  .dropdown-list-right {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .cc-2024 {
    margin-bottom: 0;
  }

  .div-block-38 {
    width: 100%;
  }

  .cta-button-1 {
    display: block;
  }

  .heading-price-box {
    font-size: 26px;
  }

  .header-process {
    background-color: #0000;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .para-process {
    font-size: 14px;
  }

  .process-timeline {
    font-size: 18px;
  }

  .grid-process {
    padding-top: 0;
  }

  .heading-pricing-total {
    font-size: 22px;
  }

  .quick-stack-total {
    padding-top: 0;
  }

  .title-ctr-dark {
    color: #272626;
    font-size: 24px;
    line-height: 28px;
  }

  .container-footer {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0 0 5px;
    display: block;
  }

  .container-footer.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-footnote-old {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .faq-text {
    font-size: 14px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .quick-stack-19 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-white-light {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

  .image-rotate {
    max-width: 175%;
  }

  .container-91 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cell-panel {
    padding-bottom: 20px;
  }

  .cell-82, .cell-83 {
    display: none;
  }

  .quick-stack-28 {
    padding-left: 5px;
  }

  .ctr-heading-white {
    font-size: 24px;
    line-height: 26px;
  }

  .accordion-text-heading {
    font-size: 16px;
    line-height: 18px;
  }

  .accordian-text {
    font-size: 14px;
  }

  .paragraph-white-14 {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

  .splitscreen-column.right {
    height: 100vh;
  }

  .splitscreen-column.left {
    padding: 10px;
  }

  .btn-description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stage-heading {
    font-size: 4em;
  }

  .stage-button {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .slider-copy-wrap {
    padding-top: 0;
  }

  .slider-btn-wrap {
    margin-bottom: 10px;
  }

  .paragraph-white-desktop-only {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

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

  .hero-heading-center-6 {
    margin-bottom: 0;
    padding: 10px 15px;
  }

  .centered-heading-10 {
    margin-top: 0;
  }

  .hero-wrapper-8, .hero-split-7 {
    margin-bottom: 0;
  }

  .paragraph-white-blog {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

  .image-float-right-comm {
    float: none;
    width: 550px;
    max-width: none;
  }

  .image-float-left-comm {
    float: none;
    width: 550px;
    margin-right: 10px;
  }

  .team-circles-4 {
    padding: 60px 15px;
  }

  .centered-heading-11 {
    font-size: 24px;
    line-height: 26px;
  }

  .developers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .developers-icon {
    height: 100px;
  }

  .benefits-text {
    font-size: 16px;
  }

  .quick-stack-benefits {
    width: 400px;
  }

  .cell-99 {
    justify-content: center;
    align-items: center;
  }

  .benefits-heading {
    font-size: 16px;
    line-height: 18px;
  }

  .benefits-text-copy {
    font-size: 14px;
  }

  .tooltip-float-v2.top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    inset: auto auto 128% 0%;
  }

  .tooltip-v2 {
    display: flex;
  }

  .cell-103 {
    justify-content: center;
    align-items: center;
  }

  .bulleting-image {
    width: 100%;
  }

  .quick-stack-media {
    margin-left: 10px;
    margin-right: 10px;
  }

  .media-headline {
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
  }

  .paragraph-64 {
    margin-left: 0;
    margin-right: 0;
  }

  .cell-bulleting-right-3 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-71 {
    font-size: 16px;
  }

  .div-block-45 {
    align-self: auto;
  }

  .para-process-wrap {
    font-size: 14px;
  }

  .image-111 {
    width: 60%;
  }

  .image-112, .image-113 {
    width: 200px;
  }

  .cell-111 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-34 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
  }

  .paragraph-dark {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

  .accordion-home-heading-dark {
    font-size: 14px;
    line-height: 1.4em;
  }

  .city-heading-adu-bylaw {
    color: #464947;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-bylaw {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
    display: block;
  }

  .map-icon-bylaw {
    padding-left: 40px;
    font-size: 26px;
  }

  .media-container {
    margin-bottom: 0;
  }

  .section-49, .section-50 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .process-heading-accordian {
    font-size: 16px;
    line-height: 18px;
  }

  .slide-txt-wrap {
    justify-content: center;
    align-items: center;
    font-size: 100px;
  }

  .container-pres-left, .container-pres-ctr {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pres-heading-small-medium {
    font-size: 32px;
    line-height: 36px;
  }

  .image-116 {
    max-width: 35%;
  }

  .container-pres-ctr-image {
    margin-left: 40px;
    margin-right: 40px;
  }

  .front-page {
    margin-bottom: 0;
  }

  .quick-stack-39 {
    padding: 0;
  }

  .cell-125 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: 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;
  }

  .image-117 {
    width: auto;
    max-width: none;
  }

  .image-118 {
    width: 150px;
    height: 150px;
  }

  .cell-131 {
    background-color: #fff0;
  }

  .image-fit-floorplan {
    height: 100%;
  }

  .list-item-bath {
    text-align: left;
    background-position: 0%;
    background-size: 40px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
    display: flex;
  }

  .list-item-bed {
    background-position: 0%;
    background-size: 40px;
    padding-bottom: 5px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
  }

  .quick-stack-transbg {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .cell-134 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-white-copy {
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }

  .list-what-to-expect {
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .extra-images-floorplan {
    width: 100%;
  }

  .floorplan-footnote {
    text-align: left;
    text-shadow: none;
    margin-bottom: 0;
    padding: 5px;
    font-size: 12px;
  }

  .pricing-page-link {
    text-align: center;
    text-shadow: none;
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
  }

  .product-base {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .product-card {
    min-width: 80%;
  }

  .product-image {
    max-width: 100%;
  }

  .feature-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-wrap {
    flex-direction: column;
  }

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

  .quick-stack-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .hero-heading-left {
    border-bottom: 1px solid #fff;
    padding: 10px 15px 60px;
  }

  .list-item-developers {
    background-position: 0 10%;
    font-size: 14px;
    line-height: 1.2;
  }

  .list-developers {
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .team-circles-5 {
    padding: 60px 15px;
  }

  .team-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-81, .heading-82 {
    font-size: 32px;
    line-height: 36px;
  }

  .home-top-684b {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-684b.webp');
    height: 400px;
  }

  .container-114 {
    padding-bottom: 10px;
  }

  .heading-home-title {
    background-image: none;
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 26px;
  }

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

  .quick-stack-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #192b3870;
  }

  .list-item-area {
    background-position: 0%;
    background-size: 35px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
  }

  .home-top-378 {
    background-image: url('../images/Humber-378.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .home-top-486b {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/humber-486B-park.jpg');
    height: 400px;
  }

  .home-top-648 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford648-park.jpg');
    height: 400px;
  }

  .home-top-792 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-792-park.webp');
    height: 400px;
  }

  .home-top-792p {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/stanford-792p-park.webp');
    height: 400px;
  }

  .home-top-837 {
    background-image: linear-gradient(357deg, #192b38 2%, #fff0 84%), url('../images/berkeley-837-park.webp');
    height: 400px;
  }

  .home-top-918 {
    background-image: linear-gradient(357deg, #192b38 8%, #fff0 31%), url('../images/berkeley-918-park2.jpg');
    height: 400px;
  }

  .home-top-1008 {
    background-image: linear-gradient(357deg, #192b38 10%, #fff0 31%), url('../images/berkeley-1008-park.webp');
    height: 400px;
  }

  .home-top-1062 {
    background-image: linear-gradient(357deg, #192b38 10%, #fff0 31%), url('../images/trent-1062-park.webp');
    height: 400px;
  }

  .home-top-999 {
    background-image: linear-gradient(357deg, #192b38 10%, #fff0 31%), url('../images/cambridge-999-park.webp');
    height: 400px;
  }

  .home-top-1224 {
    background-image: linear-gradient(357deg, #192b38 10%, #fff0 31%), url('../images/cambridge-1224.webp');
    height: 400px;
  }

  .list-home-index {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
  }

  .list-item-bed-home {
    background-position: 0%;
    background-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
  }

  .list-item-bath-home {
    text-align: left;
    background-position: 0%;
    background-size: 40px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
    display: flex;
  }

  .home-page-top {
    background-image: linear-gradient(357deg, #192b38 10%, #fff0 31%), url('../images/trent-1062-park.webp');
    height: 400px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .paragraph-home-page-top {
    font-size: 18px;
  }

  .main-page-paragraph {
    font-size: 18px;
    display: block;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .container-116 {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-117 {
    padding-top: 10px;
  }

  .heading-83 {
    margin-top: 0;
  }

  .team-slider-4 {
    padding: 60px 15px;
  }

  .team-slider-wrapper-4 {
    display: flex;
  }

  .team-slider-arrow-4 {
    display: block;
  }

  .team-circles-6 {
    padding: 10px 15px 60px;
  }

  .centered-heading-15 {
    font-size: 28px;
    line-height: 30px;
  }

  .team-grid-5 {
    grid-template-columns: 1fr;
  }

  .team-card-6 {
    margin-bottom: 20px;
  }

  .team-member-image-5 {
    width: 350px;
    height: 250px;
  }

  .container-lower-box-of-section {
    padding-bottom: 10px;
  }

  .home-page-headline {
    font-size: 18px;
  }

  .hero-content {
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
  }

  .section-56 {
    height: 300px;
    display: none;
  }

  .video-section, .video-section-portrait {
    height: 40%;
  }

  .pricing-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wbs-no-pricing, .wbs-pricing {
    padding: 0 2%;
  }

  .no-pricing-box {
    background-image: none;
  }

  .wbs-pricing-on {
    padding: 0 2%;
  }

  .heading-mobile-only {
    line-height: 40px;
    display: block;
  }

  .h2-home-page {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
  }

  .cta-mobile-text {
    text-align: center;
  }

  .bold-text-14 {
    font-weight: 500;
  }

  .micro-trust {
    text-align: center;
    font-weight: 300;
  }

  .team-circles-7 {
    padding: 60px 15px;
  }

  .team-grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .support-column-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .square-adu {
    width: 400px;
    margin-bottom: 10px;
  }

  .support-square-text-2 {
    text-transform: none;
    background-color: #00000096;
    font-size: 22px;
  }

  .square-mun {
    width: 400px;
    margin-bottom: 0;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .paragraph-2026 {
    font-size: 16px;
    display: block;
  }

  .home-page-intro-mobile {
    font-size: 18px;
    display: block;
  }

  .hero-section-header-retirement-1 {
    background-position: 100%;
    height: 45vh;
  }

  .heading-86 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .div-block-desktop {
    align-self: flex-end;
    margin-bottom: 0;
    display: none;
  }

  .header-section-adu {
    background-position: 100%;
    height: 45vh;
  }

  .image-123 {
    width: 200px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 1.2;
  }

  .hero-heading-center-7 {
    padding: 60px 15px;
  }

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

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

  .paragraph-77 {
    font-weight: 300;
    line-height: 1.2;
  }

  .paragraph-78 {
    font-weight: 300;
  }

  .image-overlay-text {
    background-color: #463d3d03;
    background-image: linear-gradient(#00000080, #00000080);
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;
    line-height: 1.2;
  }

  .section-64 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-130 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vertical-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-call-you {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .paragraph-80 {
    margin-bottom: 0;
  }

  .container-133 {
    max-width: 80%;
  }

  .hero-section-header-transtional, .hero-section-retirement-0 {
    background-position: 100%;
    height: 45vh;
  }

  .div-block-hero-block {
    align-self: flex-end;
    margin-bottom: 0;
  }

  .heading-div-hero-block {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .heading-div-hero-para-desktop {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
  }

  .div-block-hero-section {
    align-self: flex-end;
    margin-bottom: 0;
  }

  .hero-section-retirement-2, .hero-section-retirement-3, .hero-section-retirement-4 {
    background-position: 100%;
    height: 45vh;
  }

  .sticky-contact-number {
    z-index: 9998;
    background-color: #39b54a;
    flex-flow: row;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sticky-top-number {
    font-size: 20px;
  }

  .navbar-4 {
    z-index: 9999;
  }

  .centered-heading-10-copy {
    margin-top: 0;
  }

  .heading-div-hero-para-mobile {
    padding-top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
  }

  .hero-section-flexoconnect-0, .hero-section-header-flexoconnect-1, .hero-section-header-flexoconnect-2, .hero-section-header-flexoconnect-3, .hero-section-header-flexoconnect-4, .hero-section-header-flexoconnect-5, .hero-section-header-flexoconnect-6 {
    background-position: 50%;
    height: 45vh;
  }

  .quick-stack-55 {
    flex: 0 auto;
    width: 100%;
  }

  .quick-stack-56 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-139 {
    width: 100%;
  }

  .image-column-left {
    height: 450px;
  }

  .container-home-page {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-column-panel-assy {
    height: 450px;
  }

  .header-section-prefab {
    background-position: 50% 0;
    height: 55vh;
  }

  .image-column-right-prefab1 {
    height: 400px;
  }

  .image-column-left-prefab1 {
    height: 450px;
  }

  .image-column-right-prefab2 {
    height: 400px;
  }

  .image-column-left-prefab2 {
    height: 450px;
  }

  .section-white {
    padding-left: 10px;
  }

  .paragraph-2026-grey {
    font-size: 18px;
    display: block;
  }

  .div-block-56 {
    flex-flow: row;
    align-items: center;
  }

  .button-17 {
    background-color: #000;
    margin-bottom: 0;
    font-size: 16px;
  }

  .link-block-13 {
    display: none;
  }

  .paragraph-2028 {
    font-size: 20px;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
  }

  .div-block-58 {
    width: 90%;
  }

  .div-block-50-mobile {
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .team-circles-8 {
    padding: 10px 15px;
  }

  .team-grid-7 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .team-member-image-7 {
    width: 250px;
    height: 250px;
  }

  .team-card-8-line {
    border-style: solid none;
    border-top-color: #fff;
    border-bottom-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-associations {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-bottom: 10px;
    padding: 0 9px;
  }

  .paragraph-2026-grey-ctr {
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }

  .section-white-association-reviews {
    padding-top: 10px;
  }

  .div-block-mobile {
    align-self: flex-end;
    margin-bottom: 0;
    display: block;
  }

  .container-mission {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0 0 5px;
    display: block;
  }

  .container-mission.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-143 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-desktop-copy {
    align-self: flex-end;
    margin-bottom: 0;
    display: none;
  }

  .button-green-bg {
    background-color: #39b54a;
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-fit-300 {
    width: 100%;
    height: 100%;
  }

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

  .container-bg-text, .link-block-14 {
    width: 100%;
  }

  .container-bg-garden-suites {
    width: 100%;
    height: 300px;
  }

  .container-bg-income, .div-block-59 {
    width: 100%;
  }

  .list-item-9 {
    margin-bottom: 10px;
  }

  .list-item-10 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 10px;
    display: block;
  }

  .list-item-11, .list-item-12, .list-item-13 {
    margin-bottom: 10px;
  }

  .container-146 {
    max-width: 95%;
  }

  .quick-stack-59 {
    padding: 10px 0 0;
  }

  .container-147 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-total-button {
    padding-top: 0;
  }

  .floating-cta-wrap {
    flex-flow: row;
    width: 25%;
    margin-right: 0;
    top: 500px;
  }

  .button-20 {
    width: auto;
    display: none;
  }

  .paragraph-2029 {
    display: none;
  }

  .free-adu-consult-button-m {
    text-align: center;
  }

  .h3-subheading {
    font-size: 22px;
    line-height: 24px;
  }

  .quick-stack-60 {
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .container {
    flex-direction: column;
    max-width: 75%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    background-color: #b3b3b3;
    background-image: url('../images/windsor-part-br.webp');
    height: auto;
    min-height: 125px;
    padding-bottom: 0;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .navbar {
    z-index: 9999;
    margin-top: 5px;
    padding: 0 0 10px;
    position: relative;
  }

  .nav-link {
    background-color: #a8393900;
    font-size: 20px;
  }

  .nav-link:hover {
    color: #3b3b3b;
  }

  .nav-link:active {
    color: #fff;
    background-color: #747474;
  }

  .hero-wrapper {
    justify-content: flex-end;
    height: 300px;
    min-height: auto;
    max-height: none;
    padding-bottom: 10px;
  }

  .hero-heading {
    text-shadow: 2px 2px #000;
    font-size: 24px;
  }

  .hero-heading.anout-hero-heading {
    margin-top: 0;
  }

  .hero-paragraph {
    width: 85%;
    margin-top: 0;
    padding-top: 3px;
    font-size: 14px;
  }

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

  .support-top-heading {
    font-size: 28px;
  }

  .support-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .support-column {
    margin-bottom: 10px;
  }

  .safe-section {
    background-image: linear-gradient(to bottom, #2222222b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    min-height: auto;
    padding-left: 0;
    display: flex;
  }

  .safe-wrapper {
    max-height: 300px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .safe-heading {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .safe-paragraph {
    text-shadow: 1px 1px 2px #000;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    padding: 0;
  }

  .footer {
    z-index: 600;
    position: relative;
  }

  .footer-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-logo-column {
    margin-bottom: 0;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav-menu {
    background-color: #20c75d;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 60px;
    position: absolute;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .contact-image-div {
    background-position: 0 0, 50%;
  }

  .pricing-page-section-heading {
    padding-left: 5px;
    line-height: 26px;
  }

  .price-wrapper {
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    inset: 3% 0% auto auto;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .cart-nav-wrapper {
    justify-content: center;
  }

  .cart-quantity-cart {
    position: absolute;
    inset: -23% 0% auto 27px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .cart-item {
    flex-direction: row;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 250px;
  }

  .cart-menu {
    margin-right: 10px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title-2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .body {
    background-color: #192b38;
    margin-top: 0;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
  }

  .image-2 {
    width: 200px;
    max-width: none;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .columns {
    flex-direction: column;
  }

  .link-block {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .container-3 {
    max-width: none;
    padding: 5px;
  }

  .centered-heading {
    color: #1f1f1f;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .centered-heading.margin-bottom-32px {
    padding-bottom: 0;
  }

  .left-subheading {
    text-align: left;
    background-color: #0000;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    display: none;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow, .team-slider-nav {
    display: flex;
  }

  .container-4 {
    background-color: #0000;
    margin-top: 50px;
    padding-top: 9px;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    padding: 3px;
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
  }

  .button {
    text-align: center;
    justify-content: center;
    max-width: 65%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .icon-2 {
    font-size: 45px;
  }

  .html-embed-2 {
    background-color: #6d7371;
  }

  .hero-paragraph-right {
    width: 85%;
    font-size: 14px;
  }

  .hero-section-about {
    min-height: 200px;
  }

  .hero-section-about.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-heading-center {
    background-color: #0000;
    padding: 5px;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 0;
    padding-top: 0;
  }

  .shadow-two {
    max-width: 100%;
  }

  .list-item {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
  }

  .body-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .container-5 {
    background-image: url('../images/router-3.jpg');
    background-position: 0 0;
    background-size: auto;
  }

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

  .container-6 {
    background-color: #0000;
    padding: 0 9px;
    display: block;
  }

  .heading-5 {
    text-shadow: 1px 1px 2px #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-4 {
    text-align: justify;
  }

  .div-block-3 {
    flex-direction: column-reverse;
    width: 250px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .team-circles {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    line-height: 38px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    padding-left: 5px;
  }

  .team-member-image {
    width: 300px;
    height: 300px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .heading-6 {
    flex-direction: row-reverse;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-white {
    text-align: left;
    text-shadow: none;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 5px;
    padding: 5px 5px 0;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .italic-text {
    font-size: 14px;
  }

  .main-heading {
    text-align: center;
    padding: 3px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-11 {
    line-height: 60px;
  }

  .column-3 {
    flex-flow: row-reverse;
  }

  .image-4 {
    width: 50px;
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: justify;
    padding: 10px;
  }

  .text {
    font-size: .6rem;
  }

  .text.left-marg {
    display: none;
  }

  .info-detail {
    height: 30vh;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-2.fh-sb.top, .wrapper-2.fh-sb.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spacer {
    height: 1.6rem;
  }

  .spacer.top {
    height: 1.9rem;
  }

  .page-wrapper, .collection-list-wrapper {
    height: auto;
  }

  .logo-icon {
    width: .8rem;
  }

  .info-open-wrapper {
    display: none;
  }

  .info-wrapper {
    flex-direction: column;
    display: flex;
    inset: 0%;
  }

  .collection-item {
    width: 50vw;
    height: 50vw;
    overflow: visible;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-member-position-2 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    margin-top: 5px;
    padding-top: 0;
  }

  .container-header {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-center-2 {
    background-color: #0000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 0;
  }

  .centered-heading-4.margin-bottom-32px {
    margin-top: 0;
    font-size: 32px;
    line-height: 30px;
  }

  .button-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .fine-print {
    padding: 0 0 5px;
    font-size: 9px;
  }

  .list-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .heading-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-14 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .heading-15 {
    font-size: 18px;
  }

  .container-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section-stanford-plus {
    background-color: #b3b3b3;
    background-position: 50%;
    height: auto;
    min-height: 200px;
    padding-bottom: 0;
  }

  .hero-section-stanford-plus.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-home-page {
    background-color: #b3b3b3;
    height: auto;
    min-height: 125px;
    padding-bottom: 0;
    display: none;
  }

  .hero-section-home-page.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-model-page {
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-garage-vista-split_1.jpg');
    background-position: 0%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section-model-page.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-berkeley {
    background-color: #b3b3b3;
    background-image: url('../images/berkely-headline-image.jpg');
    background-size: cover;
    height: auto;
    min-height: 250px;
    margin-bottom: 0;
    padding-bottom: 3px;
  }

  .hero-section-berkeley.contact-hero {
    background-position: 0 0, 80%;
  }

  .container-19 {
    padding: 5px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 6px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 24px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-6 {
    margin-top: 0;
    padding-left: 10px;
  }

  .hero-section-cambridge {
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-headline-image.jpg');
    height: auto;
    min-height: 125px;
    padding-bottom: 0;
  }

  .hero-section-cambridge.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-berkeley-copy {
    background-color: #b3b3b3;
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    height: auto;
    min-height: 125px;
    padding-bottom: 0;
  }

  .hero-section-berkeley-copy.contact-hero {
    background-position: 0 0, 80%;
  }

  .text-block-3 {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .dropdown-link {
    z-index: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    position: static;
  }

  .dropdown-toggle {
    z-index: -10;
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .team-circles-3 {
    padding: 5px;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .team-member-position-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 42px;
  }

  .paragraph-white-quote {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    font-size: 14px;
  }

  .hero-section-layout {
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 0%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section-layout.contact-hero {
    background-position: 0 0, 80%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 28px;
  }

  .container-23 {
    margin-bottom: 0;
  }

  .hero-heading-technology {
    background-color: #0000;
    padding: 5px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .container-24 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-22 {
    font-size: 22px;
    line-height: 24px;
  }

  .columns-4 {
    display: none;
  }

  .container-25 {
    margin-bottom: 0;
    display: none;
  }

  .paragraph-18 {
    display: none;
  }

  .heading-24 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .image-32 {
    padding: 5px;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    padding: 5px;
  }

  .container-29 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .image-float-left {
    float: none;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
  }

  .image-float-right {
    width: 300px;
    max-width: none;
    margin: 5px;
    padding: 5px;
  }

  .image-35 {
    float: none;
    margin: 5px;
    display: inline-block;
  }

  .div-block-4 {
    align-self: center;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    padding: 0 3px;
  }

  .image-36 {
    padding: 5px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-check-green {
    color: #414141;
    font-size: 14px;
  }

  .paragraph-green-bg {
    padding: 5px;
    font-size: 16px;
  }

  .paragraph-0-margin {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-section-model-montage {
    background-color: #b3b3b3;
    height: auto;
    min-height: 200px;
    padding-bottom: 0;
  }

  .hero-section-model-montage.contact-hero {
    background-position: 0 0, 80%;
  }

  .section-17 {
    height: 100%;
    display: block;
  }

  .background-video {
    z-index: 999;
    height: 45%;
  }

  .button-5 {
    height: 25px;
    font-size: 18px;
  }

  .div-block-9 {
    margin-top: 0;
    padding-bottom: 14px;
  }

  .heading-29 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-21 {
    line-height: 1.1;
  }

  .content-section-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-faq {
    color: #414141;
    font-size: 16px;
  }

  .list-7 {
    margin-top: 0;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .header-faq {
    background-image: url('../images/Untitled-1.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    display: flex;
  }

  .list-dp-question {
    margin-bottom: 0;
  }

  .section-19 {
    height: 100%;
  }

  .video-overlay-italics {
    margin-bottom: 24px;
  }

  .video-overlay-italics.margin-bottom-32px {
    margin-top: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .container-features {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header-tech-page {
    background-image: none;
    background-position: 0 0;
  }

  .lower-header-info-block, .container-31 {
    display: none;
  }

  .paragraph-0-margin-white {
    padding: 5px;
    font-size: 14px;
  }

  .heading-price-home {
    margin-top: 0;
    font-size: 42px;
  }

  .paragraph-29 {
    font-size: 14px;
  }

  .text-span {
    font-size: 18px;
    line-height: 1.1;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 18px;
  }

  .container-house-title {
    background-color: #413c3c00;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-ctr-white {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
  }

  .container-32 {
    justify-content: center;
    display: flex;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-9 {
    justify-content: center;
  }

  .heading-32 {
    text-align: center;
    font-size: 22px;
    line-height: 20px;
  }

  .image-medaia-icon {
    width: 100px;
    max-width: none;
    font-size: 16px;
  }

  .image-43 {
    max-width: 100px;
  }

  .div-block-13 {
    align-items: center;
  }

  .tooltip-link-10pxmargin {
    font-size: 18px;
  }

  .list-item-check-thumb-up {
    color: #fff;
    background-position: 0 10%;
    background-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-item-check-thumb-down {
    color: #fff;
    font-size: 16px;
  }

  .columns-10 {
    flex-direction: row-reverse;
    justify-content: center;
    display: block;
  }

  .list-8 {
    padding-left: 10px;
  }

  .list-9 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-start;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .tooltip-anchor-2.top {
    margin-bottom: 79px;
    display: none;
  }

  .tooltip-wrapper-3 {
    width: 200px;
  }

  .tooltip-container-2 {
    width: 200px;
    margin-bottom: 0;
  }

  .div-block-15 {
    flex-direction: row;
  }

  .paragraph-34 {
    align-self: center;
    font-size: 16px;
  }

  .info-icon {
    width: 25px;
    margin-bottom: 0;
  }

  .heading-34, .paragraph-36 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-news {
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
    height: 150px;
  }

  .text-span-3 {
    font-size: 16px;
  }

  .adu-bylaw {
    margin-bottom: 0;
    padding-top: 0;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .image-45 {
    padding: 5px;
  }

  .para-pricing-left {
    color: #292929;
    letter-spacing: normal;
    font-size: 12px;
  }

  .para-pricing-right {
    color: #292929;
    font-size: 12px;
  }

  .columns-11 {
    width: 320px;
  }

  .container-42 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-37 {
    font-size: 14px;
  }

  .para-heading-white {
    line-height: 24px;
  }

  .heading-36 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-16 {
    min-width: 320px;
  }

  .div-block-17 {
    width: 320px;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-24 {
    margin-bottom: 0;
  }

  .social-embed {
    display: none;
  }

  .video-technology {
    height: 45%;
  }

  .container-48 {
    clear: none;
    height: auto;
    min-height: 100%;
    display: flex;
  }

  .background-video-2 {
    width: 320px;
    height: auto;
  }

  .background-video-3 {
    width: auto;
    height: 180px;
    min-height: 0;
    margin: 0;
  }

  .div-block-20 {
    width: 100%;
    height: 100%;
  }

  .background-video-5 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 20vh;
    display: flex;
  }

  .text-span-10 {
    padding-top: 9px;
  }

  .heading-5-dark {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-39 {
    padding: 8px;
    line-height: 26px;
  }

  .heading-41 {
    font-size: 18px;
    line-height: 20px;
  }

  .html-embed-10 {
    margin-bottom: 20px;
  }

  .paragraph-39 {
    font-size: 14px;
  }

  .container-51 {
    z-index: auto;
    background-color: #fff0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
  }

  .paragraph-white-ctr {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    font-size: 14px;
  }

  .content-section-dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading-7 {
    color: #404047;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

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

  .container-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-float-right-larger {
    width: 300px;
    margin: 5px;
    padding: 5px;
  }

  .container-54 {
    margin-top: 10px;
  }

  .centered-heading-green {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .centered-heading-green.margin-bottom-32px {
    padding-bottom: 0;
  }

  .header-community-page {
    background-image: none;
    background-position: 0 0;
    padding: 0;
  }

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }

  .gallery-item-content-wrapper {
    margin-top: 22px;
  }

  .hero-gallery-item {
    margin-top: -103.9vh;
  }

  .gutter-outside {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 12px;
    padding-top: 0;
    display: flex;
  }

  .gallery-scroll-distance {
    margin-top: 0;
  }

  .title1 {
    font-size: 2em;
  }

  .copy-medium.text-semibold {
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-1-column.gap-row-28px.hidden-mbp {
    display: none;
  }

  .grid-1-column.gap-row-28px.gap-row-16-mbp {
    grid-row-gap: 16px;
  }

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-default-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-44 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-41 {
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
  }

  .image-55 {
    width: 75%;
  }

  .timeline_quote-wrapper {
    padding: 4px;
  }

  .timeline_item {
    grid-template-columns: 30px 1.25fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-timeline {
    margin-top: 0;
  }

  .timeline_component {
    overflow: visible;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_progress-bar {
    height: 50vh;
  }

  .button-7 {
    font-size: 16px;
    font-weight: 500;
  }

  .image-58 {
    width: 225px;
    max-width: none;
    margin-top: 10px;
  }

  .padding-vertical-xxlarge {
    padding-top: 190px;
  }

  .timeline_date-text {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .timeline_quote-image {
    flex: 0 auto;
    order: 1;
  }

  .timeline_text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading-shadow {
    background-color: #00000080;
    font-size: 36px;
    line-height: 1;
  }

  .section-timeline-heading {
    position: relative;
  }

  .heading-paragraph-shadow {
    background-color: #00000080;
    font-size: 16px;
    font-weight: 400;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button-icon {
    display: none;
  }

  .background-layer {
    background-color: #0000;
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: auto;
  }

  .quick-stack {
    padding-left: 0;
  }

  .frontpageimage {
    width: 100%;
    max-width: 100%;
  }

  .background-layer-copy {
    background-color: #00000075;
    background-image: none;
    height: auto;
  }

  .background-layer-2 {
    background-image: url('../images/berkely-headline-image.jpg'), linear-gradient(#0000, #0000);
    background-position: 0%, 0 0;
    background-size: cover, auto;
  }

  .timeline_text_dark {
    font-size: 16px;
  }

  .timeline_date-text_dark {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container-58 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .cell {
    align-items: center;
    padding: 0;
  }

  .cell-2, .cell-3 {
    align-items: center;
  }

  .italic-text-8 {
    font-size: 14px;
  }

  .image-float-right-50 {
    width: 100%;
    max-width: 100%;
    margin: 5px;
    padding: 5px;
  }

  .accordion-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    margin-bottom: 10px;
    padding: 10px;
  }

  .accordion-item-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .fa-icon {
    color: var(--medium-sea-green);
    font-size: 30px;
  }

  .paragraph-42 {
    font-size: 14px;
  }

  .bold-text-9 {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
  }

  .accordion-home-drop {
    margin-bottom: 0;
    padding: 0;
  }

  .accordion-home-heading {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .accordion-wrapper-home {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__contain {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .menu__icon {
    font-size: 2em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .c-nav_logo-1 {
    margin-right: 0;
  }

  .c-nav_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-tools {
    margin-right: 0;
  }

  .c-text-1 {
    font-size: 13px;
  }

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

  .page-wrapper-4 {
    padding-bottom: 40px;
    display: none;
  }

  .div-block-31 {
    margin-top: 17px;
  }

  .section-6-copy {
    margin-top: 0;
  }

  .hero-section-show-home {
    background-color: #b3b3b3;
    background-position: 50%;
    height: auto;
    min-height: 200px;
    padding-bottom: 0;
  }

  .hero-section-show-home.contact-hero {
    background-position: 0 0, 80%;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quick-stack-3 {
    padding: 5px;
  }

  .paragraph-46 {
    margin-bottom: 10px;
    font-size: 14px;
  }

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

  .heading-47 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #141414;
    text-shadow: 1px 1px 1px #000000ba;
    background-color: #fff;
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/berkeley-carousel.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 0;
    padding: 23px 5px 29px;
    font-size: 50px;
    line-height: 80px;
    box-shadow: 0 0 #0003;
  }

  .container-63 {
    z-index: 1;
    background-color: #0000;
    display: block;
    position: relative;
  }

  .section-32 {
    z-index: 1;
  }

  .link-block-6 {
    width: 50px;
  }

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

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .italic-text-9, .text-span-12 {
    font-size: 16px;
  }

  .wbs-form-group-alert {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .wbs-alert-bar-6-wrap {
    padding-right: 40px;
  }

  .wbs-section {
    padding: 0 0% 1rem;
  }

  .wbs-pricing-4-list-title {
    margin-bottom: 0;
  }

  .wbs-pricing-4-list {
    margin-top: 10px;
  }

  .wbs-pricing-4-price {
    font-size: 24px;
    line-height: 24px;
  }

  .wbs-pricing-4-price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-pricing-4-title {
    font-size: 24px;
  }

  .wbs-pricing-4-bona, .wbs-pricing-4-item-garage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-note {
    display: block;
  }

  .pricing-section {
    display: none;
  }

  .wbs-blog-image {
    width: 70%;
  }

  .wbs-blog-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-33 {
    margin-top: 0;
  }

  .home-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-49 {
    margin-left: 2%;
    margin-right: 2%;
    display: block;
  }

  .image-63 {
    width: 300px;
  }

  .pricing-footnote {
    line-height: 1.2;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }

  .heading-50 {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    background-color: #39b54a;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 225px;
    max-width: none;
  }

  .image-front-page, .image-70 {
    width: 100px;
    max-width: none;
  }

  .heading-51 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .link-block-7 {
    width: 100%;
  }

  .hero-section-stanford {
    background-color: #b3b3b3;
    background-position: 50%;
    height: auto;
    min-height: 200px;
    padding-bottom: 0;
  }

  .hero-section-stanford.contact-hero {
    background-position: 0 0, 80%;
  }

  .image-72 {
    max-width: 100%;
  }

  .wbs-cta-6-image-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-button-subscribe {
    position: static;
  }

  .wbs-subscribe-input-group {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wbs-lead-text {
    line-height: 1.1rem;
  }

  .wbs-heading-h4 {
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .wbs-cta-6 {
    padding: 10px;
  }

  .heading-42-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    align-self: center;
  }

  .cell-14 {
    display: block;
  }

  .cell-15 {
    display: none;
  }

  .image-73 {
    width: 50px;
  }

  .heading-54 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .youtube {
    padding: 0;
  }

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

  .image-75, .image-78 {
    width: 100%;
    padding: 5px;
  }

  .timeline_item_pricing {
    grid-template-columns: 30px 1.25fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-pricing {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }

  .heading-55 {
    font-size: 28px;
  }

  .container-71 {
    z-index: auto;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
  }

  .heading-56 {
    font-size: 28px;
  }

  .wbs-cta-7 {
    padding: 10px;
  }

  .link-block-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    align-self: auto;
    display: none;
  }

  .nav-text {
    padding: 5px 0;
  }

  .nav-right {
    order: 1;
  }

  .brand-2 {
    line-height: 1;
  }

  .text-span-15 {
    font-size: 20px;
  }

  .navbar-2 {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    display: none;
  }

  .nav-container {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .nav-left {
    flex-flow: wrap;
    order: 1;
    justify-content: center;
  }

  .text-block-7 {
    text-align: center;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-57 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }

  .link-white {
    font-size: 16px;
  }

  .paragraph-54 {
    font-size: 14px;
    line-height: 1.2;
  }

  .paragraph-55 {
    font-size: 18px;
    line-height: 1.2;
  }

  .container-75 {
    padding: 5px;
  }

  .hero-heading-center-4 {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .container-76 {
    max-width: none;
    margin-top: 0;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .centered-heading-8.margin-bottom-32px {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .hero-split-4 {
    margin-bottom: 10px;
  }

  .gallery-slider {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .container-77 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slide-text {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 10px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .heading-58 {
    margin-top: 10px;
  }

  .hero-heading-center-5 {
    padding: 10px;
  }

  .container-78 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .centered-heading-9.margin-bottom-32px {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .icon-5 {
    padding-left: 20px;
  }

  .text-block-3-white {
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-block-3-copy {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .icon-6 {
    padding-left: 20px;
  }

  .body-blue {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-model-heading-white {
    margin: 5px;
    font-size: 30px;
  }

  .quick-stack-12 {
    padding: 0;
  }

  .dropdown {
    font-size: 18px;
    position: relative;
  }

  .image-fit {
    width: 250px;
    height: 250px;
    display: block;
  }

  .model-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding: 4px;
  }

  .para-white-model-grid {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
  }

  .accordion-home-heading-white {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .model-text-expanded-white {
    font-size: 14px;
  }

  .cell-29 {
    display: none;
  }

  .italic-text-11 {
    font-size: 14px;
  }

  .footer-address {
    margin-bottom: 0;
  }

  .heading-59 {
    margin-top: 10px;
  }

  .heading-60 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-61 {
    line-height: 40px;
  }

  .heading-62 {
    color: var(--white-smoke);
    text-align: center;
  }

  .heading-63 {
    font-size: 20px;
  }

  .link-block-pc.w--current {
    display: none;
  }

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

  .text-span-17 {
    font-size: 26px;
  }

  .div-block-36 {
    color: #ab3838;
    background-color: #cd3333;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-37 {
    width: 80%;
  }

  .new-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .navbar-logo-center.desktop {
    position: static;
    top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 8888;
    background-color: var(--black);
    padding: 0 5px;
    position: sticky;
    top: 0;
  }

  .container-81 {
    z-index: 9999;
    max-width: none;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .navbar-wrapper-three {
    align-self: auto;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-block.getstartd {
    display: none;
  }

  .nav-link-4 {
    font-size: 16px;
    font-weight: 300;
  }

  .nav-dropdown-2 {
    align-items: center;
  }

  .nav-dropdown-link-2 {
    text-align: center;
    font-size: 16px;
  }

  .menu-button-2 {
    padding-bottom: 10px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .icon-7 {
    color: var(--flowstica-webflow-library-white);
  }

  .text-block-8, .text-block-9 {
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-10 {
    font-size: 16px;
    font-weight: 400;
  }

  .image-81 {
    width: 100%;
  }

  .paragraph-58 {
    color: #fff;
  }

  .container-82 {
    padding-left: 5px;
  }

  .container-83 {
    margin-bottom: 20px;
  }

  .inclusions-header {
    font-size: 18px;
    line-height: 20px;
  }

  .container-84 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .superscript {
    font-size: 12px;
  }

  .faq-title {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .menu-mobile-header {
    font-size: 16px;
    font-weight: 300;
  }

  .social-icons {
    height: 40px;
  }

  .text-span-33, .text-span-34, .text-span-39, .text-span-40 {
    font-size: 16px;
  }

  .text-span-41, .text-span-42 {
    font-size: 14px;
  }

  .section-43 {
    margin-top: 10px;
  }

  .dropdown-list-right.w--open {
    margin-top: 0;
  }

  .italic-text-13 {
    text-align: center;
  }

  .cc-2024 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .cta-button-1 {
    display: block;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
    line-height: 1.2;
  }

  .heading-price-box {
    margin-top: 0;
    font-size: 22px;
  }

  .button-10 {
    text-align: center;
  }

  .accordion-item-process {
    margin-bottom: 10px;
    padding: 10px;
  }

  .header-process {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-left: 10px;
    display: flex;
  }

  .para-process {
    font-size: 14px;
  }

  .link-19 {
    color: var(--white-smoke);
  }

  .process-timeline {
    font-size: 22px;
  }

  .grid-process {
    padding-right: 10px;
  }

  .quick-stack-16 {
    padding-bottom: 0;
  }

  .heading-pricing-total {
    margin-left: 20px;
    font-size: 16px;
  }

  .quick-stack-total {
    margin-top: 5px;
  }

  .divpriceblock {
    padding-left: 0;
  }

  .title-ctr-dark {
    color: #1d1a1a;
    font-size: 22px;
    line-height: 24px;
  }

  .container-footer {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .faq-text {
    font-size: 14px;
  }

  .container-90 {
    max-width: none;
  }

  .cell-50 {
    display: block;
  }

  .paragraph-white-light {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
  }

  .image-rotate {
    order: 0;
    transform: rotate(90deg);
  }

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

  .quick-stack-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .container-92 {
    display: block;
  }

  .quick-stack-22 {
    padding: 0 0 0 10px;
  }

  .cell-panel {
    padding-bottom: 20px;
  }

  .heading-68 {
    font-size: 32px;
    line-height: 34px;
  }

  .cell-81 {
    display: none;
  }

  .quick-stack-28 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .ctr-heading-white {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-text {
    margin-bottom: 10px;
    padding: 10px;
  }

  .accordion-text-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .accordian-text {
    font-size: 14px;
  }

  .paragraph-white-14 {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
  }

  .slider-stage-splitscreen {
    display: flex;
  }

  .splitscreen-column.right {
    width: 100%;
  }

  .splitscreen-column.left {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-description {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .stage-button {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: .125em .5em;
  }

  .slider-copy-wrap {
    padding-top: .125em;
  }

  .collapsed-text {
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-white-desktop-only {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
  }

  .section-47 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .hero-heading-center-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-96 {
    align-self: auto;
    max-width: none;
  }

  .centered-heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
  }

  .hero-wrapper-8 {
    margin-bottom: 0;
  }

  .hero-split-7 {
    margin-bottom: 0;
    display: block;
  }

  .button-primary-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-white-blog {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
  }

  .image-float-right-comm {
    width: 300px;
    max-width: none;
    margin: 5px;
    padding: 5px;
  }

  .image-float-left-comm {
    float: none;
    width: 300px;
    margin: 5px;
    padding: 5px;
  }

  .container-98 {
    max-width: none;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .developers-grid {
    grid-template-columns: 1fr;
  }

  .benefits-text {
    font-size: 14px;
  }

  .quick-stack-benefits {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 250px;
  }

  .benefits-icon {
    max-width: 150%;
  }

  .benefits-heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .quick-stack-faq {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .benefits-text-copy {
    font-size: 14px;
  }

  .bulletin-heading {
    text-align: center;
    line-height: 32px;
  }

  .bulleting-image {
    width: 100%;
    max-width: none;
  }

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

  .flexoconnect-heading {
    font-size: 16px;
    line-height: 18px;
  }

  .quick-stack-media {
    grid-column-gap: 16px;
  }

  .media-headline {
    width: auto;
    min-width: 100%;
  }

  .media-sub-heading {
    line-height: 1.2;
  }

  .div-block-43 {
    width: 99.9998%;
  }

  .cell-104 {
    justify-content: center;
    align-items: center;
  }

  .cell-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    width: auto;
  }

  .cell-105 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-33 {
    padding: 7px;
  }

  .image-102 {
    width: 50%;
  }

  .paragraph-64 {
    margin-left: 0;
    margin-right: 0;
  }

  .what-to-expect-footnote {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-fit-vertical {
    display: block;
  }

  .paragraph-71, .para-process-wrap {
    font-size: 14px;
  }

  .heading-72 {
    text-align: center;
    line-height: 42px;
  }

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

  .image-111 {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .image-112 {
    width: 100%;
  }

  .paragraph-72 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .image-fit-square {
    display: block;
  }

  .cell-111 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-34 {
    padding: 5px;
  }

  .paragraph-dark {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .accordion-home-heading-dark {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .collapsed-text-adu-bylaw {
    margin-left: 5px;
    margin-right: 5px;
  }

  .city-heading-adu-bylaw {
    color: #1f1f1f;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .city-heading-adu-bylaw.margin-bottom-32px {
    padding-bottom: 0;
  }

  .paragraph-bylaw {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
  }

  .map-icon-bylaw {
    color: #fff;
    padding-left: 40px;
    font-size: 22px;
  }

  .media-container {
    margin-bottom: 0;
    padding-top: 0;
  }

  .process-heading-accordian {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .section-51 {
    height: 80vh;
  }

  .slide-content {
    height: 75%;
  }

  .slide-txt-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-52, .slider-4, .container-107 {
    height: 50vh;
  }

  .image-115 {
    max-width: 60%;
  }

  .pres-heading {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 60px;
  }

  .container-pres-left {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pres-heading-small {
    font-size: 24px;
    line-height: 24px;
  }

  .pres-paragraph {
    font-size: 16px;
  }

  .pres-heading-medium {
    font-size: 24px;
    line-height: 24px;
  }

  .container-pres-ctr {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pres-paragraph-ctr {
    font-size: 16px;
  }

  .pres-heading-small-medium {
    margin-left: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .cell-118 {
    justify-content: center;
    align-items: center;
  }

  .heading-78 {
    font-size: 40px;
    line-height: 42px;
  }

  .container-pres-ctr-image {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-108 {
    height: 50vh;
  }

  .front-page {
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .quick-stack-36 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .quick-stack-37 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .quick-stack-39 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .container-109 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-left: auto;
    display: block;
  }

  .image-117 {
    width: 100%;
  }

  .image-118 {
    object-fit: cover;
    width: 250px;
    height: 250px;
  }

  .image-fit-floorplan {
    height: 100%;
    display: block;
  }

  .list-item-bath {
    color: #fff;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-attachment: scroll;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    line-height: 1;
  }

  .list-item-bed {
    color: #fff;
    background-position: 0%;
    background-size: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1;
  }

  .cell-133 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-transbg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-134 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .paragraph-white-copy {
    text-align: left;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .list-what-to-expect {
    padding-left: 0;
  }

  .extra-images-floorplan {
    width: 300px;
  }

  .floorplan-footnote {
    text-align: left;
    text-shadow: none;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .pricing-page-link {
    text-align: left;
    text-shadow: none;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing {
    font-size: 55px;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

  .car-icon {
    margin-right: 8px;
  }

  .product-base {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .feature-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-137 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .cell-138 {
    background-color: snow;
    justify-content: center;
    align-items: center;
  }

  .cell-floorplan {
    background-color: #fff;
  }

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

  .image-fit-home-models {
    display: block;
  }

  .cell-139, .cell-140 {
    justify-content: center;
    align-items: center;
  }

  .hero-heading-left {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-111 {
    max-width: none;
  }

  .hero-split-8 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .heading-80 {
    font-size: 32px;
  }

  .list-item-developers {
    color: #fff;
    background-position: 0 10%;
    background-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .list-developers {
    padding-left: 0;
  }

  .hero-wrapper-10 {
    margin-bottom: 0;
  }

  .team-circles-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .team-grid-4 {
    grid-template-columns: 1fr;
  }

  .home-top-684b {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/stanford-684b.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-114 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-home-title {
    text-align: center;
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .cell-144 {
    background-color: #fff0;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-46 {
    background-color: #192b3800;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px;
  }

  .list-item-area {
    color: #fff;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-attachment: scroll;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    line-height: 1;
  }

  .home-top-378 {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/Humber-378.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-486b {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/humber-486B-park.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-648 {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/stanford648-park.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-792 {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/stanford-792-park.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-792p {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/stanford-792p-park.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-837 {
    background-image: linear-gradient(0deg, #192b38 2%, #fff0 70%), url('../images/berkeley-837-park.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-918 {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/berkeley-918-park2.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-1008 {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/berkeley-1008-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-1062 {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-999 {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/cambridge-999-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-top-1224 {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/cambridge-1224.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .list-home-index {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .list-item-bed-home {
    color: #fff;
    background-position: 0%;
    background-size: 30px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    line-height: 1;
  }

  .list-item-bath-home {
    color: #fff;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-attachment: scroll;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    line-height: 1;
  }

  .home-page-top {
    background-image: linear-gradient(0deg, #192b38 9%, #fff0 26%), url('../images/trent-1062-park.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-home-page-top {
    background-image: none;
    padding-top: 10px;
    font-size: 16px;
  }

  .main-page-paragraph {
    width: auto;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.2;
    display: block;
  }

  .container-115 {
    max-width: none;
  }

  .centered-heading-13 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .container-116 {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }

  .container-117 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-83 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .container-118 {
    max-width: none;
  }

  .centered-heading-14 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

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

  .team-circles-6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-121 {
    max-width: none;
  }

  .centered-heading-15 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 30px;
  }

  .team-grid-5 {
    grid-template-columns: 1fr;
  }

  .team-member-position-5 {
    padding-top: 0;
  }

  .container-122 {
    padding-bottom: 20px;
  }

  .container-lower-box-of-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-page-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
  }

  .section-56 {
    height: 20vh;
  }

  .video-section, .video-section-portrait {
    height: 40%;
  }

  .qsp {
    padding-bottom: 0;
  }

  .pricing-div {
    margin-left: 0;
    margin-right: 0;
  }

  .wbs-no-pricing, .wbs-pricing {
    padding: 0 0% 1rem;
  }

  .no-pricing-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wbs-pricing-on {
    padding: 0 0% 1rem;
  }

  .section-58 {
    margin-top: 0;
  }

  .heading-mobile-only {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .h2-home-page {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .cta-button-1-mobile {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-mobile-text {
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
  }

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

  .micro-trust {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
  }

  .link-24, .link-25 {
    padding-left: 5px;
  }

  .kit-price-footnote {
    padding-left: 20px;
    font-style: italic;
  }

  .quick-stack-48 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .cell-151 {
    background-image: url('../images/brockville.webp');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
  }

  .heading-bg-cell {
    background-color: #0000008a;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 26px;
  }

  .container-126 {
    max-width: none;
  }

  .centered-heading-16 {
    margin-bottom: 24px;
  }

  .centered-subheading-10 {
    width: 100%;
    max-width: 800px;
    font-size: 16px;
    line-height: 18px;
  }

  .team-grid-6 {
    grid-template-columns: 1fr;
  }

  .support-column-2 {
    box-sizing: border-box;
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .square-adu {
    background-image: url('../images/adu-bakyard-image.jpg');
    background-attachment: scroll;
    width: 100vw;
    min-height: 250px;
    margin-bottom: 10px;
  }

  .support-square-text-2 {
    background-color: #000000a3;
    align-self: flex-end;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .cell-153 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .square-mun {
    background-size: cover;
    width: 100vw;
    min-height: 250px;
    margin-bottom: 0;
  }

  .link-block-11 {
    height: auto;
    max-height: none;
    text-decoration: none;
    position: static;
    overflow: hidden;
  }

  .paragraph-76 {
    line-height: 1.2;
  }

  .paragraph-2026 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.3;
    display: block;
  }

  .home-page-intro-mobile {
    width: auto;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.4;
    display: block;
  }

  .hero-section-header-retirement-1 {
    background-position: 0%;
    height: 30vh;
  }

  .heading-86 {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .bold-text-15 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-desktop {
    align-self: flex-end;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    display: none;
  }

  .header-section-adu {
    height: 45vh;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bold-text-16 {
    height: 250px;
  }

  .heading-87 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-123 {
    width: 125px;
  }

  .sub-heading {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: none;
  }

  .container-128 {
    max-width: none;
  }

  .centered-heading-17 {
    margin-bottom: 24px;
  }

  .quick-stack-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .paragraph-77 {
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-78 {
    font-size: 14px;
    line-height: 1.2;
  }

  .list-text {
    margin-bottom: 5px;
  }

  .heading-list-item {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .list-11 {
    margin-top: 5px;
    padding-left: 10px;
  }

  .section-60 {
    display: block;
  }

  .section-61 {
    margin-top: 0;
    display: block;
  }

  .imageblock {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .cell-155 {
    display: flex;
  }

  .image-overlay-wrap {
    width: 100%;
    position: relative;
  }

  .image-125 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .image-overlay-text {
    background-color: #00000003;
    background-image: linear-gradient(#0000009e, #0000009e);
    padding: 0 5px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .paragraph-79 {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
  }

  .bold-text-17 {
    font-size: 24px;
  }

  .section-64 {
    padding-top: 6rem;
  }

  .property-wrapper {
    min-height: 24rem;
  }

  .container-130 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-call-you {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .list-2026 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .list-item-front-page {
    font-size: 16px;
  }

  .list-12 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .list-13 {
    padding-left: 10px;
  }

  .list-item-8 {
    margin-bottom: 10px;
  }

  .paragraph-80 {
    font-size: 18px;
  }

  .quick-stack-52 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-65 {
    z-index: 100;
  }

  .section-66 {
    position: sticky;
  }

  .section-67 {
    top: 0;
  }

  .section-68 {
    z-index: 9999;
  }

  .hero-section-header-transtional {
    height: 30vh;
  }

  .hero-section-retirement-0 {
    background-position: 50%;
    height: 30vh;
  }

  .div-block-hero-block {
    align-self: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .heading-div-hero-block {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-div-hero-para-desktop {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-hero-section {
    align-self: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .bold-text-19 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .hero-section-retirement-2 {
    background-position: 50%;
    height: 30vh;
  }

  .hero-section-retirement-3 {
    height: 30vh;
  }

  .hero-section-retirement-4 {
    background-position: 50%;
    height: 30vh;
  }

  .sticky-contact-number {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .sticky-top-number {
    display: block;
  }

  .link-block-12 {
    margin-left: 0;
    display: none;
  }

  .code-embed-4 {
    margin-bottom: 0;
  }

  .centered-heading-10-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-div-hero-para-mobile {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .hero-section-flexoconnect-0, .hero-section-header-flexoconnect-1 {
    background-position: 50%;
    height: 30vh;
  }

  .hero-section-header-flexoconnect-2 {
    background-position: 0%;
    height: 30vh;
  }

  .hero-section-header-flexoconnect-3 {
    background-position: 50%;
    height: 30vh;
  }

  .hero-section-header-flexoconnect-4 {
    background-position: 0%;
    height: 30vh;
  }

  .hero-section-header-flexoconnect-5, .hero-section-header-flexoconnect-6 {
    background-position: 50%;
    height: 30vh;
  }

  .image-127 {
    max-width: 75%;
  }

  .container-136 {
    padding-bottom: 10px;
  }

  .image-128 {
    max-width: 75%;
  }

  .container-137 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .code-embed-6 {
    display: block;
  }

  .cell-align-center {
    padding-top: 10px;
  }

  .quick-stack-56 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-139 {
    width: 100%;
  }

  .h2-para-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .image-column-right {
    height: 300px;
    margin-left: auto;
  }

  .image-column-left {
    height: 300px;
  }

  .container-home-page {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-column-right-backyard {
    height: 300px;
    margin-left: auto;
  }

  .image-column-panel-assy {
    height: 300px;
  }

  .image-column-right-drawing-backyard {
    height: 300px;
    margin-left: auto;
  }

  .header-section-prefab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 45vh;
  }

  .image-column-right-prefab1 {
    height: 300px;
    margin-left: auto;
  }

  .image-column-left-prefab1 {
    height: 300px;
  }

  .image-column-right-prefab2 {
    height: 300px;
    margin-left: auto;
  }

  .image-column-left-prefab2 {
    height: 300px;
  }

  .div-block-55 {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-white {
    padding-left: 5px;
  }

  .h2-para-heading-grey {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-2026-grey {
    width: auto;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }

  .list-12-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .section-blue {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .h2-para-heading-sub {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-56 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-17 {
    background-color: #000;
    margin-bottom: 0;
  }

  .link-block-13 {
    height: 30px;
    line-height: 16px;
    display: block;
  }

  .paragraph-2028 {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .div-block-50-mobile {
    background-color: #0000004a;
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: 0;
    padding: 0 5px;
    display: block;
  }

  .bold-text-20 {
    text-align: left;
  }

  .container-140 {
    max-width: none;
  }

  .centered-heading-18 {
    margin-bottom: 24px;
  }

  .team-grid-7 {
    grid-template-columns: 1fr;
  }

  .quick-stack-associations {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-2026-grey-ctr {
    width: auto;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.1;
    display: block;
  }

  .section-white-association-reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-mobile {
    align-self: flex-end;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    display: block;
  }

  .para-bio {
    margin-top: 5px;
    padding-top: 0;
  }

  .container-mission {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .container-143 {
    padding-left: 5px;
  }

  .div-block-desktop-copy {
    align-self: flex-end;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    display: none;
  }

  .button-green-bg {
    background-color: #39b54a;
    margin-bottom: 0;
  }

  .image-fit-300 {
    width: 250px;
    height: 250px;
    display: block;
  }

  .quick-stack-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-bg-text, .container-bg-garden-suites, .container-bg-income {
    width: 100%;
  }

  .center-subheading {
    text-align: center;
    background-color: #0000;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
  }

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

  .h2-para-heading-grey-copy {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .filter-bar {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .filter-btn {
    text-align: center;
    width: 99.9px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .what-to-expect-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .quick-stack-59 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack-total-button {
    margin-top: 5px;
    padding-right: 0;
  }

  .floating-cta-wrap {
    justify-content: space-between;
    align-items: flex-end;
    width: 35%;
    display: flex;
    top: 400px;
  }

  .button-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .free-adu-consult-button-m {
    line-height: 1.2;
  }

  .h3-subheading {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .accordion-flexoconnect {
    margin-bottom: 10px;
    padding: 10px;
  }
}

#w-node-d5487e08-ea53-09a3-dee2-0364234ab11d-debabc78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a93a6637-aca5-d465-b904-54b6505fbc04-debabc78, #w-node-a93a6637-aca5-d465-b904-54b6505fbc0f-debabc78, #w-node-a93a6637-aca5-d465-b904-54b6505fbc1d-debabc78 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fa95237-3602-1743-bb1b-1b77b76479d3-5546d243 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_625f338d-cd28-3f0e-f039-0041bf622a0d-5546d243 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c1844fee-0491-a970-e4a3-40e3b9d18e7e-5546d243 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c1844fee-0491-a970-e4a3-40e3b9d18e7f-5546d243, #w-node-_9e359d46-e91f-2bda-39f0-ff00f5311d66-5546d243 {
  grid-column: span 3 / span 3;
}

#w-node-_0ba617b1-01aa-58e9-1a86-1337ab1be0d8-ab1be0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ba617b1-01aa-58e9-1a86-1337ab1be0cb-ab1be0c9 {
  justify-self: start;
}

#w-node-_2495289c-e158-e777-0f43-b640022a6c72-8143614f {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr;
}

#w-node-_9dcc0bc2-a551-1eac-347f-d510e5535f32-debabc7c, #w-node-e27562d4-aa64-4c94-dcca-476080363766-debabc7c, #w-node-_51beea1b-4c25-0c29-6412-7bcc1bd3cc61-debabc7c, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5bd-debabc7c, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5ca-debabc7c, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5d7-debabc7c, #w-node-cea7852f-e4da-dc26-e2e9-61a28068460b-debabc7c, #w-node-_2d346893-31c8-996f-367e-b4cc24a9c00f-debabc7c, #w-node-cea7852f-e4da-dc26-e2e9-61a280684625-debabc7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91f45c72-db9a-09b5-4dc1-84ac0bd4a528-debabc7c {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_1641401b-7e68-1337-3851-4a1d37e83264-debabc7c, #w-node-_1641401b-7e68-1337-3851-4a1d37e8326f-debabc7c, #w-node-eb1d949f-29fc-0f9c-4214-7f9de9cd6e2a-debabc7d, #w-node-eb1d949f-29fc-0f9c-4214-7f9de9cd6e35-debabc7d, #w-node-_07127d27-d7a7-cfe0-b85c-5da0683c81cf-debabc7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_40c15486-edbc-8666-5172-80c78b6065d2-debabc7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_444f5abf-7b86-3b94-ae5e-4c580a9c10b3-debabc7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84cff83a-1d70-ada5-a4be-df0b22a55136-debabc7e, #w-node-d59d8982-cef9-a8b0-3b7a-f3edbaa06f68-debabc7e, #w-node-b71af805-2ec7-8681-c4d9-d4ef97aa09b4-debabc7e, #w-node-_9d0da64d-b325-bb13-cbb6-a26a335be7ec-debabc7e, #w-node-a1950b19-0004-ddfb-4a01-7b6fe985b3a6-debabc7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f5452-debabc83, #w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f545d-debabc83, #w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f5468-debabc83, #w-node-_63c8be04-4c39-2d15-ba1f-f2902631af17-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_63c8be04-4c39-2d15-ba1f-f2902631af18-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-acf5de5b-72f3-ad4c-833d-4e0231c50bcf-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acf5de5b-72f3-ad4c-833d-4e0231c50bd0-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-dd8852e0-406f-8a9a-b05b-78fd9c8b157d-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd8852e0-406f-8a9a-b05b-78fd9c8b157e-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-fb876d96-c486-4f48-39c9-63386e49e2e5-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb876d96-c486-4f48-39c9-63386e49e2e6-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_127f59ab-d65b-1ba0-c6dc-1fa0c42d05c4-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_127f59ab-d65b-1ba0-c6dc-1fa0c42d05c5-debabc85, #w-node-_127f59ab-d65b-1ba0-c6dc-1fa0c42d05ce-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-bd79bbd2-7733-ae7a-d7c3-d6a8701ffc3a-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd79bbd2-7733-ae7a-d7c3-d6a8701ffc3b-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-a53eecc6-61ba-4931-35d9-1ec7d014136c-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a53eecc6-61ba-4931-35d9-1ec7d014136d-debabc85, #w-node-a53eecc6-61ba-4931-35d9-1ec7d0141376-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-b6a4026e-4455-07a2-c33e-38684b692620-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6a4026e-4455-07a2-c33e-38684b692621-debabc85, #w-node-b6a4026e-4455-07a2-c33e-38684b692628-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-cb822d9f-dfaa-9504-b993-97b46c449ca7-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb822d9f-dfaa-9504-b993-97b46c449ca8-debabc85, #w-node-e9f6a10a-105f-5b9e-ae30-66254e6197b2-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_1648f717-d6a4-d86d-0892-08aa037685e2-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1648f717-d6a4-d86d-0892-08aa037685e3-debabc85, #w-node-_1648f717-d6a4-d86d-0892-08aa037685ea-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_469f939f-fd3e-753c-d58d-3b82635f1233-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_469f939f-fd3e-753c-d58d-3b82635f1234-debabc85, #w-node-_469f939f-fd3e-753c-d58d-3b82635f123b-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-f3f1018f-0f96-d338-af64-054db2795edb-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f3f1018f-0f96-d338-af64-054db2795edc-debabc85, #w-node-f3f1018f-0f96-d338-af64-054db2795ee3-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_18851bac-77bf-1642-c312-6b8fc2467a9d-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18851bac-77bf-1642-c312-6b8fc2467a9e-debabc85, #w-node-_18851bac-77bf-1642-c312-6b8fc2467aa5-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-e69c34d7-608e-632d-ddab-c2ef863a366e-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e69c34d7-608e-632d-ddab-c2ef863a366f-debabc85, #w-node-e69c34d7-608e-632d-ddab-c2ef863a3676-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_261eaf8f-074e-cb63-d1cc-7f0c371212b3-debabc85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_261eaf8f-074e-cb63-d1cc-7f0c371212b4-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_043343fe-bd42-9e0b-7293-fbac9e5bd01c-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_043343fe-bd42-9e0b-7293-fbac9e5bd01d-debabc85, #w-node-_043343fe-bd42-9e0b-7293-fbac9e5bd024-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-_6b5689f8-d9d5-80f5-3fe0-27156d2f770a-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6b5689f8-d9d5-80f5-3fe0-27156d2f770b-debabc85, #w-node-_6b5689f8-d9d5-80f5-3fe0-27156d2f7712-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-b2d776e5-1b0d-2ce5-c6aa-ba46cd5937f5-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2d776e5-1b0d-2ce5-c6aa-ba46cd5937f6-debabc85, #w-node-b2d776e5-1b0d-2ce5-c6aa-ba46cd5937fd-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-dbdec983-60ac-7bc0-462a-a878a8f7e57a-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbdec983-60ac-7bc0-462a-a878a8f7e57b-debabc85, #w-node-dbdec983-60ac-7bc0-462a-a878a8f7e582-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-e8b4e1df-37ef-61ee-11cf-d67e569547a3-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8b4e1df-37ef-61ee-11cf-d67e569547a4-debabc85, #w-node-e8b4e1df-37ef-61ee-11cf-d67e569547ab-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-aa8e2ed8-6ea0-34dc-d9ea-7db81db60852-debabc85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa8e2ed8-6ea0-34dc-d9ea-7db81db60853-debabc85, #w-node-aa8e2ed8-6ea0-34dc-d9ea-7db81db6085a-debabc85 {
  grid-column: span 2 / span 2;
}

#w-node-a2080074-c889-1eca-d4a4-963613e85bd3-debabc8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-faa74b1c-a9ab-4e7a-f95b-1c4e6e0f9994-debabc8a, #w-node-d6b04741-2f6d-31e1-8e08-10b594ff3a7f-debabc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a955c68-3c43-5276-8ca3-9d488344297f-debabc8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37ca9dd8-9098-0b34-215c-da9933ad99ac-debabc8a, #w-node-_37ca9dd8-9098-0b34-215c-da9933ad99b0-debabc8a, #w-node-_37ca9dd8-9098-0b34-215c-da9933ad99b4-debabc8a, #w-node-_587594ac-b93f-9935-b9b0-a76fe7a1a912-debabc8a, #w-node-_85dcf05c-41a1-ac08-0819-335344ebf5c3-debabc8a, #w-node-_85dcf05c-41a1-ac08-0819-335344ebf5c7-debabc8a, #w-node-_85dcf05c-41a1-ac08-0819-335344ebf5cb-debabc8a, #w-node-_85dcf05c-41a1-ac08-0819-335344ebf5cf-debabc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df885e5a-ac6e-dda0-8300-3d320301a1a5-debabc8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa2d5868-9ca4-7aa2-9a79-c73d50253d06-debabc8a, #w-node-fa2d5868-9ca4-7aa2-9a79-c73d50253d0a-debabc8a, #w-node-fa2d5868-9ca4-7aa2-9a79-c73d50253d12-debabc8a, #w-node-fa2d5868-9ca4-7aa2-9a79-c73d50253d0e-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1c8-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1cc-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1d0-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1d4-debabc8a, #w-node-c3e82fc8-1fc8-48a8-c48a-dfee197ab810-debabc8a, #w-node-_5ea8fc38-f854-5930-8495-a1e946ab03db-debabc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff19-debabc8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff25-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff2d-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff31-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff29-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff41-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff45-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff49-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff3d-debabc8a, #w-node-_555800ba-c879-2724-5a12-06b81aeae7e0-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae7f0-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae801-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae816-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae81c-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae82a-debabc8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9d-debabc91, #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84210041-4c38-ca4d-9c55-a31acf7ad2e6-debabc91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef684-debabc91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef6c8-debabc91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc92, #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edb-debabc93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ce705fa-7b22-bc6a-6159-5ec232467f29-debabc93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84210041-4c38-ca4d-9c55-a31acf7ad2e6-debabc94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabc95, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabc95, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabc95, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabc95, #w-node-_4b752c0e-2141-e8bd-54a9-255ff1cc93a8-debabc96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62278911-17c8-a8a5-74e7-59cee07688ba-debabc96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_8ace1f67-84ad-096b-d31e-d9f7c80a6264-debabc96, #w-node-_62a0cd0d-6edd-c0e1-1724-36e7afce1613-debabc96, #w-node-_44f9dfbf-c19e-a056-d785-f1d24a610f9e-debabc96, #w-node-eb8afd85-9b11-d700-0d52-087611138dec-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f37-debabc96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_66267049-dfac-6c69-cf17-77c876063f4b-debabc96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_66267049-dfac-6c69-cf17-77c876063f68-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f7e-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f91-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063fa7-debabc96, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc038f-debabc96, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc039a-debabc96, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc03a5-debabc96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebd7b18d-f8c7-e5ec-40ea-6a57934e64e5-debabc97 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabc9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabca0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabca1, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabca1, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabca1, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabca1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabca2 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_07961455-9786-2814-ad9c-f790cd0c5b54-debabca2, #w-node-a50aeb28-d7dd-2571-8223-9ad8b4a9018d-debabca2, #w-node-_9bf4b646-5289-3b04-a44d-d785077e2cb7-debabca2, #w-node-_8c377b25-a8f6-4744-39f9-0ecb63086d26-debabca2, #w-node-_9a3f352c-ad28-34a1-cd69-5c34b36d31df-debabca2, #w-node-_88fc1f49-4517-711c-6681-2c8a14775183-debabca2, #w-node-bdb35a11-4a06-6d38-b9c1-69ac2e35095c-debabca2, #w-node-a6905c20-2bcc-ab64-298c-2f5e221dc66b-debabca2, #w-node-_6a4b158e-2cce-3dc4-44b7-a48c778cbdc7-debabca2, #w-node-_2c62138d-949c-1fe0-08b6-6f501e23cda0-debabca2, #w-node-de60d36e-3672-dcc1-05c1-b6779877fbf9-debabca2, #w-node-_67405ad5-7004-bb5d-c110-03a75fe2f426-debabca2, #w-node-da27d053-8aea-64c4-5825-44ee76136960-debabca2, #w-node-_59b857d0-bc38-4e4c-9f2b-faad5d7632fd-debabca2, #w-node-cdf3500d-4918-2781-6b44-ff3528415c0a-debabca2, #w-node-dedaf80e-9250-01b1-c2d7-bc2fdb2df2d2-debabca2, #w-node-_8d7a6edb-a2af-49de-ee17-733b166a4818-debabca2, #w-node-_8bfdfcfc-ba4e-7b96-b525-ac4a06b5d927-debabca2, #w-node-fb921861-8038-5f15-4652-eed1edc86a1d-debabca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0e352b4-d62e-91d8-7e40-b88ecef3a743-debabcec, #w-node-e4931e32-7c21-901d-1433-20d7837fd0c6-debabcec {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_882835bb-8d8e-6b27-a094-37463f4c8602-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a329010a-a90e-9091-f3c6-163bcfff4a83-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa61084-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96bc-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ec7-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b1bcd548-5760-e380-cb3d-b837d3220330-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2a3dc65a-b2fe-4a89-542f-a17976110228-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_20b49ac5-af36-3623-45c6-90447fb26013-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_397fb8f2-1112-2d19-0130-4b7bf8065ad5-debabced {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabced {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3880087e-afe8-3610-441d-bcd8b23bcfc6-debabcee {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_442ed1ea-f9b3-9fcc-4a63-1f9dd852fc5f-debabcee {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
}

#w-node-_506ac29d-d16a-a9d0-47dc-4c975efc694d-debabcee, #w-node-_1f8a63d3-ce56-bc55-4250-a20102b9056b-debabcee {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1a2970a8-c1d1-df16-268f-a2b1f6309fd5-debabcee, #w-node-b786b63c-f8cc-e462-dc7c-dd71fbb884f0-debabcee {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff51-debabd03, #w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff5c-debabd03, #w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff67-debabd03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_522a22e0-40bf-8166-66b2-d885a9c0a9cb-debabd04 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9bbe50b5-db1a-fd1f-997a-542e46d9c1d8-debabd04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_0c906f47-84c1-b9ee-ef6a-bd91808920a8-debabd04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1465ee66-229d-e045-4069-0bc7cc9e57b3-2f14c83a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ea4b2c5-56a4-b332-877d-b5cb053307ee-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f347-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f358-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f35f-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f366-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f36e-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f37f-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f386-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f38d-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f395-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3a7-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3ae-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3b5-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3bc-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3cd-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3d4-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3db-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3e3-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3f3-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f3fa-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f401-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f409-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f419-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f420-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f427-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f42f-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f440-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f447-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f44e-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f456-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f467-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f46e-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f475-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f47d-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f48e-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f495-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f49c-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4a4-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4b5-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4bc-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4c3-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4cb-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4db-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4e2-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4e9-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f4f1-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f502-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f509-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f510-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f518-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f529-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f530-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f537-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f541-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f55d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f579-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f596-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f5b5-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f5d1-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f5ef-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f60b-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f62d-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f63d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f64d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f65d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f66d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f67d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f68d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f69e-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f6af-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f6c0-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f6d1-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f6f2-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f705-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f721-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f73d-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f75a-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f779-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f795-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f7b3-debabd05, #w-node-_09f9621a-83ca-1df8-1cc2-f7240a95f7cf-debabd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e82bb7-dd2e-8504-a161-df81ba358611-debabd05, #w-node-_22e82bb7-dd2e-8504-a161-df81ba35861c-debabd05, #w-node-_22e82bb7-dd2e-8504-a161-df81ba358627-debabd05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_96083a4d-7dff-0fac-7de1-c581a3af93bc-debabd06 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd06, #w-node-_81edf367-e5fc-14ad-0a3a-e1464b4c9cda-debabd06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0df8c217-05d9-b0e4-4279-84b59b5aaf86-debabd07 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c9f605dd-20ad-54de-111d-1196dc884356-debabd08 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd08, #w-node-b2b91e1f-e13e-a88e-af07-694f1f0246e2-debabd08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9cc83778-295f-8a3a-d189-18980cb01318-debabd09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd09, #w-node-_908c7508-26f3-3645-e6be-3e6ee6e3d174-debabd09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_945c45cf-84ee-12ab-7d70-09b718005c66-debabd0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_89cafe18-055a-dd55-7ded-68ed0db1d249-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_76e5f3fb-bd87-b676-fb93-5c9855bdcc9e-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f221442b-9e61-ce8e-4c77-43ff912b23fd-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-f221442b-9e61-ce8e-4c77-43ff912b2404-debabd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e75cf04-0f1b-2026-bdfd-f292259cd715-debabd0b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_690a3b71-ad5e-8d91-d014-436b8631e274-debabd0b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0b {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3ac7f41-6f07-6595-eb87-46c2b2877be2-debabd0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06e02c8a-445e-8fbc-f4ee-049b8e2845cc-debabd0c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c70ea996-d99a-644f-c09d-48c456ab7f34-debabd0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b09b48c1-6dc0-330d-cecf-aa35e3ad8991-debabd0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52c7b29a-9dcb-db01-e837-744114a7e7b9-debabd0f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0f {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_35995809-2fd7-1d3e-c154-6e0d880b57ba-debabd10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd10 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22c68211-6a85-b8ca-5f22-6113f5e8ae56-debabd11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd11 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_19df119b-3230-d5e0-28f2-3a124a420a8d-debabd12 {
  place-self: center;
}

#w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50d8-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50e3-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50ed-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50f7-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a5101-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a510b-debabd12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be4fce98-6faa-b754-6e68-6a79c5b45340-debabd12, #w-node-be4fce98-6faa-b754-6e68-6a79c5b4534b-debabd12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4a9f-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4aaa-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4ab1-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4ab8-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4ab9-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_4f27ae19-ca90-883d-2e92-2fe956622455-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901cb79c-afc7-da43-0308-f339fdc20fd4-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_901cb79c-afc7-da43-0308-f339fdc20fdb-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8e048693-6fb1-186f-b16c-de4cae79554b-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8e048693-6fb1-186f-b16c-de4cae79554c-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25031-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af2504d-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25069-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25086-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250a5-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250c1-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250df-debabd13, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250fb-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655d6-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655e8-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655ee-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655f9-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655fa-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655fc-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6560d-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65613-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6561e-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6561f-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65621-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65631-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65637-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65642-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65643-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65645-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65655-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6565b-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65666-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65667-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65669-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6567a-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65680-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6568b-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6568c-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6576d-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65789-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb657a5-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb657c2-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb657e1-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb657fd-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6581b-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65837-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838ec6-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838ed7-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838edd-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838ee8-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838ee9-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838eeb-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838efc-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f02-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f0d-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f0e-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f10-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f21-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f27-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f32-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838f33-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_09ca50b1-bca3-440f-febd-a60dc7838fa5-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838fc1-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838fdd-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838ffa-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7839019-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7839035-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7839053-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc783906f-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd1651ba-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651ca-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651d0-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651db-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651dc-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651de-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651ef-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd1651f5-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165200-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165201-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165203-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165214-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd16521a-debabd13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165225-debabd13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd165226-debabd13 {
  grid-column: span 2 / span 2;
}

#w-node-_718002d1-73c1-42b3-9b60-894acd16522a-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd165246-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd165262-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd16527f-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd16529e-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd1652ba-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd1652d8-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd1652f4-debabd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4a9f-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_827ef357-24cc-8cba-fd8e-d131280e4aaa-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_4f27ae19-ca90-883d-2e92-2fe956622455-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901cb79c-afc7-da43-0308-f339fdc20fd4-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_50fe8977-5d4f-5208-3b1c-7a8a2cca0779-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dc20ddf-10dc-ed63-ad99-e39d15861051-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_5b94269c-b4c2-48b4-b6bc-4189673298bd-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b94269c-b4c2-48b4-b6bc-4189673298c8-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-bcc1419f-2249-727a-d20d-db27af1a614b-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc1419f-2249-727a-d20d-db27af1a6157-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-bc9e9779-727d-98df-b8b8-220c3ff06941-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc9e9779-727d-98df-b8b8-220c3ff0694d-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-ceb7b1d7-530c-e44e-52f9-fc52dd2f4a6e-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceb7b1d7-530c-e44e-52f9-fc52dd2f4a7c-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b69054f1-5315-baa2-6800-ef94cf2391de-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b69054f1-5315-baa2-6800-ef94cf2391e9-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_2e8cb2de-dece-5aa2-1486-4a92cca7bf5e-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e8cb2de-dece-5aa2-1486-4a92cca7bf69-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_543e5766-a3c7-a94f-b455-dd7d9eccc957-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_543e5766-a3c7-a94f-b455-dd7d9eccc962-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_6b907594-e0ca-8d49-6bc7-4af016c5e21b-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b907594-e0ca-8d49-6bc7-4af016c5e229-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-c86989ba-8584-fa79-403e-7b3c6ef1b1d3-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86989ba-8584-fa79-403e-7b3c6ef1b1de-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8543eef7-1af5-6264-e75e-aef784f21956-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8543eef7-1af5-6264-e75e-aef784f21961-debabd14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25031-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af2504d-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25069-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af25086-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250a5-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250c1-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250df-debabd14, #w-node-_2b0cae4b-6f66-14ed-fdea-c2090af250fb-debabd14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7e3b231-a8c3-8b98-a9bc-7bcb41624edc-debabd15 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_33696dea-6aaa-4f00-4dd6-8a627793af4b-debabd15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_59c61486-cc6e-458a-7a69-bd3842d9ecd5-debabd15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8b1d2f62-ed51-86f0-a560-eab765716c19-debabd15, #w-node-c7de3b6a-72de-8b4f-ed63-7cdb8275f43e-debabd15, #w-node-_30346017-44fc-e7cb-bc82-5fe1b4a11181-debabd15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1a6af6a4-9ff5-b7f6-4913-7ea5851e6aa8-debabd29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1a6af6a4-9ff5-b7f6-4913-7ea5851e6ab3-debabd29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6067ea25-efcc-c4cc-5445-10359d46dfe0-debabd29, #w-node-_6067ea25-efcc-c4cc-5445-10359d46dfee-debabd29, #w-node-_6067ea25-efcc-c4cc-5445-10359d46dff9-debabd29, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c79e-debabd3c, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c7a9-debabd3c, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c7b7-debabd3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_71338d85-a8a5-0ce6-7ea7-1da24be295a3-debabd3d, #w-node-_522024b2-2cc8-e76f-9218-1e604c64b2e3-debabd3e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0655afa2-4989-2c34-ee08-b2cc7e63ce62-debabd3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16d8c78c-22dc-7693-0765-27dafa0935ec-debabd3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-aa506631-e5e9-6772-61d8-ba9215b5f85e-debabd3e, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48cc1-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48cd1-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48ce5-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48cfa-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48d00-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48d09-debabd3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_882835bb-8d8e-6b27-a094-37463f4c8602-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1aa5dde1-0069-1293-9794-87f6581baffc-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_1aa5dde1-0069-1293-9794-87f6581bb004-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a329010a-a90e-9091-f3c6-163bcfff4a83-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa61084-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96bc-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ec7-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b1bcd548-5760-e380-cb3d-b837d3220330-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2a3dc65a-b2fe-4a89-542f-a17976110228-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_20b49ac5-af36-3623-45c6-90447fb26013-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_397fb8f2-1112-2d19-0130-4b7bf8065ad5-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabd3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_33e60709-3f67-6795-bc41-f5827129b9b4-debabd40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_33696dea-6aaa-4f00-4dd6-8a627793af4b-debabd15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0ba617b1-01aa-58e9-1a86-1337ab1be0cb-ab1be0c9 {
    place-self: auto center;
  }

  #w-node-_555800ba-c879-2724-5a12-06b81aeae801-debabc8d, #w-node-_555800ba-c879-2724-5a12-06b81aeae81c-debabc8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabc95, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabc95, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabc95, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabc95, #w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabca1, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabca1, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabca1, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabca1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_882835bb-8d8e-6b27-a094-37463f4c8602-debabced {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
  }

  #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabced {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a329010a-a90e-9091-f3c6-163bcfff4a83-debabced {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabced, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabced, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabced, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabced, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabced, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabced, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabced, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabced {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd06 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0a, #w-node-f221442b-9e61-ce8e-4c77-43ff912b23fd-debabd0a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }

  #w-node-_19df119b-3230-d5e0-28f2-3a124a420a8d-debabd12 {
    place-self: center;
  }

  #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50e3-debabd12, #w-node-a3b75e9e-f174-e31d-7b8d-e243d76a50ed-debabd12, #w-node-_1a6af6a4-9ff5-b7f6-4913-7ea5851e6ab3-debabd29, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48ce5-debabd3f, #w-node-_93bcb76a-07b2-1449-b2e2-6e2c1fa48d00-debabd3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_882835bb-8d8e-6b27-a094-37463f4c8602-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
  }

  #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1aa5dde1-0069-1293-9794-87f6581baffc-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
  }

  #w-node-_1aa5dde1-0069-1293-9794-87f6581bb004-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a329010a-a90e-9091-f3c6-163bcfff4a83-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabd3f, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabd3f, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabd3f, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabd3f, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabd3f, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabd3f, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabd3f, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0ba617b1-01aa-58e9-1a86-1337ab1be0cb-ab1be0c9 {
    justify-self: start;
  }

  #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabced, #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabced, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabced, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabced, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabced, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabced, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabced, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabced, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabced, #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabd3f, #w-node-_1aa5dde1-0069-1293-9794-87f6581bb004-debabd3f, #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabd3f, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabd3f, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabd3f, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabd3f, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabd3f, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabd3f, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabd3f, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9fa95237-3602-1743-bb1b-1b77b76479d3-5546d243 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2495289c-e158-e777-0f43-b640022a6c72-8143614f {
    grid-template-rows: auto;
    grid-template-columns: 6.5fr 1fr;
    display: grid;
  }

  #w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9d-debabc91, #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc91 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_84210041-4c38-ca4d-9c55-a31acf7ad2e6-debabc91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef684-debabc91 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef6c8-debabc91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc92, #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edb-debabc93 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467f29-debabc93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc94 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_84210041-4c38-ca4d-9c55-a31acf7ad2e6-debabc94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebd7b18d-f8c7-e5ec-40ea-6a57934e64e5-debabc97 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabc9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabca2 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5ea4b2c5-56a4-b332-877d-b5cb053307ee-debabd05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_690a3b71-ad5e-8d91-d014-436b8631e274-debabd0b {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_33696dea-6aaa-4f00-4dd6-8a627793af4b-debabd15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_59c61486-cc6e-458a-7a69-bd3842d9ecd5-debabd15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33e60709-3f67-6795-bc41-f5827129b9b4-debabd40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5487e08-ea53-09a3-dee2-0364234ab11d-debabc78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a93a6637-aca5-d465-b904-54b6505fbc04-debabc78, #w-node-a93a6637-aca5-d465-b904-54b6505fbc0f-debabc78, #w-node-a93a6637-aca5-d465-b904-54b6505fbc1d-debabc78, #w-node-_9fa95237-3602-1743-bb1b-1b77b76479d3-5546d243 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1844fee-0491-a970-e4a3-40e3b9d18e7e-5546d243 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_91f45c72-db9a-09b5-4dc1-84ac0bd4a528-debabc7c {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_91f45c72-db9a-09b5-4dc1-84ac0bd4a529-debabc7c {
    order: 0;
  }

  #w-node-_1641401b-7e68-1337-3851-4a1d37e83264-debabc7c, #w-node-_1641401b-7e68-1337-3851-4a1d37e8326f-debabc7c, #w-node-eb1d949f-29fc-0f9c-4214-7f9de9cd6e2a-debabc7d, #w-node-eb1d949f-29fc-0f9c-4214-7f9de9cd6e35-debabc7d, #w-node-_07127d27-d7a7-cfe0-b85c-5da0683c81cf-debabc7e, #w-node-_444f5abf-7b86-3b94-ae5e-4c580a9c10b3-debabc7e, #w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f5452-debabc83, #w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f545d-debabc83, #w-node-_3ac4fb95-11a4-2446-ccff-5efdde5f5468-debabc83, #w-node-a2080074-c889-1eca-d4a4-963613e85bd3-debabc8a, #w-node-_0a955c68-3c43-5276-8ca3-9d488344297f-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1a5-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff19-debabc8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9d-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9e-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef684-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef685-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc92 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edb-debabc93 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edc-debabc93 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc94 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc94 {
    grid-row: span 2 / span 2;
  }

  #w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabc95, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabc95, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabc95, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabc95, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc038f-debabc96, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc039a-debabc96, #w-node-d63a0d89-ef79-f9da-f5e1-cf4aabcc03a5-debabc96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabc9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c527bff9-61e4-f526-f05e-cd767f4ed133-debabca1, #w-node-_4b485fd0-a3ef-26bf-7b03-35200c41dbc5-debabca1, #w-node-_19e58ebe-3bbe-294b-46de-4aa88374e8fc-debabca1, #w-node-cde038be-fb93-d1b5-85b3-8d87da80fe31-debabca1, #w-node-_3880087e-afe8-3610-441d-bcd8b23bcfc6-debabcee, #w-node-_506ac29d-d16a-a9d0-47dc-4c975efc694d-debabcee, #w-node-_1f8a63d3-ce56-bc55-4250-a20102b9056b-debabcee, #w-node-_1a2970a8-c1d1-df16-268f-a2b1f6309fd5-debabcee, #w-node-b786b63c-f8cc-e462-dc7c-dd71fbb884f0-debabcee, #w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff51-debabd03, #w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff5c-debabd03, #w-node-_38cd0f03-c701-0fee-8fb6-064d9b51ff67-debabd03, #w-node-_22e82bb7-dd2e-8504-a161-df81ba358611-debabd05, #w-node-_22e82bb7-dd2e-8504-a161-df81ba35861c-debabd05, #w-node-_22e82bb7-dd2e-8504-a161-df81ba358627-debabd05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd10, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd11 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-be4fce98-6faa-b754-6e68-6a79c5b45340-debabd12, #w-node-be4fce98-6faa-b754-6e68-6a79c5b4534b-debabd12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a7e3b231-a8c3-8b98-a9bc-7bcb41624edc-debabd15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_59c61486-cc6e-458a-7a69-bd3842d9ecd5-debabd15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b1d2f62-ed51-86f0-a560-eab765716c19-debabd15, #w-node-c7de3b6a-72de-8b4f-ed63-7cdb8275f43e-debabd15, #w-node-_30346017-44fc-e7cb-bc82-5fe1b4a11181-debabd15, #w-node-_6067ea25-efcc-c4cc-5445-10359d46dfe0-debabd29, #w-node-_6067ea25-efcc-c4cc-5445-10359d46dfee-debabd29, #w-node-_6067ea25-efcc-c4cc-5445-10359d46dff9-debabd29, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c79e-debabd3c, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c7a9-debabd3c, #w-node-bfcb1ddb-60bd-ad5e-e772-487f0373c7b7-debabd3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71338d85-a8a5-0ce6-7ea7-1da24be295a3-debabd3d, #w-node-_522024b2-2cc8-e76f-9218-1e604c64b2e3-debabd3e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5487e08-ea53-09a3-dee2-0364234ab11d-debabc78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2495289c-e158-e777-0f43-b640022a6c72-8143614f {
    grid-template-rows: auto;
    grid-template-columns: 8.5fr 1fr 1fr;
  }

  #w-node-_11b88a72-5ee7-17e1-6759-57ba4189f71d-8143614f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b3ce5f2-bb09-3535-15e1-e4ff41de7e61-8143614f {
    grid-column: span 2 / span 2;
  }

  #w-node-_91f45c72-db9a-09b5-4dc1-84ac0bd4a528-debabc7c {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_63c8be04-4c39-2d15-ba1f-f2902631af17-debabc85, #w-node-acf5de5b-72f3-ad4c-833d-4e0231c50bcf-debabc85, #w-node-dd8852e0-406f-8a9a-b05b-78fd9c8b157d-debabc85, #w-node-fb876d96-c486-4f48-39c9-63386e49e2e5-debabc85, #w-node-_127f59ab-d65b-1ba0-c6dc-1fa0c42d05c4-debabc85, #w-node-bd79bbd2-7733-ae7a-d7c3-d6a8701ffc3a-debabc85, #w-node-a53eecc6-61ba-4931-35d9-1ec7d014136c-debabc85, #w-node-b6a4026e-4455-07a2-c33e-38684b692620-debabc85, #w-node-cb822d9f-dfaa-9504-b993-97b46c449ca7-debabc85, #w-node-_1648f717-d6a4-d86d-0892-08aa037685e2-debabc85, #w-node-_469f939f-fd3e-753c-d58d-3b82635f1233-debabc85, #w-node-f3f1018f-0f96-d338-af64-054db2795edb-debabc85, #w-node-_18851bac-77bf-1642-c312-6b8fc2467a9d-debabc85, #w-node-e69c34d7-608e-632d-ddab-c2ef863a366e-debabc85, #w-node-_261eaf8f-074e-cb63-d1cc-7f0c371212b3-debabc85, #w-node-_043343fe-bd42-9e0b-7293-fbac9e5bd01c-debabc85, #w-node-_6b5689f8-d9d5-80f5-3fe0-27156d2f770a-debabc85, #w-node-b2d776e5-1b0d-2ce5-c6aa-ba46cd5937f5-debabc85, #w-node-dbdec983-60ac-7bc0-462a-a878a8f7e57a-debabc85, #w-node-e8b4e1df-37ef-61ee-11cf-d67e569547a3-debabc85, #w-node-aa8e2ed8-6ea0-34dc-d9ea-7db81db60852-debabc85, #w-node-_0a955c68-3c43-5276-8ca3-9d488344297f-debabc8a, #w-node-df885e5a-ac6e-dda0-8300-3d320301a1a5-debabc8a, #w-node-_9cdf7999-e010-6bf0-ff2b-0687cf96ff19-debabc8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9d-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-a2d9f2dc-4785-26bd-ec71-54b1fe82ec9e-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef684-debabc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8cd823ab-3dd3-64be-9b9c-8f82ae2ef685-debabc91 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc92 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edb-debabc93 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_6ce705fa-7b22-bc6a-6159-5ec232467edc-debabc93 {
    grid-row: span 2 / span 2;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe05-debabc94 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b62c02d6-1bd9-64a2-18c5-8325b44abe06-debabc94 {
    grid-row: span 2 / span 2;
  }

  #w-node-_4b752c0e-2141-e8bd-54a9-255ff1cc93a8-debabc96, #w-node-_62278911-17c8-a8a5-74e7-59cee07688ba-debabc96, #w-node-_8ace1f67-84ad-096b-d31e-d9f7c80a6264-debabc96, #w-node-_62a0cd0d-6edd-c0e1-1724-36e7afce1613-debabc96, #w-node-_44f9dfbf-c19e-a056-d785-f1d24a610f9e-debabc96, #w-node-eb8afd85-9b11-d700-0d52-087611138dec-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f37-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f4b-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f68-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f7e-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063f91-debabc96, #w-node-_66267049-dfac-6c69-cf17-77c876063fa7-debabc96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebd7b18d-f8c7-e5ec-40ea-6a57934e64e5-debabc97 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabc9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fdc9260e-96ae-59eb-5696-6babc9160dce-debabca2 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabced, #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabced, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabced, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabced, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabced, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabced, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabced, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabced, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabced, #w-node-_9bbe50b5-db1a-fd1f-997a-542e46d9c1d8-debabd04, #w-node-_0c906f47-84c1-b9ee-ef6a-bd91808920a8-debabd04, #w-node-_1465ee66-229d-e045-4069-0bc7cc9e57b3-2f14c83a, #w-node-_5ea4b2c5-56a4-b332-877d-b5cb053307ee-debabd05, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd06, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd06, #w-node-_81edf367-e5fc-14ad-0a3a-e1464b4c9cda-debabd06, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd07, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd07, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd08, #w-node-b2b91e1f-e13e-a88e-af07-694f1f0246e2-debabd08, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd09, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd09, #w-node-_908c7508-26f3-3645-e6be-3e6ee6e3d174-debabd09, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0a, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0a, #w-node-f221442b-9e61-ce8e-4c77-43ff912b23fd-debabd0a, #w-node-f221442b-9e61-ce8e-4c77-43ff912b2404-debabd0a, #w-node-_690a3b71-ad5e-8d91-d014-436b8631e274-debabd0b, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0b, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0b, #w-node-e3ac7f41-6f07-6595-eb87-46c2b2877be2-debabd0b, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0c, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0c, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0d, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0d, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0e, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0e, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd0f, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd0f, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd10, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd10, #w-node-cb1e817a-cfaf-752c-44ae-267412938afc-debabd11, #w-node-cb1e817a-cfaf-752c-44ae-267412938b03-debabd11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_827ef357-24cc-8cba-fd8e-d131280e4ab1-debabd13, #w-node-_827ef357-24cc-8cba-fd8e-d131280e4ab8-debabd13, #w-node-_8e048693-6fb1-186f-b16c-de4cae79554b-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb655f9-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6561e-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65642-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb65666-debabd13, #w-node-_99f83fbb-d7a3-d421-ab0c-ad7c3cb6568b-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838ee8-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838f0d-debabd13, #w-node-_09ca50b1-bca3-440f-febd-a60dc7838f32-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd1651db-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd165200-debabd13, #w-node-_718002d1-73c1-42b3-9b60-894acd165225-debabd13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-a7e3b231-a8c3-8b98-a9bc-7bcb41624edc-debabd15, #w-node-_71338d85-a8a5-0ce6-7ea7-1da24be295a3-debabd3d, #w-node-_522024b2-2cc8-e76f-9218-1e604c64b2e3-debabd3e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3ce696d6-2143-12b5-3205-7d7f691a8b22-debabd3f, #w-node-_1aa5dde1-0069-1293-9794-87f6581bb004-debabd3f, #w-node-a329010a-a90e-9091-f3c6-163bcfff4a8b-debabd3f, #w-node-b5ac65c4-aaf3-eec3-8b72-9fb8aaa6108c-debabd3f, #w-node-_80f8ee80-22ca-ffc2-a955-9419a11c96c4-debabd3f, #w-node-_3230f22f-0b08-e87c-6a75-c7ed6f923ecf-debabd3f, #w-node-b1bcd548-5760-e380-cb3d-b837d3220338-debabd3f, #w-node-_2a3dc65a-b2fe-4a89-542f-a17976110230-debabd3f, #w-node-_20b49ac5-af36-3623-45c6-90447fb2601b-debabd3f, #w-node-_397fb8f2-1112-2d19-0130-4b7bf8065add-debabd3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Person Fill 0 Wght 400 Grad 0 Opsz 24';
  src: url('../fonts/person_FILL0_wght400_GRAD0_opsz24.png') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}