:root {
  --black: #262626;
  --aquamarine: #d3ca0e;
  --white-smoke: #efefef;
  --253537: #253537;
  --light-green: #4a6358;
  --orange-red: #dfe5b3;
  --dark-orange: #dad96e;
  --dark-slate-grey: #84a98c;
  --medium-spring-green: #e4eae1;
  --goldenrod: #d8d54e;
  --white: white;
  --black-2: #333;
  --yellow: #fff400;
  --lemon-chiffon: #fffcc4;
  --honeydew: #e2ebe0;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.w-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #222;
  white-space: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.7px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

h2 {
  letter-spacing: .75px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

h6 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

p {
  opacity: .85;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

a {
  color: var(--black);
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

label {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

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

.mastergrid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: max-content;
  grid-template-columns: minmax(20px, auto) minmax(0, 275px) minmax(0, 275px) minmax(0, 275px) minmax(0, 275px) minmax(20px, auto);
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.mastergrid.hero {
  grid-template-rows: minmax(auto, 1fr);
}

.mastergrid._0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mastergrid.dl {
  background-color: #e67163;
  background-image: linear-gradient(312deg, var(--aquamarine), #00a55c);
}

.mastergrid.ftr {
  background-color: #fff;
}

.tile10 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.tile10.stylesheet {
  border-bottom: 10px solid #f7f7f7;
}

.slide {
  filter: saturate(67%) contrast(120%) brightness(96%);
  background-color: #84a98c47;
  background-image: url('../images/445_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.background {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

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

.bg.form {
  filter: saturate(115%) contrast(115%);
  background-image: url('../images/H1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.bg.colours {
  background-color: #e1e4dd;
  background-image: url('../images/637e028e0c998d190f7cafb7_PhotoRoom_20221123_112041.webp');
  background-position: 50%;
  background-size: cover;
}

.bg._454 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(325deg, #4a635878, #dad96e87);
}

.bg.filter {
  z-index: 2;
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.bg.filter.gre {
  background-color: #4a63585c;
}

.bg.bg_dgrey._2 {
  background-color: #252525;
}

.bg.bg_dgrey._3 {
  background-color: #e7e7e7;
}

.bg._4511 {
  filter: contrast(108%) saturate(69%);
  background-image: url('../images/AdobeStock_481038198.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.bg_c14 {
  background-color: #efefef;
}

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

.bg._453 {
  background-image: linear-gradient(#fff0, #4a63582e 49%, #253537);
}

.bg._45117 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg._4545 {
  filter: saturate(73%);
  background-image: url('../images/p2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg._34 {
  opacity: .24;
  background-image: url('../images/leaf.png'), url('../images/leaf.png');
  background-position: 580px 0, -20% 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 60%;
}

.bg._111 {
  background-color: var(--aquamarine);
}

.bg._45 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.btint {
  background-image: linear-gradient(#fff0, #0000001c 36%, #0000004d 72%, #000000b0);
}

.bg.dn1 {
  filter: contrast(108%) saturate(69%);
  background-image: url('../images/twins_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.hero {
  background-image: none;
}

.bg.s-r {
  background-image: url('../images/Screenshot-2024-06-14-at-3.35.09-PM_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.bg.s2l {
  background-image: url('../images/AdobeStock_470243280.webp');
  background-position: 0 0;
  background-size: cover;
}

.bg.headerbg {
  filter: brightness(65%) contrast(101%) hue-rotate() saturate(63%);
  background-color: #dad7cd;
  background-image: url('../images/AdobeStock_511841939.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 130svh;
  background-attachment: fixed;
}

.bg.jhh {
  background-color: #dadada;
}

.bg.foot {
  background-color: #222;
}

.bg.cnt {
  background-color: #e9e9e9;
}

.bg.gr {
  background-color: #b6b9aa;
}

.bg.drk {
  background-color: #453e37;
}

.bg.kl {
  background-color: #b6b9aa;
}

.bg._300 {
  background-color: #fff;
}

.bg.md {
  background-color: #454237;
}

.bg.abt {
  background-color: #454137;
}

.bg.vv {
  filter: brightness(65%) contrast(101%) hue-rotate() saturate(63%);
  background-color: #dad7cd;
  background-image: url('../images/AdobeStock_511841939.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 130svh;
}

.bg._23232 {
  background-color: #eee;
}

.bg._55544 {
  background-color: #e8e8e8;
}

.bg.white {
  background-color: #fff;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.scroll {
  height: auto;
}

.flx {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flx.stylesheet {
  align-items: stretch;
}

.flx.navb {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flx.navb2 {
  flex-direction: row;
  align-items: stretch;
  position: relative;
}

.flx.navb2.style {
  flex-direction: column;
}

.flx.top {
  justify-content: flex-end;
}

.flx.ft {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
}

.flx.ft.m {
  padding-left: 40px;
  padding-right: 40px;
}

.flx._6top {
  justify-content: flex-start;
}

.flx.auto {
  height: auto;
}

.flx.scroll {
  align-items: flex-start;
}

.flx.footer {
  align-items: stretch;
}

.flx.cc {
  align-items: center;
}

.flx._8793 {
  justify-content: flex-start;
}

.flx.bottom {
  justify-content: flex-end;
}

.flx.bottom.txt_white._9809 {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
}

.flx.bottom.txt_white._0930 {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.flx._0909 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffa8;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: 3px 8px;
}

.flx._5678 {
  justify-content: flex-start;
}

.flx._45098 {
  flex-direction: row;
  justify-content: center;
}

.pad {
  z-index: 30;
  padding: 40px;
}

.pad.stylesheet {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad.stylesheet:hover {
  border-radius: 5px;
}

.pad.txt {
  margin-bottom: 15px;
  padding: 0;
}

.pad.txt._2 {
  text-align: right;
  padding-bottom: 0;
}

.pad.link564 {
  padding-top: 0;
  padding-bottom: 0;
}

.pad.nav1 {
  align-items: center;
  padding: 10px 0;
}

.pad.footr {
  padding: 100px 20px 120px;
}

.pad._344 {
  margin-bottom: 20px;
  padding: 0;
}

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

.pad.scr.t {
  padding-bottom: 0;
}

.pad.scr._2 {
  padding-top: 10px;
}

.pad._112 {
  border-top: 5px solid var(--white-smoke);
  border-bottom: 5px solid #fff;
  padding: 20px;
}

.pad.scrolltitle {
  padding-top: 0;
  padding-bottom: 0;
}

.pad.top {
  padding-top: 0;
}

.pad._60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pad._0909 {
  padding-top: 0;
}

.pad._32 {
  padding-bottom: 0;
}

.pad._7889 {
  background-color: var(--aquamarine);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 6px 10px #0000001f;
}

.pad._321 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pad._6758 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pad._7777 {
  padding-bottom: 110px;
}

.wrp {
  position: relative;
}

.wrp._3536 {
  display: flex;
}

.wrp.social.dark {
  filter: invert();
}

.wrp.success {
  justify-content: center;
  display: flex;
}

.wrp.faq {
  border-bottom: .5px solid #33333324;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.txt_white {
  color: #fff;
}

.txt_black {
  color: #000;
}

.txt_black._100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  display: flex;
}

.txt_dgrey {
  color: #222;
}

.txt_lgrey {
  color: #b0b0b0;
}

.txt_c11 {
  color: var(--253537);
}

.txt_c21 {
  color: var(--aquamarine);
}

.b {
  font-weight: 600;
}

.b._123 {
  text-decoration: underline;
}

.b.fc.cnt4 {
  font-size: 40px;
  line-height: 1.1;
}

.i {
  font-style: italic;
}

.grid-orig {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.bg_black {
  background-color: #262626;
}

.bg_dgrey {
  background-color: #333;
}

.bg_lgrey {
  background-color: #efefef;
}

.bg_white {
  background-color: #fff;
}

.grid-2.colours {
  width: 100%;
  overflow: hidden;
}

.bg_c11 {
  background-color: #253638;
}

.bg_c12 {
  background-color: #4a6358;
}

.bg_c12.full {
  text-align: center;
  width: 100%;
}

.bg_c13 {
  background-color: #84a98c;
}

.bg_c14 {
  background-color: #e4eae1;
}

.bg_c21 {
  background-color: #d3ca0e;
}

.bg_c22 {
  background-color: #d8d54e;
}

.bg_c23 {
  background-color: #dad96e;
}

.bg_c24 {
  background-color: #dfe5b3;
}

._234156 {
  padding: 10px 20px;
}

._234156._1 {
  border: 1px #000;
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
}

._234156._2 {
  background-color: #e4e4e4;
}

.grad2 {
  background-image: linear-gradient(100deg, #d3ca0e, #dfe5b3);
}

.grad1 {
  background-image: linear-gradient(100deg, #253537, #354f52 33%, #84a98c 69%, #e4eae1);
}

.txt_c12 {
  color: var(--light-green);
}

.txt_c13 {
  color: var(--dark-slate-grey);
}

.txt_c14 {
  color: var(--medium-spring-green);
}

.txt_c22 {
  color: var(--goldenrod);
}

.txt_c23 {
  color: var(--dark-orange);
}

.txt_c24 {
  color: var(--orange-red);
}

.btn1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: normal;
  border: .5px solid #0000004a;
  border-radius: 5px;
  padding: 20px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 6px 10px -7px #000;
}

.btn1:hover {
  box-shadow: none;
  border-radius: 6px;
}

.btn1.bg_c21.txt_black {
  flex: 0 auto;
}

.btn1._546 {
  color: #000;
  background-color: #e3ff3f;
  font-size: 16px;
}

.btn1.frm {
  color: #000;
  background-color: #bfe742;
}

.btn1._345 {
  height: 37px;
  padding-top: 8px;
}

.btn1.flt {
  color: #000;
  background-color: #bfe742;
}

.btn_case {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.btn_case.fw {
  align-items: stretch;
}

.btn_case._3423 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.btn_case.tel {
  flex-direction: row;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.btn_case._565 {
  align-items: stretch;
}

.btn_case._1235 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.btn2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: .5px solid #000;
  border-radius: 5px;
  padding: 20px 8px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
}

.btn2:hover {
  box-shadow: none;
  border-radius: 6px;
}

.btn2.tel {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
}

.btn2.txt_black {
  white-space: normal;
}

.btn2._5468 {
  color: #000;
  letter-spacing: 0;
  background-color: #e2ff3f;
  border-style: none;
  align-items: center;
  height: 30px;
  margin-left: 10px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
}

.collection-item {
  display: flex;
}

.navbar {
  background-color: #0000;
  border-bottom: .25px solid #00000080;
  width: 100vw;
}

.nav2desk {
  height: auto;
  padding: 10px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.dropdown {
  align-items: center;
  height: 40px;
  display: flex;
}

.div-block {
  border: 5px #000;
  border-radius: 70px;
  width: 40px;
  height: 40px;
}

.navigation {
  z-index: 1900;
  position: fixed;
  inset: 0% 0% auto;
}

.nav2mob {
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.nav2mob.style {
  display: block;
}

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

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 5px;
  display: flex;
}

.btn {
  border-radius: 6px;
}

.btn.mobmenu {
  background-color: var(--253537);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 0;
}

.btn.mobmenu.w--open {
  background-color: #e51f1f;
}

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

.btn.book.bg_white.txt_black.full {
  width: 100%;
}

.btn.yellow {
  color: #d1ff00;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-list {
  width: 100vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dropdown-list.w--open {
  z-index: 11;
  position: fixed;
  inset: 80px 0% auto;
}

.dropdown-list.bg_white.w--open {
  min-height: 310px;
  max-height: none;
  margin-top: 29px;
  padding: 40px 20px;
  box-shadow: 0 20px 14px -15px #00000080;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: auto max-content;
}

.image-3 {
  width: auto;
  height: 40px;
}

.nav1 {
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding: 10px 5px;
  display: flex;
}

.brand {
  width: auto;
  padding: 20px;
}

.wa {
  height: 40px;
  margin-left: 10px;
}

.c-item {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.c-item._45 {
  width: 50%;
}

.c-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.scroll {
  z-index: 1;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: auto;
}

.scroll-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.scrollbox {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 420px;
  padding: 0;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrollbox:hover {
  transform: scale(1.02);
  box-shadow: 0 13px 8px -10px #00000061;
}

.scrollbox.p1 {
  min-width: 300px;
  height: 320px;
}

.image-5 {
  object-fit: contain;
  height: 90px;
}

.footer-social-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 30px;
  display: flex;
}

.footer-social-link {
  width: 24px;
}

.image-6 {
  display: block;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 100%;
}

.grid-7 {
  grid-template-columns: 1fr max-content;
}

.nav2 {
  text-transform: capitalize;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

.text-block {
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  font-style: italic;
}

.text-block.from {
  font-size: 11px;
}

.link-block-3 {
  background-color: var(--white-smoke);
  text-transform: capitalize;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 10px;
  display: flex;
}

.textarea {
  min-height: 200px;
}

.textarea.input1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.input1 {
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 17px;
}

.formcase {
  background-image: none;
  border-radius: 10px;
}

.success-message {
  background-color: var(--253537);
  padding: 40px;
}

.form-block {
  margin-bottom: 0;
  position: relative;
}

.error-message {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ff0000b0;
  margin-top: 0;
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 40px;
  display: grid;
}

.anchor {
  position: absolute;
  inset: -40px auto auto 0%;
}

.anchor._2 {
  top: 0;
}

.bodygridoff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  min-height: 100vh;
}

.header {
  position: relative;
}

.fc {
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

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

.recaptcha {
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: -2px;
}

.grid-13 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  height: 100%;
}

.capturemask {
  width: 50px;
  margin-left: -7px;
  overflow: hidden;
}

.capturecase {
  background-color: #f9f9f9;
  height: 60px;
  overflow: hidden;
}

.capturecase.txt_black.input1 {
  height: 55px;
}

.html-embed {
  width: 100%;
  height: 80vh;
}

.section-new {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._100vh {
  z-index: 0;
  min-height: 100vh;
  position: relative;
}

.tilebg {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.tilebg._500px {
  height: 500px;
}

.tile {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.tile._40 {
  z-index: 40;
}

.txt_case {
  margin-bottom: 10px;
}

.txt_case._40 {
  margin-bottom: 60px;
}

.txt_case._20 {
  margin-bottom: 20px;
}

.txt_case.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.txt_case.faq-a {
  margin-bottom: 0;
}

.top {
  z-index: 100;
  position: relative;
}

.back_block {
  z-index: 10;
  min-height: 50px;
  position: relative;
}

.back_block._5645 {
  background-color: var(--aquamarine);
}

.spacer {
  z-index: 0;
  min-height: 80px;
  position: relative;
}

.spacer._80 {
  height: 80px;
}

.spacer._160 {
  min-height: 160px;
}

.front_block {
  z-index: 30;
  min-height: 50px;
  position: relative;
}

.front_block._7867 {
  z-index: 20;
  background-color: #d3ca0e5c;
}

.front_block._7845 {
  z-index: 10;
  background-color: #fff;
}

.front_block._7888 {
  background-color: #e5b11f3d;
}

.front_block.bg_c24._34 {
  z-index: 20;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #d8d54e66;
}

.select3, .collection-list-wrapper {
  display: none;
}

.sel {
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  width: 97%;
  height: 55px;
}

.select {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.select.hide, .utm, .params {
  display: none;
}

.image-9 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  padding: 10px 10px 20px;
}

.image-10 {
  width: 220px;
}

.div-block-21 {
  height: auto;
  padding-top: 10px;
}

.paragraph {
  white-space: normal;
  font-size: 12px;
}

.div-block-22 {
  width: 100%;
}

.div-block-23 {
  width: 10px;
  height: 50px;
}

.heroslider {
  z-index: 1;
  height: 100%;
}

.frost {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

._123 {
  width: auto;
  height: 48px;
}

._123.inv {
  width: 30px;
  height: auto;
}

.image-11 {
  width: auto;
  height: 70px;
}

.image-11.inv {
  width: 40px;
  height: auto;
}

.image-12 {
  width: auto;
  height: 60px;
}

.image-12.inv {
  width: 40px;
  height: auto;
}

.inv {
  filter: invert();
}

.cnt1234 {
  text-align: center;
  justify-content: center;
}

.link-block-4 {
  margin-top: 10px;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.form-footer {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.form-header {
  margin-bottom: 40px;
}

.form-footer-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.field-label {
  font-size: 13px;
}

.checkbox-field-3 {
  margin-top: 20px;
}

.user-password-field, .user-password-field-2, .user-email-field {
  margin-bottom: 20px;
}

.image-13 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.dash {
  width: 100%;
  height: 4px;
}

.dash.bg_white._5646 {
  width: 110px;
}

.dash.bg_black._5678 {
  width: 60px;
}

.dash.bg_c21._4555 {
  background-color: #ccc;
  width: auto;
  min-width: 30%;
}

.dash_case {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.dash_case.l {
  justify-content: flex-start;
}

.dash_case.l._2 {
  flex-direction: column;
  align-items: flex-start;
}

.ps {
  font-size: 13px;
}

.grid-15 {
  grid-template-columns: min-content 1fr;
}

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

.box {
  z-index: 1;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.boxshadow {
  z-index: 0;
  filter: blur(6px);
  background-color: #00000059;
  border-radius: 100%;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% -14px;
}

.boxshadow._3 {
  opacity: .28;
  bottom: 10px;
}

.navfrost {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-stylelogo {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.text-span {
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.image-14 {
  filter: invert();
  width: 19px;
  height: 19px;
  margin-top: 2px;
  margin-left: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.image-15 {
  filter: invert();
  width: 17px;
  margin-top: 10px;
  margin-left: 10px;
  transform: rotate(90deg);
}

.m {
  letter-spacing: -.3px;
  font-weight: 400;
}

.mb10 {
  margin-bottom: 10px;
}

._1234, .hide {
  display: none;
}

.xscroller {
  overflow: auto;
}

.collection-item-2 {
  background-color: #eecdcd;
  margin-right: 20px;
}

.collection-list-2 {
  display: flex;
}

.gallery-section {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.gallery-wrapper-orig {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cms-slider {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.collection-item-3 {
  align-items: center;
  display: flex;
}

.collection-item-3.bg_c21 {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  align-items: flex-end;
  max-width: 400px;
  height: 300px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.collection-item-3.bg_c21.homep {
  background-color: #d2ec39;
  height: 100px;
}

.prev {
  border: 1px solid var(--orange-red);
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -25px;
  margin-left: 5px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
}

.next {
  z-index: 80;
  border: 1px solid var(--orange-red);
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -25px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
}

.div-block-25 {
  flex-direction: row;
}

.link-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.text-block-2 {
  color: #000;
  width: 40px;
  margin-top: -10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.text-block-3 {
  color: #000;
  margin-top: -10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.collection-list-wrapper-4 {
  margin-left: -20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  margin-bottom: 20px;
}

.image-18 {
  border-radius: 1000px;
}

.image-18._4356 {
  width: auto;
  height: 160px;
}

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

.grid-19 {
  grid-template-rows: auto;
  width: 330px;
}

.div-block-26 {
  display: none;
}

.div-block-27 {
  color: #fff;
}

.heading {
  white-space: nowrap;
}

.div-block-28 {
  z-index: 2000;
  width: 100%;
  height: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block-6 {
  background-color: #e3ff3f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 -10px 20px 8px #0003;
}

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

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

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

.search-orig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  max-width: 1050px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.search-input {
  background-color: #f3f3f33b;
  border: 1px solid silver;
  border-radius: 30px;
  width: 100%;
  min-width: 300px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.search-button {
  background-color: #0000;
  height: 38px;
  padding-top: 6px;
  font-weight: 700;
  display: block;
}

.container-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 20px 40px;
}

.search-result-item {
  margin-bottom: 40px;
}

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

.link {
  white-space: normal;
}

.text-block-4 {
  font-size: 11px;
}

.paragraph-2 {
  color: #696969;
  font-size: 16px;
}

.text-block-5 {
  padding-left: 13px;
  padding-right: 20px;
  font-size: 11px;
}

.benefits {
  background-color: #f8f8f4;
}

.image-19 {
  border-radius: 1100px;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.text-block-7 {
  font-size: 22px;
}

.image-20 {
  float: left;
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.searc {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
}

.grid-20 {
  display: none;
}

.bodygrid-org {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  padding: 0;
}

.footer {
  position: relative;
}

._1st {
  margin-left: auto;
  margin-right: auto;
  padding-top: 121px;
}

.cell {
  padding: 40px;
  position: relative;
}

.cell.hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.cell.s-r {
  min-height: 300px;
  margin-top: -40px;
  margin-bottom: -60px;
  transform: translate(0)rotate(4deg);
  box-shadow: -17px 2px 5px #0003;
}

.cell.s-r.try {
  box-shadow: 0 0 #0000, -3.6px 0 2px #00000003, -7.2px 0 4.1px #00000004, -10.8px 0 6.1px #00000004, -14.6px 0 8.1px #00000005, -18.6px 0 10.2px #00000005, -22.9px 0 12.3px #00000005, -27.5px 0 14.4px #00000005, -32.7px 0 16.6px #00000005, -38.6px 0 18.8px #00000005, -45.5px 0 21.2px #00000005, -53.7px 0 23.6px #00000006, -63.8px 0 26.3px #00000006, -76.5px 0 29.1px #00000006, -92.9px 0 32.3px #00000006, -115.3px 0 36.1px #00000006, -147.3px 0 40.8px #00000006, -197.5px 0 47.1px #00000007, -291.9px 0 57.6px #00000007;
}

.cell.s2l {
  background-color: #fff;
  min-height: 300px;
  margin-top: -40px;
  margin-bottom: -50px;
  transform: rotate(-4deg);
  box-shadow: 16px 0 5px #0003;
}

.cell.s2l.try2 {
  box-shadow: 0 0 #0000, 3.3px .8px 1.7px #00000004, 6.7px 1.7px 3.4px #00000005, 10.2px 2.5px 5px #00000005, 13.7px 3.4px 6.7px #00000006, 17.5px 4.3px 8.5px #00000006, 21.5px 5.3px 10.2px #00000006, 25.9px 6.4px 12px #00000007, 30.8px 7.6px 13.9px #00000007, 36.5px 9px 15.8px #00000007, 43px 10.6px 17.8px #00000007, 50.9px 12.6px 20px #00000007, 60.6px 15px 22.4px #00000007, 72.7px 18px 25px #00000007, 88.7px 21.9px 28.1px #00000008, 110.3px 27.3px 31.8px #00000008, 141.3px 35px 36.6px #00000008, 190px 47px 43.3px #00000008, 281.6px 69.7px 54.8px #00000009;
}

.cell._555 {
  padding-bottom: 0;
}

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

.cell.homeform._1 {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.cell.homeform.map {
  padding: 0;
      margin-bottom: 40px;
}

.cell.footer {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cell.footer._4 {
  align-items: flex-start;
  padding-left: 0;
}

.cell.why {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell.whyt {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell._43 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.cell.cat {
  color: #fff;
  padding-top: 0;
  padding-right: 40px;
}

.cell.cat-1 {
  color: #fff;
  background-image: linear-gradient(#fff0, #000c), url('../images/63c04b57759618f0e1b1bec1_AdobeStock_456324139.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 60vh;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cell.cat-2 {
  color: #fff;
  background-image: linear-gradient(#fff0, #000c), url('../images/Aqualyx.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 60vh;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cell.ctt {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 40px;
  display: flex;
}

.cell.rv {
  flex-direction: column;
  align-items: stretch;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.link-block-7 {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-8 {
  width: 100%;
  height: 100%;
}

.div-block-30 {
  background-color: #ecfce6;
  border: 1px dashed #000;
  border-radius: 5px;
  padding: 10px 20px;
}

.text-block-8 {
  white-space: normal;
}

.empty-state {
  display: none;
}

.heading-2 {
  margin-bottom: 0;
  font-weight: 700;
}

.heading-3 {
  font-weight: 800;
}

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

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.div-block-32 {
  display: flex;
}

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

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f1f1ee;
  border: 1px dashed #000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.rich-text-block-2 {
  margin-top: 40px;
  display: none;
}

.bodygrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  min-height: 100svh;
}

.section {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section.hero {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.section.nav {
  z-index: 1900;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.pr {
  display: none;
}

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

.grid.hero {
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
  position: relative;
}

.grid.s1 {
  color: #fff;
  background-color: #575c42;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid.s2 {
  color: #fff;
  background-color: #575c42;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 140px;
}

.grid.partnerts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid.homeform {
  grid-template-columns: 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid.footer {
  grid-template-columns: 1fr max-content 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 70px;
}

.grid.why {
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.grid.cat {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.02fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.grid.abt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.grid.rv {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.grid-social {
  grid-template-columns: 1fr;
  position: absolute;
  inset: auto auto auto 0%;
}

.grid-social.light {
  z-index: 1800;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: invert();
  width: 30px;
  height: auto;
  inset: auto auto auto 0%;
}

.grid-social.light.footer, .grid-social.light.gyy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  position: static;
}

.cell-2 {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.cell-2.nv {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.nav-link-2 {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 7px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.nav-link-2.cta {
  color: #000;
  background-color: #c7f013;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
}

.nav-link-2.cta.t20 {
  background-color: #fff;
  height: 50px;
  margin-top: 30px;
}

.nav-link-2.cta.t20.hide01 {
  display: none;
}

.nav-link-2.cta._22 {
  height: 60px;
}

.nav-link-2.mn {
  color: #000;
  background-color: #c7f013;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
}

.nav-link-2.mn.t20 {
  background-color: #fff;
  height: 50px;
  margin-top: 30px;
}

.gridnavogation {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  padding: 10px 40px;
}

.container-3 {
  z-index: 1;
  max-width: 1250px;
  position: relative;
}

.container-3.off {
  max-width: none;
}

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

.navbar-2 {
  box-shadow: none;
  background-color: #222;
}

.lottie-animation {
  filter: brightness(0%) invert();
  width: 30px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-menu-1 {
  filter: invert();
  height: auto;
  display: flex;
}

.nav-menu-1.r {
  filter: none;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  color: #fff;
  background-color: #fff;
  height: auto;
  display: flex;
  box-shadow: 0 13px 20px -20px #0003;
}

.nav-menu._2 {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  display: block;
}

.grid-21 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  padding: 20px 20px 0;
  position: relative;
}

.grid-21.navmenugd {
  grid-template-columns: 1fr 1fr 1fr 3fr;
  padding: 40px 60px 60px;
}

.nav-link {
  color: #000;
  padding: 3px 0;
}

.menu-button {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  padding: 6px 20px 10px 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
  display: flex;
}

.heading-6 {
  margin-bottom: 9px;
  font-weight: 500;
}

.heading-6._3 {
  color: #07811b;
}

.image-25 {
  filter: contrast(0%) brightness(200%) saturate(0%);
  object-fit: contain;
  height: 35px;
}

.image-25.ftr {
  width: 130px;
  height: 48px;
  margin-bottom: 20px;
}

.text-span-4 {
  color: #fff;
  font-weight: 400;
}

.brand-2 {
  align-items: center;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-34 {
  margin-left: auto;
  margin-right: auto;
}

.image-26._2 {
  display: none;
}

.image-27 {
  width: 130px;
  height: 40px;
}

._555 {
  object-fit: contain;
  width: auto;
  padding: 0;
  display: block;
}

._000 {
  padding: 40px;
}

.div-block-35 {
  color: #fff;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.link-2 {
  color: #fff;
}

.link-2.w--current, .text-span-5 {
  font-weight: 500;
}

.heading-7 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-7._32 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  height: 80px;
}

.slide-nav-4, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-12 {
  width: 25%;
}

.image-29 {
  filter: brightness(0%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: block;
}

.html-embed-2 {
  height: 480px;
}

.link-block-11 {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  text-decoration: underline;
}

.link-block-11._1, .link-block-11.cp {
  text-decoration: none;
}

.heading-10 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.submit-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  min-width: 160px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  box-shadow: 0 1px 5px #0003;
}

.text-field {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

.text-field::placeholder {
  color: #000;
}

.text-field.msg {
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-11 {
  margin-bottom: 20px;
}

.heading-12 {
  font-size: 70px;
  font-weight: 800;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
}

.link-block-13 {
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-13 {
  font-weight: 500;
}

.grid-23 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  padding-bottom: 40px;
}

.grid-23._33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.bld {
  font-size: 18px;
  font-weight: 700;
}

.div-block-42 {
  border-top: .5px solid #00000075;
  padding: 40px 40px 20px;
}

.div-block-42._2 {
  padding-bottom: 40px;
}

._70 {
  margin-top: 10px;
}

.image-322 {
  opacity: .81;
}

.txt-ftr {
  opacity: .7;
  font-weight: 300;
}

.txt-ftr.sm {
  font-size: 12px;
}

.text-span-6 {
  opacity: 1;
  font-weight: 500;
}

.b20 {
  margin-bottom: 20px;
}

.image-323 {
  filter: brightness(200%) saturate(0%);
  object-fit: contain;
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

.div-block-43 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.face-body-filter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: none;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 21px;
  display: block;
  position: relative;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.smalltxt {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.smalltxt._2 {
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.smalltxt.nowrap {
  white-space: nowrap;
  font-weight: 500;
}

.collection-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #f8f7f5;
  border: 1px solid #dedcd1;
  border-radius: 7px;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  width: 50%;
  min-width: 38%;
  padding: 0;
  transition: all .2s;
  display: grid;
  overflow: hidden;
}

.collection-item-5._2 {
  width: 100%;
}

.collection-item-5._33 {
  width: auto;
  min-width: auto;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.forminput {
  border-radius: 7px;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 17px;
}

.forminput::placeholder {
  color: #a7a7a7;
  font-style: italic;
}

.dash-2 {
  background-color: #fff;
  width: 20%;
  max-width: 60px;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.dash-2.blk {
  background-color: #0c0c0c;
}

.rangeslider_fill {
  background-color: #90c396;
  width: 20%;
  height: 100%;
  position: absolute;
}

.sec {
  position: relative;
  overflow: hidden;
}

.hide-2 {
  display: none;
}

.top-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f7f5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 4vh 5vh 2.5vh;
  display: grid;
  position: relative;
}

.content_collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 0;
  display: flex;
  overflow: scroll;
}

.content_collection-list._2, .content_collection-list._33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.text-span-7 {
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 700;
}

.dropdown_icon {
  margin-right: 10px;
  font-size: 1rem;
}

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

.img {
  width: auto;
  height: 50px;
}

.img._05 {
  filter: invert();
  height: 70px;
}

.img.s-08 {
  background-color: #fff;
  border-radius: 100px;
  height: 100%;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_reset {
  float: right;
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_select {
  cursor: pointer;
  border: 1px #000;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.heading-small-2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.collection-list-4 {
  flex-direction: row;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: auto;
}

.searchtags {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
  overflow: auto;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.link-block-14 {
  border-radius: 100px;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: none;
  overflow: hidden;
}

.clear-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.resetall {
  color: #000;
  text-align: left;
  background-color: #49494900;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 1px 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.resetall:hover {
  color: #fff;
  background-color: #222;
}

.tag {
  color: #303030;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 2px 3px 13px;
  display: flex;
}

.searchbar {
  position: relative;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #90c396;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #3c7c43;
}

.grd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 11vh;
  padding-bottom: 11vh;
}

.grd.f300 {
  padding-top: 0;
  padding-bottom: 40px;
}

.fs-cmsfilter_highlight {
  border-bottom: 1px solid #000;
  line-height: 1.2;
}

.filteroptions {
  overflow: auto;
}

.text-block-12 {
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #3c7c43;
  background-image: none;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.text-block-13 {
  filter: invert();
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  padding: 10px 13px 10px 10px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.cll {
  padding: 5vh;
}

.cll.f300 {
  text-align: left;
  border-radius: 7px;
  padding: 0;
  overflow: hidden;
}

.bottom {
  padding: 2vh 0 0;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border: .25px solid #cfcfcf;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: flex-start;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-44 {
  height: auto;
  overflow: hidden;
}

.link-block-15 {
  display: none;
  position: absolute;
  inset: 0%;
}

.filter_sort-by {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 30px 5px 20px;
  font-size: 12px;
  display: flex;
}

.dropdown_list {
  font-size: 15px;
  line-height: 1;
}

.dropdown_list.w--open {
  background-color: #fff;
  width: 160px;
  font-size: 12px;
  inset: 50px 0% auto auto;
}

.search-results {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2px 5vh;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.search-results._1 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 0;
}

.filter_empty {
  color: #fff;
  background-color: #ff7f00;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.rangeslider_input {
  display: none;
}

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

.div-block-45 {
  z-index: 1;
  width: 100%;
  padding: 0 40px 7px;
  position: relative;
}

.div-block-45._2 {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.image-324 {
  height: 25vh;
}

.checkbox_field {
  color: #fff;
  cursor: pointer;
  background-color: #0b0f05;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.checkbox_input {
  border: 1.5px solid #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.checkbox_input:hover {
  border-color: #e9f5c0;
}

.checkbox_input.w--redirected-checked {
  background-color: #000;
  background-size: 11px;
  border-color: #fff;
}

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

.top---old {
  z-index: 100;
  position: relative;
}

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

.div-block-46 {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 400px;
  display: flex;
  position: relative;
}

.div-block-46.smm {
  min-height: 300px;
}

.div-block-47 {
  text-align: center;
  background-image: linear-gradient(#fff0, #000);
  position: absolute;
  inset: 0%;
}

.pr-txt {
  opacity: .85;
  font-size: 14px;
}

.text-block-15 {
  color: var(--white-smoke);
  letter-spacing: -.5px;
  background-color: #fff3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

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

.div-block-48 {
  display: flex;
}

.div-block-49 {
  background-color: #a8da29;
  height: 3px;
  margin-bottom: 15px;
}

.div-block-50 {
  background-image: url('../images/twins_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.grd---cc {
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
}

.image-325 {
  filter: invert();
  object-fit: contain;
  width: 23px;
  height: auto;
}

._333 {
  text-align: center;
}

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

.grid-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.div-block-52 {
  float: left;
  background-color: #88926033;
  border-radius: 5px;
  width: 33.33%;
  min-height: 310px;
  margin-right: 16px;
  padding: 20px 30px;
}

.image-326 {
  width: 30px;
  height: auto;
}

.text-block-17 {
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 500;
}

.star {
  width: 110px;
  height: auto;
  margin-bottom: 30px;
}

.ab {
  float: left;
  background-color: #88926033;
  width: 33.33%;
  min-height: auto;
  margin-right: 16px;
  padding: 0;
}

.lightbox-link {
  width: 100%;
}

.image-327 {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

.popup-div {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-29 {
  opacity: .6;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
}

.popup-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1000px;
  min-height: 600px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: grid;
  position: relative;
}

.text-field-2 {
  color: #5c5c5c;
  background-color: #ececec;
  border: 0 solid #000;
  height: 45px;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: #303030;
}

.cta {
  color: #000b21;
  background-color: #0000005c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-right: 15px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-328 {
  filter: invert();
  width: 35%;
}

.form-block-2 {
  width: 100%;
}

.image-329 {
  width: 170px;
  margin-bottom: 40px;
}

.popup-100 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-30 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
}

.submit-button-2 {
  background-color: #0c0c0c;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-53 {
  text-align: left;
  padding: 40px 45px;
}

.div-block-54 {
  background-image: url('../images/Screenshot-2024-06-14-at-4.55.48-PM_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.image-330 {
  width: 160px;
  height: auto;
  margin-bottom: 60px;
}

.paragraph-3 {
  font-size: 19px;
  font-weight: 400;
}

.image-331 {
  width: 230px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    line-height: 1.4;
  }

  .bg._4511, .bg.dn1 {
    margin-left: 30px;
  }

  .bg.s-r {
    background-position: 50%;
  }

  .container.scroll {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flx.top {
    justify-content: flex-end;
  }

  .flx.auto, .flx.bottom {
    height: auto;
  }

  .flx.bottom.txt_white._9809, .flx.bottom.txt_white._0930 {
    height: 100%;
  }

  .pad.stylesheet {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pad.txt {
    margin-bottom: 10px;
  }

  .pad.footr {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bg_c12 {
    background-color: var(--light-green);
  }

  .bg_c24 {
    background-color: var(--orange-red);
  }

  .grad2 {
    background-color: var(--dark-orange);
    background-image: none;
  }

  .dropdown-list.bg_white.w--open {
    min-height: 300px;
  }

  .brand {
    padding-left: 20px;
  }

  .c-item._45 {
    width: 50%;
  }

  .c-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-template-columns: 1fr .5fr;
  }

  .form {
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .grid-11, .grid-16 {
    grid-template-columns: 1fr 1fr;
  }

  ._1234 {
    display: block;
  }

  .next {
    margin-right: 5px;
  }

  .grid-17 {
    width: 100%;
  }

  .search-orig {
    padding-left: 20px;
  }

  .search-button {
    padding-right: 50px;
  }

  .cell.hero {
    max-width: 570px;
  }

  .cell.footer, .cell._43 {
    padding-top: 0;
    padding-left: 0;
  }

  .cell.cat, .cell.ctt {
    padding-bottom: 0;
  }

  .text-block-8 {
    white-space: normal;
  }

  .section.reccomend {
    overflow: hidden;
  }

  .grid.hero {
    height: 89svh;
  }

  .grid.s1, .grid.s2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.partnerts {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid.why {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .grid.cat, .grid.abt {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .grid.rv {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .grid-social.light {
    width: 30px;
  }

  .grid-social.light.footer, .grid-social.light.gyy {
    margin-top: 10px;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    filter: brightness(0%) invert();
    height: 30px;
  }

  .grid-21.navmenugd {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }

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

  .menu-button {
    color: #fff;
    padding-right: 10px;
  }

  .image-26, ._000 {
    height: 50%;
  }

  .slide-12 {
    width: 25%;
  }

  .image-29 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-12 {
    font-size: 54px;
  }

  .grid-23 {
    grid-row-gap: 20px;
  }

  .div-block-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-5 {
    min-width: 38%;
    padding: 0;
  }

  .top-2 {
    padding: 4vh 4vh 2vh;
  }

  .content_collection-list._2, .content_collection-list._33 {
    grid-template-columns: 1fr 1fr;
  }

  .grd {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .cll {
    padding: 4vh;
  }

  .bottom {
    padding: 2vh 0 4vh;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .search-results {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .grd---cc {
    grid-row-gap: 20px;
  }

  .image-325 {
    filter: invert();
    object-fit: contain;
    width: 21px;
    height: 21px;
  }

  .grid-24 {
    width: 148.5%;
  }

  .div-block-52, .ab {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 1;
  }

  h2 {
    font-size: 31px;
    line-height: 1.2;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
    line-height: 1.45;
  }

  .tile10 {
    min-height: 450px;
  }

  .tile10.stylesheet {
    height: auto;
  }

  .bg.bg_white {
    box-shadow: 0 15px 17px -15px #00000080;
  }

  .bg._4511, .bg._45117, .bg.dn1 {
    margin-left: 0;
  }

  .bg.headerbg, .bg.vv {
    background-size: auto 115svh;
  }

  .container.scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .flx.navb2 {
    flex-direction: column;
    align-items: flex-end;
  }

  .flx.ft {
    text-align: left;
    align-items: stretch;
  }

  .flx.scroll {
    align-items: stretch;
  }

  .pad {
    position: relative;
  }

  .pad.stylesheet {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pad.footr {
    padding-top: 60px;
  }

  .pad.scr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pad._112 {
    padding: 20px;
  }

  .pad._112.frost {
    margin-top: 20px;
  }

  .pad.top {
    padding-top: 40px;
  }

  .pad._60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pad._0909 {
    padding-top: 0;
  }

  .pad._32 {
    padding-left: 20px;
  }

  .pad.ab {
    padding-top: 120px;
  }

  .wrp._3536 {
    justify-content: space-between;
  }

  .wrp.social {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-2 {
    height: auto;
  }

  .btn1._345 {
    height: 38px;
    padding-top: 8px;
  }

  .btn_case.tel {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn2.tel.ic {
    background-color: #e2ff3f;
    background-image: url('../images/phone-call.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 20px;
  }

  .btn2.tel.ic.ser {
    background-color: #fff;
    background-image: url('../images/search.webp');
  }

  .collection-item {
    float: right;
    border-bottom: 1px solid #000;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .navbar {
    max-width: 100%;
  }

  .nav2desk {
    min-height: 220px;
    max-height: none;
  }

  .collection-list {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    border-style: none;
    border-radius: 70px;
  }

  .nav2mob {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-16 {
    display: none;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-end;
  }

  .btn.mobmenu {
    background-color: #25353700;
    border-radius: 100px;
    align-items: center;
    width: 30px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .btn.mobmenu.w--open {
    background-color: #e51f1f00;
    border-radius: 100px;
  }

  .dropdown-list.w--open {
    width: auto;
    position: static;
  }

  .dropdown-list.bg_white.w--open {
    box-shadow: none;
    min-height: auto;
    padding: 10px 0;
  }

  .grid-10 {
    grid-template-columns: auto auto;
  }

  .wa {
    margin-left: 10px;
  }

  .c-item._45 {
    width: 100%;
  }

  .footer-social-block {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-link, .image-6 {
    width: 20px;
    height: 20px;
  }

  .footer-block {
    align-items: center;
  }

  .link-block-3 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-17 {
    max-height: 300px;
    overflow: scroll;
  }

  .form {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
  }

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

  .tilebg {
    min-height: 450px;
  }

  .tilebg._500px {
    height: 350px;
    min-height: 350px;
  }

  .tile._33 {
    z-index: 22;
  }

  .tile._40 {
    z-index: 40;
  }

  .tile.bb {
    display: none;
  }

  .txt_case._40 {
    margin-bottom: 40px;
  }

  .spacer._5 {
    min-height: 1px;
  }

  .front_block.bg_white._555 {
    width: 0;
  }

  .front_block._7867 {
    z-index: 21;
  }

  .front_block.bg_c24._34 {
    background-color: #ffffec66;
  }

  .image-9 {
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 0;
  }

  ._123.inv {
    width: 40px;
  }

  .image-11.inv, .image-12.inv {
    width: 50px;
  }

  .cnt34 {
    text-align: center;
  }

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

  .image-17 {
    object-fit: fill;
    height: auto;
  }

  .collection-item-3.bg_c21 {
    width: auto;
  }

  .link-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-26 {
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .search-orig {
    grid-template-columns: 1fr max-content;
  }

  .image-20 {
    float: none;
  }

  .grid-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    display: grid;
  }

  .cell.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell.s-r {
    margin-top: -20px;
    margin-bottom: 0;
    box-shadow: 1px 17px 5px #0003;
  }

  .cell.s2l {
    margin-top: -20px;
    margin-bottom: 20px;
    box-shadow: -1px 16px 5px #0003;
  }

  .cell._555 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell._565 {
    padding-left: 0;
    padding-right: 10px;
  }

  .cell.homeform, .cell.homeform.map {
    padding-top: 0;
  }

  .cell._43 {
    padding-bottom: 20px;
  }

  .cell.cat-1, .cell.cat-2 {
    min-height: 50vh;
  }

  .link-block-7 {
    flex-direction: column;
  }

  .collection-item-4 {
    grid-template-columns: 160px 1fr;
    margin-bottom: 40px;
  }

  .section.hero {
    height: 89svh;
    min-height: 89svh;
  }

  .grid.hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid.s1 {
    margin-bottom: 0;
  }

  .grid.s2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid.partnerts {
    margin-bottom: 0;
  }

  .grid.footer {
    padding-bottom: 80px;
  }

  .grid.why {
    margin-top: 40px;
    margin-bottom: 60px;
    display: block;
  }

  .grid.cat, .grid.abt {
    grid-template-columns: 1fr;
  }

  .grid.rv {
    margin-top: 40px;
    margin-bottom: 60px;
    display: block;
  }

  .grid-social.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto auto;
    width: 150px;
    height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto auto 20%;
  }

  .grid-social.light.footer, .grid-social.light.gyy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: max-content;
    grid-template-columns: min-content max-content max-content;
    margin-left: 0;
  }

  .nav-link-2.cta {
    height: 50px;
  }

  .div-block-2._2 {
    justify-content: flex-end;
  }

  .nav-menu-1 {
    z-index: 1900;
    display: none;
  }

  .nav-menu-1.r {
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-21.navmenugd {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .menu-button {
    justify-content: flex-end;
    padding-right: 0;
  }

  .brand-2 {
    height: 7svh;
  }

  .image-26 {
    height: 40vh;
    display: none;
  }

  .image-26._2 {
    padding: 0 0 20px;
    display: block;
  }

  ._000 {
    height: 40vh;
    display: none;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .slide-12 {
    width: 50%;
  }

  .div-block-41 {
    height: 100%;
  }

  .heading-12 {
    font-size: 45px;
  }

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

  .txt-ftr {
    font-size: 15px;
  }

  .collection-item-5 {
    min-width: 64%;
    padding: 0;
  }

  .forminput {
    min-height: 40px;
  }

  .top-2 {
    padding: 3vh 3vh 1.5vh;
  }

  .content_collection-list._2, .content_collection-list._33 {
    grid-template-columns: 1fr;
  }

  .img.s-08 {
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(180deg);
  }

  .heading-small-2 {
    font-size: 1rem;
  }

  .grd {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .cll {
    padding: 3vh;
  }

  .bottom {
    padding: 1.5vh 0 3vh;
  }

  .link-block-15 {
    display: none;
  }

  .search-results {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grd---cc {
    grid-template-columns: 1fr;
  }

  .grid-24 {
    width: 250%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-weight: 400;
  }

  h1 {
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
  }

  h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
  }

  h3 {
    font-size: 24px;
    font-weight: 400;
  }

  h4 {
    font-size: 18px;
    font-weight: 400;
  }

  h5 {
    font-weight: 400;
    line-height: 1.5;
  }

  h6 {
    font-weight: 400;
  }

  p {
    font-weight: 400;
    line-height: 1.4;
  }

  .mastergrid {
    grid-auto-rows: max-content;
  }

  .mastergrid.dl {
    grid-template-rows: auto;
  }

  .tile10 {
    min-height: auto;
  }

  .slide {
    background-position: 50% 40px;
  }

  .bg.s-r {
    transform: scale(1.2)rotate(4deg);
  }

  .bg.s2l {
    transform: scale(1.2);
  }

  .bg.headerbg {
    background-size: auto 100svh;
  }

  .bg.kl {
    background-color: #575c42;
  }

  .bg.vv {
    background-size: auto 100svh;
  }

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

  .flx.ft {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .flx.ft.m {
    padding: 40px 0;
  }

  .flx.cc {
    align-items: center;
  }

  .flx.bottom.txt_white._0930 {
    padding-bottom: 0;
  }

  .pad.stylesheet {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pad.txt._2 {
    text-align: center;
  }

  .pad.link564, .pad.nav1 {
    padding-left: 0;
    padding-right: 0;
  }

  .pad.footr {
    padding-top: 100px;
  }

  .pad._344 {
    margin-bottom: 5px;
  }

  .pad._7889 {
    width: 270px;
  }

  .pad.ab {
    padding-top: 110px;
  }

  .wrp._3536 {
    flex-direction: column;
  }

  .b {
    font-weight: 600;
  }

  .b.fc.cnt4 {
    font-size: 33px;
    line-height: 1.1;
  }

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

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

  .btn1 {
    font-size: 14px;
  }

  .btn_case._3423 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .btn2 {
    font-size: 14px;
  }

  .btn2.tel.ic {
    background-image: url('../images/phone-call.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 59%;
    padding: 17px;
  }

  .image-2 {
    width: auto;
  }

  .nav2mob {
    justify-content: flex-end;
    padding-left: 15px;
  }

  .dropdown-list.bg_white.w--open {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .image-3 {
    height: 33px;
  }

  .brand {
    justify-content: flex-start;
    display: flex;
  }

  .wa {
    width: auto;
  }

  .scroll-wrapper {
    margin-right: 20px;
    padding-right: 20px;
  }

  .scrollbox {
    border-radius: 5px;
    min-width: 260px;
    margin-right: 10px;
  }

  .footer-social-block {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-block {
    width: 100%;
  }

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

  .link-block-3 {
    background-color: #efefef00;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .div-block-17 {
    max-height: 300px;
  }

  .formcase {
    border-radius: 0;
  }

  .fc.b.cnt4.left {
    text-align: left;
  }

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

  .html-embed {
    width: 100%;
  }

  ._100vh {
    min-height: 85vh;
  }

  .tilebg {
    min-height: auto;
  }

  .tile._40 {
    overflow: hidden;
  }

  .cnt4 {
    text-align: center;
  }

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

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

  .image-17 {
    width: auto;
    height: 24px;
  }

  .gallery-wrapper-orig {
    width: 100%;
  }

  .collection-item-3.bg_c21 {
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .prev {
    inset: auto auto -40% 0%;
  }

  .next {
    inset: auto 0% -40% auto;
  }

  .link-block-5 {
    padding: 20px;
  }

  .arrow-slider {
    overflow: hidden;
  }

  .image-18._4356 {
    height: 80px;
  }

  .grid-18 {
    grid-auto-rows: auto;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: max-content;
    grid-auto-rows: max-content;
    width: 100%;
    height: auto;
  }

  .div-block-26 {
    align-items: center;
    display: flex;
  }

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

  .search-button {
    padding-right: 26px;
  }

  .search-input-2 {
    float: left;
  }

  .link {
    white-space: normal;
  }

  .text-block-5 {
    padding-right: 15px;
  }

  .image-20 {
    width: 100px;
    height: 100px;
  }

  .cell {
    padding: 30px;
  }

  .cell.s-r {
    margin-bottom: 10px;
    transform: rotate(0);
  }

  .cell.s2l {
    margin-top: 50px;
  }

  .cell.homeform {
    padding-top: 0;
  }

  .cell.homeform._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell.footer, .cell.footer._4 {
    text-align: center;
    padding-left: 30px;
  }

  .cell.why {
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell.whyt {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell._43 {
    text-align: center;
    padding-left: 30px;
  }

  .cell.cat {
    padding-left: 0;
    padding-right: 0;
  }

  .cell.cat-1, .cell.cat-2 {
    min-height: 40vh;
  }

  .cell.ctt {
    padding-left: 0;
    padding-right: 0;
  }

  .cell.rv {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-7 {
    height: 30vh;
  }

  .image-22, .image-23 {
    width: 80%;
    height: auto;
    margin-left: -10px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section.hero {
    height: 81svh;
    min-height: 81svh;
  }

  .grid.hero {
    height: 100%;
  }

  .grid.s2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid.homeform {
    padding-bottom: 0;
  }

  .grid.footer {
    padding-bottom: 100px;
  }

  .grid.cat, .grid.abt {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid.rv {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-social.light {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: max-content max-content max-content;
    justify-content: center;
  }

  .grid-social.light.gyy {
    justify-content: start;
  }

  .nav-link-2.cta {
    align-items: flex-start;
    height: 70px;
    padding-top: 25px;
  }

  .nav-link-2.cta.t20 {
    align-items: center;
    height: 50px;
    padding-top: 0;
  }

  .nav-link-2.cta._22 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .nav-link-2.mn.t20 {
    align-items: center;
    height: 50px;
    padding-top: 0;
  }

  .gridnavogation {
    grid-template-columns: 90px max-content 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .grid-21.navmenugd {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    max-height: 60svh;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 50px;
    overflow: auto;
  }

  .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

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

  .image-26 {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-26._2 {
    height: 40vh;
  }

  .image-27 {
    object-fit: contain;
    height: 32px;
  }

  ._555 {
    width: auto;
  }

  ._000 {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .slide-12 {
    width: 50%;
  }

  .link-block-11._1 {
    padding-left: 0;
  }

  .button {
    align-items: center;
    height: 55px;
    display: flex;
    top: 10px;
    right: 10px;
  }

  .heading-12 {
    font-size: 36px;
  }

  .grid-23 {
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .div-block-42 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-322 {
    height: 30vh;
  }

  .txt-ftr.sm {
    padding-left: 30px;
  }

  .txt-ftr._111 {
    text-align: left;
  }

  .collection-item-5 {
    width: 90%;
    min-width: 90%;
    padding: 0;
  }

  .hide-2 {
    display: none;
  }

  .top-2 {
    padding: 2vh 2vh 1vh;
  }

  .content_collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

  .grd {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .grd.f300 {
    padding-bottom: 0;
  }

  .cll {
    padding: 2vh;
  }

  .bottom {
    padding: 0 0 2vh;
  }

  .search-results {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .search-results._1 {
    padding-left: 1vh;
    padding-right: 1vh;
  }

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

  .div-block-46.smm {
    min-height: 230px;
  }

  .grd---cc {
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .grid-24 {
    width: 310%;
  }

  .popup-white {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta {
    width: 30px;
    height: 30px;
  }

  .image-328 {
    width: 40%;
  }

  .image-329 {
    width: 130px;
    margin-bottom: 20px;
  }

  .popup-100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-331 {
    width: 170px;
    margin-bottom: 20px;
  }
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac7c-c4c1174a {
  grid-area: 1 / 1 / 4 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac86-c4c1174a {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac87-c4c1174a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac96-c4c1174a {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-dd743ffc-5199-7d19-96e0-4e054bed2f6c-c4c1174a {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-cdadd48a-255f-1aa5-3998-7c4016ec681e-c4c1174a {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-b92f172c-8b4a-49c1-318d-1dfd0ea06004-c4c1174a {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_94379047-b237-a968-7e21-65e7d3a0407c-c4c1174a, #w-node-_283758e8-5ec2-2e56-4915-304b9592090c-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f980b245-3670-be52-5bcf-e6fa61eff626-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ab869fbf-827c-cff9-ff0b-9118dd7f76fc-c4c1174a, #w-node-_25cb3d98-d7c1-fe19-b489-3dbbe9ea4372-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c9bfca3-922c-627a-c019-38d3ee71f456-c4c1174a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f316d39b-6f8d-54eb-79ea-5f6704bf4c58-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52aca8-c4c1174a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52aca9-c4c1174a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acda-c4c1174a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: baseline;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acdb-c4c1174a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acdc-c4c1174a {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ace0-c4c1174a {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ace5-c4c1174a {
  order: 10;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acec-c4c1174a {
  order: 15;
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#Name.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfd-c4c1174a {
  order: 20;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfe-c4c1174a {
  order: 30;
}

#Telephone.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acff-c4c1174a {
  order: 40;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad00-c4c1174a {
  order: 45;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0a-c4c1174a {
  order: 50;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0b-c4c1174a {
  order: 55;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0d-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0e-c4c1174a {
  order: 55;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0f-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad11-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad12-c4c1174a {
  order: 60;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad1d-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad1e-c4c1174a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad1f-c4c1174a {
  grid-area: 5 / 4 / 6 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad25-c4c1174a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad26-c4c1174a {
  grid-area: 3 / 3 / 5 / 6;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad2d-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad3a-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad3d-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad3e-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad44-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad47-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad48-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad4e-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad51-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad52-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad58-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad5b-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad5c-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad62-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad65-c4c1174a, #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad66-c4c1174a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad6c-c4c1174a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad6e-c4c1174a {
  grid-area: 5 / 1 / 5 / 7;
}

#w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad6f-c4c1174a {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b37c-1914b378 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-db4a36de-dbd9-f281-450e-07dce2dc72ba-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b380-1914b378 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b381-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b391-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b39e-1914b378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3ab-1914b378 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3b3-1914b378 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2283e55b-2b93-bf30-3196-ce2b6a3558cf-1914b378 {
  order: 10;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0ccf9c17-48e9-7eff-27c6-990159e0e11e-1914b378 {
  order: 20;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_21f35f71-52c3-163a-bef1-aed113896289-1914b378 {
  order: 30;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_620fe5b0-c5e5-b6ae-eba3-1792dd4cde27-1914b378 {
  order: 40;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb0a07bf-ebc7-913f-5518-b0f86868336c-5459d19e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5a8-5459d19e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_020efbf4-66d2-c272-9d2c-197dc74fe7ab-5459d19e {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5a6-5459d19e {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5b5-5459d19e {
  grid-area: 2 / 4 / 5 / 7;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5a9-5459d19e {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5c5-5459d19e {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5c6-5459d19e {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_06411016-9751-f917-0c3f-bd20551f6b15-5459d19e {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5c4-5459d19e {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_83e268af-df1a-0619-4085-124892f91ac2-92f91aae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83e268af-df1a-0619-4085-124892f91ac5-92f91aae {
  justify-self: stretch;
}

#w-node-_83e268af-df1a-0619-4085-124892f91acf-92f91aae, #w-node-_83e268af-df1a-0619-4085-124892f91ad1-92f91aae, #w-node-_83e268af-df1a-0619-4085-124892f91ad2-92f91aae, #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952d6f-c4c11787, #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952db1-c4c11787, #w-node-_9edb6d1b-4e49-d968-413b-e73fce2163e0-c4c11787, #w-node-_3a002b8a-6ecf-f877-5c7f-769c29e938e3-c4c11787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e6bd214-e6c3-e776-078d-ddf19f952df3-c4c11787 {
  justify-self: center;
}

#w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e12-c4c11787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e14-c4c11787 {
  place-self: center stretch;
}

#HomeForm.w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e15-c4c11787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e24-c4c11787 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e28-c4c11787, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb51f-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb521-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb52d-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb53c-09cfb51a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb546-09cfb51a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb549-09cfb51a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_8dbf2664-8faf-f62e-5dee-303897c27797-97c27791 {
  justify-self: start;
}

#w-node-_8dbf2664-8faf-f62e-5dee-303897c277a1-97c27791 {
  place-self: center;
}

#w-node-_8dbf2664-8faf-f62e-5dee-303897c277a4-97c27791 {
  place-self: stretch end;
}

#w-node-_8dbf2664-8faf-f62e-5dee-303897c277ab-97c27791, #w-node-_8dbf2664-8faf-f62e-5dee-303897c277b8-97c27791, #w-node-_2f70e468-560c-a305-0e46-39d62448ad52-c4c117a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f70e468-560c-a305-0e46-39d62448add6-c4c117a9 {
  justify-self: center;
}

#w-node-_2f70e468-560c-a305-0e46-39d62448adf5-c4c117a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f70e468-560c-a305-0e46-39d62448adf7-c4c117a9 {
  place-self: center stretch;
}

#ContactForm.w-node-_2f70e468-560c-a305-0e46-39d62448adf8-c4c117a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f70e468-560c-a305-0e46-39d62448ae07-c4c117a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f70e468-560c-a305-0e46-39d62448ae0b-c4c117a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_076c6811-f190-3978-9ce4-f312b4343c0c-c4c117c0 {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
}

#w-node-_076c6811-f190-3978-9ce4-f312b4343c0d-c4c117c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04b352b1-98e8-530f-8d2b-97c98242e2ec-c4c117c0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04b352b1-98e8-530f-8d2b-97c98242e2ed-c4c117c0, #w-node-_65cb6697-776d-82a8-27ef-be6ed6230cb4-c4c117c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7610eee-4671-2159-af90-37ac7472a94e-c4c117c0, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75b0-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75b3-c4c117c1 {
  justify-self: stretch;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75bc-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75be-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75bf-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75d1-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75d6-c4c117c1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75d7-c4c117c1 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75d8-c4c117c1 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75da-c4c117c1 {
  grid-area: 2 / 4 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75dc-c4c117c1 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e7-c4c117c1 {
  grid-area: 3 / 5 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e8-c4c117c1 {
  grid-area: 2 / 1 / 6 / 4;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e9-c4c117c1 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75ea-c4c117c1 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75eb-c4c117c1 {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-_4c161dc9-3d84-5f37-5be1-f6090b03ba3a-c4c117c1 {
  grid-area: 6 / 2 / 7 / 5;
}

#w-node-f9c5ecd4-b65f-a5be-973e-ab99640d3f8e-c4c117c1 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75f9-c4c117c1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75fa-c4c117c1 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7616-c4c117c1 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a761b-c4c117c1 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a761c-c4c117c1 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7620-c4c117c1 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7625-c4c117c1 {
  order: 10;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7628-c4c117c1 {
  order: 15;
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#Name.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7639-c4c117c1 {
  order: 20;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Telephone.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763b-c4c117c1 {
  order: 40;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Email-2.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763a-c4c117c1 {
  order: 30;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7646-c4c117c1 {
  order: 51;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7647-c4c117c1 {
  order: 55;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7649-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764a-c4c117c1 {
  order: 55;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764b-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764d-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764e-c4c117c1 {
  order: 60;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fd8ec3d-6f8d-9b17-2da3-91656c435443-c4c117c1 {
  order: 50;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3b0e343-33ae-ccac-07e4-358f3e65ee9c-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7659-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a765a-c4c117c1 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a765f-c4c117c1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7660-c4c117c1 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7662-c4c117c1 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a766b-c4c117c1 {
  grid-area: 2 / 4 / 5 / 6;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a767a-c4c117c1 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a767f-c4c117c1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7683-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7686-c4c117c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7687-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7693-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76a1-c4c117c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76bc-c4c117c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c4-c4c117c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c6-c4c117c1 {
  order: 10;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c9-c4c117c1 {
  order: 20;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76cc-c4c117c1 {
  order: 30;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76cf-c4c117c1 {
  order: 40;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad58e-c4c117c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad5d0-c4c117c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad5ed-c4c117c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd8f824-307e-02e8-a090-4750d9271993-c4c117c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad612-c4c117c2 {
  justify-self: center;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad631-c4c117c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad633-c4c117c2 {
  place-self: center stretch;
}

#TreatmentForm.w-node-dde4e950-a29e-2ecf-c55e-8d2502fad634-c4c117c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad643-c4c117c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dde4e950-a29e-2ecf-c55e-8d2502fad647-c4c117c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5aaf937-c520-cbbd-91c2-0ffc4e979c94-c4c117c5, #w-node-_2bc894cc-3051-be63-2ab4-9ed3551c9452-c4c117c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_889c3675-36f7-e36c-23b3-626998fcdfba-c4c117c5, #w-node-f93639c3-e5e0-bdd5-8d99-bca8cb6c670a-c4c117c5, #w-node-_096cffef-7288-e09b-da8b-f619e8647227-c4c117c5, #w-node-ca32ae50-ce1b-4ff3-57ed-5cdf2e9cd2b1-c4c117c5, #w-node-ca32ae50-ce1b-4ff3-57ed-5cdf2e9cd2a9-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d1-c4c117c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d4-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d5-c4c117c5, #field-2.w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d6-c4c117c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d7-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d8-c4c117c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5da-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5db-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5ed-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5f3-c4c117c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5fe-c4c117c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d603-c4c117c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d619-c4c117c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d6d7-c4c117c5, #w-node-_3234da12-6f57-7311-3309-f33ecc7b86f7-c4c117c5, #w-node-_4f0fdeca-6350-b66b-d185-c4bbc49cd26c-c4c117c5, #w-node-e351374f-4a45-d8cd-b3d4-1bbcdd2de70e-c4c117c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a58e590-e236-9a9f-12e6-f876d83bbcf2-c4c117c5 {
  justify-self: center;
}

#w-node-_0580e987-cb2a-23a6-da8a-0a600d1881cf-c4c117c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af78ba60-f638-5e30-6853-edbe5e93e738-c4c117c5 {
  place-self: center stretch;
}

#HomeForm.w-node-fac0ff7e-5b99-216f-a817-78481e1fdd2b-c4c117c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd00e743-3017-f54c-96b8-4bb65488fa02-c4c117c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdd2e6c5-8933-05d6-61d2-92d3b148d7f3-c4c117c5, #w-node-b1ed27a1-7c41-9e0e-601d-c64e72cdcc1a-c4c117cc, #w-node-b1ed27a1-7c41-9e0e-601d-c64e72cdcc4c-c4c117cc, #w-node-c8d537c4-c3d7-2d37-49df-4da71385d1a0-c4c117d5, #w-node-c8d537c4-c3d7-2d37-49df-4da71385d259-c4c117d5, #w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee2c5-d3868075, #w-node-_740616e2-3c39-55ca-3c96-301778c6e883-d3868075, #w-node-_740616e2-3c39-55ca-3c96-301778c6e88b-d3868075, #w-node-_740616e2-3c39-55ca-3c96-301778c6e88c-d3868075, #w-node-_930e9523-4aee-3636-5593-8db774de9279-d3868075, #w-node-_930e9523-4aee-3636-5593-8db774de927b-d3868075, #w-node-_48cb9e36-57ac-48fa-7c49-2f9c6b37ed9a-d3868075, #w-node-_48cb9e36-57ac-48fa-7c49-2f9c6b37ed9c-d3868075, #w-node-_9948b476-79a8-f39f-0958-f27d8ab12040-d3868075, #w-node-_9948b476-79a8-f39f-0958-f27d8ab12042-d3868075, #w-node-_399bdb95-4082-ece9-c3b8-61061a59fe6c-d3868075, #w-node-_399bdb95-4082-ece9-c3b8-61061a59fe6e-d3868075, #w-node-_9f01dbee-7b1c-c52e-76e8-03212f417a8c-d3868075, #w-node-_9f01dbee-7b1c-c52e-76e8-03212f417a8e-d3868075, #w-node-ec48a55a-ef24-c980-9e9e-2bef7c9de6f9-d3868075, #w-node-ec48a55a-ef24-c980-9e9e-2bef7c9de6fb-d3868075, #w-node-b3280496-e913-eae6-1e6d-a49d2f885775-d3868075, #w-node-b3280496-e913-eae6-1e6d-a49d2f885777-d3868075, #w-node-_71b17f27-110c-fc2b-cf20-267cfa021c57-d3868075, #w-node-_71b17f27-110c-fc2b-cf20-267cfa021c59-d3868075, #w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee368-d3868075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee36a-d3868075 {
  place-self: center stretch;
}

#HomeForm.w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee36b-d3868075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee37a-d3868075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee37e-d3868075, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a052-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a05b-0acd4cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a064-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a065-0acd4cdc, #field.w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a066-0acd4cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a067-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a068-0acd4cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a06a-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a06b-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a087-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a08d-0acd4cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a097-0acd4cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a099-0acd4cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baa7f031-2bbb-9ab8-e84d-f1fae650d075-0acd4cdc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a0a3-0acd4cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a161-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a185-0acd4cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac96-c4c1174a {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-cdadd48a-255f-1aa5-3998-7c4016ec681e-c4c1174a {
    grid-area: 4 / 4 / 5 / 6;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ace5-c4c1174a {
    order: 10;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acec-c4c1174a {
    order: 15;
    grid-area: span 8 / span 1 / span 8 / span 1;
  }

  #Name.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfd-c4c1174a {
    order: 20;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfe-c4c1174a {
    order: 30;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Telephone.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acff-c4c1174a {
    order: 40;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad00-c4c1174a {
    order: 45;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Message.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0a-c4c1174a {
    order: 50;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0b-c4c1174a {
    order: 55;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad12-c4c1174a {
    order: 60;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b380-1914b378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3ab-1914b378 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3b3-1914b378 {
    order: 9999;
  }

  #w-node-_0ccf9c17-48e9-7eff-27c6-990159e0e11e-1914b378 {
    align-self: end;
  }

  #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952db1-c4c11787, #w-node-_9edb6d1b-4e49-d968-413b-e73fce2163e0-c4c11787, #w-node-_9edb6d1b-4e49-d968-413b-e73fce2163e1-c4c11787 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb51f-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb521-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb52d-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb53c-09cfb51a, #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb546-09cfb51a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb549-09cfb51a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_4c161dc9-3d84-5f37-5be1-f6090b03ba3a-c4c117c1 {
    grid-area: 6 / 2 / 7 / 4;
  }

  #w-node-f9c5ecd4-b65f-a5be-973e-ab99640d3f8e-c4c117c1 {
    grid-area: 6 / 4 / 7 / 6;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7625-c4c117c1 {
    order: 10;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7628-c4c117c1 {
    order: 15;
    grid-area: span 8 / span 1 / span 8 / span 1;
  }

  #Name.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7639-c4c117c1 {
    order: 20;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Telephone.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763b-c4c117c1 {
    order: 40;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email-2.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763a-c4c117c1 {
    order: 30;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Message.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7646-c4c117c1 {
    order: 50;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7647-c4c117c1 {
    order: 55;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764e-c4c117c1 {
    order: 60;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6fd8ec3d-6f8d-9b17-2da3-91656c435443-c4c117c1 {
    order: 45;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7686-c4c117c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76bc-c4c117c1 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c4-c4c117c1 {
    order: 9999;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c9-c4c117c1 {
    align-self: end;
  }

  #w-node-dde4e950-a29e-2ecf-c55e-8d2502fad5d0-c4c117c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f93639c3-e5e0-bdd5-8d99-bca8cb6c670a-c4c117c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_096cffef-7288-e09b-da8b-f619e8647227-c4c117c5 {
    order: -9999;
  }

  #w-node-ca32ae50-ce1b-4ff3-57ed-5cdf2e9cd2b1-c4c117c5 {
    order: 9999;
  }

  #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d4-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5f3-c4c117c5, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a064-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a08d-0acd4cdc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac7c-c4c1174a {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac87-c4c1174a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac96-c4c1174a {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-dd743ffc-5199-7d19-96e0-4e054bed2f6c-c4c1174a {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-cdadd48a-255f-1aa5-3998-7c4016ec681e-c4c1174a {
    grid-area: 5 / 2 / 7 / 6;
  }

  #w-node-_94379047-b237-a968-7e21-65e7d3a0407c-c4c1174a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f980b245-3670-be52-5bcf-e6fa61eff626-c4c1174a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acda-c4c1174a {
    grid-area: 1 / 1 / 2 / 4;
    align-self: baseline;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ace5-c4c1174a {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acec-c4c1174a {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Name.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfd-c4c1174a {
    order: 20;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Email.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfe-c4c1174a {
    order: 30;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Telephone.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acff-c4c1174a {
    order: 40;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad00-c4c1174a {
    order: 45;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Message.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0a-c4c1174a {
    order: 50;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0b-c4c1174a {
    order: 55;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad0e-c4c1174a {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad12-c4c1174a {
    order: 60;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad26-c4c1174a {
    grid-area: 3 / 1 / 6 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad6f-c4c1174a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b380-1914b378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b381-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b391-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b39e-1914b378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3ab-1914b378 {
    justify-self: center;
  }

  #w-node-_880aafcc-c3ff-87b6-9afe-4ff059b80b6e-1914b378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880aafcc-c3ff-87b6-9afe-4ff059b80b6f-1914b378, #w-node-_880aafcc-c3ff-87b6-9afe-4ff059b80b72-1914b378 {
    place-self: stretch center;
  }

  #w-node-_880aafcc-c3ff-87b6-9afe-4ff059b80b74-1914b378 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880aafcc-c3ff-87b6-9afe-4ff059b80b75-1914b378 {
    align-self: stretch;
  }

  #w-node-_2283e55b-2b93-bf30-3196-ce2b6a3558cf-1914b378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_0ccf9c17-48e9-7eff-27c6-990159e0e11e-1914b378 {
    order: 40;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-_21f35f71-52c3-163a-bef1-aed113896289-1914b378 {
    order: 20;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_620fe5b0-c5e5-b6ae-eba3-1792dd4cde27-1914b378 {
    order: 30;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5b5-5459d19e {
    grid-area: 2 / 1 / 6 / 7;
  }

  #w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5a9-5459d19e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5c5-5459d19e {
    grid-area: 3 / 3 / 6 / 7;
  }

  #w-node-f8d6771b-c6c8-1d6e-cd4d-58f7ce29e5c6-5459d19e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_83e268af-df1a-0619-4085-124892f91ac2-92f91aae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952db1-c4c11787 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e12-c4c11787 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952e14-c4c11787 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb542-09cfb51a {
    place-self: stretch center;
  }

  #w-node-b73f4a76-59c5-eab1-7f6d-f64f09cfb544-09cfb51a {
    align-self: stretch;
  }

  #w-node-_8dbf2664-8faf-f62e-5dee-303897c27797-97c27791 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_8dbf2664-8faf-f62e-5dee-303897c277a1-97c27791 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_2f70e468-560c-a305-0e46-39d62448adf5-c4c117a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f70e468-560c-a305-0e46-39d62448adf7-c4c117a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75b0-c4c117c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75d8-c4c117c1 {
    grid-area: 1 / 1 / 6 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75da-c4c117c1 {
    grid-area: 2 / 1 / 5 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75dc-c4c117c1 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e7-c4c117c1 {
    grid-area: 7 / 1 / 9 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e8-c4c117c1 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75e9-c4c117c1 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75ea-c4c117c1 {
    grid-area: 7 / 1 / 9 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75eb-c4c117c1 {
    grid-area: 6 / 2 / 8 / 7;
  }

  #w-node-_4c161dc9-3d84-5f37-5be1-f6090b03ba3a-c4c117c1 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-f9c5ecd4-b65f-a5be-973e-ab99640d3f8e-c4c117c1 {
    grid-area: 7 / 1 / 9 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7625-c4c117c1 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7628-c4c117c1 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Name.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7639-c4c117c1 {
    order: 20;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Telephone.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763b-c4c117c1 {
    order: 40;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Email-2.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763a-c4c117c1 {
    order: 30;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Message.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7646-c4c117c1 {
    order: 50;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7647-c4c117c1 {
    order: 55;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764a-c4c117c1 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a764e-c4c117c1 {
    order: 60;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6fd8ec3d-6f8d-9b17-2da3-91656c435443-c4c117c1 {
    order: 45;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7660-c4c117c1 {
    grid-area: 1 / 1 / 6 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7662-c4c117c1 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a766b-c4c117c1 {
    grid-area: 2 / 1 / 8 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a767a-c4c117c1 {
    grid-area: 7 / 1 / 9 / 7;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7686-c4c117c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7687-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7693-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76a1-c4c117c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76bc-c4c117c1 {
    justify-self: center;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c6-c4c117c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76c9-c4c117c1 {
    order: 40;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76cc-c4c117c1 {
    order: 20;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76cf-c4c117c1 {
    order: 30;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dde4e950-a29e-2ecf-c55e-8d2502fad5d0-c4c117c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dde4e950-a29e-2ecf-c55e-8d2502fad631-c4c117c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dde4e950-a29e-2ecf-c55e-8d2502fad633-c4c117c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-f7832f2d-e02f-d8d0-3cb0-8e7beb65b2d6-c4c117c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5221d4c-22e1-9cee-ac0e-f5524b1144eb-c4c117c5, #w-node-d0f6ec77-c629-2853-72a1-24bd031f7069-c4c117c5 {
    place-self: stretch center;
  }

  #w-node-_5e3f601f-d7ae-8369-8202-3a273fab7a2f-c4c117c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccf3ce80-fa3c-f310-2b9e-1a1e4b1aee32-c4c117c5 {
    align-self: stretch;
  }

  #w-node-f93639c3-e5e0-bdd5-8d99-bca8cb6c670a-c4c117c5, #w-node-_096cffef-7288-e09b-da8b-f619e8647227-c4c117c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca32ae50-ce1b-4ff3-57ed-5cdf2e9cd2b1-c4c117c5 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca32ae50-ce1b-4ff3-57ed-5cdf2e9cd2a9-c4c117c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5d4-c4c117c5, #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5f3-c4c117c5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0580e987-cb2a-23a6-da8a-0a600d1881cf-c4c117c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af78ba60-f638-5e30-6853-edbe5e93e738-c4c117c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee368-d3868075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69bec9ec-c7ff-9c61-dbe5-2802cecee36a-d3868075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a064-0acd4cdc, #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a08d-0acd4cdc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac7c-c4c1174a {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ac96-c4c1174a {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-dd743ffc-5199-7d19-96e0-4e054bed2f6c-c4c1174a {
    grid-area: 6 / 2 / 7 / 6;
  }

  #w-node-cdadd48a-255f-1aa5-3998-7c4016ec681e-c4c1174a {
    order: 9999;
    grid-row: 4 / 6;
  }

  #w-node-_94379047-b237-a968-7e21-65e7d3a0407c-c4c1174a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f980b245-3670-be52-5bcf-e6fa61eff626-c4c1174a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-ab869fbf-827c-cff9-ff0b-9118dd7f76fc-c4c1174a, #w-node-_25cb3d98-d7c1-fe19-b489-3dbbe9ea4372-c4c1174a, #w-node-f316d39b-6f8d-54eb-79ea-5f6704bf4c58-c4c1174a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acda-c4c1174a {
    grid-area: 1 / 1 / 2 / 3;
    align-self: baseline;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ace5-c4c1174a {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acec-c4c1174a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Name.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfd-c4c1174a {
    order: 20;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Email.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acfe-c4c1174a {
    order: 30;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Telephone.w-node-_80ead8c3-6a37-8ce9-f49b-67900d52acff-c4c1174a {
    order: 40;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad1f-c4c1174a {
    grid-area: 5 / 5 / 6 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad25-c4c1174a {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad26-c4c1174a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_80ead8c3-6a37-8ce9-f49b-67900d52ad6e-c4c1174a {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b380-1914b378 {
    justify-self: stretch;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b381-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b391-1914b378, #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b39e-1914b378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9dbf270b-2d27-84b7-c41d-8fed1914b3ab-1914b378 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_83e268af-df1a-0619-4085-124892f91ac5-92f91aae, #w-node-_9edb6d1b-4e49-d968-413b-e73fce2163e0-c4c11787, #w-node-_9edb6d1b-4e49-d968-413b-e73fce2163e1-c4c11787 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e6bd214-e6c3-e776-078d-ddf19f952df3-c4c11787, #w-node-_8dbf2664-8faf-f62e-5dee-303897c277ab-97c27791, #w-node-_8dbf2664-8faf-f62e-5dee-303897c277b8-97c27791, #w-node-_2f70e468-560c-a305-0e46-39d62448add6-c4c117a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_801ad847-568e-e252-2375-093df677bb0d-c4c117c0, #w-node-d96c98d2-6699-884d-5797-90b74c130773-c4c117c0, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a75b3-c4c117c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7625-c4c117c1 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7628-c4c117c1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Name.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7639-c4c117c1 {
    order: 20;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Telephone.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763b-c4c117c1 {
    order: 40;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Email-2.w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a763a-c4c117c1 {
    order: 30;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7686-c4c117c1 {
    justify-self: stretch;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7687-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a7693-c4c117c1, #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76a1-c4c117c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2ac66d6-3c6d-8a10-23d7-c6a4c52a76bc-c4c117c1 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dde4e950-a29e-2ecf-c55e-8d2502fad612-c4c117c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ef9e3b8-43c1-51eb-53c7-fbbc93b7d5db-c4c117c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a58e590-e236-9a9f-12e6-f876d83bbcf2-c4c117c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2baa013f-6e6d-6064-595b-9ef5a7d4a06b-0acd4cdc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


