:root {
  --black: #2d2d33;
  --yellow-green: #bde673;
  --red-wine: #b52d30;
  --white: white;
  --dark-grey-2: #9f9fa5;
  --light-grey: #d9d9d9;
  --dim-grey: #3b3b47;
  --color: white;
  --gris_claro: #e6e6e8;
  --red: #e90b0e;
  --azul_gris: var(--gris_claro);
  --color-2: #3a5769;
}

.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-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-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-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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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;
}

@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-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 {
  background-color: var(--black);
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #9e9e9e;
  text-decoration: none;
  transition: opacity .3s;
}

blockquote {
  border-left: 5px solid #e2e2e21a;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.styleguide-spacing-all {
  display: none;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.text-size-tiny {
  color: #fff;
  font-size: .75rem;
}

.padding-large {
  padding: 3rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hide {
  display: none;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

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

.button {
  border-style: solid;
  border-width: 1px;
  border-color: #bde673 #bde673 var(--yellow-green);
  background-color: var(--red-wine);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: auto;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-weight: 400;
  transition: all .4s;
}

.button:hover, .button:active {
  background-color: var(--red-wine);
  color: var(--white);
  border-style: none;
  border-color: #000;
}

.button.w--current {
  color: var(--yellow-green);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-size: 12px;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #bde673;
  background-color: #0000;
}

.button.is-text:hover {
  color: var(--black);
  background-color: #bde673;
}

.button.product {
  width: 100%;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
}

.button.is-secondary:hover {
  color: var(--black);
  background-color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.heading-style-h2 {
  color: var(--dark-grey-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-style-allcaps.text-align-center {
  color: var(--red-wine);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 38px;
  padding-bottom: 40px;
  font-size: 2rem;
  font-weight: 500;
}

.heading-style-h2.text-style-allcaps.text-align-center._6 {
  color: var(--red-wine);
  margin-bottom: 44px;
  font-size: 3rem;
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center._6.serv {
  color: var(--red-wine);
}

.heading-style-h2.seer {
  margin-top: -82px;
  margin-bottom: 0;
}

.padding-small {
  padding: 1rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

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

.margin-0 {
  margin: 0;
}

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

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

.heading-style-h1 {
  color: var(--dark-grey-2);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-style-allcaps.text-align-center {
  border-top: 0px solid var(--red-wine);
  border-bottom: 0px solid var(--red-wine);
  background-color: var(--white);
  color: var(--red-wine);
  border-radius: 0;
  max-width: 2000px;
  height: 90px;
  max-height: 900px;
  margin-top: -55px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.heading-style-h1.text-style-allcaps.text-align-center.valores {
  margin-top: -2px;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.overflow-visible {
  overflow: visible;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-section-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -62px;
  margin-bottom: -19px;
  padding-top: 9rem;
  padding-bottom: 4.9rem;
  display: flex;
}

.padding-section-medium.rr {
  margin-top: -108px;
}

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

.margin-large {
  margin: 3rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-top {
  margin-bottom: -1.9rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3rem;
}

.margin-top.margin-huge {
  margin: 9.6rem 0 0;
}

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

.margin-top.margin-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.2rem;
  margin-bottom: -1.9rem;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.margin-top.margin-large._01 {
  background-color: var(--red-wine);
}

.margin-top.margin-large._01._02 {
  background-color: var(--white);
  margin-top: 4.8rem;
  padding-top: 0;
}

.margin-top.margin-small {
  margin: .7rem 0 0;
  padding-top: 0;
}

.margin-top.margin-small.l {
  text-align: center;
  position: absolute;
  inset: auto 0 0;
}

.margin-top.margin-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: .5rem;
  padding-bottom: 7.7rem;
  display: flex;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

.margin-bottom.margin-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

.social-link {
  color: #6e7991;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

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

.padding-top.padding-xxhuge {
  padding: 12rem 0 0;
}

.padding-top.padding-xxhuge.seer {
  margin-left: -40px;
  margin-right: -40px;
  padding-right: 0;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-huge {
  margin: 6rem;
}

.text-size-medium {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium.text-align-center {
  color: var(--light-grey);
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  word-break: normal;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
}

.text-size-medium.text-align-center.text-color-gray {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 72px;
  padding: 33px 43px 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.25;
}

.text-size-medium.text-align-center.text-color-gray._0112 {
  text-align: justify;
  margin-top: -56px;
}

.text-size-medium.text-align-center.text-color-gray._33.servii {
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium.text-align-center.text-color-gray.servii {
  margin-bottom: 27px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium.text-align-center._113 {
  word-break: normal;
  overflow-wrap: normal;
}

.text-size-medium.text-style-allcaps.text-align-center {
  opacity: 1;
  color: var(--red-wine);
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #464343;
  text-indent: 0;
  text-transform: uppercase;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-medium.text-style-allcaps.text-align-center._01 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.25rem;
}

.text-size-medium.text-style-allcaps.text-align-center._0000 {
  color: var(--red-wine);
  font-size: 2rem;
  font-weight: 500;
}

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide-label {
  color: var(--black);
  background-color: #bde673;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

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

.margin-xhuge {
  margin: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-input {
  color: var(--red-wine);
  overflow-wrap: normal;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a0a0a040;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: all .4s;
}

.form-input:hover {
  border-bottom-color: #a0a0a0cc;
}

.form-input::placeholder {
  color: var(--red-wine);
}

.form-input.is-text-area {
  text-align: justify;
  column-count: 1;
  column-rule-width: 100%;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  object-fit: fill;
  column-gap: 0%;
  min-width: 100%;
  max-width: 100%;
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-muted {
  opacity: .6;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.icon-height-large {
  height: 3rem;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

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

.text-rich-text {
  clear: none;
  color: var(--black);
  text-align: justify;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  word-break: normal;
  overflow-wrap: normal;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  font-size: 25px;
  text-decoration: none;
}

.text-rich-text h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

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

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.text-rich-text.te {
  margin-bottom: 44px;
}

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

.container-large.navbar-flex {
  justify-content: space-between;
  align-items: center;
  padding-right: 65px;
  display: flex;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-xlarge {
  padding: 4rem;
}

.text-size-large {
  color: var(--red-wine);
  font-size: 1.5rem;
  line-height: 1.4;
}

.page-wrapper {
  background-color: var(--color);
}

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

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

.heading-style-h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.main-wrapper {
  background-color: var(--white);
  padding-left: 38px;
  padding-right: 38px;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
  width: 100%;
}

.icon-1x1-medium {
  color: var(--light-grey);
  width: 1.25rem;
  height: 1.25rem;
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

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

.icon-1x1-large {
  color: var(--light-grey);
  width: 2rem;
  height: 2rem;
  font-family: Material Icon, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-color-gray {
  color: var(--red-wine);
  text-align: center;
  -webkit-text-stroke-color: var(--dim-grey);
  font-size: 2rem;
  font-weight: 500;
}

.text-color-gray._01 {
  color: var(--dim-grey);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.text-color-gray._01._002 {
  font-size: 2rem;
}

.text-color-gray._02 {
  color: var(--red-wine);
  font-size: 2rem;
  font-weight: 500;
}

.text-color-gray._2._3, .text-color-gray._1.inicio {
  color: var(--black);
}

.text-color-gray._5 {
  color: var(--red-wine);
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-regular.text-color-white.text-style-allcaps {
  color: var(--black);
  text-align: center;
}

.text-size-regular.text-color-gray {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.margin-custom2 {
  margin: 2.5rem;
}

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

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.form-component {
  margin-bottom: 0;
}

.margin-medium {
  margin: 2rem;
}

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

.heading-style-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-height-medium {
  height: 2rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.styleguide-color.is-03 {
  background-color: var(--yellow-green);
}

.styleguide-color.is-01 {
  background-color: var(--black);
}

.styleguide-color.is-02 {
  background-color: var(--dim-grey);
}

.padding-0 {
  padding: 0;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-style-allcaps.text-color-gray {
  color: var(--black);
  text-align: justify;
  -webkit-text-stroke-color: var(--light-grey);
  text-transform: none;
  padding-top: 33px;
  padding-bottom: 0;
  font-size: 1rem;
}

.text-size-small.text-style-allcaps.text-color-gray.text-align-center {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  padding-left: 50px;
}

.text-size-small.text-style-allcaps.text-color-gray.text-align-center._111 {
  padding-top: 0;
}

.text-size-small.text-style-allcaps.text-color-gray.text-align-center._222 {
  color: var(--light-grey);
  font-weight: 400;
}

.text-size-small.text-style-allcaps.text-color-gray.text-align-center._222.produ {
  color: var(--dark-grey-2);
  margin-top: -4px;
  padding-top: 0;
  padding-left: 0;
}

.text-size-small.text-style-allcaps.text-color-gray.text-align-center.cep {
  padding-top: 17px;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-section-large {
  background-color: var(--color);
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large._01 {
  padding-top: 0;
}

.icon-1x1-small {
  color: var(--light-grey);
  font-family: Material Icon, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

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

.icon-height-small {
  height: 1rem;
}

.styleguide-social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 28rem;
}

.padding-huge {
  padding: 6rem;
}

.styleguide-component {
  overflow: hidden;
}

.style-guide-version {
  color: #333;
  font-size: 16px;
}

.style-guide-version:hover {
  opacity: .65;
}

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

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

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

.social-link-item {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 2;
  color: var(--dark-grey-2);
  font-family: Brand Font, sans-serif;
  font-weight: 400;
  position: relative;
}

.utility-content-wrapper {
  background-color: var(--dim-grey);
  border: 1px solid #9f9fa540;
  border-radius: 10px;
  padding: 2rem;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  opacity: .75;
}

.form-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
  margin-left: -72px;
  margin-right: -102px;
  padding-left: 0;
}

.form-block {
  border: 1px solid var(--red-wine);
  background-color: var(--light-grey);
  color: #f8f8f8;
  border-radius: 14px;
  padding: 4rem 9rem;
}

.faq-answer {
  padding: 2rem 2.5rem;
}

.faq-top-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #9f9fa51a;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: grid;
}

.faq-content-wrapper {
  cursor: pointer;
}

.faq-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  margin-bottom: 2.5rem;
  display: grid;
}

.faq-icon-wrapper {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.faq-answer-content {
  overflow: hidden;
}

.plus-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.blog-post-image {
  height: 100%;
}

.blog-post-details-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.category {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 6px;
  padding: 6px 14px;
}

.dot {
  background-color: var(--yellow-green);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff0d;
}

.other-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-tag {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 6px;
  padding: 6px 14px;
  display: inline-block;
  position: absolute;
  inset: auto 5% 5% auto;
}

.arrow {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 16px;
}

.arrow-circle {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.inner-grid-block.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.blog-link-item {
  background-color: var(--dim-grey);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-category-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.blog-category-button-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-category-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gris_claro);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 41px;
}

.project-details-component-grid._01 {
  background-color: var(--red-wine);
}

.project-details-component-grid._02 {
  background-color: var(--dark-grey-2);
}

.project-details-component-grid._02.celul {
  margin-top: 57px;
}

.project-details-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.client-website-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  transition-duration: .4s;
  display: flex;
}

.client-website-link:hover {
  opacity: .65;
}

.website-arrow {
  color: #fff;
  margin-top: 6px;
  font-family: Material Icon, sans-serif;
  line-height: 1;
}

.other-projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

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

.blog-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-form-block {
  align-items: center;
}

.subscribe-form-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.checkout-form, .paypal-checkout-form, .order-conffirmation-content {
  background-color: var(--dim-grey);
  border-radius: 16px;
  padding-top: 2rem;
}

.product-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.product-item-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.check-icon {
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.product-pricing-block {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 2.5rem;
}

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

.category-product-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-product-block {
  background-color: var(--dim-grey);
  border-radius: 12px;
  padding: 3rem 2.5rem;
}

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

.card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
}

.card-image {
  object-fit: cover;
  border-radius: 12px;
  width: 16rem;
  height: 14rem;
}

.card-image-row {
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.card-image-row.rotate-right-up {
  transform: rotate(-10deg);
}

.card-image-row.rotate-left-up {
  transform: rotate(10deg);
}

.card-image-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.section-home-header {
  overflow: hidden;
}

.button-flex-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-header {
  padding-top: 12rem;
}

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

.hero-horizontal-flex-center {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.hero-icon {
  color: #bde673;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 120px;
  font-family: Material Icon, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.services-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.25rem;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services-grid._01 {
  background-color: var(--red-wine);
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 52px;
}

.services-grid._03 {
  grid-row-gap: 1.15rem;
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
}

.services-grid.servi {
  grid-column-gap: 6rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 179px;
  display: grid;
  position: relative;
}

.services-grid.mision {
  margin-top: -54px;
}

.service-block {
  border: 2px solid var(--light-grey);
  background-color: var(--color);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  padding: 2.5rem 0 0;
  display: flex;
}

.service-block._01 {
  border-width: 1px;
  width: auto;
  margin-top: 86px;
  margin-left: 24px;
  padding-bottom: 0;
  padding-right: 1.5rem;
}

.service-block._01._002 {
  border-width: 1px;
  border-color: var(--dark-grey-2);
  background-color: var(--white);
}

.service-block._01._002.servii {
  border-radius: 0;
  margin-top: 37px;
  margin-left: 0;
}

.service-block._01._002.oo {
  border-style: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.service-block._03 {
  border-width: 1px;
  border-color: var(--dark-grey-2);
  background-color: var(--white);
  margin-top: 0;
  margin-left: 24px;
  padding-right: 1.5rem;
}

.service-block._03.servii {
  border-radius: 0;
  margin-left: 0;
}

.service-block._02 {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--white);
  margin-top: 86px;
  margin-right: 24px;
  padding-right: 1.5rem;
  position: relative;
}

.service-block._02.servii {
  border-radius: 0;
  margin-top: 37px;
  margin-right: 0;
}

.service-block._02.ll {
  aspect-ratio: auto;
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.service-block._04 {
  border-width: 1px;
  border-color: var(--dark-grey-2);
  background-color: var(--white);
  margin-top: 0;
  margin-right: 24px;
  padding-right: 1.5rem;
}

.service-block._04.servii {
  border-radius: 0;
  margin-right: 0;
}

.service-block._05 {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.service-block._05._000 {
  background-color: var(--light-grey);
  border-width: 0;
}

.service-icon {
  color: var(--red-wine);
  -webkit-text-stroke-color: #e90b0e;
  margin-top: -42px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Material Icon, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.service-icon.servii {
  padding-right: 0;
}

.projects-main-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  transition: opacity .3s;
  display: block;
}

.project-details-flex-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.project-image-wrapper {
  border-radius: 1.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.project-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.project-image-wrapper.other-projects {
  height: 50vh;
}

.project-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.depoiment-card-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 14px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1rem;
  display: flex;
  position: relative;
}

.client-photo {
  text-align: center;
  border-radius: 11%;
  width: 10rem;
  margin-top: 0;
}

.quote {
  opacity: .03;
  font-family: PT Serif, serif;
  font-size: 15rem;
  line-height: 1;
  position: absolute;
  inset: 2% 10% auto auto;
}

.view-more-button {
  background-color: var(--dark-grey-2);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 35% 0% 0%;
}

.view-more-button._01 {
  margin-top: 1230px;
}

.view-more-button.servicios {
  background-color: var(--dark-grey-2);
  color: var(--white);
  width: 5rem;
  height: 5rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0;
}

.view-more-button.servicios.uno1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  inset: auto 0% 0% auto;
}

.view-more-button.servicios.dops {
  margin-top: auto;
  margin-left: auto;
  inset: auto 0;
}

.view-more-button.servicios.dops.desfri {
  margin-top: 1818px;
  margin-left: 332px;
  margin-right: auto;
}

.view-more-button.servicios.dops.desfri.ces {
  margin-top: auto;
  margin-left: auto;
  inset: 140px 0 auto;
}

.view-more-button.servicios.imaa1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: auto auto 0;
  display: flex;
  inset: auto 0;
}

.view-more-button.servicios.imaa1.dd {
  margin-top: 1417px;
  margin-left: auto;
  margin-right: auto;
}

.view-more-button.servicios.imaa1.tt {
  margin-left: 66px;
}

.view-more-button.servicios.imaa1.tt.jj.gt {
  margin-top: 2151px;
  margin-left: 608px;
}

.view-more-button.servicios.maa2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: auto;
  margin-right: auto;
  inset: auto 0;
}

.view-more-button.servicios.ml2 {
  margin-top: auto;
  margin-right: auto;
  inset: auto 0;
}

.view-more-button.servicios.desfri {
  margin-top: 1818px;
  margin-right: 332px;
}

.view-more-button.servicios.desfri.ces {
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  inset: 140px 0 auto;
}

.view-more-button.servicios.imaa2 {
  margin-right: auto;
}

.view-more-button.servicios.imaa2.ww {
  position: absolute;
  inset: auto;
}

.view-more-button.servicios.mls {
  margin-right: auto;
  inset: auto 0;
}

.footer-section {
  position: relative;
  overflow: hidden;
}

.padding-footer {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.footer-text {
  color: #313138;
  text-align: center;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10%;
}

.footer-main-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.footer-left-content {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.footer-left-content.image34 {
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  margin-right: 0;
  padding-left: 0;
}

.social-media-flex-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-bg {
  z-index: 1;
  background-color: var(--light-grey);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-bg.gray {
  background-color: #a0a0a040;
}

.cta-wrapper-flex {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.call-to-action-button {
  perspective: 2000px;
  cursor: pointer;
  width: 18rem;
  height: 6rem;
  position: relative;
}

.cta-button-front {
  background-color: var(--red-wine);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border: 0 solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.cta-text {
  z-index: 10;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

.cta-button-back {
  border: 0px solid var(--yellow-green);
  background-color: var(--red-wine);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button {
  perspective: 2000px;
  cursor: pointer;
  width: 11rem;
  height: 3.5rem;
  position: relative;
}

._3d-button-front {
  border: 0px solid var(--yellow-green);
  background-color: var(--red-wine);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-front.secondary {
  background-color: var(--red-wine);
  border-width: 0;
}

._3d-button-front.secondary._54 {
  color: var(--red-wine);
}

._3d-button-text {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  border: 1px solid #fbf9f908;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

._3d-button-back {
  border: 0px solid var(--white);
  background-color: var(--red-wine);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-button-back.secondary {
  border-color: var(--light-grey);
  background-color: var(--red-wine);
  color: var(--red-wine);
}

.footer-description {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: -6rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--dark-grey-2);
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: .4s;
}

.footer-link:hover {
  color: #fff;
}

.footer-details-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo {
  width: auto;
  height: 10rem;
  margin-top: -23px;
  margin-bottom: 0;
  margin-left: 82px;
  font-size: 25px;
  line-height: 30px;
}

._3d-brand-link {
  perspective: 3000px;
  width: 100px;
  height: 30px;
  margin-top: .5rem;
  position: relative;
}

._3d-brand-link.w--current {
  perspective: none;
}

.logo-front {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
  inset: 0;
}

.logo-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  width: 4rem;
  height: 1rem;
  position: relative;
}

.nav-flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-flex-center._3 {
  margin-right: 26px;
}

.rotate-text-button {
  background-color: var(--black);
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -10px);
}

.rotate-text-button._01 {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--dark-grey-2);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -8px);
}

.rotate-text-button._02 {
  color: var(--red-wine);
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -8px);
}

.button-text {
  color: var(--dark-grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

.button-text.text-color-gray {
  background-color: var(--white);
  color: var(--dark-grey-2);
}

.button-text.nav-text-mobile {
  background-color: var(--white);
  color: var(--light-grey);
  -webkit-text-stroke-color: var(--white);
}

.button-text.nav-text-mobile.cont {
  margin-left: 0;
  padding-left: 0;
}

.button-text.nav-text-mobile._01 {
  color: var(--dark-grey-2);
  font-weight: 400;
}

.button-text.nav-text-mobile._01._5, .button-text.nav-text-mobile._02 {
  color: var(--red);
}

.section-about-header {
  overflow: hidden;
}

.padding-about-header {
  margin-top: 30px;
  padding-top: 12.1rem;
  padding-bottom: 0;
  font-size: 14rem;
}

.numbers-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 33px 30px;
}

.numbers-component-grid._01 {
  grid-column-gap: 3rem;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-top: -15px;
  margin-bottom: 129px;
  padding-top: 5px;
  padding-bottom: 0;
}

.numbers-content-wrapper {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.numbers-content-wrapper._01 {
  border-radius: 0;
  margin: auto;
  padding: 0;
  position: relative;
}

.number {
  color: var(--red-wine);
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.text-span {
  color: var(--red-wine);
  margin-left: 0;
  padding-left: 0;
  padding-right: 40px;
}

.awards-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.awards-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.awards-line {
  background-color: #9f9fa533;
  width: 100%;
  height: 1px;
}

.member-details {
  flex-direction: column;
  display: flex;
}

.team-members-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.member-block-item {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.team-member-photo {
  border-radius: 14px;
  width: 100%;
}

.projects-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-content-wrapper {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 4rem;
}

.lock-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.block-header {
  background-color: var(--dim-grey);
  border-color: #9f9fa540;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  background-color: var(--dim-grey);
  border-bottom-color: #9f9fa540;
  border-left-color: #9f9fa540;
  border-right-color: #9f9fa540;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.checkout-input {
  color: var(--dark-grey-2);
  background-color: #fafafa00;
  border-color: #9f9fa540;
  border-radius: 6px;
  transition: all .4s;
}

.checkout-input:hover {
  border-color: #9f9fa5bf;
}

.shipping-method {
  background-color: var(--dim-grey);
  border-bottom-style: none;
}

.shipping-method-list {
  background-color: var(--dim-grey);
  border-left-style: none;
  border-right-style: none;
}

.product-info-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  width: 100%;
}

.preload {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.preload-circle {
  background-color: var(--dark-grey-2);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.preload-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preload-logo-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.preload-logo {
  width: auto;
  height: 4rem;
}

.nav-menu {
  margin-left: 0;
}

.nav-menu-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: center;
  transition-property: none;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link._02 {
  margin-left: -20px;
}

.nav-link._04 {
  margin-left: 18px;
}

.nav-link._04._44 {
  margin-left: 24px;
}

.nav-link._04._33 {
  margin-left: 5px;
}

.nav-link._03 {
  margin-left: 0;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
}

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

.link-block {
  width: 100px;
  height: 30px;
}

.image {
  width: 100px;
  height: auto;
}

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

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 230px;
}

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

.image-8 {
  border: 1px solid #6c6464;
  padding-top: 34px;
}

.image-9 {
  margin-top: 13px;
}

.image-10, .image-11, .image-12, .image-13 {
  width: 230px;
}

.image-14 {
  text-align: center;
  width: 75px;
  margin-top: 18px;
}

.image-15 {
  padding-left: 40px;
  padding-right: 0;
}

.body-4 {
  background-color: var(--white);
  color: var(--black);
}

.image-16 {
  width: 60%;
  max-width: none;
  max-height: none;
  margin-right: 44px;
}

.image-17 {
  border-radius: 0;
  max-width: 60%;
  margin-bottom: 0;
  padding-top: 0;
}

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

.image-18 {
  border-radius: 0;
  max-width: 50%;
  padding-right: 15px;
}

.image-19 {
  max-width: 50%;
  padding-left: 15px;
}

.image-20, .image-21 {
  width: 800px;
  margin-left: 139px;
}

.div-block {
  background-color: var(--light-grey);
}

.cell {
  display: flex;
}

.container {
  background-color: var(--dark-grey-2);
  max-width: 300px;
  max-height: 600px;
  margin: -112px 0 10px -67px;
  padding-top: 0;
  padding-bottom: 103px;
  padding-right: 0;
}

.section-about-header-copy {
  overflow: hidden;
}

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

.heading {
  color: var(--dark-grey-2);
  text-align: center;
  margin-top: 38px;
  font-size: 30px;
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  text-align: justify;
  text-indent: 0;
  margin-top: 42px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.imag1 {
  margin-top: 46px;
  margin-bottom: -143px;
  padding-top: 0;
  padding-bottom: 0;
}

.name_services {
  justify-content: center;
  align-items: center;
  margin-top: -41px;
  display: flex;
}

.text-block-2 {
  color: var(--color);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.text-block-2.serv1 {
  margin-top: 0;
}

.text-block-2.serv1.serv3 {
  margin-top: 4px;
  margin-bottom: 0;
}

.rich-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  color: var(--red-wine);
}

.text_parla {
  color: var(--red-wine);
  width: 45%;
  margin-top: -272px;
  margin-left: 69px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text_parla.tab {
  background-color: var(--light-grey);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 0;
  margin-left: 0;
  font-size: 37px;
  font-weight: 300;
  line-height: 53px;
  display: flex;
}

.text-block-4 {
  color: var(--black);
}

.copy {
  color: var(--dark-grey-2);
  font-family: Pretendard, sans-serif;
}

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

.pre_cuerpo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gris_claro);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pre_cuerpo.sdsd {
  background-color: var(--color);
}

.bold-text {
  background-color: var(--gris_claro);
  font-weight: 500;
}

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

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

.otros_servicios.ff {
  grid-template-columns: 1fr;
  position: relative;
}

.otros_servicios.ff.desfri {
  position: relative;
}

.ver {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 51%;
  display: grid;
  position: static;
}

.image-22, .image-23, .image-24 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

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

.div-block-3.im1 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-self: center;
  position: relative;
}

.set {
  color: var(--color);
  text-align: center;
  margin: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  inset: auto 0 100px;
}

.set.ser {
  margin-top: 0;
  margin-left: 0;
  font-size: 35px;
  line-height: 26px;
  bottom: 100px;
}

.set.dgt {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 29px;
  inset: auto 0;
}

.set.produd {
  color: var(--dark-grey-2);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  font-size: 25px;
  font-weight: 400;
  display: flex;
  position: relative;
  bottom: auto;
}

.set.produd.loo.hh {
  margin-top: 694px;
  margin-left: 19px;
}

.set.produd.popl {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: auto;
  margin-left: auto;
  text-decoration: none;
  position: absolute;
}

.set.ll {
  bottom: 0;
}

.link-2 {
  color: var(--color);
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  vertical-align: middle;
  flex: 0 auto;
  align-self: auto;
  margin-left: -34px;
  display: block;
}

.image-26 {
  position: static;
}

.image-28 {
  border-radius: 20px;
  max-width: 60%;
  margin-bottom: 94px;
  margin-left: 240px;
  margin-right: 240px;
}

.image-29 {
  width: 96vw;
  min-width: 0;
  max-width: 62%;
  height: 100vh;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-30 {
  border: 1px solid var(--white);
  border-radius: 20px;
  max-width: 60%;
  margin-left: 300px;
  margin-right: 0;
}

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

.div-block-4.ttt {
  position: relative;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  margin: auto;
  display: grid;
  position: relative;
  top: auto;
}

.set-ll {
  text-align: center;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  inset: auto 0;
}

.image-31 {
  max-width: 100%;
  margin: auto 0;
  position: static;
  inset: auto 0%;
}

.image-32 {
  border: 1px #000;
  border-radius: 0;
  width: 90%;
  max-width: 100%;
  height: 80%;
  position: absolute;
}

.image-33 {
  width: 90%;
  height: 80%;
}

.link-3 {
  color: var(--white);
}

.text-block-11 {
  color: var(--dark-grey-2);
  text-align: center;
  position: absolute;
  inset: auto 0 0;
}

.text-block-11.heading-style-h3, .text-block-11.heading-style-h1 {
  color: var(--red-wine);
  font-size: 2rem;
}

.image-34 {
  margin-left: -152px;
}

.image-35 {
  align-self: flex-end;
  display: block;
}

@media screen and (min-width: 1280px) {
  .button {
    background-color: var(--red-wine);
  }

  .heading-style-h2.text-style-allcaps.text-align-center {
    margin-top: 72px;
    font-size: 2rem;
  }

  .heading-style-h1.text-style-allcaps.text-align-center {
    margin-bottom: 47px;
  }

  .margin-top.margin-large._01._02 {
    background-color: var(--white);
  }

  .margin-top.margin-small {
    color: var(--black);
  }

  .margin-top.margin-xlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.9rem;
    display: flex;
  }

  .text-size-medium.text-align-center.text-color-gray {
    color: var(--black);
  }

  .text-size-medium.text-style-allcaps.text-align-center._01 {
    color: var(--red-wine);
  }

  .form-input {
    border-style: solid;
    border-color: var(--red-wine);
    color: var(--white);
  }

  .container-large.navbar-flex {
    padding-right: 0;
  }

  .text-size-large.text-align-center {
    margin-bottom: 37px;
  }

  .text-color-gray {
    color: var(--red-wine);
  }

  .text-color-gray._01._002 {
    font-size: 2rem;
  }

  .text-color-gray._2 {
    color: var(--black);
  }

  .text-color-gray._2._3._4 {
    font-size: 3rem;
  }

  .text-color-gray._1 {
    color: var(--black);
  }

  .text-color-gray._3 {
    color: var(--red-wine);
  }

  .padding-section-large {
    margin-top: -62px;
  }

  .form-block {
    border: 1px solid var(--red-wine);
    background-color: var(--light-grey);
  }

  .faq-content-grid {
    margin-top: 116px;
    margin-bottom: 3.1rem;
  }

  .services-grid {
    margin-top: 246px;
  }

  .services-grid._03 {
    margin-top: 0;
  }

  .service-block._01._002, .service-block._03, .service-block._02, .service-block._04 {
    background-color: var(--white);
  }

  .service-icon {
    padding-left: 0;
  }

  .view-more-button {
    background-color: var(--dark-grey-2);
  }

  .view-more-button.servicios {
    margin-right: auto;
  }

  .view-more-button.servicios.dops {
    margin-left: auto;
  }

  .view-more-button.servicios.dops.desfri {
    margin-top: 1900px;
    margin-left: 346px;
  }

  .view-more-button.servicios.dops.desfri.ces {
    margin-top: auto;
    margin-left: auto;
  }

  .view-more-button.servicios.imaa1 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-top: 1657px;
    margin-left: 620px;
  }

  .view-more-button.servicios.imaa1.tt.jj {
    margin-top: 2421px;
    margin-left: 596px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-top: 2319px;
  }

  .view-more-button.servicios.maa2 {
    margin: auto auto 0;
    inset: auto 0;
  }

  .view-more-button.servicios.ml2 {
    margin-top: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.desfri {
    margin-top: 1900px;
    margin-right: 346px;
  }

  .view-more-button.servicios.desfri.ces {
    margin-top: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.imaa2 {
    margin: auto auto 0;
    inset: 0%;
  }

  .view-more-button.servicios.imaa2.ww {
    margin-top: auto;
    inset: auto;
  }

  .nav-flex-center {
    padding-left: 0;
  }

  .nav-flex-center._01 {
    padding-left: 24px;
  }

  .nav-flex-center._01._02 {
    margin-right: 1px;
    padding-left: 0;
  }

  .nav-flex-center._02 {
    margin-right: -21px;
    padding-right: 0;
  }

  .rotate-text-button._01 {
    margin-left: 0;
    padding-left: 0;
  }

  .button-text.nav-text-mobile._01 {
    text-align: center;
    margin-left: 0;
  }

  .numbers-component-grid {
    margin-top: 162px;
  }

  .numbers-content-wrapper {
    margin-top: -1px;
  }

  .nav-menu-flex {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: auto;
    padding-right: 6.2rem;
    display: grid;
  }

  .bg-navbar {
    display: block;
  }

  .body-2, .body-4 {
    background-color: var(--white);
  }

  .pre_cuerpo.sdsd {
    background-color: var(--color);
  }

  .div-block-3.im1 {
    grid-row-gap: 46px;
    grid-template-rows: auto auto auto auto auto;
  }

  .set {
    margin-top: 0;
    margin-left: 0;
    line-height: 25px;
    bottom: 100px;
  }

  .set.ser {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    bottom: 100px;
  }

  .set.dgt {
    margin-left: auto;
    margin-right: auto;
  }

  .set.produd {
    margin-top: auto;
    margin-left: auto;
    position: relative;
    inset: auto 0% 0%;
  }

  .set.produd.loo {
    margin-top: 751px;
    margin-left: 12px;
  }

  .set.produd.loo.hh {
    margin-top: 734px;
    margin-left: -43px;
  }

  .set.produd.popl {
    width: 500px;
    margin-top: 615px;
    margin-left: -26px;
  }

  .image-27 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .image-28 {
    max-width: 60%;
    margin-bottom: 120px;
    margin-left: 260px;
    margin-right: 266px;
  }

  .image-29 {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    max-width: 100%;
    margin-left: 288px;
    margin-right: 320px;
  }

  .div-block-4 {
    background-image: url('../images/msv.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 60% 0%;
    background-attachment: scroll;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-4.ttt {
    background-image: none;
    max-width: 100%;
    position: relative;
  }

  .div-block-5 {
    margin: 0;
    position: relative;
    inset: 0%;
  }

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

  .button-view {
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: auto;
    max-width: none;
    height: 100px;
    margin: auto;
    display: flex;
    position: static;
  }

  .set-ll {
    margin-bottom: 60px;
    line-height: 30px;
    bottom: auto;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    margin-top: auto;
  }

  .text-color-gray {
    font-size: 2rem;
  }

  .services-grid._03 {
    margin-top: 0;
  }

  .view-more-button.servicios {
    margin-right: auto;
  }

  .view-more-button.servicios.dops {
    margin-left: auto;
  }

  .view-more-button.servicios.dops.desfri {
    margin-left: 425px;
  }

  .view-more-button.servicios.dops.desfri.ces {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.imaa1 {
    margin-top: auto;
    margin-left: auto;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-top: 1746px;
    margin-left: 688px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-top: 2512px;
    margin-left: 708px;
  }

  .view-more-button.servicios.maa2 {
    margin-top: auto;
    inset: auto 0;
  }

  .view-more-button.servicios.ml2 {
    margin-top: auto;
  }

  .view-more-button.servicios.desfri {
    margin-right: 425px;
  }

  .view-more-button.servicios.desfri.ces {
    margin-top: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.mls {
    margin-right: auto;
    inset: auto 0;
  }

  .cta-button-front, .cta-button-back {
    background-color: var(--red-wine);
  }

  .rotate-text-button._02 {
    color: var(--dim-grey);
    font-weight: 300;
  }

  .rotate-text-button._02._03 {
    color: var(--dark-grey-2);
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
  }

  .button-text {
    line-height: 20px;
  }

  .button-text.text-color-gray {
    font-size: 14px;
  }

  .div-block-3.im1 {
    min-width: 60%;
    position: relative;
  }

  .set {
    margin-top: 0;
  }

  .set.ser {
    bottom: 100px;
  }

  .set.produd {
    color: var(--dark-grey-2);
    text-align: center;
    width: 27vw;
    max-width: none;
    margin-top: auto;
    margin-left: auto;
    font-size: 2vw;
    font-weight: 400;
    line-height: 1vw;
    position: relative;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    margin-bottom: 120px;
    margin-left: 347px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: center;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .margin-top.margin-large._01 {
    background-color: var(--red-wine);
    margin-top: -3.2rem;
  }

  .text-color-gray {
    color: var(--red-wine);
    font-size: 2rem;
  }

  .text-color-gray._02 {
    font-size: 4rem;
  }

  .services-grid._03 {
    margin-top: 72px;
  }

  .project-image-wrapper {
    height: 100%;
  }

  .project-image-wrapper.project-page {
    height: 50rem;
  }

  .project-image-wrapper.other-projects {
    height: 22rem;
  }

  .depoiment-card-item.black-back {
    background-color: var(--black);
  }

  .view-more-button.servicios.dops {
    margin-left: auto;
  }

  .view-more-button.servicios.dops.desfri.ces {
    margin-top: auto;
    margin-left: auto;
  }

  .view-more-button.servicios.imaa1 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-left: 928px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-left: 944px;
  }

  .view-more-button.servicios.maa2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .view-more-button.servicios.ml2 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.desfri.ces {
    margin-top: auto;
    margin-right: auto;
  }

  .rotate-text-button._02 {
    color: var(--dim-grey);
    font-size: 14px;
    line-height: 20px;
  }

  .image-24 {
    width: 100%;
  }

  .div-block-3.im1 {
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .padding-section-medium {
    padding-top: 8.8rem;
  }

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

  .margin-top.margin-large._01 {
    background-color: var(--red-wine);
  }

  .margin-top.margin-xlarge {
    padding-bottom: 0;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .text-size-medium.text-align-center.text-color-gray {
    margin-bottom: 41px;
    padding: 0 20px 10px;
  }

  .text-size-medium.text-align-center.text-color-gray._33 {
    margin-bottom: 0;
    padding: 10px;
  }

  .text-size-medium.text-align-center._113 {
    padding-top: 0;
    padding-right: 93px;
  }

  .text-size-medium.text-style-allcaps.text-align-center._01 {
    text-align: center;
    letter-spacing: 1px;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .text-color-gray._02 {
    color: var(--white);
  }

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

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

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

  .text-size-small.text-style-allcaps.text-color-gray {
    padding-top: 10px;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 26px;
    padding-bottom: 0;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center._111 {
    margin-top: -43px;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center.cep {
    margin-top: 1px;
  }

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

  .project-details-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-details-component-grid._02 {
    grid-column-gap: 2.2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-posts-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    width: 12rem;
    height: 10rem;
  }

  .hero-text {
    font-size: 5rem;
  }

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

  .services-grid._03 {
    background-color: var(--color);
    margin-top: 17px;
    margin-right: 0;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .services-grid.mision {
    margin-top: 0;
  }

  .service-block {
    background-color: var(--color);
    border-width: 2px;
    margin-top: 0;
    padding-left: 0;
  }

  .service-block._01, .service-block._03, .service-block._02, .service-block._04 {
    background-color: var(--white);
    padding-right: 1.5rem;
  }

  .service-block._05._000 {
    margin-top: 60px;
    padding-top: 0;
    padding-left: 0;
  }

  .service-icon {
    text-align: center;
    align-self: center;
    margin-top: -43px;
    padding-right: 0;
  }

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

  .project-image-wrapper {
    height: 70vh;
  }

  .project-image-wrapper.project-page {
    height: 80vh;
  }

  .project-image-wrapper.other-projects {
    height: 40vh;
  }

  .view-more-button {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: auto;
    bottom: auto;
  }

  .view-more-button.servicios {
    margin-right: 155px;
    display: flex;
  }

  .view-more-button.servicios.dops {
    margin-left: 155px;
  }

  .view-more-button.servicios.dops.desfri {
    margin-top: 1727px;
    margin-left: 169px;
  }

  .view-more-button.servicios.dops.desfri.ces {
    margin-top: auto;
    margin-left: auto;
    top: 100px;
  }

  .view-more-button.servicios.imaa1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-right: auto;
    display: flex;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-top: 1135px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-top: 1684px;
    margin-left: 357px;
  }

  .view-more-button.servicios.maa2 {
    margin-top: 968px;
    margin-right: 348px;
    display: flex;
  }

  .view-more-button.servicios.ml2 {
    margin-top: auto;
    margin-right: auto;
    display: flex;
  }

  .view-more-button.servicios.desfri {
    margin-top: 1727px;
    margin-right: 169px;
  }

  .view-more-button.servicios.desfri.ces {
    margin-top: auto;
    margin-right: auto;
    top: 100px;
  }

  .footer-text {
    font-size: 12rem;
    bottom: -6%;
  }

  .call-to-action-button {
    width: 16rem;
    height: 5rem;
  }

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

  ._3d-brand-link {
    margin-top: 1rem;
  }

  .nav-flex-center {
    width: 100%;
    height: 100%;
  }

  .rotate-text-button {
    background-color: #0000;
  }

  .button-text.nav-text-mobile {
    font-size: 4rem;
  }

  .padding-about-header {
    padding-top: 12rem;
  }

  .numbers-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .numbers-component-grid._01 {
    grid-template-columns: 1fr;
  }

  .numbers-content-wrapper._01 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .member-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    z-index: 100;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-menu-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .menu-button-top-line, .menu-button-bottom-line {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 20rem;
    height: 3rem;
  }

  .nav-link._01.w--current {
    font-size: 10px;
    line-height: 16px;
  }

  .menu-button {
    z-index: 999;
    background-color: #9f9fa533;
    border-radius: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .bg-navbar {
    background-color: var(--dim-grey);
    width: 100%;
    height: 100%;
  }

  .menu-button-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    width: 2rem;
    display: flex;
    position: relative;
  }

  .text_parla.tab {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pre_cuerpo.sdsd {
    background-color: var(--color);
  }

  .div-block-3.im1 {
    grid-row-gap: 66px;
  }

  .set {
    margin-top: 0;
    margin-left: 0;
    line-height: 25px;
    bottom: 40px;
  }

  .set.ser {
    margin-top: 0;
    margin-left: 0;
    bottom: 40px;
  }

  .set.dgt {
    margin-left: 85px;
    margin-right: 28px;
  }

  .set.produd {
    width: 30vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 3vw;
    line-height: 3vw;
    position: absolute;
  }

  .set.produd.loo.hh {
    margin-top: 471px;
  }

  .set.produd.popl {
    margin-top: 362px;
  }

  .image-28 {
    margin-left: 144px;
  }

  .image-29 {
    height: 75vh;
    margin-left: 144px;
    margin-right: 144px;
  }

  .image-30 {
    margin-left: 147px;
  }

  .div-block-5 {
    width: 35vw;
  }

  .text-block-11.heading-style-h3, .text-block-11.heading-style-h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-small {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center._6 {
    font-size: 2rem;
  }

  .heading-style-h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .margin-top.margin-large._01._02 {
    background-color: var(--white);
  }

  .margin-top.margin-small {
    text-align: justify;
    margin-top: 0;
    margin-right: 0;
  }

  .margin-top.margin-xlarge {
    padding-bottom: 5.9rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .text-size-medium.text-align-center.text-color-gray {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .text-size-medium.text-align-center.text-color-gray._33 {
    margin-bottom: 0;
    padding: 10px;
  }

  .text-size-medium.text-style-allcaps.text-align-center._01 {
    text-align: center;
    align-self: center;
    padding-left: 0;
  }

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

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.25rem;
  }

  .text-rich-text h5 {
    font-size: 1.125rem;
  }

  .text-rich-text h6 {
    font-size: .875rem;
  }

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

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

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

  .text-color-gray._02 {
    color: var(--red-wine);
    font-size: 3rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .padding-section-large {
    margin-top: 0;
    padding-top: 0;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-title {
    padding-left: 0;
  }

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

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .other-posts-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .top-component-grid {
    grid-template-columns: 1fr;
  }

  .blog-category-button-flex {
    flex-wrap: wrap;
  }

  .blog-post-category-component-grid, .other-projects-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-posts-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .checkout-form, .paypal-checkout-form, .order-conffirmation-content {
    border-radius: 12px;
  }

  .product-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-image {
    border-radius: 8px;
    width: 8rem;
    height: 7rem;
  }

  .hero-horizontal-flex-center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-text {
    font-size: 4rem;
  }

  .hero-icon {
    font-size: 3.5rem;
  }

  .services-grid {
    margin-top: -48px;
    padding-top: 0;
  }

  .services-grid._03 {
    background-color: var(--color);
    margin-top: 5px;
    padding-bottom: 48px;
  }

  .service-block._01 {
    margin-left: 24px;
    margin-right: 0;
    padding-right: 1.5rem;
  }

  .service-block._01._002.oo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .service-block._03 {
    padding-right: 1.5rem;
  }

  .service-block._02 {
    width: auto;
    padding-right: 1.5rem;
  }

  .service-block._04 {
    padding-right: 1.5rem;
  }

  .service-block._05._000 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .service-icon {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .project-image-wrapper {
    border-radius: 12px;
    height: 50vh;
  }

  .project-image-wrapper.project-page, .project-image-wrapper.other-projects {
    height: 50vh;
  }

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

  .view-more-button {
    width: 4rem;
    height: 4rem;
  }

  .view-more-button.servicios {
    margin-top: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.dops {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .view-more-button.servicios.dops.desfri {
    margin-top: 1774px;
    margin-left: 120px;
  }

  .view-more-button.servicios.dops.desfri.ces {
    margin-top: auto;
    margin-left: auto;
    top: 60px;
  }

  .view-more-button.servicios.imaa1 {
    width: 4rem;
    height: 4rem;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: auto;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-top: 937px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-top: 1354px;
    margin-left: 248px;
  }

  .view-more-button.servicios.maa2 {
    margin-top: 767px;
    margin-right: 244px;
  }

  .view-more-button.servicios.ml2 {
    width: 4rem;
    height: 4rem;
    margin-top: 0;
    margin-right: auto;
  }

  .view-more-button.servicios.desfri {
    margin-top: 1774px;
    margin-right: 120px;
  }

  .view-more-button.servicios.desfri.ces {
    margin-top: auto;
    margin-right: auto;
    top: 60px;
  }

  .view-more-button.servicios.imaa2.ww, .view-more-button.servicios.mls {
    width: 4rem;
    height: 4rem;
    margin-top: auto;
  }

  .footer-text {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  ._3d-button {
    width: 10rem;
    height: 3rem;
  }

  ._3d-button-text {
    font-size: 12px;
  }

  ._3d-brand-link {
    margin-top: .5rem;
  }

  .nav-footer {
    flex-direction: column;
  }

  .button-text.nav-text-mobile {
    font-size: 3.5rem;
  }

  .numbers-component-grid {
    grid-template-columns: 1fr;
  }

  .numbers-component-grid._01 {
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    font-size: 2rem;
  }

  .awards-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-members-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-flex {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--white);
  }

  .text_parla.tab {
    text-align: justify;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

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

  .pre_cuerpo.sdsd {
    background-color: var(--color);
  }

  .bold-text {
    text-align: justify;
    font-size: 7vh;
    position: relative;
  }

  .div-block-3.im1 {
    grid-row-gap: 16px;
  }

  .set {
    margin-top: 187px;
    margin-left: 18px;
    font-size: 4vh;
    bottom: 10px;
  }

  .set.ser {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 4vh;
    bottom: 10px;
  }

  .set.dgt {
    margin-top: 159px;
    margin-left: 0;
    margin-right: 50px;
  }

  .set.produd {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    line-height: 4vw;
    position: absolute;
  }

  .set.produd.loo.hh {
    margin-top: 332px;
    margin-left: -10px;
  }

  .set.produd.popl {
    margin-top: 232px;
  }

  .image-26 {
    text-align: left;
    margin-left: 0;
    display: inline-block;
  }

  .image-28 {
    margin-left: 89px;
  }

  .image-29 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    margin-left: 88px;
  }

  .div-block-5 {
    width: 30vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .set-ll {
    margin-bottom: 25px;
    font-size: 4vh;
  }

  .text-block-11.heading-style-h3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 1rem;
    display: flex;
    top: auto;
  }

  .text-block-11.heading-style-h1 {
    font-size: 1rem;
  }

  .image-34 {
    margin-left: -30px;
  }
}

@media screen and (max-width: 479px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button {
    font-size: 13px;
  }

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

  .heading-style-h2.text-style-allcaps.text-align-center {
    margin-top: 40px;
    padding-top: 38px;
    font-size: 1rem;
    font-weight: 500;
  }

  .heading-style-h2.text-style-allcaps.text-align-center._6 {
    font-size: 1.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center._6.serv {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .heading-style-h1 {
    text-align: center;
    margin-bottom: 53px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .heading-style-h1.text-style-allcaps.text-align-center {
    margin-top: -43px;
    margin-bottom: 110px;
    font-size: 1.5rem;
  }

  .heading-style-h1.text-style-allcaps.text-align-center.valores {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-medium {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-top.margin-huge {
    margin-top: 1rem;
    padding-top: 0;
  }

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

  .margin-top.margin-large._01._02 {
    background-color: var(--white);
    color: var(--black);
    margin-top: 3.9rem;
    padding-top: 0;
  }

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

  .margin-top.margin-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top.margin-xlarge._01 {
    padding-bottom: 13rem;
  }

  .margin-top.cel {
    margin-top: -30px;
    padding-top: 0;
  }

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

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

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

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

  .text-size-medium {
    text-align: justify;
    margin-right: 16px;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 100;
  }

  .text-size-medium.text-align-center.text-color-gray {
    text-align: justify;
    letter-spacing: 1px;
    margin: 0 0 44px;
    padding: 29px 5px 0;
    font-size: .9rem;
  }

  .text-size-medium.text-align-center.text-color-gray._0112 {
    text-align: left;
    margin-top: -25px;
    padding-bottom: 20px;
    padding-right: 23px;
    font-family: Pretendard, sans-serif;
    font-size: 1rem;
    text-decoration: none;
  }

  .text-size-medium.text-align-center.text-color-gray._33 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 28px;
    padding-top: 29px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .text-size-medium.text-align-center._113 {
    padding-right: 52px;
  }

  .text-size-medium.text-style-allcaps.text-align-center {
    color: var(--red-wine);
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .text-size-medium.text-style-allcaps.text-align-center._01 {
    text-align: center;
    letter-spacing: 1px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    line-height: 1.5rem;
    display: flex;
  }

  .text-size-medium.celu {
    margin-top: 0;
    margin-right: 0;
  }

  .form-input {
    margin-right: -92px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-rich-text.te {
    margin-top: 140px;
  }

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

  .text-size-large.text-align-center {
    padding-top: 68px;
  }

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

  .text-color-gray {
    text-align: center;
    letter-spacing: 3px;
    text-transform: none;
    white-space: normal;
    font-size: 1rem;
    font-weight: 500;
  }

  .text-color-gray._02 {
    color: var(--red-wine);
    font-size: 1.3rem;
  }

  .text-color-gray._3 {
    margin-left: -22px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }

  .text-color-gray._5 {
    font-size: 2rem;
    font-weight: 500;
  }

  .text-size-regular.text-color-gray {
    color: var(--dark-grey-2);
    text-align: justify;
    letter-spacing: 2px;
    word-break: normal;
    font-size: 1rem;
    font-weight: 300;
  }

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

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

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

  .text-size-small.text-style-allcaps.text-color-gray {
    padding: 17px 6px 6px;
    font-size: .9rem;
    line-height: 1.25;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center {
    margin-top: -3px;
    padding-top: 9px;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center._111 {
    margin-top: -9px;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center._222.celo {
    text-align: justify;
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
    font-size: .7rem;
  }

  .text-size-small.text-style-allcaps.text-color-gray.text-align-center.cep {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .padding-section-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .styleguide-social-icons-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .utility-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-component-grid {
    margin-left: -5px;
    margin-right: 5px;
  }

  .form-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .project-details-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-details-component-grid._02.celul {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-details-content._112 {
    padding-left: 41px;
    padding-right: 30px;
  }

  .subscribe-form-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-form, .paypal-checkout-form, .order-conffirmation-content {
    padding-top: 1.5rem;
    padding-bottom: 10px;
  }

  .product-pricing-block {
    padding: 2.5rem 2rem;
  }

  .card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .card-image-row.rotate-right-up {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .card-image-row.rotate-left-up {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-flex-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-top: 55px;
  }

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

  .hero-text {
    text-transform: none;
    word-break: normal;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 3.25rem;
    display: flex;
  }

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

  .services-grid._02 {
    background-color: var(--red-wine);
  }

  .services-grid._03 {
    grid-column-gap: 2rem;
    grid-row-gap: 1.15rem;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .services-grid._03.p {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid.servi {
    grid-template-columns: 2fr;
  }

  .service-block._01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 1.5rem;
  }

  .service-block._01._002 {
    margin-top: 0;
  }

  .service-block._01._002.servii {
    margin-top: auto;
    margin-right: 0;
  }

  .service-block._01._002.oo {
    margin-right: 0;
  }

  .service-block._03 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-block._03.servii {
    margin-top: auto;
    margin-right: 0;
  }

  .service-block._02 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-block._02.servii {
    margin-top: auto;
    margin-left: 0;
  }

  .service-block._02.ll {
    margin-left: 0;
    position: relative;
  }

  .service-block._04 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-block._04.servii {
    margin-top: auto;
    margin-left: 0;
  }

  .service-block._05._000 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    text-align: center;
    align-self: auto;
    margin-top: -23px;
    padding-left: 21px;
    padding-right: 0;
  }

  .project-image-wrapper {
    height: 32vh;
  }

  .project-image-wrapper.project-page, .project-image-wrapper.other-projects {
    height: 35vh;
  }

  .view-more-button {
    width: 2rem;
    height: 2rem;
    margin-top: auto;
  }

  .view-more-button.servicios {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 10px;
    padding-top: 0;
  }

  .view-more-button.servicios.dops {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 10px;
  }

  .view-more-button.servicios.dops.desfri.ces {
    width: 3rem;
    height: 3rem;
    margin-top: auto;
    margin-left: auto;
    top: 20px;
  }

  .view-more-button.servicios.imaa1 {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .view-more-button.servicios.imaa1.dd {
    margin-top: 807px;
  }

  .view-more-button.servicios.imaa1.tt.jj.gt {
    margin-top: 1139px;
    margin-left: 145px;
  }

  .view-more-button.servicios.maa2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 575px;
    margin-right: auto;
  }

  .view-more-button.servicios.ml2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 60px;
    margin-right: auto;
  }

  .view-more-button.servicios.desfri.ces {
    width: 3rem;
    height: 3rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
  }

  .view-more-button.servicios.imaa2.ww {
    width: 3rem;
    height: 3rem;
  }

  .view-more-button.servicios.mls {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 10px;
  }

  .footer-text {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  .footer-left-content.image34 {
    align-self: flex-start;
    margin-left: 0;
  }

  .call-to-action-button {
    width: 10rem;
  }

  .cta-button-back {
    width: 100%;
  }

  .footer-description {
    margin-bottom: -7rem;
  }

  .logo {
    height: 8rem;
  }

  .logo-front {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: -16px;
  }

  .nav-footer {
    margin-top: 83px;
  }

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

  .button-text.nav-text-mobile {
    font-size: 3rem;
  }

  .button-text.nav-text-mobile._01 {
    font-size: 2rem;
  }

  .numbers-component-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .numbers-component-grid._01 {
    margin-top: -47px;
    padding-top: 5px;
  }

  .numbers-content-wrapper {
    margin-bottom: 0;
    padding: 0 0 28px;
  }

  .number {
    padding-top: 20px;
    font-size: 1.5rem;
  }

  .awards-grid-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .awards-component-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .awards-line {
    width: 80vw;
  }

  .team-members-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .member-block-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lock-icon {
    font-size: 10rem;
  }

  .nav-menu-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--white);
  }

  .nav-link._01 {
    width: 100%;
  }

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

  .image-15 {
    margin-left: -53px;
    padding-left: 57px;
  }

  .heading.ca {
    font-size: 20px;
  }

  .paragraph.dd {
    font-size: 15px;
  }

  .text_parla.tab {
    font-size: 4vh;
  }

  .pre_cuerpo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pre_cuerpo.sdsd {
    background-color: var(--color);
  }

  .bold-text {
    font-size: 5vh;
    line-height: 40px;
  }

  .set {
    margin: 0 0 16px;
    font-size: 2vh;
    line-height: 16px;
    top: auto;
    bottom: 0;
  }

  .set.ser {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 2vh;
    line-height: 16px;
    bottom: 0;
  }

  .set.dgt {
    margin-top: 79px;
    margin-left: 20px;
    margin-right: -18px;
    font-size: 12px;
    line-height: 15px;
  }

  .set.produd {
    margin-top: auto;
    margin-left: auto;
    font-size: 4vw;
    position: absolute;
  }

  .set.produd.loo.hh {
    margin-top: 248px;
  }

  .set.produd.popl {
    margin-top: 162px;
    margin-left: 4px;
    font-size: 20px;
  }

  .link-2 {
    font-size: 6px;
  }

  .image-25 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .ced {
    font-size: 8px;
  }

  .image-28 {
    margin-left: 65px;
  }

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

  .image-30 {
    margin-left: 61px;
  }

  .div-block-5 {
    width: 35vw;
  }

  .set-ll {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    font-size: 2vh;
    line-height: 16px;
  }

  .text-block-5, .text-block-6 {
    font-size: 1.5vh;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 6px;
  }

  .link-3 {
    align-self: center;
    font-size: 20%;
    font-weight: 300;
    line-height: 2px;
  }

  .text-block-11 {
    margin-top: 0;
    font-size: 10px;
    line-height: 10px;
    top: auto;
    bottom: -17px;
  }

  .text-block-11.heading-style-h3 {
    line-height: 14px;
  }

  .image-34 {
    margin-left: 12px;
  }
}

#w-node-_24d6006d-b9d9-0f99-8d30-94d446b1567c-49b149ec, #w-node-bd424226-08d1-be74-955c-210968b11bc0-49b149ec, #w-node-_36eb2a91-202c-9721-7b48-f5a50da12df2-49b149ec, #w-node-_8fb94ba0-07a7-1e2f-51c7-523e7ad7fc9a-49b149ec, #w-node-bee9104a-2217-4eb2-d643-69d8428d48c4-49b149ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bee9104a-2217-4eb2-d643-69d8428d48cf-49b149ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_12da38f2-1e73-f48f-a3d6-e2adf2b32e86-49b149ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c360f901-f8a8-35c0-f421-117a9b9f7e34-49b149ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a40e83bb-3426-254f-8227-bc79758976ae-49b149ec, #w-node-fba052e9-7981-2f2a-28e1-f84986b7420c-49b149ec, #w-node-_108afb86-ad38-0081-0b91-6ffe62eaed87-49b149ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae2e-4707ae29, #w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae6c-4707ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45949-49b149ef, #w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45959-49b149ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2077a5d2-86a5-e95f-673f-ca22635360fd-49b149ef, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536104-49b149ef, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536109-49b149ef, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536110-49b149ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c69-49b149f0, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-49b149f0, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c73-49b149f0, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c78-49b149f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-49b149f0, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-49b149f0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5bc651dd-bb80-a519-dbf2-29a94f158dea-49b149f3, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158dee-49b149f3, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158df2-49b149f3, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158df6-49b149f3, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea19-49b149f6, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea1d-49b149f6, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea21-49b149f6, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea25-49b149f6, #w-node-_692bcaea-725a-ca89-3edc-19119e708ff9-49b149f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e708ffe-49b149f6 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709007-49b149f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70900c-49b149f6 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709015-49b149f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70901a-49b149f6 {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709023-49b149f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709028-49b149f6 {
  justify-self: end;
}

#w-node-_235cffae-7501-b9cf-f4c1-4313244bdf94-49b149f7, #w-node-_4ae808ca-2b9c-32eb-e148-92d72b769cc3-49b149f7, #w-node-adc8ca35-dee4-921a-8b99-af789cf48871-49b149f7, #w-node-d0e92421-6f2d-377c-ed84-3d64fd0ea662-49b149f7, #w-node-fd120418-b5ab-5fb8-0667-b1bd8624a25e-49b149f7, #w-node-e80560ef-5627-8e78-dd9c-d264287f9680-49b149f7, #w-node-ba0cec0d-f5ec-c690-5140-fcb28e45f173-49b149f7, #w-node-_8d332ff0-1eba-b7de-cbe5-58bedffbd30f-49b149f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e39e5847-cae3-4378-a7eb-677a8770bbf2-49b149fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7342bf9d-8b3a-7e54-2f2f-5a400d4b1fa7-49b149fd {
  place-self: center;
}

#w-node-a4f73225-1919-0842-095a-e2ddbf4e2406-49b149fd {
  align-self: auto;
}

#w-node-cba9ac5f-7e96-d8ef-7e58-dde773aee971-49b149fd, #w-node-a7a9b449-9f2d-bcb6-fecd-6350b013e5e8-49b149fd {
  place-self: center;
}

#w-node-d8c02de0-7d14-c9ed-446e-75ae0b17d0a6-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6733-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6738-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a673d-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6742-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6748-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a674e-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6754-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6861-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687a-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687d-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687f-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6882-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6949-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6953-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6954-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c2-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c7-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69cc-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d1-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d6-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69db-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69e5-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ea-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ef-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f4-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f9-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69fe-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a03-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a08-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a0d-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a12-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a17-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1b-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1c-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1e-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a21-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a26-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a2b-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a40-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a45-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4a-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4f-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a54-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a59-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a63-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a68-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a6d-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a72-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a77-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a7c-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a81-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a86-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a8b-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a90-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a95-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a99-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9a-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9f-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa4-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa9-49b149fe {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6afe-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0a-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b01-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b04-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b07-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0d-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b10-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b13-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b16-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b19-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1c-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1f-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b27-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2a-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2d-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b30-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b33-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b36-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b39-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3c-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3f-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b42-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b45-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b48-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b50-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b53-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b56-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b59-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5c-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5f-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b62-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b65-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b68-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6b-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6e-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b71-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf393-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf396-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf399-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39c-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39f-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a2-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a5-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a8-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ab-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ae-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b1-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b4-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b7-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ba-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3bd-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c0-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c3-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c6-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c9-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cc-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cf-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d2-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d5-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d8-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3db-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3de-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e1-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e4-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e7-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ea-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ed-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f0-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f3-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f6-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f9-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3fc-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ff-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf402-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf405-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf408-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40b-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40e-49b149fe, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf411-49b149fe, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b85-49b149fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6be1-49b149fe {
  justify-self: start;
}

#w-node-_764e7f5a-62eb-eed2-ebd3-56c7ea13645a-87fcd936 {
  align-self: center;
}

#w-node-_56035ea5-3828-f50e-162c-e2dd76e4a23b-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_225722a0-e60c-df39-f786-3808f3418b5b-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f12c4d53-a710-b02b-3e18-65d068bf0818-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f40970bd-7ce3-31ed-fe1e-05ba68de4b9f-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_2164ef22-212f-d245-103b-be56202924fe-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3cbf6911-2b60-1705-6c4a-dba968d461e5-87fcd936 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c69-94d1a75c, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-94d1a75c, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c73-94d1a75c, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c78-94d1a75c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-94d1a75c, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-94d1a75c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c69-1b73db94, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-1b73db94, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c73-1b73db94, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c78-1b73db94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-1b73db94, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-1b73db94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c69-6fcd9d87, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-6fcd9d87, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c73-6fcd9d87, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c78-6fcd9d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-6fcd9d87, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-6fcd9d87 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc1-3856a6f0, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc4-3856a6f0, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc7-3856a6f0, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc1-30015ec7, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc4-30015ec7, #w-node-_57e3f521-2ebe-4620-a6ff-75591e63013f-30015ec7, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc1-6d3cd406, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc4-6d3cd406, #w-node-_6891a09d-3d5f-df86-2153-c9fd9686d27b-6d3cd406 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_56035ea5-3828-f50e-162c-e2dd76e4a23b-87fcd936, #w-node-f12c4d53-a710-b02b-3e18-65d068bf0818-87fcd936, #w-node-_2164ef22-212f-d245-103b-be56202924fe-87fcd936 {
    align-self: center;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-1b73db94, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-1b73db94 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7342bf9d-8b3a-7e54-2f2f-5a400d4b1fa7-49b149fd {
    place-self: center;
  }

  #w-node-_56035ea5-3828-f50e-162c-e2dd76e4a23b-87fcd936 {
    justify-self: auto;
  }

  #w-node-_225722a0-e60c-df39-f786-3808f3418b5b-87fcd936 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end;
  }

  #w-node-f12c4d53-a710-b02b-3e18-65d068bf0818-87fcd936 {
    place-self: center;
  }

  #w-node-f40970bd-7ce3-31ed-fe1e-05ba68de4b9f-87fcd936 {
    justify-self: auto;
  }

  #w-node-_2164ef22-212f-d245-103b-be56202924fe-87fcd936, #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-1b73db94, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-1b73db94 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-bd424226-08d1-be74-955c-210968b11bc0-49b149ec, #w-node-bee9104a-2217-4eb2-d643-69d8428d48cf-49b149ec, #w-node-c360f901-f8a8-35c0-f421-117a9b9f7e34-49b149ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2077a5d2-86a5-e95f-673f-ca22635360fd-49b149ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-49b149f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e39e5847-cae3-4378-a7eb-677a8770bbf2-49b149fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a4f73225-1919-0842-095a-e2ddbf4e2406-49b149fd, #w-node-cba9ac5f-7e96-d8ef-7e58-dde773aee971-49b149fd, #w-node-cba9ac5f-7e96-d8ef-7e58-dde773aee972-49b149fd, #w-node-a7a9b449-9f2d-bcb6-fecd-6350b013e5e9-49b149fd {
    place-self: center;
  }

  #w-node-_56035ea5-3828-f50e-162c-e2dd76e4a23b-87fcd936 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_225722a0-e60c-df39-f786-3808f3418b5b-87fcd936 {
    place-self: end;
  }

  #w-node-f12c4d53-a710-b02b-3e18-65d068bf0818-87fcd936 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f40970bd-7ce3-31ed-fe1e-05ba68de4b9f-87fcd936 {
    justify-self: center;
  }

  #w-node-_3cbf6911-2b60-1705-6c4a-dba968d461e5-87fcd936 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-94d1a75c, #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-1b73db94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-1b73db94, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-1b73db94 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-db820a6b-b3f5-c819-bf6a-30bf5f152c6e-6fcd9d87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6891a09d-3d5f-df86-2153-c9fd9686d27b-6d3cd406 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-49b149f0, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-49b149f0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a4f73225-1919-0842-095a-e2ddbf4e2406-49b149fd, #w-node-cba9ac5f-7e96-d8ef-7e58-dde773aee972-49b149fd, #w-node-a7a9b449-9f2d-bcb6-fecd-6350b013e5e9-49b149fd {
    align-self: start;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-6fcd9d87, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-6fcd9d87 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-49b149f0, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-49b149f0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7342bf9d-8b3a-7e54-2f2f-5a400d4b1fa7-49b149fd, #w-node-a4f73225-1919-0842-095a-e2ddbf4e2406-49b149fd {
    align-self: start;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-6fcd9d87, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-6fcd9d87 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc4-30015ec7, #w-node-_57e3f521-2ebe-4620-a6ff-75591e63013f-30015ec7, #w-node-ef5ce990-ebc8-22a3-cf85-b277ee73edc4-6d3cd406, #w-node-_6891a09d-3d5f-df86-2153-c9fd9686d27b-6d3cd406 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2077a5d2-86a5-e95f-673f-ca22635360fd-49b149ef {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-49b149f0 {
    align-self: center;
  }

  #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-49b149f0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a4f73225-1919-0842-095a-e2ddbf4e2406-49b149fd {
    align-self: start;
  }

  #w-node-_56035ea5-3828-f50e-162c-e2dd76e4a23b-87fcd936 {
    justify-self: center;
  }

  #w-node-e9a8fbe3-ea1d-cb22-4818-0e34c7b7838a-6fcd9d87, #w-node-_81825163-8fb8-cccf-7a4e-e72b70793e53-6fcd9d87 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}


@font-face {
  font-family: 'Brand Font';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material Icon';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}