:root {
  --white-color: white;
  --default-color: #000200;
  --transparent: transparent;
  --primary-green: #33625d;
  --border-radius-10px: 10px;
  --red: #b82531;
  --green-color: #d3ff4e;
  --hover-green: #33625d;
  --color: #2b3;
  --dark-slate-blue: #143b66;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  background-color: #eaeeef;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  color: #000200;
  background-color: #eaeeef;
  font-family: Manrope, sans-serif;
}

.header {
  z-index: 111;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
}

.main-container {
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.logo {
  border: 1px none var(--default-color);
  border-radius: 30px;
  width: auto;
  height: auto;
  padding: 0;
}

.logo.w--current {
  background-color: var(--transparent);
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0;
  display: flex;
}

.header-inner {
  z-index: 900;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white-color);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.main-menu {
  z-index: 900;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 5px none var(--primary-green);
  background-color: var(--white-color);
  align-self: flex-start;
  align-items: center;
  height: 71px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.menu-item {
  text-transform: uppercase;
  border-radius: 30px;
  margin-left: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1;
  transition: background-color .2s;
}

.menu-item:hover, .menu-item.w--current {
  background-color: var(--primary-green);
  color: var(--white-color);
}

.get-in-touch-block {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.get-in-touch-block.w--current {
  justify-content: center;
}

.get-text {
  text-transform: uppercase;
  flex: 1;
  margin-right: 0;
}

.get-icon {
  display: none;
}

.hero-banner {
  border-radius: var(--border-radius-10px);
  background-image: linear-gradient(#33625dcc, #33625dcc), url('../images/home_entry-gate_amar-factory-space.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 126px;
  padding: 70px;
}

.hero-banner.process-banner {
  background-image: url('../images/6060d6c453c539955da83e08_Ready-Factory-Space-Map-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
  margin-top: 0;
}

.hero-upper {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
}

.hero-mid {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-heading {
  color: var(--white-color);
  text-align: left;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: -5px;
  padding-top: 0;
  font-size: 82px;
  line-height: 1;
  display: block;
}

.hero-circle {
  flex: none;
  width: auto;
  margin-left: 40px;
}

.hero-end {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-creative {
  border: 1px solid #fff;
  border-radius: 20px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.end-hero-creative-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.hero-end-separator {
  margin-left: 30px;
  margin-right: 30px;
}

.end-hero-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1;
}

.features {
  margin-top: 10px;
}

.features-upper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.features-upper.bottom {
  margin-top: 10px;
}

.features-cell {
  border: 1px solid #000200;
  border-radius: 10px;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.feature-icon {
  filter: saturate(110%) contrast(110%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-height: 110px;
  max-height: 110px;
  margin-right: 0;
  display: block;
}

.feature-icon.features-icon-down {
  margin-left: auto;
  margin-right: 0;
}

.feature-icon.large {
  aspect-ratio: 2.39;
  background-color: var(--white-color);
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.feature-icon.large.no-filter {
  filter: none;
}

.feature-icon.square {
  aspect-ratio: 1;
  object-position: 50% 50%;
  width: 30%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-right: 16px;
}

.feature-icon.process {
  filter: brightness(120%) saturate(120%) contrast(115%);
  height: 100%;
  max-height: none;
}

.feature-icon.extra-large {
  aspect-ratio: auto;
  height: 100%;
  max-height: none;
}

.feature-icon.extra-large.fit {
  object-fit: contain;
}

.feature-icon.no-filter {
  filter: none;
}

.feature-icon.full-100-h {
  height: 100%;
  max-height: none;
}

.feature-text-box {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-text-box.title-box {
  height: auto;
  max-height: none;
}

.feature-text-box.title-box.mb-10 {
  margin-bottom: 16px;
}

.feature-heading {
  color: var(--white-color);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.feature-heading.solution {
  color: var(--white-color);
  font-weight: 400;
}

.feature-heading.solution.blue {
  color: var(--primary-green);
}

.feature-heading.larger {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.feature-heading.smaller {
  font-size: 10px;
}

.feature-heading.smaller.red {
  color: var(--red);
}

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

.feature-heading.problem {
  color: var(--red);
}

.feature-text {
  color: var(--primary-green);
  font-size: 16px;
  font-weight: 300;
}

.features-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.features-item.free-flow {
  width: 100%;
  height: 390px;
}

.features-item.free-flow.outline {
  border: 1px solid #000;
}

.features-item.fixed-hh {
  max-height: 142px;
}

.features-down {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 10px;
  padding: 0;
}

.features-down.no-top {
  height: 142px;
  margin-top: 0;
}

.projects {
  margin-top: 30px;
}

.main-title {
  background-color: var(--primary-green);
  border: 1px solid #000;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.main-title.hidden {
  display: none;
}

.title-heading {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.project-item {
  border: 1px solid var(--default-color);
  background-color: var(--white-color);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.project-item.hidden {
  display: none;
}

.project-image-link {
  margin-right: 20px;
}

.project-main-image {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--default-color);
  filter: contrast(115%) saturate(140%) brightness(110%);
  object-fit: cover;
  border-radius: 10px;
  width: 400px;
  max-width: none;
}

.project-text {
  flex-direction: column;
  display: flex;
}

.projects-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.text-block {
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
}

.project-details {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  cursor: pointer;
  border-radius: 30px;
  flex-direction: row;
  align-items: center;
  width: 60%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.project-details:hover {
  background-color: var(--primary-green);
  color: var(--white-color);
}

.project-details-text {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

.image {
  width: 26px;
  margin-left: auto;
}

.about {
  margin-top: 30px;
}

.about.hidden {
  display: none;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 10px;
  padding: 0;
}

.about-item {
  border: 1px solid var(--default-color);
  border-radius: 10px;
  justify-content: center;
  padding: 20px;
}

.about-number {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 300;
  line-height: 60px;
}

.about-item-text {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.about-contact-box {
  border: 1px solid var(--default-color);
  border-radius: 60px;
  align-self: auto;
  align-items: center;
  padding: 20px 25px;
  text-decoration: none;
  display: flex;
}

.about-contact-heading {
  color: var(--default-color);
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.about-contact-span {
  color: var(--default-color);
  font-size: 14px;
  font-weight: 200;
}

.about-contact-icon {
  margin-right: 20px;
}

.about-team-stack {
  padding: 0;
}

.team-members {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--default-color);
  border-radius: 10px;
}

.team-welcome {
  border: 1px solid var(--default-color);
  background-image: url('../images/about.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: space-between center;
  align-items: center;
  padding: 40px;
}

.weclome-text-box {
  border: 1px solid var(--default-color);
  background-color: #f7f9f9;
  border-radius: 10px;
  align-self: center;
  padding: 20px;
}

.welcome-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}

.team-members-box {
  align-self: stretch;
  height: 450px;
  min-height: auto;
  overflow: hidden;
}

.team-memeber-item {
  border-top: 1px none var(--default-color);
  border-bottom: 1px solid var(--default-color);
  padding: 20px;
}

.team-memeber-text {
  margin-bottom: 40px;
}

.member-heading {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}

.member-desc {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.link-to-social {
  margin-right: 10px;
}

.member-image {
  border: 1px solid var(--default-color);
  background-color: #d3ff4e00;
  border-radius: 10px;
  padding: 0;
}

.member-image-holder {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  background-color: var(--green-color);
  padding: 10px;
}

.member-img-and-title {
  align-items: center;
  display: flex;
}

.member-profession {
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.team-member-loop-container {
  transform: translate(0);
}

.testimonials {
  margin-top: 10px;
}

.testimonials-title {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  background-color: #f7f9f9;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
}

.testimonials-title.hidden {
  display: none;
}

.test-title-image {
  border: 1px solid var(--default-color);
  border-radius: 50%;
  width: 54px;
  margin-right: -20px;
}

.test-title-text {
  text-transform: uppercase;
  margin: 0 0 0 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.test-icon {
  margin-left: auto;
}

.testimonial-grid._3-col-feature {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.testimonial-grid.hidden {
  display: none;
}

.testimonial-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.test-author-image {
  filter: contrast(120%) saturate(125%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: 20px;
}

.test-author-image.square {
  aspect-ratio: 1;
}

.test-text {
  flex: 1;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.test-name-and-profession {
  border-bottom: 1px solid var(--default-color);
  border-left: 1px solid var(--default-color);
  border-bottom-left-radius: var(--border-radius-10px);
  background-color: #000000b3;
  padding: 10px;
}

.test-author {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
}

.test-author.smaller-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 14px;
}

.test-profession {
  font-size: 16px;
}

.test-paragraph {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}

.services {
  margin-top: 10px;
}

.services-stack {
  margin-top: 10px;
  padding: 0;
}

.services-stack._2-col-resp {
  position: relative;
  overflow: hidden;
}

.services-item {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  background-color: #fff;
  padding: 20px;
}

.services-icon {
  align-self: flex-end;
  width: 110px;
  margin-bottom: 40px;
}

.services-title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.service-description {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.blog {
  margin-top: 30px;
}

.blog.hidden {
  display: none;
}

.blog-list-wrapper {
  margin-left: 5px;
  margin-right: 5px;
}

.blog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.blog-item-inner {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  padding: 20px;
}

.blog-img {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
}

.blog-img-link {
  text-decoration: none;
  display: block;
}

.blog-title {
  color: var(--default-color);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 27px;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.blog-category-and-timer {
  border: 1px solid #000;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.blog-category-and-timer.fixed-height {
  background-color: #fff;
  height: 142px;
}

.blog-category-text {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  color: var(--default-color);
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.blog-category-text.blog-time {
  border-style: none;
  margin-left: 10px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.footer-stack {
  padding: 0;
}

.footer-inner {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  padding: 10px;
}

.footer-socials {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  align-items: center;
  padding: 0 0 20px;
}

.foot-social-title {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 200;
  line-height: 36px;
}

.foot-social-link {
  color: var(--default-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.contact-form {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  padding: 0;
}

.contact-heading {
  color: var(--green-color);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 200;
}

.form-stack {
  align-self: stretch;
  padding: 0 20px;
}

.form-stack.popup-stack {
  padding-left: 0;
  padding-right: 0;
}

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

.form-block {
  align-self: stretch;
}

.input-style {
  border: 1px solid var(--primary-green);
  border-radius: var(--border-radius-10px);
  background-color: #fff0;
  padding: 20px;
}

.input-style::placeholder {
  color: var(--default-color);
  font-size: 18px;
  font-weight: 200;
}

.input-style.textarea {
  flex: 0 auto;
  min-height: 96px;
}

.submit-button {
  border: 1px none var(--default-color);
  border-radius: var(--border-radius-10px);
  background-color: var(--primary-green);
  color: var(--white-color);
  text-transform: uppercase;
  align-self: stretch;
  font-size: 17px;
  font-weight: 200;
  transform: rotate(0);
}

.submit-button.full {
  width: 100%;
}

.copyright {
  align-items: center;
  padding: 10px 0 0;
  display: flex;
}

.copyright-text.left-10 {
  margin-left: 10px;
}

.link {
  color: var(--primary-green);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.link.w--current {
  cursor: pointer;
}

.back-to-top {
  background-color: var(--primary-green);
  cursor: pointer;
  border-radius: 50px;
  margin-left: auto;
  padding: 7px 30px;
}

.back-to-top-icon {
  color: var(--white-color);
  height: 20px;
}

.logo-text {
  text-transform: uppercase;
  font-size: 24px;
}

.site-map {
  border-radius: var(--border-radius-10px);
  background-image: url('../images/page-title-bg.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 126px;
  padding: 40px 40px 0;
}

.sitemap-span {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 200;
  line-height: 34px;
}

.sitemap-heading {
  color: var(--green-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -4px;
  font-size: 100px;
  line-height: 79px;
}

.single-content {
  margin-top: 30px;
}

.single-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--default-color);
  margin-bottom: 30px;
  padding: 0 0 30px;
}

.single-text, .single-infos {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  padding: 20px;
}

.single-title-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.single-rich-text {
  font-size: 18px;
  line-height: 25px;
}

.single-info-box {
  border-bottom: 1px solid var(--default-color);
  align-self: stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single-box-span {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

.singe-box-meta {
  text-transform: uppercase;
  font-size: 20px;
}

.single-inner-images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.single-image {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  width: 100%;
}

.single-blog {
  margin-top: 30px;
}

.single-blog-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.single-blog-stack.about-us {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-blog-image {
  border: 1px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  filter: saturate(125%) contrast(120%);
  width: 100%;
  position: static;
  top: 130px;
}

.single-blog-image.height-fix {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.single-blog-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--default-color);
  border-radius: var(--border-radius-10px);
  padding: 0;
}

.single-blog-image-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #000;
}

.single-blog-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
}

.blog-cateogry {
  margin-top: 30px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-block {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  position: static;
}

.style-guide {
  padding-top: 40px;
  padding-bottom: 40px;
}

._30mb-space {
  border-bottom: 1px solid #d1d1d1;
  height: 30px;
  margin-bottom: 30px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.quick-stack {
  padding: 0;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.list-text {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.block-quote {
  text-transform: uppercase;
  border-left-width: 6px;
  border-left-color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

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

.sample-link {
  color: #000200;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}

.big-space {
  height: 120px;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.error-page {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-page-text {
  color: var(--green-color);
  font-size: 500px;
  line-height: 390px;
}

.error-page-subtext {
  color: var(--default-color);
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.return-link {
  color: var(--default-color);
}

.single-wrapper {
  background-color: #f2f2f200;
  padding: 130px 0;
}

.return-policy {
  margin-top: 40px;
}

.shop-media-big {
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 30px;
}

.shop-main-image {
  display: block;
}

.single-prod-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.product-thumbnail-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 70%;
  padding: 0;
}

.shop-media-thumbnail {
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 10px;
}

.product-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 35px;
}

.product-price {
  background-color: #d3ff4e;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.product-description {
  border: 1px #000;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.quantity-and-button {
  align-items: flex-end;
  display: flex;
}

.quantity {
  height: 40px;
  margin-bottom: 0;
}

.add-to-cart-button {
  background-color: var(--green-color);
  color: var(--default-color);
  border: 1px solid #000;
  border-radius: 5px;
  flex-wrap: nowrap;
  align-self: flex-end;
  height: 39px;
  margin-left: 20px;
  padding-bottom: 9px;
}

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

.select-field {
  margin-bottom: 0;
}

.shop {
  background-color: #f2f2f200;
  padding-top: 200px;
  padding-bottom: 130px;
}

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

.shop-image-wrapper {
  background-color: #f2f2f2;
  padding: 20px;
  position: relative;
}

.order-text {
  color: #000;
  text-transform: uppercase;
  align-self: center;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.shop-product-price {
  background-color: var(--green-color);
  border-radius: 5px;
  padding: 8px 13px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shop-title {
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

.shop-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 20px;
}

.order-cart {
  background-color: #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 12px 18px;
}

.order-button {
  border: 1px solid #e6e7e8;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  text-decoration: none;
  display: flex;
}

.shop-details {
  padding-top: 0;
  padding-left: 10px;
}

.cart-button {
  background-color: #000;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 11px;
}

.cart-quantity {
  color: var(--default-color);
  height: 18px;
  position: absolute;
  top: 6px;
  right: 4px;
}

.cart {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: auto;
  margin-right: 1px;
}

.div-block {
  background-color: var(--primary-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 10px;
  display: flex;
}

.div-block.problem {
  background-color: var(--red);
}

.div-block.problem.outline {
  border: 1px solid var(--red);
  background-color: var(--white-color);
  color: var(--red);
  border-radius: 10px;
}

.div-block.success {
  background-color: var(--hover-green);
}

.div-block.success.big-center {
  height: 100%;
}

.div-block.success.outline {
  border: 1px solid var(--primary-green);
  background-color: var(--white-color);
  border-radius: 10px;
}

.div-block.our-capital {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  height: 87px;
  min-height: 87px;
  max-height: 87px;
  overflow: hidden;
}

.div-block-2 {
  width: 100%;
  padding: 10px 10px 20px;
}

.section {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 20px;
}

.section.hidden {
  display: none;
}

.section.no-space-tp-btm {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-159 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
}

.div-block-159.no-margin {
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-159.no-margin.fixed-height {
  height: 390px;
}

.div-block-159.no-margin.top-align {
  justify-content: flex-start;
}

.div-block-159.no-margin.height-align {
  flex: 1;
  height: 343.5px;
}

.div-block-159.no-margin.full-height {
  height: 100%;
}

.space-heading {
  margin-bottom: 30px;
  font-weight: 500;
}

.div-block-160 {
  flex-direction: column;
  width: 100%;
  height: 89px;
  margin-bottom: 0;
  display: flex;
}

.div-block-160.horizontal {
  flex-direction: row;
}

.div-block-160.horizontal.small-height {
  flex: 1;
  height: auto;
}

.div-block-160.horizontal.small-height.top-align {
  align-items: flex-start;
}

.div-block-160.half {
  height: 44.5px;
}

.div-block-161 {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-161._3-col-small {
  border-right: 1px solid #000;
  justify-content: center;
  width: 33.33%;
  padding-right: 10px;
}

.div-block-161._3-col-small.last {
  border-right-width: 0;
}

.div-block-161._2-col {
  border-right: 1px solid #000;
  width: 75%;
  padding-right: 10px;
}

.div-block-161.half {
  width: 50%;
}

.div-block-161.single-col {
  border-bottom: 1px solid #000;
}

.div-block-161.single-col.last {
  border-bottom-width: 0;
  padding-right: 10px;
}

.div-block-161.single-col.last.heght0fx {
  height: auto;
}

.div-block-161.single-col.last.top-aligned {
  align-items: flex-start;
}

.div-block-161.single-col.free-size {
  height: auto;
}

.image-44 {
  object-fit: scale-down;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.image-44.flag {
  width: 59px;
  height: 40px;
  margin-right: 0;
}

.heading-18 {
  line-height: 1.2;
}

.div-block-162 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 130px;
}

.div-block-162.non-stick {
  position: static;
}

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

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

.div-block-163.square {
  aspect-ratio: 1;
  height: auto;
}

.problem-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  margin-top: 10px;
}

.problem-grid.disp-none {
  display: none;
}

.div-block-164 {
  background-color: var(--red);
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  transform: rotate(45deg);
}

.image-45 {
  object-fit: cover;
  width: 140px;
  max-width: none;
  height: 100px;
  transform: translate(-20px)rotate(-45deg);
}

.html-embed {
  width: 25px;
  height: 25px;
  margin-left: auto;
}

.div-block-165 {
  border-radius: var(--border-radius-10px);
  background-color: var(--primary-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-166 {
  z-index: 10;
  width: 960px;
  height: 431.328px;
  margin-bottom: 10px;
  position: relative;
}

.image-46 {
  width: 960px;
  height: 431.328px;
  position: absolute;
  inset: 0% 0% auto;
}

.lease-box-1 {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #f009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 134px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 108px 0 0 132px;
}

.lease-box-1:hover {
  opacity: 1;
}

.lease-box-2 {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #f009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 76px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 99px 0 0 354px;
}

.lease-box-2:hover {
  opacity: 1;
}

.lease-box-3 {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #f009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 68px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 264px 0 0 326px;
  overflow: visible;
}

.lease-box-3:hover {
  opacity: 1;
}

.road-box-1 {
  z-index: 1;
  opacity: 0;
  width: 262px;
  height: 20px;
  transition: opacity .4s;
  position: absolute;
  inset: 86px 0 0 62px;
}

.road-box-1:hover {
  opacity: 1;
  background-color: #0009;
}

.road-box-2 {
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 154px;
  transition: opacity .4s;
  position: absolute;
  inset: 87px 0 0 324px;
}

.road-box-2:hover {
  opacity: 1;
  background-color: #0009;
}

.available-box-1 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 180px 0 0 470px;
}

.available-box-1:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-2 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 180px 0 0 538px;
}

.available-box-2:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.image-47 {
  max-width: 30%;
}

.available-box-3 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 180px 0 0 604px;
}

.available-box-3:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-4 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 180px 0 0 673px;
}

.available-box-4:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-5 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 180px 0 0 740px;
}

.available-box-5:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-6 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 259px 0 0 469px;
}

.available-box-6:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-7 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 259px;
  left: 538px;
}

.available-box-7:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-8 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 259px;
  left: 607px;
}

.available-box-8:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-9 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 259px;
  left: 675px;
}

.available-box-9:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.available-box-10 {
  z-index: 4;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 259px;
  left: 742px;
}

.available-box-10:hover {
  background-color: var(--hover-green);
  opacity: 1;
}

.road-1 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--primary-green);
  background-color: var(--primary-green);
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 164px;
}

.road-1._2-box {
  top: -80px;
  left: 230px;
}

.road-1._3-box {
  top: -264px;
  left: 400px;
}

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

.block-road-1-hover {
  z-index: 1;
  width: 323px;
  height: 271px;
  position: absolute;
  inset: 237px 0% 0%;
}

.block-road-2-hover {
  z-index: 2;
  width: 320px;
  height: 240px;
  position: absolute;
  left: 546px;
}

.logo-svg {
  align-self: flex-start;
  height: 70px;
}

.div-block-167 {
  background-color: var(--default-color);
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 20px;
  display: flex;
}

.div-block-167:hover {
  background-color: var(--primary-green);
}

.div-block-168 {
  z-index: 990;
  opacity: 0;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-169 {
  background-color: var(--white-color);
  padding: 0;
  display: flex;
}

.text-block-2 {
  text-align: right;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
  transition: all .4s;
}

.text-block-2:hover {
  color: var(--red);
}

.div-block-170 {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-171 {
  flex-direction: column;
  padding: 20px 30px 60px;
  display: flex;
}

.div-block-172 {
  width: 350px;
  height: 100%;
}

.div-block-173 {
  width: 100%;
  margin-top: 10px;
  padding-top: 25%;
  position: relative;
}

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

.div-block-174 {
  z-index: 2;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
}

.div-block-175 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--primary-green);
  background-color: var(--white-color);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-50 {
  height: 60px;
}

.heading-19 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-176 {
  z-index: 1;
  opacity: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-176:hover {
  opacity: 1;
}

.image-51 {
  filter: contrast(120%) saturate(125%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._3-col-small-mid-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr;
  width: 100%;
}

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

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

.div-block-178 {
  background-color: var(--primary-green);
  border-radius: 1005px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.available-box-11 {
  z-index: 4;
  background-color: var(--hover-green);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 57px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 180px;
  left: 808px;
}

.available-box-11:hover {
  opacity: 1;
}

.available-box-12 {
  z-index: 4;
  background-color: var(--hover-green);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 107px;
  padding-left: 6px;
  padding-right: 6px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 259px;
  left: 808px;
}

.available-box-12:hover {
  opacity: 1;
}

.lease-box-3-img-wrap {
  z-index: -9;
  border: 2px solid var(--primary-green);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  display: none;
  position: absolute;
  top: -95px;
  left: 197px;
}

.lease-box-3-img-wrap.indian {
  z-index: 1;
  height: auto;
  display: none;
  top: 18px;
  left: -226px;
}

.image-52 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.lease-box-4 {
  z-index: 3;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  background-color: #f009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 57px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 180px;
  left: 354px;
}

.lease-box-4:hover {
  opacity: 1;
}

.road-box-3 {
  z-index: 1;
  opacity: 0;
  background-color: #0009;
  width: 552px;
  height: 16px;
  transition: opacity .4s;
  position: absolute;
  top: 240px;
  left: 324px;
}

.road-box-3:hover {
  opacity: 1;
}

.block-road-3-hover {
  z-index: 2;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -30px;
  left: 724px;
}

.image-53 {
  width: 30px;
}

.div-block-179 {
  background-color: var(--white-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.image-54 {
  width: 36px;
}

.who-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr;
}

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

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

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 1300px;
  }

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

  .main-menu {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .get-in-touch-block {
    order: 1;
    margin-left: 0;
  }

  .end-hero-creative-text {
    font-size: 30px;
  }

  .feature-icon {
    max-height: 180px;
  }

  .feature-heading.larger {
    font-size: 28px;
    line-height: 1.1;
  }

  .features-item.fixed-hh {
    max-height: 212px;
  }

  .features-down.no-top {
    height: 212px;
  }

  .main-title {
    width: 100%;
  }

  .project-image-link {
    margin-right: 30px;
  }

  .project-main-image {
    width: 570px;
  }

  .projects-title {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 36px;
  }

  .text-block {
    font-size: 22px;
    line-height: 27px;
  }

  .project-details {
    width: 50%;
  }

  .about-item {
    padding: 40px;
  }

  .about-contact-heading {
    font-size: 29px;
  }

  .about-contact-span {
    font-size: 17px;
  }

  .team-members {
    border-width: 1px;
  }

  .team-welcome {
    justify-content: center;
    align-items: center;
  }

  .team-members-box {
    height: 569px;
    overflow: hidden;
  }

  .team-memeber-item {
    border-top: 1px none var(--default-color);
    border-bottom: 1px solid var(--default-color);
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .team-memeber-text {
    align-self: center;
    width: 70%;
    margin-right: 40px;
  }

  .member-desc {
    margin-bottom: 20px;
  }

  .member-img-and-title {
    display: block;
  }

  .member-profession {
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(0);
  }

  .testimonials {
    margin-top: 10px;
  }

  .testimonials-title {
    border: 1px solid var(--default-color);
    border-radius: var(--border-radius-10px);
    background-color: #f7f9f9;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
  }

  .test-title-image {
    border: 1px solid var(--default-color);
    border-radius: 50%;
    width: 55px;
    margin-right: -15px;
  }

  .test-title-text {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }

  .test-icon {
    margin-left: auto;
  }

  .testimonial-item {
    border: 1px solid var(--default-color);
    border-radius: var(--border-radius-10px);
  }

  .test-name-and-profession {
    padding: 15px;
  }

  .test-author {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .test-author.smaller-title {
    font-size: 16px;
  }

  .test-profession {
    font-size: 16px;
    font-weight: 300;
  }

  .test-paragraph {
    width: 70%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .services {
    margin-top: 10px;
  }

  .services-stack {
    padding: 0;
  }

  .services-item {
    border: 1px solid var(--default-color);
    border-radius: var(--border-radius-10px);
    padding: 40px;
  }

  .services-icon {
    align-self: flex-end;
    margin-bottom: 60px;
  }

  .services-title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
  }

  .service-description {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-title {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-category-and-timer.fixed-height {
    height: 212px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .foot-social-link {
    margin-bottom: 20px;
  }

  .contact-heading {
    color: var(--green-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 200;
  }

  .input-style {
    padding: 30px;
  }

  .input-style.textarea {
    min-height: 132px;
  }

  .submit-button {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-text {
    margin-left: 20px;
  }

  .sitemap-heading {
    margin-top: 30px;
    margin-left: -6px;
    font-size: 120px;
    line-height: 95px;
  }

  .single-text, .single-infos {
    padding: 40px;
  }

  .single-blog {
    margin-top: 30px;
  }

  .return-policy {
    background-color: #fff;
    padding: 30px;
  }

  .return-title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 40px;
  }

  .single-prod-grid, .shop-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .shop-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .order-button {
    width: 55%;
  }

  .cart {
    flex: 0 auto;
    margin-left: auto;
    margin-right: 2px;
  }

  .div-block-166, .image-46 {
    width: 1300px;
    height: 584.078px;
  }

  .lease-box-1 {
    width: 260px;
    height: 186px;
    top: 142px;
    left: 178px;
  }

  .lease-box-2 {
    width: 210px;
    height: 107px;
    top: 132px;
    left: 478px;
  }

  .lease-box-3 {
    width: 189px;
    height: 96px;
    top: 357px;
    left: 441px;
  }

  .road-box-1 {
    width: 353px;
    height: 24px;
    top: 118px;
    left: 85px;
  }

  .road-box-2 {
    z-index: 1;
    width: 28px;
    height: 207px;
    top: 118px;
    left: 439px;
  }

  .available-box-1 {
    width: 89px;
    height: 78px;
    top: 243px;
    left: 636px;
  }

  .available-box-2 {
    width: 89px;
    height: 78px;
    top: 243px;
    left: 729px;
  }

  .available-box-3 {
    width: 89px;
    height: 78px;
    top: 243px;
    left: 820px;
  }

  .available-box-4 {
    width: 89px;
    height: 78px;
    top: 243px;
    left: 912px;
  }

  .available-box-5 {
    width: 89px;
    height: 78px;
    top: 243px;
    left: 1002px;
  }

  .available-box-6 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 636px;
  }

  .available-box-7 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 730px;
  }

  .available-box-8 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 822px;
  }

  .available-box-9 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 915px;
  }

  .available-box-10 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 1004px;
  }

  .road-1 {
    top: 264px;
  }

  .road-1._2-box {
    left: 338px;
  }

  .road-1._3-box {
    top: -300px;
    left: 500px;
  }

  .block-road-1-hover {
    width: 250px;
    height: 230px;
    top: 343px;
    left: 85px;
  }

  .block-road-2-hover {
    width: 265px;
    height: 230px;
    top: 20px;
    left: 769px;
  }

  .logo-svg {
    height: 70px;
  }

  .div-block-167 {
    margin-left: 0;
  }

  .div-block-172 {
    width: 400px;
  }

  .div-block-175 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .available-box-11 {
    width: 95px;
    height: 78px;
    top: 243px;
    left: 1092px;
  }

  .available-box-12 {
    width: 89px;
    height: 146px;
    top: 351px;
    left: 1095px;
  }

  .lease-box-3-img-wrap {
    width: 240px;
    left: 270px;
  }

  .lease-box-3-img-wrap.indian {
    left: -296px;
  }

  .lease-box-4 {
    width: 154px;
    height: 77px;
    top: 244px;
    left: 478px;
  }

  .road-box-3 {
    width: 748px;
    height: 21px;
    top: 326px;
    left: 438px;
  }

  .block-road-3-hover {
    top: -30px;
    left: 938px;
  }

  .image-53 {
    width: 40px;
  }

  .image-54 {
    width: 44px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-bottom: 30px;
  }

  .main-container {
    max-width: 1400px;
  }

  .header-inner {
    display: flex;
  }

  .hero-mid {
    align-items: center;
  }

  .hero-heading {
    line-height: 140px;
  }

  .hero-end {
    align-items: center;
  }

  .end-hero-creative-text {
    font-size: 33px;
  }

  .feature-icon {
    max-height: none;
  }

  .copyright-text {
    margin-left: 20px;
  }

  .single-blog-image {
    width: 100%;
  }

  .big-space {
    height: 20vh;
  }

  .order-button {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-color: var(--white-color);
    padding-top: 10px;
  }

  .main-container {
    padding-bottom: 10px;
  }

  .logo {
    margin-right: auto;
  }

  .header-inner {
    justify-content: flex-end;
    align-items: center;
  }

  .main-menu {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--default-color);
    border-radius: var(--border-radius-10px);
    background-color: #eaeeef;
    height: auto;
    margin-top: 10px;
    padding: 30px 19px;
    overflow: hidden;
  }

  .menu-item {
    border-style: none none solid;
    border-radius: 0;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-item.ll {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
  }

  .get-in-touch-block {
    margin-left: 0;
  }

  .hero-upper {
    font-size: 35px;
    line-height: 1.1;
  }

  .hero-mid {
    margin-top: 10px;
  }

  .hero-heading {
    padding-top: 0;
    font-size: 48px;
    line-height: 1.1;
  }

  .hero-circle {
    width: 80px;
  }

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

  .hero-creative {
    padding: 10px;
  }

  .end-hero-text {
    font-size: 18px;
    line-height: 1.1;
  }

  .feature-icon.mstr {
    height: 100%;
    max-height: none;
  }

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

  .feature-heading.smaller {
    font-size: 8px;
    line-height: 1.1;
  }

  .features-item.fixed-hh {
    max-height: 186px;
  }

  .features-down.no-top {
    height: 186px;
  }

  .projects.no-mg-tp {
    margin-top: 0;
  }

  .project-main-image {
    width: 280px;
  }

  .project-details.single-project-details {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-grid {
    display: block;
  }

  .testimonial-grid._3-col-feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-item {
    margin-bottom: 20px;
  }

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

  .services {
    margin-top: 0;
  }

  .services-icon {
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .blog-category-and-timer.fixed-height {
    height: 186px;
  }

  .foot-social-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .menu-button {
    border: 1px solid var(--default-color);
    border-radius: var(--border-radius-10px);
    flex: none;
    margin-left: 0;
    margin-right: 20px;
    padding: 5px;
  }

  .menu-button.w--open {
    border-color: var(--primary-green);
    background-color: var(--primary-green);
    color: var(--white-color);
  }

  .single-blog-title {
    font-size: 35px;
    line-height: 35px;
  }

  .error-page-text {
    font-size: 300px;
    line-height: 230px;
  }

  .shop {
    background-color: #f2f2f200;
    padding-top: 200px;
  }

  .order-button {
    width: 100%;
  }

  .shop-details {
    padding-left: 0;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .div-block-159.no-margin.fixed-height.btm {
    height: 418.797px;
  }

  .div-block-159.no-margin.height-align {
    height: 366.797px;
  }

  .space-heading {
    font-size: 32px;
  }

  .div-block-161.half {
    padding-right: 10px;
  }

  .div-block-165 {
    padding-left: 0;
  }

  .div-block-166, .image-46 {
    width: 728px;
    height: 327.078px;
  }

  .lease-box-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 145px;
    height: 104px;
    top: 80px;
    left: 100px;
  }

  .lease-box-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 118px;
    height: 61px;
    top: 74px;
    left: 268px;
  }

  .lease-box-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 106px;
    height: 54px;
    top: 200px;
    left: 247px;
  }

  .road-box-1 {
    width: 197px;
    height: 13px;
    top: 67px;
    left: 49px;
  }

  .road-box-2 {
    width: 17px;
    height: 116px;
    top: 66px;
    left: 245px;
  }

  .available-box-1 {
    width: 51px;
    height: 45px;
    top: 136px;
    left: 356px;
  }

  .available-box-2 {
    width: 51px;
    height: 45px;
    top: 136px;
    left: 406px;
  }

  .available-box-3 {
    width: 51px;
    height: 45px;
    top: 136px;
    left: 458px;
  }

  .available-box-4 {
    width: 51px;
    height: 45px;
    top: 136px;
    left: 510px;
  }

  .available-box-5 {
    width: 51px;
    height: 45px;
    top: 136px;
    left: 561px;
  }

  .available-box-6 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 356px;
  }

  .available-box-7 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 408px;
  }

  .available-box-8 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 461px;
  }

  .available-box-9 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 512px;
  }

  .available-box-10 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 562px;
  }

  .road-1 {
    width: 140px;
    top: 130px;
  }

  .road-1._2-box {
    top: -50px;
    left: 180px;
  }

  .road-1._3-box {
    top: -165px;
    left: 284px;
  }

  .block-road-1-hover {
    width: 140px;
    height: 160px;
    top: 120px;
    left: 49px;
  }

  .block-road-2-hover {
    width: 149px;
    height: 160px;
    top: -10px;
    left: 420px;
  }

  .logo-svg {
    height: 60px;
  }

  .div-block-167 {
    display: block;
    position: fixed;
    inset: auto 10px 10px auto;
  }

  .div-block-168 {
    opacity: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-172 {
    width: 250px;
  }

  .div-block-178 {
    width: 80px;
    height: 80px;
  }

  .available-box-11 {
    width: 52px;
    height: 45px;
    top: 136px;
    left: 613px;
  }

  .available-box-12 {
    width: 50px;
    height: 82px;
    top: 197px;
    left: 614px;
  }

  .lease-box-3-img-wrap {
    width: 100px;
    top: -30px;
    left: 153px;
  }

  .lease-box-3-img-wrap.indian {
    left: -117px;
  }

  .lease-box-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 87px;
    height: 45px;
    top: 136px;
    left: 268px;
  }

  .road-box-3 {
    width: 419px;
    height: 12px;
    top: 183px;
    left: 245px;
  }

  .block-road-3-hover {
    width: 160px;
    height: 160px;
    top: 0;
    left: 525px;
  }

  .image-54 {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-color: var(--white-color);
    padding-top: 10px;
  }

  .header-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-upper {
    font-size: 24px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-end {
    margin-top: 10px;
  }

  .end-hero-creative-text {
    font-size: 16px;
    line-height: 23px;
  }

  .hero-end-separator {
    margin-left: 10px;
    margin-right: 10px;
  }

  .end-hero-text {
    font-size: 16px;
  }

  .feature-heading.smaller {
    font-size: 10px;
  }

  .features-item.fixed-hh {
    max-height: none;
  }

  .features-down.no-top {
    height: auto;
  }

  .project-item {
    display: block;
  }

  .project-image-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .project-main-image {
    width: 100%;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .project-details {
    width: 100%;
  }

  .testimonial-item {
    margin-bottom: 0;
  }

  .blog-category-and-timer.fixed-height {
    height: auto;
  }

  .footer-stack {
    width: 100%;
  }

  .footer-socials {
    align-items: stretch;
    display: block;
  }

  .foot-social-link {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .form-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .copyright {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .copyright-text.left-10.last {
    margin-left: 0;
  }

  .sitemap-span {
    font-size: 24px;
    line-height: 24px;
  }

  .sitemap-heading {
    margin-left: 0;
    font-size: 40px;
    line-height: 35px;
  }

  .single-blog-image {
    position: static;
  }

  .error-page-text {
    font-size: 150px;
    line-height: 150px;
  }

  .error-page-subtext {
    font-size: 20px;
    line-height: 22px;
  }

  .single-prod-grid {
    display: block;
  }

  .product-image {
    margin-bottom: 40px;
  }

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

  .shop-list {
    display: block;
  }

  .shop-item {
    margin-bottom: 40px;
  }

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

  .div-block-159.no-margin.fixed-height.btm, .div-block-159.no-margin.height-align {
    height: auto;
  }

  .space-heading {
    font-size: 28px;
  }

  .div-block-162.non-stick {
    height: auto;
  }

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

  .div-block-166 {
    width: 520px;
    height: 242.609px;
  }

  .image-46 {
    width: 540px;
    height: 242.609px;
  }

  .lease-box-1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 107px;
    height: 78px;
    display: none;
    top: 59px;
    left: 68px;
  }

  .lease-box-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 85px;
    height: 46px;
    display: none;
    top: 54px;
    left: 191px;
  }

  .lease-box-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 65px;
    height: 34px;
    display: none;
    top: 101px;
    left: 190px;
  }

  .road-box-1 {
    width: 140px;
    height: 11px;
    display: none;
    top: 49px;
    left: 35px;
  }

  .road-box-2 {
    width: 12px;
    height: 87px;
    display: none;
    top: 49px;
    left: 176px;
  }

  .available-box-1 {
    width: 37px;
    height: 33px;
    display: none;
    top: 101px;
    left: 254px;
  }

  .available-box-2 {
    width: 37px;
    height: 33px;
    display: none;
    top: 101px;
    left: 291px;
  }

  .available-box-3 {
    width: 37px;
    height: 33px;
    display: none;
    top: 101px;
    left: 328px;
  }

  .available-box-4 {
    width: 37px;
    height: 33px;
    display: none;
    top: 101px;
    left: 364px;
  }

  .available-box-5 {
    width: 37px;
    height: 33px;
    display: none;
    top: 101px;
    left: 401px;
  }

  .available-box-6 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 254px;
  }

  .available-box-7 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 291px;
  }

  .available-box-8 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 328px;
  }

  .available-box-9 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 364px;
  }

  .available-box-10 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 401px;
  }

  .road-1 {
    width: 130px;
  }

  .block-road-1-hover {
    width: 134px;
    height: 140px;
    display: none;
    top: 60px;
    left: 34px;
  }

  .block-road-2-hover {
    width: 130px;
    height: 140px;
    display: none;
    left: 206px;
  }

  .logo-svg {
    height: 60px;
  }

  .div-block-169 {
    flex-direction: column;
    width: 80%;
  }

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

  .div-block-172 {
    width: auto;
    display: none;
  }

  .div-block-178 {
    width: 70px;
    height: 70px;
  }

  .available-box-11 {
    width: 38px;
    height: 33px;
    display: none;
    top: 101px;
    left: 437px;
  }

  .available-box-12 {
    width: 37px;
    height: 62px;
    display: none;
    top: 146px;
    left: 437px;
  }

  .lease-box-4 {
    width: 77px;
    height: 39px;
    display: none;
    top: 148px;
    left: 175px;
  }

  .road-box-3 {
    width: 299px;
    height: 10px;
    display: none;
    top: 135px;
    left: 176px;
  }

  .block-road-3-hover {
    width: 134px;
    height: 135px;
    display: none;
    top: 150px;
    left: 175px;
  }
}

@media screen and (max-width: 479px) {
  .logo.w--current {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .header-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-item.ll {
    font-size: 12px;
  }

  .get-in-touch-block {
    display: none;
  }

  .hero-banner {
    padding: 40px 20px;
  }

  .hero-upper {
    font-size: 18px;
  }

  .hero-mid {
    margin-bottom: 10px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .hero-circle {
    display: none;
  }

  .hero-end {
    margin-top: 20px;
    display: block;
  }

  .hero-creative {
    margin-bottom: 20px;
  }

  .hero-end-separator {
    display: none;
  }

  .end-hero-text {
    font-size: 14px;
  }

  .feature-text-box.title-box.mb-10 {
    margin-bottom: 0;
  }

  .feature-heading.smaller {
    font-size: 6px;
  }

  .features-item.free-flow {
    height: 220px;
  }

  .title-heading {
    font-size: 16px;
  }

  .projects-title {
    font-size: 24px;
  }

  .project-details {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .team-members-box {
    height: 430px;
  }

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

  .test-title-images {
    display: none;
  }

  .test-title-text {
    margin-left: 0;
  }

  .testimonial-grid._3-col-feature {
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    padding-left: 10px;
  }

  .test-author.smaller-title {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .test-paragraph {
    padding-right: 5px;
  }

  .services-stack._2-col-resp {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .foot-social-link, .form-stack, .input-style {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .copyright-text.left-10 {
    margin-left: 0;
  }

  .menu-button {
    margin-right: 10px;
  }

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

  .single-blog-stack.responsive-version {
    flex: 1;
  }

  .icon {
    color: var(--default-color);
  }

  .block-quote {
    font-size: 30px;
  }

  .product-thumbnail-stack {
    width: 100%;
  }

  .product-name {
    font-size: 40px;
    line-height: 34px;
  }

  .product-price {
    font-size: 20px;
    line-height: 20px;
  }

  .option-list {
    display: block;
  }

  .select-field {
    margin-bottom: 10px;
  }

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

  .div-block-159, .div-block-159.no-margin.fixed-height {
    height: auto;
  }

  .div-block-159.no-margin.height-align {
    flex: none;
  }

  .div-block-160 {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-160.horizontal, .div-block-160.horizontal.small-height {
    flex-direction: column;
  }

  .div-block-160.horizontal.small-height.kk {
    flex-direction: row;
  }

  .div-block-161 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-161.half {
    width: 100%;
  }

  .image-44 {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }

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

  .div-block-166, .image-46 {
    width: 300px;
    height: 134.781px;
  }

  .lease-box-1 {
    width: 70px;
    height: 55px;
    display: none;
    top: 17px;
    left: 41px;
  }

  .lease-box-2 {
    width: 62px;
    height: 59px;
    display: none;
    top: 11px;
    left: 119px;
  }

  .lease-box-3 {
    width: 52px;
    height: 32px;
    display: none;
    top: 76px;
    left: 111px;
  }

  .road-box-1 {
    width: 94px;
    height: 7px;
    display: none;
    top: 12px;
    left: 17px;
  }

  .road-box-2 {
    width: 8px;
    height: 59px;
    display: none;
    top: 11px;
    left: 111px;
  }

  .available-box-1 {
    width: 24px;
    height: 22px;
    display: none;
    top: 48px;
    left: 164px;
  }

  .available-box-2 {
    width: 24px;
    height: 22px;
    display: none;
    top: 48px;
    left: 189px;
  }

  .available-box-3 {
    width: 24px;
    height: 22px;
    display: none;
    top: 48px;
    left: 213px;
  }

  .available-box-4 {
    width: 24px;
    height: 22px;
    display: none;
    top: 48px;
    left: 238px;
  }

  .available-box-5 {
    width: 24px;
    height: 22px;
    display: none;
    top: 48px;
    left: 263px;
  }

  .available-box-6 {
    width: 24px;
    height: 41px;
    display: none;
    top: 78px;
    left: 164px;
  }

  .available-box-7 {
    width: 24px;
    height: 41px;
    display: none;
    top: 78px;
    left: 189px;
  }

  .available-box-8 {
    width: 24px;
    height: 41px;
    display: none;
    top: 78px;
    left: 213px;
  }

  .available-box-9 {
    width: 24px;
    height: 41px;
    display: none;
    top: 78px;
    left: 238px;
  }

  .available-box-10 {
    width: 24px;
    height: 41px;
    display: none;
    top: 78px;
    left: 263px;
  }

  .road-1 {
    top: 100px;
  }

  .road-1._2-box {
    left: 20px;
  }

  .block-road-1-hover {
    height: 170px;
    display: none;
    top: 100px;
  }

  .block-road-2-hover {
    width: 170px;
    height: 170px;
    display: none;
    left: 129px;
  }

  .logo-svg {
    border: 1px #000;
    height: 50px;
  }

  .div-block-167 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

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

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

  .div-block-173 {
    height: auto;
    padding-top: 0%;
  }

  .image-49 {
    z-index: 0;
  }

  .div-block-174 {
    position: relative;
  }

  ._3-col-small-mid-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .available-box-11, .available-box-12, .lease-box-4, .road-box-3, .block-road-3-hover {
    display: none;
  }

  .who-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }
}

#w-node-_18986d28-4189-ef9e-459b-c99ff0fe213b-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_343108a9-90cd-d733-1ab8-0cca7ae46127-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0dd6808b-2f91-9af5-a2ad-d0b6b49f544a-3ecebd72 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0663848b-2a77-3fb6-6e9a-54d7ebfe01d6-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5bb13cc7-05c6-a010-d6bb-dda586b48fd7-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e547-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

#w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e578-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e5b5-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  display: none;
}

#w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e614-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#process.w-node-_9715c898-a06b-dc50-2dfb-b198d046023c-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9715c898-a06b-dc50-2dfb-b198d0460256-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9715c898-a06b-dc50-2dfb-b198d046026c-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8008324-1420-c3ca-cf9a-acb5cfa87d54-3ecebd72, #w-node-d8d41442-8688-a831-15a1-d49097236954-3ecebd72, #w-node-_05c25527-0ecc-75cb-8f40-ccd4c1b756b9-3ecebd72, #w-node-_05c25527-0ecc-75cb-8f40-ccd4c1b756ba-3ecebd72, #w-node-_5d43c55a-ff99-9dd9-38d7-9f9f0ab088aa-3ecebd72, #w-node-_5d43c55a-ff99-9dd9-38d7-9f9f0ab088ab-3ecebd72, #w-node-fcf76dbb-bdd0-3b09-2302-62b539a608ba-3ecebd72, #w-node-fcf76dbb-bdd0-3b09-2302-62b539a608bb-3ecebd72, #w-node-dc940390-f64d-864f-6730-313f8babf7b5-3ecebd72, #w-node-dc940390-f64d-864f-6730-313f8babf7b6-3ecebd72, #w-node-_7d5b09bf-15e7-099e-9920-040e824f22be-3ecebd72, #w-node-_7d5b09bf-15e7-099e-9920-040e824f22bf-3ecebd72, #w-node-c6053e41-4f52-e11b-9d3b-f6e44be88aa4-3ecebd72, #w-node-c6053e41-4f52-e11b-9d3b-f6e44be88aa5-3ecebd72, #w-node-aa249ed2-8c36-ebba-becd-e82c8bdefb49-3ecebd72, #w-node-aa249ed2-8c36-ebba-becd-e82c8bdefb4a-3ecebd72, #w-node-_110ad1e1-33a2-bc36-5f20-393ab4c9d6bc-3ecebd72, #w-node-_110ad1e1-33a2-bc36-5f20-393ab4c9d6bd-3ecebd72, #w-node-_33d89e8f-511d-3a1d-a75e-39f774ee9293-3ecebd72, #w-node-_33d89e8f-511d-3a1d-a75e-39f774ee9294-3ecebd72, #w-node-_08dcf32b-3ff7-77fd-9db9-c1990aa0853a-3ecebd72, #w-node-_08dcf32b-3ff7-77fd-9db9-c1990aa0853b-3ecebd72, #w-node-_46634996-2c41-6b0a-de09-75637f58b7c1-3ecebd72, #w-node-_46634996-2c41-6b0a-de09-75637f58b7c2-3ecebd72, #w-node-d3d9196a-1198-f165-36cd-b31d9a47f7c1-3ecebd72, #w-node-d3d9196a-1198-f165-36cd-b31d9a47f7c2-3ecebd72, #w-node-_108aea5b-0531-c0bd-8aa1-361ffb079fbe-3ecebd72, #w-node-_108aea5b-0531-c0bd-8aa1-361ffb079fbf-3ecebd72, #w-node-d5ceb742-116d-650e-bff7-fd98ab57ae6b-3ecebd72, #w-node-d5ceb742-116d-650e-bff7-fd98ab57ae6c-3ecebd72, #w-node-_7a7f484a-bceb-b3cf-7152-8be983587aa9-3ecebd72, #w-node-_7a7f484a-bceb-b3cf-7152-8be983587aaa-3ecebd72, #w-node-be905a4f-eb60-3d3c-40be-a8558d505e34-3ecebd72, #w-node-be905a4f-eb60-3d3c-40be-a8558d505e35-3ecebd72, #w-node-d51a0862-5ab0-b51e-1cc9-46ab3ac1bfcb-3ecebd72, #w-node-d51a0862-5ab0-b51e-1cc9-46ab3ac1bfcc-3ecebd72, #w-node-_3275d353-3962-5627-9128-86fc84c08454-3ecebd72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ca1010-ce2d-f098-fb36-df1a0b580d7d-3ecebd72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14ca9150-ec08-d8b6-51cc-395cdc89ac98-3ecebd72, #w-node-_180c8b9f-70cf-a6ac-1d84-692f2633497c-3ecebd72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef056098-37ca-2d3e-43bd-99444befe945-3ecebd72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3eadfc13-898b-ff1a-3645-09be126f3597-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53e041f6-0fb5-f4a3-34ba-0ebb2fd6efcc-3ecebd72, #w-node-_3fb3a347-1639-e7b2-559b-7cfad40729af-3ecebd72, #w-node-a1d99ce7-2387-ef31-cd5a-53f1d3d04936-3ecebd72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eadfc13-898b-ff1a-3645-09be126f365f-3ecebd72, #w-node-_3eadfc13-898b-ff1a-3645-09be126f372d-3ecebd72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#contact.w-node-ebb025b3-8ce2-d562-6182-b7f8f59a0878-f59a0875 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ebb025b3-8ce2-d562-6182-b7f8f59a0889-f59a0875, #w-node-_2a485e72-a30e-7fb5-9c06-df65fbfdf103-a0ec7ca0, #w-node-_4f2a1f1f-0653-7ea1-3c87-ad6b74b70d29-3ecebd76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1551604-f33a-888a-aa25-6b735487fc13-3ecebd79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c12b1d10-7776-b3c9-9828-01b0bd216971-3ecebd79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e6a89f43-3562-47b4-f5be-9e5a8489e26d-3ecebd79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b2033e2-2de9-5b87-170f-38135ad78af1-3ecebd7a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_695a7f5f-85ba-d0c6-e865-ba2d0b05d0b6-3ecebd7a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c72-3ecebd81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c73-3ecebd81, #w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c75-3ecebd81, #w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c77-3ecebd81, #w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c79-3ecebd81, #w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c7b-3ecebd81, #w-node-ed7c0d88-5a2e-2704-c33e-857ec24e3c7d-3ecebd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200c35a3-5db5-1c6d-b172-e767b7e7f5a2-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

#w-node-d1577b52-07f5-0e2e-3eea-49f364925ca7-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c24a-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

#w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c2c3-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_00b69637-cf55-44a6-66b7-40e28ec4a2da-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  display: none;
}

#w-node-_00b69637-cf55-44a6-66b7-40e28ec4a30b-c3666e11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2da839ca-8dfd-0fe6-cbdd-9c25e822f6a0-90127950 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2da839ca-8dfd-0fe6-cbdd-9c25e822f5e4-90127950 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8ee416f2-3277-8f2e-f6ca-12687cd32684-90127950, #w-node-d8cc2d44-d37d-546a-0fd2-db9315d9d765-90127950, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-864b0d10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea8e74a9-bcf6-9131-366a-366504cee60d-67fc8000, #w-node-_6e7ef865-68f1-7e34-975d-99603a66df60-67fc8000, #w-node-_0fe329a7-fdfb-d589-f8dd-18c1285f2454-67fc8000, #w-node-e6fadfe2-08d0-fee3-a62e-5b7d4c148d66-67fc8000, #w-node-_6f161b50-5806-806a-ae66-9cb8fd078a2b-67fc8000, #w-node-_2965afaa-90f5-6ba7-c30a-f667113292d0-67fc8000, #w-node-_33c10fa4-ae29-f0bd-e835-3963d9a02110-67fc8000, #w-node-_1d5a0ceb-ea93-21a0-155a-a479d4264990-67fc8000, #w-node-abe7c92b-1b38-7d4c-97a0-88aa9a76cb86-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6ef-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6f6-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6fd-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a788252b-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a7882532-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a7882539-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec91-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec98-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec9f-67fc8000 {
  place-self: center stretch;
}

#w-node-_4491d2e2-4136-2488-73c1-5c4bc803a45b-6707b41e, #w-node-_9203ae66-d8ec-8839-e372-b072e0409b17-6707b41e, #w-node-_903af76e-0650-800d-a9fd-799cf09d4b1c-6707b41e, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-9d2ac79c, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-24654aaf, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-0f68be2e, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-0e372333, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-2dfa941b, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-c3bed471 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e578-3ecebd72, #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e614-3ecebd72, #w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c2c3-c3666e11, #w-node-_00b69637-cf55-44a6-66b7-40e28ec4a30b-c3666e11 {
    grid-template-rows: 212px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-ea8e74a9-bcf6-9131-366a-366504cee60d-67fc8000, #w-node-_6e7ef865-68f1-7e34-975d-99603a66df60-67fc8000, #w-node-_0fe329a7-fdfb-d589-f8dd-18c1285f2454-67fc8000, #w-node-e6fadfe2-08d0-fee3-a62e-5b7d4c148d66-67fc8000, #w-node-_6f161b50-5806-806a-ae66-9cb8fd078a2b-67fc8000, #w-node-_2965afaa-90f5-6ba7-c30a-f667113292d0-67fc8000, #w-node-_33c10fa4-ae29-f0bd-e835-3963d9a02110-67fc8000, #w-node-_1d5a0ceb-ea93-21a0-155a-a479d4264990-67fc8000, #w-node-abe7c92b-1b38-7d4c-97a0-88aa9a76cb86-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6ef-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6f6-67fc8000, #w-node-_171fbba5-49e5-2b72-9899-c56de55da6fd-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a788252b-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a7882532-67fc8000, #w-node-_9e4f27c6-1bfe-07e0-7e1b-0239a7882539-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec91-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec98-67fc8000, #w-node-_96c40df2-4960-9edf-0fc1-3169f207ec9f-67fc8000 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18986d28-4189-ef9e-459b-c99ff0fe213b-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd6808b-2f91-9af5-a2ad-d0b6b49f544a-3ecebd72 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0663848b-2a77-3fb6-6e9a-54d7ebfe01d6-3ecebd72, #w-node-_5bb13cc7-05c6-a010-d6bb-dda586b48fd7-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e578-3ecebd72, #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e614-3ecebd72, #process.w-node-_9715c898-a06b-dc50-2dfb-b198d046023c-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9715c898-a06b-dc50-2dfb-b198d0460256-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c2c3-c3666e11, #w-node-_00b69637-cf55-44a6-66b7-40e28ec4a30b-c3666e11, #w-node-_2da839ca-8dfd-0fe6-cbdd-9c25e822f6a0-90127950 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2da839ca-8dfd-0fe6-cbdd-9c25e822f5e4-90127950 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_343108a9-90cd-d733-1ab8-0cca7ae46127-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e547-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e578-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e5b5-3ecebd72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_0dd03e64-4545-a9fa-8dde-05ffbd21e614-3ecebd72, #w-node-_9715c898-a06b-dc50-2dfb-b198d046026c-3ecebd72, #w-node-_3eadfc13-898b-ff1a-3645-09be126f3597-3ecebd72, #w-node-_3eadfc13-898b-ff1a-3645-09be126f365f-3ecebd72, #w-node-_3eadfc13-898b-ff1a-3645-09be126f372d-3ecebd72, #contact.w-node-ebb025b3-8ce2-d562-6182-b7f8f59a0878-f59a0875, #w-node-ebb025b3-8ce2-d562-6182-b7f8f59a0889-f59a0875, #w-node-_2a485e72-a30e-7fb5-9c06-df65fbfdf103-a0ec7ca0, #w-node-_4f2a1f1f-0653-7ea1-3c87-ad6b74b70d29-3ecebd76, #w-node-_0b2033e2-2de9-5b87-170f-38135ad78af1-3ecebd7a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_695a7f5f-85ba-d0c6-e865-ba2d0b05d0b6-3ecebd7a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_200c35a3-5db5-1c6d-b172-e767b7e7f5a2-c3666e11, #w-node-d1577b52-07f5-0e2e-3eea-49f364925ca7-c3666e11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c24a-c3666e11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_089c7d41-a8a8-7cd2-1808-3ac2c212c2c3-c3666e11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_00b69637-cf55-44a6-66b7-40e28ec4a2da-c3666e11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_00b69637-cf55-44a6-66b7-40e28ec4a30b-c3666e11, #w-node-_8ee416f2-3277-8f2e-f6ca-12687cd32684-90127950, #w-node-d8cc2d44-d37d-546a-0fd2-db9315d9d765-90127950, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-864b0d10, #w-node-_4491d2e2-4136-2488-73c1-5c4bc803a45b-6707b41e, #w-node-_9203ae66-d8ec-8839-e372-b072e0409b17-6707b41e, #w-node-_903af76e-0650-800d-a9fd-799cf09d4b1c-6707b41e, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-9d2ac79c, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-24654aaf, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-0f68be2e, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-0e372333, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-2dfa941b, #w-node-decbfb5b-4631-c611-4e8c-0c0212ae160c-c3bed471 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #process.w-node-_9715c898-a06b-dc50-2dfb-b198d046023c-3ecebd72, #w-node-_2da839ca-8dfd-0fe6-cbdd-9c25e822f6a0-90127950 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


