:root {
  --max-width-desktop: 80rem;
  --brand-yellow: #cf9c00;
  --brand-hover: #fb0;
  --brand-color: #e42b76;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

h2 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

a {
  color: #fff;
  text-decoration: underline;
}

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

.page-wrapper {
  overflow: hidden;
}

.main-wrapper, .section_home-hero {
  position: relative;
}

.section_home-services {
  z-index: 1;
  display: none;
  position: relative;
}

.section_home-why_us {
  position: relative;
}

.section_home-projects {
  display: none;
  position: relative;
}

.section_home-projects.hide {
  display: none;
}

.zelaya-navbar {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: fixed;
}

.container-hero {
  max-width: var(--max-width-desktop);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 90dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_video {
  background-image: linear-gradient(90deg, #00000080, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block {
  position: relative;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global.vertical-padding.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
}

.heading-style-h3.text-color-white {
  color: var(--brand-yellow);
}

.container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.container-large.vertical-padding {
  max-width: var(--max-width-desktop);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-large.bottom-padding {
  padding-bottom: 5rem;
}

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

.services_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  border-right: .125rem solid #fff;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.services_item_container-image {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-brand {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/button_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  padding: .875rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .2s;
}

.button-brand:hover {
  filter: brightness(200%);
}

.button-brand.is-learn {
  cursor: pointer;
}

.button-brand.is-learn:hover {
  background-color: var(--brand-hover);
}

.button-brand.is-booking {
  background-color: var(--brand-yellow);
}

.button-brand.width-large {
  width: 12rem;
}

.services_item_paragraph {
  color: #fff;
  overflow: hidden;
}

.services_item_paragraph.gsap-hidden {
  height: 0;
}

.services_item_container-paragraph {
  color: #fff;
  overflow: hidden;
}

.services_item_container-paragraph.gsap-hidden {
  height: 0;
}

.services_container {
  max-width: var(--max-width-desktop);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.services_container.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why_us_container {
  max-width: var(--max-width-desktop);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.why_us_container.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why_us_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.why_us_image {
  aspect-ratio: 1;
  color: #ff0101;
  width: 50%;
}

.why_us_p {
  text-align: center;
}

.heading-style-h4 {
  font-size: 1.5rem;
}

.heading-style-h4.text-align-center.text-color-primary {
  color: var(--brand-yellow);
}

.heading-why-us {
  text-align: center;
  font-size: 1.25rem;
}

.why_us_item_container-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 9.75rem;
  display: flex;
}

.section_home-calendly {
  display: none;
  position: relative;
}

.background-image {
  pointer-events: none;
  background-image: url('../images/screenshot-2025-10-21-at-10.12.17-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.swiper {
  max-width: var(--max-width-desktop);
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  position: relative;
}

.swiper-slide {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
  padding: 1rem;
}

.swiper-slide-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.slider-button-right {
  border: 2px solid var(--brand-color);
  background-color: var(--brand-color);
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.slider-button-right:hover {
  filter: invert();
  color: #fff;
  background-position: 60%;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.swiper-wrapper-2 {
  flex: none;
  display: block;
}

.swiper-wrapper-2.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-button-left {
  border: 2px solid var(--brand-color);
  background-color: var(--brand-color);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.slider-button-left:hover {
  filter: invert();
  color: #fff;
  background-position: 40%;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-slide-2 {
  flex: none;
}

.swiper-slide-2.basic-swiperr-item {
  width: 100%;
  height: 320px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.flex-center.overflow-none {
  overflow: hidden;
}

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

.swiper-container {
  max-width: var(--max-width-desktop);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.padding-global-2.vert-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.section_home-contact {
  position: relative;
}

.default-contact_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 80rem;
  display: flex;
}

.contact_form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field_container-contact_form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-small {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  line-height: 1rem;
}

.field-contact_form {
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
}

.field-contact_form.big {
  height: 7rem;
}

.button-brand-2 {
  color: #000;
  background-color: #2cbfd4;
  border-radius: 16px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button-brand-2:hover {
  background-color: #fff;
}

.calendly_container {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  position: relative;
}

.navbar_link {
  color: #fff;
  font-size: 1rem;
}

.navbar_link.w--current {
  color: var(--brand-color);
}

.zelaya-footer {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-pattern-painting-grey.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.container-footer_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer-icon_link {
  order: 1;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-icon_link.w--current {
  flex: none;
  order: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.link-footer {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-icon {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.footer-paragraph {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.brand-logo {
  object-fit: contain;
  object-position: 0% 50%;
  height: 3rem;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
}

.padding-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.livechat-button {
  background-color: var(--brand-color);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--brand-color);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.padding-footer {
  padding: 2rem 5rem 5rem;
  position: relative;
}

.padding-footer.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-footer.vertical-padding.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.hero-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.container-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.container-header.vertical-padding {
  max-width: var(--max-width-desktop);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.text-color-primary {
  color: var(--brand-color);
  text-align: center;
  font-size: 1.2rem;
}

.button-ghost {
  color: #fff;
  background-color: #0000;
  border: .25rem solid #fff;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  text-decoration: none !important;
}

.button-ghost:hover {
  background-color: #51559b;
}

.button-ghost.is-learn {
  cursor: pointer;
}

.button-ghost.is-learn:hover {
  background-color: var(--brand-hover);
}

.button-ghost.is-booking {
  background-color: #cf9c00;
}

.text-color-yellow {
  color: var(--brand-yellow);
}

.text-color-yellow.subheading-size {
  color: var(--brand-color);
  font-size: 1.75rem;
}

.text-color-blue {
  color: #64a4ff;
}

.preloader {
  z-index: 100;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_div {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.preloader_div.wawa {
  outline-offset: 0px;
  outline: 3px solid #333;
}

.preloader_div-main {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/background-pattern-painting-pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader-logo {
  width: 20%;
}

.nav-menu {
  display: none;
}

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

.slider {
  width: 100%;
}

.right-arrow, .left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.patch_fix_images {
  display: none;
}

.div-block {
  opacity: .21;
  background-image: url('../images/screenshot-2025-10-21-at-10.12.17-PM.png');
  background-position: 0%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.services_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.services_item-image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 50%;
}

.services_item-text {
  font-size: .75rem;
}

.hero_heading-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 3rem;
  display: flex;
}

.hero_subheading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.hero_logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120%;
  max-width: none;
  margin-bottom: -4rem;
  padding-left: .25rem;
}

.hero-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.hero_p {
  text-align: center;
  max-width: 30rem;
}

.hero_number {
  max-width: 30rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.bg_image_fixed {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/background-pattern-painting-pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100dvw;
  height: 120dvh;
  position: fixed;
}

.hero_image-paint {
  z-index: 0;
  position: absolute;
  inset: 61% 0% 0% auto;
}

.preloader_logo {
  width: 20%;
}

.calendly_paint {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scaleX(-1);
}

.hero_logo-mobile {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120%;
  max-width: none;
  margin-bottom: -4rem;
  padding-left: .25rem;
  display: none;
}

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

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

.product7_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  color: #c1a389;
}

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

.product7_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.product7_list-wrapper {
  z-index: 0;
  display: block;
  position: relative;
}

.product7_item-link {
  z-index: 999999;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.product7_image {
  z-index: 2;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: opacity .325s;
  position: absolute;
  inset: 0%;
}

.product7_image:hover {
  opacity: 0;
}

.product7_image.is-hover {
  z-index: 2;
}

.product7_list {
  z-index: -1;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: static;
}

.div-block-363 {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #20162e;
  background-image: linear-gradient(#ffffffe6 4%, #20162e 42% 82%, #20162e);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: .7rem;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.div-block-363.ec {
  background-image: linear-gradient(#ffffffe6 4%, #20162e 42% 82%, #20162e);
}

.div-block-364 {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block-365 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border-top: .5rem solid #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  position: relative;
  left: 550px;
}

.div-block-367 {
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-47 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-left: 2%;
  text-decoration: none;
  display: inline-flex;
}

.link-block-47.shop {
  margin-top: 0;
}

.buy_now_button {
  clear: left;
  color: #fff;
  text-align: center;
  background-color: #e65893e6;
  border-style: solid;
  border-radius: 16px;
  margin-top: 0;
  padding: .75rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  transition: all .2s;
}

.buy_now_button:hover {
  color: #20162e;
  background-color: #fff;
  border-color: #fff;
}

.product_image {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #e65893e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart_add_button {
  color: #e65893e6;
  background-color: #fff0;
  border: 4px solid #e65893e6;
  border-radius: 16px;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .75rem;
  line-height: 1rem;
  transition: all .2s;
}

.cart_add_button:hover {
  color: #fff;
  border-color: #fff;
}

.text-block-47 {
  font-weight: 400;
}

.product-header5_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, .25fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.padding-global-3.vertical-padding {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.padding-global-3.vertical-padding.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product_description {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}

.container-product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.product_heading-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .125rem solid #fff;
  flex-flow: column;
  padding-bottom: .5rem;
  display: flex;
}

.variant-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  display: flex;
}

.quantity {
  height: 100%;
  margin-bottom: 0;
}

.product_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.product_price {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.variant-button {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
  align-self: center;
  min-height: auto;
  margin-bottom: 1rem;
  margin-right: 0;
  padding: .55rem 1rem;
  display: inline-block;
  position: static;
}

.variant-button:hover {
  color: #000;
  background-color: #fff;
}

.variant-button.w--ecommerce-pill-selected {
  color: #020202;
  background-color: #fff;
}

.is-invisible {
  display: none;
}

.product-header4_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header4_default-state {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: .1em #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: auto;
  display: flex;
}

.container-product-left {
  width: 50%;
  display: flex;
}

.container-product-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.padding-global-4 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.image {
  max-height: 500px;
}

.radio-button-label {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .div-block-363 {
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product7_image, .product7_image.is-hover {
    object-fit: scale-down;
  }

  .div-block-364 {
    justify-content: flex-end;
    align-items: center;
    max-width: 1300px;
  }

  .div-block-365 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-width: 1.5rem;
    border-top-color: #e65893e6;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
  }

  .div-block-367 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .product-header5_form-wrapper {
    grid-template-columns: 1fr minmax(min-content, .25fr);
  }
}

@media screen and (min-width: 1920px) {
  .contact-footer {
    padding-left: 10em;
  }

  .footer-icon_link, .footer-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .calendly_paint {
    max-width: 80rem;
  }

  .div-block-364 {
    justify-content: center;
    align-items: center;
  }

  .padding-global-3.vertical-padding.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 4rem;
  }

  h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  h3 {
    text-align: center;
    font-size: 1.75rem;
  }

  p {
    text-align: center;
  }

  .container-hero {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    min-height: 100dvh;
    padding-top: 7rem;
  }

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.75rem;
  }

  .services_item {
    width: 8rem;
  }

  .services_container {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .slider-button-right:hover, .slider-button-left:hover {
    background-position: 50%;
  }

  .default-contact_form {
    width: 75%;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .button-brand-2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .navbar_link {
    text-align: right;
    background-color: #000000b3;
    padding: 1.5rem 4rem 1.5rem 1rem;
    font-size: 1rem;
  }

  .menu-button {
    padding: 0;
  }

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

  .icon {
    color: #fff;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    line-height: 1;
  }

  .padding-navbar {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .padding-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

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

  .services_item-text {
    font-size: 1rem;
  }

  .hero_subheading {
    display: none;
  }

  .hero_logo {
    width: 100%;
    display: none;
  }

  .hero-right {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_p, .hero_number {
    display: none;
  }

  .hero_image-paint {
    top: 39%;
  }

  .preloader_logo {
    width: 50%;
  }

  .calendly_paint {
    top: 16%;
  }

  .hero_logo-mobile {
    width: 30rem;
    display: block;
  }

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

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

  .product7_list-wrapper, .product7_item-link {
    width: 100%;
  }

  .product7_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-363 {
    clear: both;
    height: auto;
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-364 {
    flex: 1;
    position: relative;
  }

  .product-header5_form-wrapper {
    grid-column-gap: 10px;
  }

  .padding-global-3, .padding-global-4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.125rem;
  }

  .container-hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 10dvh;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.vertical-padding.flex-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.5rem;
  }

  .why_us_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
    display: grid;
  }

  .why_us_item {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.375rem;
  }

  .swiper {
    max-height: 240px;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .default-contact_form {
    width: 100%;
  }

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

  .button-brand-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .navbar_link {
    padding-right: 2rem;
  }

  .contact-footer {
    justify-content: center;
    align-items: center;
  }

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

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .padding-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-color-yellow.subheading-size {
    font-size: 1.25rem;
  }

  .preloader-logo {
    width: 40%;
  }

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

  .hero_heading-buttons {
    flex-flow: column;
  }

  .hero_logo {
    width: 50%;
    margin-bottom: 0;
  }

  .hero-right {
    width: 50%;
  }

  .hero_image-paint {
    top: 44%;
  }

  .hero_logo-mobile {
    width: 20rem;
    margin-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

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

  .product7_image-wrapper {
    height: 100%;
  }

  .product7_item-link {
    width: 60%;
  }

  .product7_image {
    opacity: 1;
  }

  .product7_image.is-hover {
    display: block;
  }

  .product7_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-363 {
    padding-top: 8rem;
  }

  .buy_now_button {
    width: 100%;
  }

  .product_image {
    width: 75%;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_description {
    text-align: center;
  }

  .container-product {
    flex-flow: column;
  }

  .variant-button-group {
    justify-content: center;
    align-items: center;
  }

  .product_heading, .text-block-108, .product_price {
    text-align: center;
  }

  .product-header4_default-state {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-product-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-product-right {
    width: 100%;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section_home-services {
    display: none;
  }

  .container-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services_item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-left: .125rem solid #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-brand {
    z-index: 15;
    position: relative;
  }

  .services_container {
    grid-template-columns: minmax(200px, 1fr);
  }

  .why_us_container {
    display: flex;
  }

  .footer-icon_link {
    order: 0;
    max-width: 100%;
    margin: 22px auto 0;
  }

  .footer-icon {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-logo {
    width: 200%;
    max-width: 200%;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

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

  .services_item-text {
    text-align: left;
    width: 100%;
  }

  .hero_logo {
    width: 100%;
  }

  .hero-right {
    width: 79%;
  }

  .hero_number {
    display: block;
  }

  .hero_image-paint {
    top: 63%;
  }

  .hero_logo-mobile {
    filter: brightness(200%);
    width: 100%;
  }

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

  .page-padding {
    overflow: hidden;
  }

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

  .product7_image.is-hover {
    object-fit: scale-down;
  }

  .div-block-363 {
    height: auto;
    margin-top: 0%;
    margin-bottom: 0;
    padding-top: 6rem;
    padding-left: 10%;
  }

  .link-block-47 {
    margin-bottom: 10px;
    margin-left: auto;
  }

  .product-header5_form-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    align-content: center;
    place-items: center start;
    width: 100%;
    margin-top: 0;
  }

  .variant-button-group {
    margin-bottom: 0;
  }

  .product-header4_option-list {
    margin-bottom: .8rem;
  }

  .variant-button.w--ecommerce-pill-selected {
    margin-bottom: .8rem;
    padding: 5px 12px;
  }

  .product-header4_option {
    margin-bottom: 0;
  }

  .product-header4_default-state {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c1f12d19-ef3a-96d3-3d16-3802e92a448a-87bb0d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f12d19-ef3a-96d3-3d16-3802e92a4496-87bb0d93 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d0a0a0df-1180-619e-0775-9e069f01d843-470caa19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0a0a0df-1180-619e-0775-9e069f01d84c-470caa19 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5be55af8-8aeb-3090-5d29-31b693770740-a04fed4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5be55af8-8aeb-3090-5d29-31b693770749-a04fed4e {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eddbed26-57ee-8516-45d0-da777fe5888a-a04fed63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eddbed26-57ee-8516-45d0-da777fe58893-a04fed63 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9f94129e-f3d3-310b-5d84-8ff33bdb1496-26fd56af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f94129e-f3d3-310b-5d84-8ff33bdb149f-26fd56af {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}


