:root {
  --800: #01052d;
  --600: #6f6c90;
  --primary: #5465ff;
  --200: #f7f7fb;
  --700: #514f6e;
  --400: #d9dbe9;
  --secondary: #a9bcff;
  --100: white;
  --300: #eff0f6;
  --500: #a0a3bd;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  color: var(--800);
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--600);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

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

.styleguide-grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-vertical, .margin-vertical.margin-xlarge, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxhuge, .margin-vertical.margin-xxlarge {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  margin: 2rem 0;
}

.margin-vertical.margin-small {
  margin: 1.5rem 0;
}

.margin-vertical.margin-large, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-huge, .margin-vertical.margin-custom-1, .margin-vertical.margin-xhuge {
  margin-left: 0;
  margin-right: 0;
}

.min-height-100 {
  min-height: 100%;
}

.text-color-black {
  color: #1d1d1d;
}

.stylesystem-images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-light-black {
  color: #333030;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.field-label {
  margin-bottom: .5rem;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-field-wrapper {
  position: relative;
}

.container-50 {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #1d1d1d;
}

.container-70 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.margin-xsmall {
  margin: 1rem;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #3c4fff;
}

.button.white {
  color: #272f39;
  background-color: #fff;
  transition: background-color .2s, transform .2s;
}

.button.white:hover {
  background-color: #d9e0e9;
  transform: translate(0, -2px);
}

.button.black {
  background-color: var(--800);
}

.button.black:hover {
  background-color: #01052de6;
}

.button.button-small {
  padding: 15px 35px;
  font-size: 16px;
  line-height: 18px;
}

.icon-small {
  width: 2rem;
}

.display-vertical-bottom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.display-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-color-lightgrey {
  background-color: var(--200);
}

.container-60 {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-style-muted {
  opacity: .6;
  color: #514f6e;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.cloneable-header.position-sticky {
  position: sticky;
}

.cloneable-header.position-sticky.item-1 {
  z-index: 3;
  margin-bottom: 0;
  top: 35px;
}

.form-grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.padding-xhuge {
  padding: 7rem;
}

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

.margin-all-small {
  margin: 1.5rem;
}

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

.max-width-40 {
  width: 100%;
  max-width: 40%;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-top, .padding-top.padding-huge, .padding-top.padding-small, .padding-top.padding-xlarge, .padding-top.padding-tiny, .padding-top.padding-xxlarge, .padding-top.padding-custom-1, .padding-top.padding-xxhuge, .padding-top.padding-xsmall, .padding-top.padding-xxsmall, .padding-top.padding-0, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-custom-3, .margin-horizontal.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-horizontal.margin-small {
  margin: 0 1.5rem;
}

.margin-horizontal.margin-xhuge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-horizontal.margin-medium {
  margin: 0 2rem;
}

.margin-horizontal.margin-large, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-huge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-large {
  padding: 3rem;
}

.button-secondary {
  color: var(--800);
  text-align: center;
  background-color: #0000;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  margin-top: 0;
  padding: 24px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: box-shadow .2s, transform .2s;
}

.button-secondary:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 30px #0000001a;
}

.button-secondary.white {
  color: #fff;
  border-color: #fff;
  transition: background-color .2s, transform .2s;
}

.button-secondary.white:hover {
  color: #272f39;
  background-color: #fff;
  transform: translate(0, -2px);
}

.button-secondary.button-small {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 18px;
}

.icon-medium {
  width: 3rem;
}

.display-vertical-stretch {
  flex-direction: column;
  display: flex;
}

.display-vertical-stretch.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.display-vertical-stretch.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-horizontal-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.display-horizontal-left.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.display-horizontal-left.gap-5px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.display-horizontal-left.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.display-horizontal-left.align-bottom {
  align-items: flex-end;
}

.heading-1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-medium.borders-100px {
  border-radius: 100px;
}

.text-size-1-75 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-color-white-smoke {
  color: #f3f3f3;
}

.text-link---footer {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s, transform .2s;
}

.text-link---footer:hover {
  color: var(--700);
  transform: translate(0, -2px);
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-30 {
  width: 100%;
  max-width: 30%;
}

.display-vertical-space-btw {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-tertiary {
  color: var(--primary);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.icon-large {
  width: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #a0acbd;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon:hover {
  border-width: 2px;
  border-color: #ffcece;
}

.form-radio-icon:active {
  border-width: 6px;
  border-color: #bf0000;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #bf0000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-width: 6px;
  border-color: #bf0000;
  margin-top: 0;
}

.max-width-20 {
  width: 100%;
  max-width: 20%;
}

.margin-bottom, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xsmall, .margin-bottom.margin-0, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xhuge, .margin-bottom.margin-custom-3, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin: 0 0 2rem;
}

.background-color-black {
  background-color: var(--800);
  color: #f5f5f5;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1.5rem;
}

.tab-pane-tab-1 {
  color: #170f49;
}

.padding-vertical, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom-3, .padding-vertical.padding-xsmall, .padding-vertical.padding-xxlarge, .padding-vertical.padding-tiny, .padding-vertical.padding-small, .padding-vertical.padding-large, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding: 4rem 0;
  display: block;
}

.padding-vertical.padding-xlarge.position-relative.z-index-100 {
  z-index: 100;
}

.padding-vertical.padding-0, .padding-vertical.padding-xxsmall {
  padding-left: 0;
  padding-right: 0;
}

.button-tertiary-icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.icon-xxsmall {
  width: 1rem;
}

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

.grid-6x1.align-items-right {
  justify-items: end;
}

.grid-6x1.align-items-right._3 {
  grid-template-columns: auto auto auto;
  grid-auto-flow: row;
  place-items: stretch end;
}

.max-width-90 {
  width: 100%;
  max-width: 90%;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-right, .margin-right.margin-0, .margin-right.margin-custom-1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-medium {
  margin: 0 2rem 0 0;
}

.margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-tiny, .margin-right.margin-xxlarge, .margin-right.margin-xlarge, .margin-right.margin-xxhuge, .margin-right.margin-large {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-small {
  margin: 0 1.5rem 0 0;
}

.margin-right.margin-xxsmall, .margin-right.margin-xhuge {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-weight-black {
  font-weight: 900;
}

.display-horizontal-space-btw {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.display-horizontal-space-btw.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.display-horizontal-bottom {
  align-items: flex-end;
  display: flex;
}

.text-color-light-grey {
  color: #dadada;
}

.max-width-70 {
  width: 100%;
  max-width: 70%;
}

.display-horizontal-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.display-vertical-space-around {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.form-checkbox {
  align-items: center;
  max-height: 16px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-input {
  border-style: none none solid;
  border-width: 1.5px 1.5px 1px;
  border-color: #eff2f6 #eff2f6 var(--400);
  color: var(--800);
  background-color: #fff;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 16px;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:hover {
  border-color: var(--secondary);
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--primary);
}

.form-input:focus-visible {
  border-color: var(--primary);
}

.form-input[data-wf-focus-visible] {
  border-color: var(--primary);
}

.form-input::placeholder {
  color: #0009;
  text-align: left;
}

.form-input.text-area {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.form-input.text-align-center, .form-input.text-align-center::placeholder {
  text-align: center;
}

.form-input.search {
  background-color: #0000;
  border-bottom-style: none;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-size: 18px;
  line-height: 1;
}

.form-input.newsletter {
  border-radius: 10px;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  font-size: 18px;
  line-height: 30px;
}

.padding-huge {
  padding: 6rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.block-quote {
  color: #272f39;
  font-size: 1rem;
  line-height: 1.5;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.mobile-1-col.hide {
  display: none;
}

.button-row-grid.tablet-1-col {
  grid-template-rows: auto auto;
}

.button-row-grid.landscape-1-col.hide {
  display: none;
}

.text-color-grey {
  color: #a8a8a8;
}

.text-weight-semibold {
  font-weight: 600;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.padding-left, .padding-left.padding-xlarge, .padding-left.padding-xxsmall, .padding-left.padding-0, .padding-left.padding-xsmall, .padding-left.padding-custom-1, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxlarge, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-large, .padding-left.padding-small, .padding-left.padding-tiny {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.display-horizontal-center.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.margin-xlarge {
  margin: 4rem;
}

.max-width-55 {
  width: 100%;
  max-width: 55%;
}

.text-size-1-25rem {
  font-size: 1.25rem;
  line-height: 1.2;
}

.padding-xlarge {
  padding: 4rem;
}

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

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xsmall, .margin-left.margin-huge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-left.margin-small {
  margin: 0 0 0 1.5rem;
}

.margin-left.margin-custom-3, .margin-left.margin-xxsmall, .margin-left.margin-xxhuge, .margin-left.margin-xhuge, .margin-left.margin-large, .margin-left.margin-0, .margin-left.margin-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-left.margin-medium {
  margin: 0 0 0 2rem;
}

.margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

.max-width-80 {
  width: 100%;
  max-width: 80%;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.display-horizontal-space-around {
  justify-content: space-around;
  display: flex;
}

.text-color-dark-grey {
  color: #868686;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.max-width-60 {
  width: 100%;
  max-width: 60%;
}

.styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-size-0-75rem {
  font-size: .75rem;
  line-height: 1.2;
}

.heading-2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.margin-large {
  margin: 3rem;
}

.text-style-link {
  text-decoration: underline;
}

.tab-link-style-empty {
  opacity: .5;
  color: var(--600);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: all .3s;
  display: inline-block;
}

.tab-link-style-empty:hover {
  opacity: 1;
}

.tab-link-style-empty.w--current {
  border-bottom: 2px solid var(--primary);
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
  font-weight: 500;
}

.text-weight-medium {
  font-weight: 500;
}

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

.styleguide-subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: static;
  top: 32px;
}

.max-width-45 {
  width: 100%;
  max-width: 45%;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxhuge {
  margin: 10rem;
}

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

.padding-0 {
  padding: 0;
}

.tabs-menu {
  border-bottom: 1px solid #00000026;
  display: flex;
  overflow: auto;
}

.icon-xsmall {
  width: 1.5rem;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom-2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-large, .padding-bottom.padding-medium, .padding-bottom.padding-0, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge, .padding-bottom.padding-small, .padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xhuge, .padding-right.padding-xxlarge, .padding-right.padding-0, .padding-right.padding-large, .padding-right.padding-xxsmall, .padding-right.padding-xlarge, .padding-right.padding-xxhuge, .padding-right.padding-xsmall, .padding-right.padding-medium, .padding-right.padding-small, .padding-right.padding-huge, .padding-right.padding-tiny, .padding-right.padding-custom-1 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-xsmall {
  padding: 1rem;
}

.heading-4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.text-style-italic {
  font-style: italic;
}

.margin-xxsmall {
  margin: .5rem;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.image-wrapper-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.divider-footer {
  background-color: #1d1d1d;
  min-width: 100%;
  height: 1px;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.text-size-1-5rem {
  font-size: 1.5rem;
  line-height: 1.2;
}

.padding-tiny {
  padding: .25rem;
}

.padding-medium {
  padding: 2rem;
}

.link {
  color: var(--800);
}

.subtitle {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.subtitle.black {
  color: #1d1d1d;
}

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

.subtitle.secondary {
  color: var(--secondary);
}

.max-width-50 {
  width: 100%;
  max-width: 50%;
}

.background-color-200 {
  background-color: #f7f8fb;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.styleguide-icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-custom-3, .padding-horizontal.padding-0, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-tiny {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-xlarge {
  padding: 0 4rem;
}

.padding-horizontal.padding-small, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-tiny, .margin-top.margin-0, .margin-top.margin-custom-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin: 1.5rem 0 0;
  display: block;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-xxhuge, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-huge, .margin-top.margin-xsmall, .margin-top.margin-xhuge, .margin-top.margin-custom-1, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.stylesystem-color-sample {
  border: 1px solid #d9dbe9;
  border-radius: 10px;
  padding: 12rem 1.5rem 3.25rem 3rem;
}

.stylesystem-color-sample._700 {
  background-color: var(--700);
}

.stylesystem-color-sample._400 {
  background-color: var(--400);
}

.stylesystem-color-sample.black {
  background-color: var(--800);
}

.stylesystem-color-sample._300 {
  background-color: var(--300);
}

.stylesystem-color-sample._200 {
  background-color: var(--200);
}

.stylesystem-color-sample.secondary-color {
  background-color: var(--secondary);
}

.stylesystem-color-sample.primary-color {
  background-color: var(--primary);
}

.stylesystem-color-sample._600 {
  background-color: var(--600);
}

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

.stylesystem-color-sample._500 {
  background-color: var(--500);
}

.form-radio-label {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.2;
}

.heading-3 {
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.stylesystem-spacing-wrapper {
  color: #170f49;
  background-color: #f4f4f4;
}

.display-horizontal-stretch {
  display: flex;
}

.text-size-0-5rem {
  font-size: .5rem;
  line-height: 1.2;
}

.text-size-2-rem {
  font-size: 2rem;
  line-height: 1.2;
}

.text-color-white {
  color: #fff;
}

.heading-6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.heading-6.text-color-600 {
  color: var(--600);
}

.padding-xxhuge {
  padding: 10rem;
}

.heading-5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

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

.grid-2x1.align-items-stretch {
  align-items: stretch;
}

.grid-2x1.align-items-center {
  align-items: center;
}

.grid-2x1.align-items-center.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-2x1.align-items-center.gap-4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-2x1.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-2x1.gap-5rem {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.grid-2x1.left-column-2-25fr {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2x1.left-column-2-25fr.align-items-top {
  align-items: start;
}

.grid-2x1.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.container-90 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-1 {
  font-size: 1rem;
  line-height: 1.3;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.icon-xlarge {
  width: 6.5rem;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #a0acbd;
  border-radius: 5px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #bf0000;
  background-image: url('../images/Kitchn-Webflow-Template-Restaurant---icon-check.svg');
  background-size: cover;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #bf0000;
  padding: 3px;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #ffcece;
}

.margin-0 {
  margin: 0;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.display-vertical-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.grid-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.margin-tiny {
  margin: .25rem;
}

.footer-section {
  z-index: 10;
  background-color: var(--100);
  position: relative;
}

.icon-xhuge {
  width: 10rem;
}

.success-message {
  background-color: var(--300);
  color: var(--primary);
  border-radius: 10px;
  padding: 1.5rem;
}

.error-message {
  color: var(--800);
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #01052d66;
  position: absolute;
  inset: 0%;
}

.full-image-header {
  align-items: flex-start;
  min-height: 90svh;
  max-height: 60rem;
  display: flex;
}

.full-image-header.smaller {
  align-items: center;
  min-height: 70svh;
  max-height: 70rem;
}

.hero-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-10 {
  z-index: 10;
}

.position-absolute {
  position: absolute;
}

.position-absolute.item-1 {
  background-color: var(--secondary);
  color: var(--800);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  transition: background-color .2s;
  inset: auto 0% 0 auto;
}

.position-absolute.item-1:hover {
  background-color: var(--primary);
}

.position-absolute.item-12 {
  color: var(--100);
  background-image: linear-gradient(#0000, #01052d99);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  inset: 0%;
}

.position-absolute.item-13 {
  z-index: 10;
  background-color: #0000;
  border-radius: 8px;
  min-width: auto;
  max-width: none;
  min-height: 150px;
  max-height: 150px;
  margin-top: 0;
  margin-left: 0;
  inset: -6% auto auto -3%;
}

.position-absolute.item-17 {
  z-index: -10;
  background-color: var(--800);
  color: var(--100);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 70%;
  max-height: 70%;
  inset: 0% 0% auto;
}

.position-absolute.item-18 {
  z-index: 1;
  background-color: var(--100);
  min-width: 100%;
  min-height: 30%;
  max-height: 30%;
  inset: auto 0% 0%;
}

.position-absolute.item-19 {
  z-index: -10;
  background-color: var(--300);
  color: var(--100);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 70%;
  max-height: 70%;
  inset: 0% 0% auto;
}

.position-absolute.item-20 {
  z-index: -10;
  background-color: var(--300);
  color: var(--100);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 80%;
  max-height: 80%;
  inset: 0% 0% auto;
}

.position-absolute.item-21 {
  background-color: var(--100);
  min-width: 100%;
  min-height: 20%;
  inset: auto 0% 0%;
}

.position-absolute.item-22 {
  background-color: var(--primary);
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  inset: 0% 0% 0% auto;
}

.hero-v21-tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
  font-weight: 500;
}

.hero-v21-tab-link.w--current {
  color: var(--100);
  background-color: #0000;
  font-weight: 500;
}

.layout-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.layout-tabs-link.w--current {
  border-left-width: 3px;
  border-left-color: var(--primary);
  opacity: 1;
  background-color: #0000;
}

.testimonials-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
}

.testimonials-content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100vh;
  position: relative;
}

.testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.testimonials-lightbox-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.testimonials-lightbox-link {
  z-index: 3;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 150vh;
  position: relative;
}

.testimonials-space-reducer {
  margin-bottom: -100vh;
}

.testimonials-background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.testimonials-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: sticky;
  bottom: 0%;
}

.no-margin {
  margin: 0;
}

.no-margin.text-height-1 {
  line-height: 1;
}

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

.min-width-height-100 {
  min-width: 100%;
  min-height: 100%;
}

.fit-cover {
  object-fit: cover;
}

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

.grid-3x1._1st-column-2-25fr {
  grid-template-columns: 2.25fr 1fr 1fr;
  align-items: stretch;
}

.grid-3x1.align-items-left {
  justify-items: start;
}

.navbar-section {
  background-color: #0000;
  border-bottom: 1px #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar-container {
  border-bottom: 1px solid var(--100);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-container.black {
  border-bottom-color: var(--800);
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-logo-link.w--current {
  color: #000;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-link {
  color: var(--100);
  padding: .5rem 1rem;
}

.navbar-link.w--current {
  color: #0000;
}

.navbar-link.text-color-black {
  color: var(--800);
}

.navbar-link.black-tablet {
  transition: transform .2s, color .2s;
}

.navbar-link.black-tablet:hover {
  color: var(--400);
  transform: translate(0, -2px);
}

.navbar-link.black-tablet.w--current {
  color: var(--primary);
}

.navbar-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-menu-dropdown {
  position: static;
}

.navbar---dropdown-toogle {
  color: var(--100);
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar---dropdown-toogle.text-color-black {
  color: var(--800);
}

.navbar---dropdown-toogle.black-tablet.w--open {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.dropdown-list---navbar.w--open {
  background-color: var(--100);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #0000;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  margin-top: -20px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.navbar-dropdown-content {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.hide {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.contact-office-location {
  width: 100%;
}

.office-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  position: static;
  inset: 0%;
}

.faq-component {
  border-bottom: 1px solid #0000;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.contact-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-grid.register {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.toggle-button-checkbox:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #0000;
}

.toggle-button-checkbox[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #0000;
}

.toggle-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.min-height-100vh {
  min-height: 100vh;
}

.min-height-100vh.display-vertical-center.align-stretch {
  align-items: stretch;
}

.icon-404 {
  width: 15rem;
  height: 15rem;
}

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

.icon-401 {
  width: 10rem;
}

.hero-title {
  font-size: 60px;
  line-height: 70px;
}

.hero-title.text-color-white.no-margin-top {
  margin-top: 0;
}

.search-bar-wrapper {
  background-color: #ffffffe6;
  border-radius: 10px;
  padding: 15px 20px;
}

.search-bar-wrapper.property-page-style {
  background-color: var(--100);
  box-shadow: 0 2px 30px #01052d1a;
}

.search-result-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  border: 1px solid var(--300);
  background-color: var(--100);
  border-radius: 10px;
  padding: 0 0 1rem;
  box-shadow: 0 2px 20px #0000001a;
}

.borders-top-10px {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.grid-4x1._1st-column-2-25fr {
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  display: grid;
}

.grid-4x1._1st-column-3fr {
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

.dropdown-toggle---search {
  background-color: var(--100);
  border-radius: 10px;
  min-width: 100%;
  padding: 1.5rem 1.25rem;
}

.dropdown-list---search {
  background-color: var(--100);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: -108px;
}

.dropdown-list---search.w--open {
  top: 55px;
  bottom: auto;
}

.search-bar-style {
  border-bottom: 1px solid var(--500);
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.min-width-100 {
  min-width: 100%;
}

.margin-left-5 {
  margin-left: 5%;
}

.slider-properties {
  background-color: #0000;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.slide-properties {
  border: 1px solid var(--300);
  background-color: var(--100);
  border-radius: 10px;
  width: 100%;
  max-width: 42%;
  margin-right: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 20px #01052d1a;
}

.mask-properties {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.property-divider {
  background-color: var(--400);
  min-width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph {
  color: var(--600);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.paragraph.small-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph.small-bold.text-color-primary {
  color: var(--primary);
}

.paragraph.small-bold.text-color-primary.height-1 {
  line-height: 1;
}

.paragraph.small-bold.no-margin {
  margin: 0;
}

.paragraph.text-color-white {
  color: var(--100);
}

.paragraph.text-color-black {
  color: var(--800);
}

.paragraph.text-weight-bold.text-color-primary {
  color: var(--primary);
}

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

.left-arrow {
  background-color: var(--300);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 5.5rem;
  display: flex;
  inset: 0% 0% auto auto;
}

.right-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  display: flex;
  inset: 0% 0% auto auto;
}

.slide-nav {
  font-size: 10px;
}

.properties---feature-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.no-style-link {
  color: var(--800);
  width: 100%;
  text-decoration: none;
}

.no-style-link.blog-card-style {
  border: 1px solid var(--300);
  background-color: var(--100);
  border-radius: 10px;
  min-height: 100%;
  padding: 0;
  box-shadow: 0 2px 20px #01052d1a;
}

.no-style-link.blog-card-style.no-borders-color {
  border-style: none;
}

.overflow-hidden {
  overflow: hidden;
}

.about---image-style {
  z-index: 5;
  object-fit: cover;
  border-radius: 10px;
  min-width: 100%;
  min-height: 600px;
  position: relative;
}

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

.property-category-wrapper {
  color: var(--100);
  background-image: linear-gradient(358deg, #01052dcc, #fff0), url('../images/Condo-Webflow-Real-Estate-Template---malibu-Large.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 450px;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.property-category-wrapper.v2 {
  background-image: linear-gradient(358deg, #01052dcc, #fff0), url('../images/Condo-Webflow-Real-Estate-Template---feature-image-1-Large.jpeg');
}

.property-category-wrapper.v3 {
  background-image: linear-gradient(358deg, #01052dcc, #fff0), url('../images/Condo-Webflow-Real-Estate-Template---feature-image-8-Large.jpeg');
}

.borders-10px {
  border-radius: 10px;
}

.process-image-style {
  object-fit: cover;
  border-radius: 10px;
  min-width: 100%;
  min-height: 600px;
  max-height: 600px;
}

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

.blog-feature-image {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

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

.background-image-cta {
  color: var(--100);
  background-image: linear-gradient(#01052d80, #01052d80), url('../images/Condo-Webflow-Real-Estate-Template---hero-image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.footer-properties-style {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--300);
  background-color: var(--100);
  color: var(--800);
  border-radius: 10px;
  align-items: center;
  min-width: 500px;
  padding: 1rem;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 10px #01052d14;
}

.footer-properties-style:hover {
  transform: translate(0, -3px);
  box-shadow: 0 2px 30px #01052d1f;
}

.footer-properties-style.navigation {
  flex-direction: column;
  align-items: flex-start;
}

.footer-image-style {
  object-fit: cover;
  border-radius: 10px;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

.position-sticky {
  position: sticky;
  top: 0;
}

.grid-2x2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2x2.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.margin-top-80px {
  margin-top: 80px;
}

.borders-left-10px {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.key-features---wrapper {
  border: 1px solid var(--300);
  background-color: var(--100);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 30px #01052d1a, 0 2px 20px #ffffff80;
}

.label-style {
  background-color: var(--primary);
  color: var(--100);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.label-style.no-margin {
  margin: 0;
}

.key-features---divider {
  background-color: var(--400);
  border-radius: 100px;
  min-width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-color-600 {
  color: var(--600);
}

.property---hero-image-style {
  object-fit: cover;
  border-radius: 10px;
  min-width: 100%;
  min-height: 250px;
}

.property---hero-image-style.borders-left-10px {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.feature-navbar-image {
  object-fit: cover;
  border-radius: 10px;
  min-width: 150px;
  max-width: 150px;
  min-height: 160px;
  max-height: 160px;
}

.sticky-form-wrapper {
  border: 1px solid var(--300);
  background-color: var(--100);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  position: sticky;
  top: 30px;
  box-shadow: 0 2px 20px #01052d1a;
}

.agent-thumbnail-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 100px;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 2px 20px #01052d1a;
}

.properties-thumbnail-wrapper {
  border: 1px solid var(--300);
  background-color: var(--100);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 20px #01052d1a;
}

.properties-thumbnail-wrapper.no-borders-colors {
  border-style: none;
}

.contact-link {
  color: var(--600);
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
}

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

.hero-image---blog-post {
  z-index: 2;
  object-fit: cover;
  border-radius: 20px;
  min-width: 100%;
  min-height: 500px;
  max-height: 550px;
  position: static;
}

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

.locations---hero-image-style {
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  min-width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.agents---hero-image-style {
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  min-width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.agents---hero-image-style.cover-top {
  object-position: 50% 20%;
}

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

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

.grid-2x4.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.margin-top-negative {
  margin-top: -100px;
}

.agent-feature-image {
  object-fit: cover;
  object-position: 50% 40%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 25px;
}

.about-page---image-style {
  object-fit: cover;
  border-radius: 10px;
  min-width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.value-card-style {
  background-color: var(--300);
  border-radius: 10px;
  padding: 2rem;
}

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

.product-description-wrapper {
  background-color: var(--100);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 30px #01052d1a, 0 2px 30px #ffffff80;
}

.divider-product {
  background-color: var(--400);
  min-width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.apple-pay {
  border-radius: 10px;
}

.borders-bottom-10px {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-button {
  background-color: var(--100);
  border-radius: 10px;
  padding: 9px;
  position: relative;
}

.icon-cart {
  color: var(--800);
  margin-right: 0;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--100);
  position: absolute;
  inset: -17% -16% auto auto;
}

.quantity-cart {
  border-color: var(--300);
}

.apple-pay-button {
  border-radius: 10px;
}

.checkout-button {
  background-color: var(--primary);
  border-radius: 10px;
}

.icon-confirmation {
  width: 15rem;
  height: 15rem;
}

.dropdown-link {
  color: var(--800);
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--700);
}

.grid-1xauto {
  grid-template-columns: 1fr;
}

.icon-style-guide {
  width: 30rem;
}

.text-block-2 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.text-block-2.black {
  color: #000;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-90 {
    max-width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .container-90 {
    max-width: 70%;
  }

  .grid-3x1.single {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .container-50, .container-70 {
    max-width: 90%;
  }

  .margin-huge {
    margin: 5rem;
  }

  .display-vertical-left.align-center-tablet {
    align-items: center;
  }

  .container-60 {
    max-width: 90%;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .max-width-40 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .heading-1 {
    font-size: 55px;
    line-height: 62px;
  }

  .max-width-30 {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-70 {
    max-width: 100%;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .max-width-55 {
    max-width: 100%;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-80, .max-width-60 {
    max-width: 100%;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .tab-link-style-empty {
    white-space: nowrap;
  }

  .max-width-45 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-50 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .display-vertical-center---tablet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .grid-2x1.align-items-stretch.left-column-1-5fr.grid-1x2-mobile {
    justify-items: center;
  }

  .grid-2x1.align-items-center.gap-4rem {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-2x1.left-column-2-25fr.align-items-top._1x2-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .grid-2x1.gap-3rem.still-2x1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .heading-medium {
    font-size: 1.75rem;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.25fr;
  }

  .hero-v21-tab-link {
    min-width: 8rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .grid-3x1._1x3-tablet {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3x1._2x2-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-section {
    justify-content: space-between;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.page-height-tablet {
    background-color: var(--100);
    justify-content: flex-start;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link.black-tablet {
    color: var(--800);
  }

  .navbar-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .icon-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--800);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--800);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--800);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation-menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar---dropdown-toogle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar---dropdown-toogle.black-tablet {
    color: var(--800);
  }

  .dropdown-list---navbar {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list---navbar.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-dropdown-content {
    flex-direction: column;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4x1._1st-column-3fr {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4x1.grid-2x2-tablet, .grid-4x1.still-2x2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-left-5 {
    margin-right: 5%;
  }

  .slide-properties {
    max-width: 85%;
  }

  .key-features---wrapper {
    max-width: 100%;
  }

  .agents---hero-image-style.cover-top {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-grid-colours {
    grid-template-columns: 1fr 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .container-70 {
    max-width: 90%;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-all-small {
    margin: 1.25rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-1 {
    font-size: 44px;
    line-height: 55px;
  }

  .text-size-1-75 {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .display-horizontal-space-btw.gap-10px.vertical-left-landscape {
    flex-direction: column;
    align-items: flex-start;
  }

  .display-horizontal-bottom {
    flex-direction: column;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .text-size-1-25rem {
    font-size: 1.125rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-style-no-wrap {
    white-space: normal;
  }

  .display-horizontal-space-around {
    flex-direction: column;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .margin-large {
    margin: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .tabs-menu {
    z-index: 100;
    background-color: #fff;
    justify-content: flex-start;
    position: sticky;
    top: 80px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .text-style-quote, .text-size-1-5rem {
    font-size: 1.125rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .styleguide-icons-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .display-horizontal-stretch {
    flex-direction: column;
  }

  .text-size-2-rem {
    font-size: 1.125rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .grid-2x1.gap-3rem.still-2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .grid-footer {
    grid-template-rows: auto auto;
  }

  .hero-v21-tab-link {
    min-width: 0;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .testimonials-content-left {
    margin-top: 0;
  }

  .testimonials-text-wrapper {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonials-lightbox-wrapper {
    height: 50vh;
    position: static;
  }

  .testimonials-lightbox-link {
    width: auto;
    height: auto;
    position: static;
  }

  .testimonials-content-right {
    padding-top: 0;
  }

  .grid-1x3 {
    width: 100%;
  }

  .grid-3x1._1st-column-2-25fr._2x2-landscape {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3x1._2x2-tablet {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-section {
    height: auto;
    min-height: 4rem;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .navbar-menu.page-height-tablet {
    padding-bottom: 6rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .grid-4x1.grid-2x2-tablet {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about---image-style {
    min-height: 450px;
  }

  .process-image-style {
    min-height: 500px;
    max-height: 500px;
  }

  .footer-properties-style {
    width: 100%;
    min-width: auto;
  }

  .grid-2x2.gap-2rem.grid-1x4-landscape {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-top-80px {
    margin-top: 0;
  }

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

  .agent-feature-image {
    object-position: 50% 30%;
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 55px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .styleguide-grid-colours {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stylesystem-images-layout {
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .form-input.search.no-padding-mobile {
    min-height: auto;
    padding: 0 0 .5rem;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .button-row-grid.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .display-horizontal-center.gap-10px {
    flex-direction: column;
    align-items: center;
  }

  .display-horizontal-center.gap-10px.still-horizontal {
    flex-direction: row;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-2 {
    color: #1d1d1d;
  }

  .heading-2.text-color-white {
    color: var(--100);
  }

  .tab-link-style-empty {
    text-align: center;
    flex: none;
    align-self: stretch;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .styleguide-icons-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2x1, .grid-2x1.align-items-stretch.left-column-1-5fr.grid-1x2-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2x1.gap-5rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .position-relative.display-horizontal-center.vertical-left-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .position-absolute.item-1.static-mobile {
    position: static;
  }

  .hero-v21-tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-3x1._2x2-tablet {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-logo {
    width: 100%;
    max-width: 10rem;
  }

  .contact-image {
    min-height: 400px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }

  .grid-4x1._1st-column-2-25fr, .grid-4x1._1st-column-3fr {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4x1.grid-2x2-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slide-properties {
    max-width: 95%;
  }

  .mask-properties {
    padding-left: 0;
  }

  .properties---feature-image {
    min-height: 250px;
    max-height: 250px;
  }

  .about---image-style, .property-category-wrapper {
    min-height: 400px;
  }

  .process-image-style {
    min-height: 400px;
    max-height: 400px;
  }

  .footer-properties-style {
    min-width: auto;
  }

  .property---hero-image-style {
    min-height: 150px;
  }

  .agents---hero-image-style {
    min-height: 350px;
    max-height: 350px;
  }

  .sticky-mobile-item {
    position: sticky;
    top: 20px;
  }

  .icon-confirmation {
    width: 12rem;
    height: 12rem;
  }
}

#w-node-_276cab6e-e8b7-d534-d5cb-a0836f8e7b74-fee7768a {
  align-self: stretch;
}

#w-node-_26407f37-6698-ad4b-c6b6-6dff169e9375-fee7768a, #w-node-_26407f37-6698-ad4b-c6b6-6dff169e9381-fee7768a, #w-node-e6702300-8e2b-d9f8-cd61-71f56373d63f-fee7768a, #w-node-_6a88f87f-8a8f-4be1-4395-9e99e7456aed-fee7768a, #w-node-_082bce92-8d28-fed2-5829-e9fa687b4229-fee7768a, #w-node-_0e139432-1748-ba2a-d01a-332a62179183-fee7768a, #w-node-_0e139432-1748-ba2a-d01a-332a62179187-fee7768a, #w-node-_0e139432-1748-ba2a-d01a-332a6217918b-fee7768a, #w-node-_09559ae0-2242-21b3-408d-a2d95b3a87a0-fee7768a, #w-node-_09559ae0-2242-21b3-408d-a2d95b3a87a4-fee7768a, #w-node-_09559ae0-2242-21b3-408d-a2d95b3a87a8-fee7768a, #w-node-dfea3b12-d09f-d44d-a850-1f181940a6bc-fee7768a, #w-node-dfea3b12-d09f-d44d-a850-1f181940a6c0-fee7768a, #w-node-dfea3b12-d09f-d44d-a850-1f181940a6c4-fee7768a, #w-node-_54b361bd-e91e-98ea-e29a-89964f43386c-fee7768a, #w-node-_54b361bd-e91e-98ea-e29a-89964f433870-fee7768a, #w-node-_54b361bd-e91e-98ea-e29a-89964f433874-fee7768a, #w-node-_0e70bba8-6cdf-6bc5-1e52-d7ce84442e0d-fee7768a, #w-node-_0e70bba8-6cdf-6bc5-1e52-d7ce84442e11-fee7768a, #w-node-_0e70bba8-6cdf-6bc5-1e52-d7ce84442e15-fee7768a, #w-node-e4362529-cd38-605c-0bbe-4fd8b2f09cb2-fee7768a, #w-node-a7186dc0-08dd-bc13-98ed-3adfce56685a-fee7768a, #w-node-_1f7dbf36-b9ce-a5f7-3bdb-760965177a2f-fee7768a, #w-node-_483d5271-efa4-8dc6-33dd-94436d04f7cc-fee7768a, #w-node-ed0439a9-b815-9b1b-1b57-74699c6d9aae-fee7768a, #w-node-_98b932ec-320d-cbd3-a523-d24dbb34ffa9-fee7768a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cefa0b69-b62c-87eb-2db4-3acbbaea18a1-fee7768a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7603c11f-93ac-111e-cf93-180154da01e6-fee7768a, #w-node-ffc8836a-37d2-4135-21fa-eb98b89363e2-fee7768a, #w-node-_40453de5-c205-ffd0-9e88-99113f17fe2d-fee7768a, #w-node-df0dcf09-437c-f554-621d-c9a75a49ce3a-fee7768a, #w-node-af99138d-f1d8-2e88-3f69-b6a0ef974f07-fee7768a, #w-node-b20263a1-daa1-bddc-4d93-726060989be9-fee7768a, #w-node-_51c4f487-ffc3-ef4c-0599-4f8a9638c1ea-fee7768a, #w-node-fcb6fd22-9685-01c0-6d2c-8aa82d2df4d6-fee7768a, #w-node-_2cea2bb4-7d52-f7be-6f75-792d0145085f-fee7768a, #w-node-_2cea2bb4-7d52-f7be-6f75-792d01450860-fee7768a, #w-node-_2cea2bb4-7d52-f7be-6f75-792d01450861-fee7768a, #w-node-_2cea2bb4-7d52-f7be-6f75-792d01450862-fee7768a, #w-node-_2cea2bb4-7d52-f7be-6f75-792d01450863-fee7768a, #w-node-_1baeafe2-7c60-b598-3fbc-4996acb3eec3-fee7768a, #w-node-_1baeafe2-7c60-b598-3fbc-4996acb3eec4-fee7768a, #w-node-_1baeafe2-7c60-b598-3fbc-4996acb3eec5-fee7768a, #w-node-_1baeafe2-7c60-b598-3fbc-4996acb3eec6-fee7768a, #w-node-_1baeafe2-7c60-b598-3fbc-4996acb3eec7-fee7768a, #w-node-f6bed4ae-2d70-bc5a-6a3d-37aaa1d569a4-fee7768a, #w-node-f6bed4ae-2d70-bc5a-6a3d-37aaa1d569a5-fee7768a, #w-node-f6bed4ae-2d70-bc5a-6a3d-37aaa1d569a6-fee7768a, #w-node-f6bed4ae-2d70-bc5a-6a3d-37aaa1d569a7-fee7768a, #w-node-f6bed4ae-2d70-bc5a-6a3d-37aaa1d569a8-fee7768a, #w-node-_1ce6020e-e58a-32b5-1ceb-9a0efd41d358-fee7768a, #w-node-_1ce6020e-e58a-32b5-1ceb-9a0efd41d359-fee7768a, #w-node-_1ce6020e-e58a-32b5-1ceb-9a0efd41d35a-fee7768a, #w-node-_1ce6020e-e58a-32b5-1ceb-9a0efd41d35b-fee7768a, #w-node-_1ce6020e-e58a-32b5-1ceb-9a0efd41d35c-fee7768a, #w-node-e7aa73c6-00a8-7a67-3c2c-98726f3f7cec-fee7768a, #w-node-e7aa73c6-00a8-7a67-3c2c-98726f3f7cf7-fee7768a, #w-node-e7aa73c6-00a8-7a67-3c2c-98726f3f7d02-fee7768a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96dd-55fb96d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96de-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96e0-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96e2-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96e4-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96e6-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96e8-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96ed-55fb96d5, #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb9700-55fb96d5, #w-node-_08c702b9-89f6-785f-7898-0a6f10bfb63b-fee776ce, #w-node-_145ecd29-0f18-fd0c-05b4-06dd659fe680-fee776ce, #w-node-_4683a9d8-74d8-4e95-3e8b-687a667cbace-fee776ce, #w-node-_5942d4ee-78bf-aebb-49fb-a0260cfa76a1-fee776ce, #w-node-_5b733ad5-be6a-e11a-cd0e-c5de95c9faa9-fee776ce, #w-node-_23236a9b-f3fd-6024-58ca-c70936b69366-fee776ce, #w-node-bb7894ab-468a-830c-b39d-b46d034d765c-fee776ce, #w-node-_21cc56cd-9d52-ddec-52c7-39da7fca7fff-fee776ce, #w-node-_6a8fb1ed-712d-1872-f483-9b94e7bd7611-fee776ce, #w-node-bd5fb31d-9ebc-2cc8-bf64-f90949bc2b80-fee776ce, #w-node-abe179bd-e6fa-9b0f-b2e9-e4606e971417-fee776ce, #w-node-_43d4bb2f-2793-586d-794f-4deb5f84c21d-fee776ce, #w-node-_59c44a05-376d-9857-d048-2fe99cdee787-fee776ce, #w-node-d365508e-15b6-af98-44e0-1ad5f1044b8c-fee776ce, #w-node-aca3af96-4b0d-8dcf-6141-5ff7626d7a60-fee776ce, #w-node-_037615bd-71a1-d3a1-6399-0624b0123675-fee776ce, #w-node-_72261c67-e29c-4521-e87a-29b82c97d6f1-fee776cf, #w-node-_72261c67-e29c-4521-e87a-29b82c97d802-fee776cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72261c67-e29c-4521-e87a-29b82c97d81a-fee776cf {
  justify-self: start;
}

#w-node-_72261c67-e29c-4521-e87a-29b82c97dac0-fee776cf, #w-node-_72261c67-e29c-4521-e87a-29b82c97dafe-fee776cf, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1b9-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1c6-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1c9-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1cc-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1d1-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1d3-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1d6-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1df-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce1e9-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce216-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce219-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce21c-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce228-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce22a-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce22c-fee776d0, #w-node-_8001362a-5981-fa80-8bab-e3a113fce22e-fee776d0, #w-node-_5888dc15-99e7-2a92-31c9-33a428002d9d-fee776d0, #w-node-_0f495043-a01d-5ea7-8bef-72c4dbfeaf92-fee776d0, #w-node-_982c13a9-b7eb-44b9-f9e5-9d1a90f2980f-fee776d0, #w-node-_44b3f3c3-68cf-0a29-5b90-3cc0a4a8388d-fee776d0, #w-node-d5d7ba3b-2b69-a0aa-4b2b-af39173d7f6e-fee776d0, #w-node-da304b05-99c6-0d77-796e-c32a08b00af3-fee776d0, #w-node-_8a404471-d5d8-948d-cf4f-08721af8751b-fee776d0, #w-node-dd71ff57-b395-5ff5-26a8-bcad0dcf833b-fee776d0, #w-node-_47a0266a-9acf-8009-bffe-87e46179fb2b-fee776d0, #w-node-ad65b043-9559-ebf2-416b-a8370a3beea3-fee776d0, #w-node-ad65b043-9559-ebf2-416b-a8370a3beea7-fee776d0, #w-node-ad65b043-9559-ebf2-416b-a8370a3beeab-fee776d0, #w-node-bb262c66-b04c-030c-6241-b3e1b6c5f5b9-fee776d0, #w-node-bb262c66-b04c-030c-6241-b3e1b6c5f5bd-fee776d0, #w-node-bb262c66-b04c-030c-6241-b3e1b6c5f5c1-fee776d0, #w-node-_39d7c018-19ee-19d2-c2f4-9193e723f14f-fee776d0, #w-node-_39d7c018-19ee-19d2-c2f4-9193e723f153-fee776d0, #w-node-_39d7c018-19ee-19d2-c2f4-9193e723f157-fee776d0, #w-node-_129d53c8-8995-bb42-bed3-b8f8f4a50e47-fee776d1, #w-node-_92f388c6-3907-5c54-8a2f-8b2797a11194-fee776d1, #w-node-_92f388c6-3907-5c54-8a2f-8b2797a11197-fee776d1, #w-node-_92f388c6-3907-5c54-8a2f-8b2797a1119a-fee776d1, #w-node-_1c3205eb-44f7-7a69-3aa5-06525a019814-fee776d2, #w-node-_5a324803-99d0-2357-c8fd-7e0788c7fd34-fee776d2, #w-node-_5a324803-99d0-2357-c8fd-7e0788c7fd37-fee776d2, #w-node-_5a324803-99d0-2357-c8fd-7e0788c7fd3a-fee776d2, #w-node-ff848094-6676-dcfd-59a6-b6f36198a58e-fee776d3, #w-node-_2e633d0d-04fb-83ae-2eda-21ed89377437-fee776d3, #w-node-e43e47b2-73c5-e050-272b-0717263ddc1e-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e784f-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e7857-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e785a-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e7875-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e7878-fee776d3, #w-node-_81b80f9e-f150-6a8c-8d0d-4be8924e787b-fee776d3, #w-node-_4c45aacf-ff74-9e8b-bd63-8a48e9a97dde-fee776d4, #w-node-_6fcfc16d-ca84-c6b6-5d1c-d4f5597be2dc-fee776d4, #w-node-_6fcfc16d-ca84-c6b6-5d1c-d4f5597be2e0-fee776d4, #w-node-_6fcfc16d-ca84-c6b6-5d1c-d4f5597be2e4-fee776d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e3d5cc-a310-d189-2f61-c7c82e4a9677-fee776e8 {
  align-self: stretch;
}

#w-node-e0e3d5cc-a310-d189-2f61-c7c82e4a967c-fee776e8, #w-node-e0e3d5cc-a310-d189-2f61-c7c82e4a968a-fee776e8, #w-node-_7c92bcfd-7d90-2678-6917-90bc2d1a6027-fee776e8, #w-node-_2851446c-1218-a8b7-db02-b66880795ed2-fee776e9, #w-node-_5d9bb1c8-cc89-4166-77c0-a6720559c431-fee776e9, #w-node-_4c080f87-3231-a0d8-efc4-51ea78129ee1-fee776e9, #w-node-_55913b57-279a-5e43-a6b8-ab13f3f27240-fee776e9, #w-node-c61e6fba-3f7f-a1e2-aff7-37e8b4963396-fee776e9, #w-node-_9caae9a1-f62e-af40-06dc-e8326bda9fec-fee776e9, #w-node-d743d6be-55ff-f5d8-4d20-6d7f0a685065-fee776e9, #w-node-_6e15dbd3-0a87-5ff7-5864-589530ba72c1-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b401fc-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b401fe-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b40207-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b40209-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b4020b-fee776e9, #w-node-da65d1a4-67cd-4a68-2347-12b4d2b4021a-fee776e9, #w-node-_21d70517-b245-23b0-f174-c1087b69a693-fee776ea, #w-node-_1a183c79-71cb-2e73-6e35-a947ee64f2be-fee776ea, #w-node-_3e3a2cbb-1924-e29f-ed70-1d7d88d7a48d-fee776ea, #w-node-_2c8ab58d-631a-f847-33d7-e3ca2b8a1d51-fee776ea, #w-node-d9b4c10b-35fb-b1da-574b-0f0b05027d10-fee776ea, #w-node-_64b09a8b-a550-3de5-604d-f487dfae1752-fee776eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dfeb555-65cb-24bb-89a2-a377d91f6fc7-fee776eb {
  align-self: stretch;
}

#w-node-_3dfeb555-65cb-24bb-89a2-a377d91f6fcc-fee776eb, #w-node-_9c2cee5e-f136-0dba-6f20-e034118b09e3-fee776eb, #w-node-_076e5694-cf3b-4717-ea0d-9476758f039e-fee776eb, #w-node-_64e7844c-55ba-1308-1049-1ef8341995fc-fee776eb, #w-node-_64e7844c-55ba-1308-1049-1ef834199600-fee776eb, #w-node-_64e7844c-55ba-1308-1049-1ef834199604-fee776eb, #w-node-_8f144b7d-412b-44a6-214c-cb04eb8b702f-fee776eb, #w-node-_8f144b7d-412b-44a6-214c-cb04eb8b7033-fee776eb, #w-node-_8f144b7d-412b-44a6-214c-cb04eb8b7037-fee776eb, #w-node-_07383a08-3c1f-0644-3ff6-bfd576f85b07-fee776eb, #w-node-_07383a08-3c1f-0644-3ff6-bfd576f85b0b-fee776eb, #w-node-_07383a08-3c1f-0644-3ff6-bfd576f85b0f-fee776eb, #w-node-_366c4dcd-3dd6-fea7-dd1b-20952578eb4e-fee776eb, #w-node-_366c4dcd-3dd6-fea7-dd1b-20952578eb52-fee776eb, #w-node-_366c4dcd-3dd6-fea7-dd1b-20952578eb56-fee776eb, #w-node-dea7ca6f-4cc3-f9f7-1518-2cca1f039039-fee776ec, #w-node-_0ec48e13-bb4c-ff97-9a56-92fe2ca43cf3-fee776ec, #w-node-b597113d-298c-2bcb-5ec0-3e54841d7019-fee776ec, #w-node-_8d4809f0-a659-a6a9-292b-2903e9a32590-fee776ec, #w-node-_51f58756-86d2-a989-6686-ffdf557f1b70-557f1b6b, #w-node-_51f58756-86d2-a989-6686-ffdf557f1b72-557f1b6b, #w-node-b148bc1d-8e77-88ab-4884-4b1ac7ee2018-fee776ee, #w-node-_09b1745c-2c4d-5fb3-1f07-cb0ca772252d-fee776ee, #w-node-cc343be8-cd3e-661a-0cb6-d5c1dc4aad92-fee776f1, #w-node-f6d117a0-86d7-866d-a06d-4e3251d77e45-fee776f1, #w-node-aedc2599-c2cb-bd0a-ed84-919ff3df151c-fee776f1, #w-node-_3f5cd03d-06c4-be57-d5bf-d940e4cf96ef-fee776f2, #w-node-_2cdf0d58-ac67-650c-7ee4-5827b23877f1-fee776f2, #w-node-_9153041b-4f15-449b-0aa9-8f676c4b526a-fee776f2, #w-node-_37554b05-a8bb-a91a-a991-3d3badb894fe-fee776f2, #w-node-f45b454e-73a2-8d6f-9143-1a982b6e5d06-fee776f2, #w-node-bf06771f-4f40-3271-7c87-ff76f5ec4ce5-fee776f2, #w-node-_114621e1-6ea3-f832-e5b8-84ab84e8d0b9-fee776f2, #w-node-_114621e1-6ea3-f832-e5b8-84ab84e8d0b7-fee776f2, #w-node-_93e7e5dd-82d1-9683-3824-2b8e5d5ac86c-fee776f2, #w-node-_504302ba-c043-be08-6610-9340d5535d19-fee776f2, #w-node-_60c69231-2bdd-5b93-cc5b-825367a49668-fee776f2, #w-node-f4572c10-3f43-a5db-2f24-6cd8ea3f36c7-fee776f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31dd9984-cffa-3761-9925-e51fa1cd0172-fee776f3 {
  justify-self: start;
}

#w-node-d68aa6df-4b05-309a-a96e-78fb445c9980-fee776f4, #w-node-cd70955c-2330-6323-4385-88399c5c1d5f-fee776f4, #w-node-_31615f57-75db-af02-d2dc-f8d6dc2b5c57-fee776f4, #w-node-f4c77419-d191-41a2-a84d-52ab244477fd-fee776f4, #w-node-_99fdd4f9-c510-72b0-8018-66d7616434c9-fee776f4, #w-node-_8fa97944-372a-3da0-2568-dca16855af5e-fee776f4, #w-node-_251cab6a-8720-0c50-405d-0c00be4ede96-fee776f4, #w-node-_81465899-a727-b305-9184-65b910473280-fee776f6, #w-node-_40c09729-df2d-a716-3b22-8dcb162d62d5-fee776f6, #w-node-_40c09729-df2d-a716-3b22-8dcb162d62d9-fee776f6, #w-node-_40c09729-df2d-a716-3b22-8dcb162d62dd-fee776f6, #w-node-_40c09729-df2d-a716-3b22-8dcb162d62e1-fee776f6, #w-node-_94b03982-e90d-4806-6783-d717aad6abeb-fee776f7, #w-node-f217820a-c079-2d38-0292-41806fbbe347-fee776f8, #w-node-fffa128d-fd3e-5129-373a-2240d238ae0a-fee776f9, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a38f5-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3906-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a390a-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a390e-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3915-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3917-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a391a-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3923-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3961-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a398f-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3993-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a3997-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39ae-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39b2-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39b6-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39cd-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39d1-72ae7220, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39d5-72ae7220, #w-node-_5d982535-d79e-6748-34a0-063f33361154-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f33361187-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f33361191-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f33361193-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f33361195-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f333611a5-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f333611b0-9c7459ea, #w-node-_5d982535-d79e-6748-34a0-063f333611bb-9c7459ea, #w-node-_2da44424-a1c5-f3b2-38a5-49cf378bb9eb-8a49a038, #w-node-_2da44424-a1c5-f3b2-38a5-49cf378bb9f2-8a49a038, #w-node-_2da44424-a1c5-f3b2-38a5-49cf378bb9f6-8a49a038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31dd9984-cffa-3761-9925-e51fa1cd0172-01161b4d, #w-node-_31dd9984-cffa-3761-9925-e51fa1cd0172-e6427eba, #w-node-_31dd9984-cffa-3761-9925-e51fa1cd0172-599ef06c {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_8f144b7d-412b-44a6-214c-cb04eb8b7037-fee776eb, #w-node-_07383a08-3c1f-0644-3ff6-bfd576f85b07-fee776eb, #w-node-_2735d9ac-49a8-9b5b-e4ac-9d6a893a39b6-72ae7220 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3dfeb555-65cb-24bb-89a2-a377d91f6fc7-fee776eb {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-f45b454e-73a2-8d6f-9143-1a982b6e5d06-fee776f2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_276cab6e-e8b7-d534-d5cb-a0836f8e7b74-fee7768a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-f6fd9b84-bb54-bdf9-5a3b-1e85a852ac42-fee7768a {
    order: -9999;
  }

  #w-node-bd794214-5c8f-23f8-1f7b-7c6f55fb96dd-55fb96d5 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26407f37-6698-ad4b-c6b6-6dff169e9375-fee7768a, #w-node-_26407f37-6698-ad4b-c6b6-6dff169e9381-fee7768a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3dfeb555-65cb-24bb-89a2-a377d91f6fc7-fee776eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_3dfeb555-65cb-24bb-89a2-a377d91f6fcc-fee776eb, #w-node-_9c2cee5e-f136-0dba-6f20-e034118b09e3-fee776eb, #w-node-_076e5694-cf3b-4717-ea0d-9476758f039e-fee776eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


