:root {
  --black-2: #12141d;
  --firebrick: #c6100f;
  --red: #ea4930;
  --white: #fff3;
  --silver: #b7babe;
  --dim-grey: #494d53;
  --black: #1e1e1e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

@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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black-2);
  color: #fff;
  font-family: Clashgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fffc;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--firebrick);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body {
  background-color: #000;
  overflow: visible;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container.blind {
  display: flex;
}

.container.blind.bd {
  background-image: linear-gradient(#000000a8, #00000094 52%, #000000a8);
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container.blind.bd.truco {
  background-image: linear-gradient(#000000a8, #00000026 52%, #000000a8);
  flex-direction: column;
  align-items: center;
  min-width: 960px;
}

.container.blind.truco {
  background-image: radial-gradient(circle farthest-side, #0000008f, #000), url('../images/DSC02713.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  margin-top: 60px;
}

.container.sec2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.container.clientes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.overflow {
  background-color: #0000;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.overflow._2 {
  padding-bottom: 100px;
  overflow: hidden;
}

.section.red {
  background-color: var(--firebrick);
  padding-top: 30px;
  padding-bottom: 30px;
}

.button {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  padding: 12px 16px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #20232e;
}

.button.medium {
  z-index: 5;
  padding: 18px 40px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
}

.button.desk {
  display: none;
}

.button.pdf {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-field {
  border-color: var(--white);
  background-color: var(--black-2);
  height: 45px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.text-field:hover {
  border: 1px solid var(--firebrick);
}

.text-field:active {
  color: #fff;
}

.text-field:focus, .text-field.-wfp-focus {
  border: 1px solid var(--firebrick);
  opacity: 1;
  color: #fff;
}

.text-field:focus-visible {
  opacity: 1;
  color: #fff;
}

.text-field[data-wf-focus-visible] {
  opacity: 1;
  color: #fff;
}

.text-field::placeholder {
  background-color: var(--black-2);
  color: #fff;
  font-size: 16px;
}

.text-field.discount {
  height: 38px;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 50px;
}

.text-field.area:focus, .text-field.area::placeholder {
  color: #fff;
}

.product-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.product-price.in-sidebar {
  font-size: 16px;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.product-title-sidebar {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #ffffffb3;
  font-size: 13px;
  font-weight: 500;
}

.checkbox-label {
  margin-left: 0;
  font-weight: 700;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.paypal-name {
  color: #ffffffb3;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
}

.display-1._4 {
  letter-spacing: 1px;
  font-family: Gotham, sans-serif;
  font-size: 102px;
  line-height: 1;
}

.display-1._1 {
  font-family: Gotham, sans-serif;
}

.display-1._1.smaller {
  font-size: 100px;
}

.display-1._2, .display-1._3 {
  font-family: Gotham, sans-serif;
}

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

.display-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.display-2.small {
  font-size: 45px;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
}

.block-header {
  border-color: var(--white);
  background-color: var(--black-2);
}

.block-content {
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  background-color: var(--black-2);
}

.block-content.discount {
  border-top-color: var(--white);
}

.display-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.yellow-background {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-white {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.color-text {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  border: 1px solid var(--white);
  background-color: var(--red);
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--black-2);
  color: #fff;
  border-color: #a3a3a340;
}

.rich-text-block {
  font-family: Gotham, sans-serif;
}

.body-link {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 14px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.normal-link {
  color: #fff;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button-with-line {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.text-field-contact {
  background-color: #0000;
  border: 1px solid #ffffff38;
  border-radius: 3px;
  height: 54px;
  padding-top: 10px;
}

.text-field-contact::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.product-title-sidebar-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.remove-circe-mobile {
  display: none;
}

.remove-circe-mobile.cont {
  background-color: var(--firebrick);
  border-radius: 100px;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sticky-nav {
  z-index: 900;
  position: sticky;
  top: 0;
}

.button-line-absolute {
  z-index: 1;
  background-color: var(--firebrick);
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute.white {
  background-color: #fff;
}

.empty-state {
  flex-direction: column;
}

.remove-circle {
  background-color: var(--firebrick);
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  transform: none;
}

.div-flex {
  align-items: center;
  display: flex;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.image-small-product {
  filter: invert();
  width: 50%;
  height: 50%;
  margin-right: 0;
}

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

.grom-logo {
  width: 27px;
}

.grom-logo.blind {
  width: auto;
  max-width: none;
  display: block;
}

.line-overlay-nav {
  background-color: var(--firebrick);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-link {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100px;
  margin-right: 0;
  display: flex;
  position: relative;
  top: -2px;
}

.navigation-wrapper {
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: #fff;
  background-image: url('../images/close_white_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.navlinks-wrapper {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  padding-top: .5vw;
  padding-bottom: .5vw;
  position: relative;
  overflow: hidden;
}

.cart-footer {
  border-top-color: #d6d1ca33;
  padding-top: 25px;
}

.menu-overlay {
  background-color: var(--black-2);
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-overlay.contact {
  flex-direction: row;
  display: flex;
}

.product-price-2 {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.product-price-2.in-sidebar {
  font-size: 18px;
  font-weight: 500;
}

.nav-text {
  font-family: Gotham, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.cart-quantity-sidebar {
  background-color: #0000;
  border-color: #d6d1ca33;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.animation-image {
  z-index: 1;
  width: 16px;
  position: relative;
}

.animation-image._3 {
  width: 34px;
}

.menu-content {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.circle-cart {
  background-color: var(--firebrick);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.cart-quantity {
  z-index: 2;
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 3px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.image-cart {
  z-index: 1;
  width: 23px;
  position: relative;
}

.navlinks {
  z-index: 5;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu {
  cursor: pointer;
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.cart-container {
  background-color: var(--black-2);
  box-shadow: none;
  border-left: 1px solid #d6d1ca33;
  border-radius: 2px;
}

.cart-header {
  border-bottom-color: #d6d1ca33;
  padding: 13px 25px;
}

.menu {
  z-index: 9999;
  background-color: #111314;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.no-items-found {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

.remove {
  filter: invert();
  width: 28px;
}

.cart-wrapper {
  z-index: 999;
  background-color: var(--black-2);
}

.button-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: relative;
}

.social-icon {
  border-right: 1px solid var(--black-2);
  border-left: 1px solid var(--black-2);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.top-text.blind {
  display: none;
}

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

.hero {
  background-image: url('../images/back.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -92px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero.inner {
  min-height: auto;
  padding-top: 139px;
  padding-bottom: 139px;
}

.hero.backdoor {
  background-image: linear-gradient(#000000bf, #000000bf), linear-gradient(#0000, #fff0 55%), url('../images/galeria.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: 0;
}

.hero.gal {
  background-image: url('../images/galeria.png');
  margin-top: 0;
}

.hero.trucombi {
  opacity: 1;
  background-image: linear-gradient(#000000f2, #000000a8 50%, #000000f0), url('../images/DSC02713.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
}

.cart-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}

.social-wrapper {
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% -148px auto auto;
  transform: translate(0, -50%)rotate(90deg);
}

.social-wrapper._2 {
  position: relative;
  top: 0%;
  right: 0;
  transform: none;
}

.social-wrapper.quit {
  display: none;
}

.social-link {
  opacity: .8;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 77px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.social-image {
  width: 25px;
  margin-right: 9px;
}

.max-w-hero {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper {
  overflow: hidden;
}

.title-wrapper._2 {
  text-align: left;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-down-wrapper.center {
  justify-content: center;
}

.scroll-flex {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.mouse-scroll {
  cursor: default;
  border: 1px solid #ffffff52;
  border-radius: 9px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.mouse-dots {
  background-color: #fff;
  width: 2px;
  height: 5px;
  margin-top: 6px;
}

.grid-2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.grid-2-columns._2 {
  grid-column-gap: 10px;
  grid-template-columns: 1.5fr minmax(200px, .75fr) 1.25fr;
  align-items: end;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-2-columns._3 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._4 {
  grid-column-gap: 100px;
}

.grid-2-columns._5 {
  grid-column-gap: 100px;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
}

.photo-animation-main {
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.photo-animation-main._2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 1000px;
  padding-top: 102px;
  padding-bottom: 103px;
  display: flex;
}

.photo-animation-main._2.left {
  float: right;
}

.photo-animation-main._2.left.first-mobile.sssss {
  justify-content: center;
  align-items: center;
}

.photo-animation-main._2._3 {
  padding-top: 101px;
}

.photo {
  object-fit: cover;
  object-position: 50% 50%;
}

.absolute-background {
  z-index: 2;
  background-color: var(--black-2);
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-left: 55px;
  padding-top: 91px;
  display: flex;
  position: static;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%);
}

.lightbox-link.v2 {
  padding-top: 5px;
}

.lightbox-link._2 {
  padding-top: 0;
}

.play-icon {
  filter: invert();
  width: 11px;
  position: absolute;
}

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

.margin-60px.down {
  margin-top: -70px;
  display: none;
}

.margin-60px.down._2 {
  display: none;
}

.go-top {
  z-index: 100;
  background-color: #191b25;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.down-arrow {
  z-index: 1;
  width: 16px;
  position: relative;
}

.down-arrow.top {
  width: 20px;
  transform: rotate(-90deg);
}

.go-top-overlay {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-center {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.filter-image {
  filter: invert();
}

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

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

.max-w-width {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.project-card {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-photo {
  opacity: 1;
  object-fit: cover;
}

.project-circle {
  z-index: 10;
  background-color: var(--firebrick);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  padding: 18px;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.project-overlay {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-80px.truco {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.service-title {
  letter-spacing: 1px;
  font-family: Gotham book, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-grid.que-hacemos {
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 61px;
}

.box-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.shape-image {
  width: 100%;
  height: 150px;
}

.shape-image.logocliente {
  height: 100%;
}

.icon-box {
  border: 1px solid var(--firebrick);
  text-align: center;
  background-color: #000;
  height: 500px;
  padding: 15px 15px 25px;
  display: none;
}

.icon-box.logoclientes {
  border-style: none;
  width: 218px;
  height: 218px;
  padding: 0;
  display: block;
}

.icon-box.quehacemos {
  display: none;
}

.base-image {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.services-circle {
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
}

.slide-nav {
  margin-top: 10px;
  font-size: 11px;
  position: relative;
}

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

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

.testimonials-name {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.testimonials-name._2 {
  font-weight: 500;
}

.testimonials-photo {
  background-image: url('../images/team-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-photo._2 {
  background-image: url('../images/team-2.jpeg');
}

.testimonials-photo._3 {
  background-image: url('../images/team-4.jpg');
}

.testimonials-text {
  text-align: center;
  text-transform: uppercase;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.arrow-none {
  display: none;
}

.testimonials-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--firebrick);
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.paragraph-small-text {
  font-size: 16px;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 20px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 90%;
  display: grid;
}

.success-message {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

.blog-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-image {
  transition: all .3s;
}

.blog-image:hover {
  opacity: .7;
}

.blog-content {
  background-color: var(--black-2);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.category-tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.blog-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  color: var(--firebrick);
}

.section-cta {
  background-color: var(--firebrick);
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(1.1)rotate(-9deg);
}

.section-cta.invert {
  background-color: #0000;
}

.text-rotator-wrapper {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-wrapper._2 {
  display: flex;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
}

.text-rotator.invert {
  outline-offset: 0px;
  white-space: nowrap;
  mix-blend-mode: lighten;
  border: 1px #000;
  outline: 3px #fff;
}

.text-rotator.shadow {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.start-icon {
  background-color: #fff;
  flex: none;
  width: 30px;
  height: 2px;
  margin-left: 30px;
  margin-right: 30px;
}

.navigation-flex {
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.bigger {
  color: #fff;
  text-transform: uppercase;
  margin-right: 12px;
  font-size: 15px;
  font-weight: 600;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer {
  margin-top: -99px;
  padding: 0 5%;
}

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

.copyright {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.social-image-2 {
  z-index: 1;
  width: 16px;
  position: relative;
}

.social-overlay {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  position: absolute;
}

.team-content {
  background-color: var(--black-2);
  border: 1px solid #ffffff26;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-photo {
  background-image: url('../images/team-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 110px;
  height: 110px;
  margin: -60px auto 33px;
  position: relative;
}

.team-photo._2 {
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
}

.team-photo._3 {
  background-image: url('../images/team-1.jpg');
  background-position: 50%;
}

.social-wrapper-footer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-footer._2 {
  justify-content: center;
}

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

.pricing-type {
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.pricing-circle {
  background-color: var(--firebrick);
  border-radius: 4px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.feature {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
}

.card-container {
  text-align: center;
  border: 1px solid #fff3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 25px 30px;
  display: flex;
}

.pricing-image {
  filter: invert();
  width: 34px;
  position: relative;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

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

.toogle-max-w {
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #4a524a80;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: #b8dbdf;
  width: 100%;
  height: 2px;
}

.line-2 {
  background-color: #b8dbdf;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 15px 0;
}

.photo-animation-main-2 {
  transition: all .3s;
  position: relative;
}

.text-rotator-wrapper-2 {
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.blog-post-wrapper {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.work-photo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.rich-text-block-page {
  margin-left: auto;
  margin-right: auto;
}

.blog-richt-text {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-family: Gotham, sans-serif;
}

.paragraph-5 {
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.text-block {
  font-family: Gotham, sans-serif;
}

.paragraph-6 {
  width: 100%;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.paragraph-6.r {
  color: var(--firebrick);
}

.paragraph-6.size {
  width: 100%;
  font-size: 17px;
}

.paragraph-6.size._2 {
  white-space: normal;
  font-size: 17px;
}

.paragraph-6.size._2.prdo {
  text-transform: none;
  margin-bottom: 241px;
  font-size: 16px;
}

.paragraph-6.size._2.prdo._3 {
  margin-bottom: 0;
}

.text-span {
  color: var(--firebrick);
}

.paragraph-7 {
  color: #fffc;
  font-family: Gotham book, sans-serif;
}

.paragraph-7.size {
  width: 100%;
  margin-top: 94px;
  font-size: 17px;
}

.paragraph-7.size.truco {
  align-items: flex-start;
  width: 960px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.bold-text {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Gotham, sans-serif;
}

.text-span-2.r {
  color: var(--firebrick);
}

.paragraph-8 {
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.container-logo {
  width: 600px;
  height: 600px;
  position: relative;
}

.div-block {
  position: relative;
}

.separador {
  margin-top: 0;
}

.leftline {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.line {
  border-bottom: 1px solid var(--firebrick);
  opacity: .4;
  width: 100%;
  height: 1px;
  position: static;
  inset: 0% 0% 0% auto;
  transform: rotate(134deg);
}

.line._2 {
  transform: none;
}

.rightline {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 500px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.containerlines {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image {
  width: 80px;
  max-width: none;
  height: 80px;
}

.image.logo {
  width: 150px;
  height: 150px;
}

.text-span-4 {
  color: var(--firebrick);
}

.logobk {
  width: 735px;
  max-width: none;
}

.paragraph-9 {
  text-transform: none;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 922px;
  display: flex;
  overflow: hidden;
}

.logotc {
  width: 599px;
  max-width: none;
  display: none;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.contact {
  z-index: 9999999;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.contact.blind {
  display: flex;
}

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

.contact.blind.bd.truco {
  flex-direction: column;
}

.contact.sec2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.full {
  z-index: 9999999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logovideo {
  width: 600px;
  height: 600px;
}

.logovideo._1, .logovideo._2, .logovideo._3, .logovideo._4, .logovideo._5, .logovideo._6, .logovideo._7, .logovideo._8, .logovideo._9, .logovideo._10, .logovideo._11, .logovideo._12, .logovideo._13, .logovideo._14, .logovideo._15, .logovideo._16, .logovideo._17, .logovideo._18, .logovideo._19, .logovideo._20 {
  z-index: 1;
  display: none;
  position: absolute;
}

.portrait-bg-c1 {
  width: 600px;
  height: 600px;
  display: block;
}

.portrait-bg-c1.svg {
  display: none;
}

.glitch-c1 {
  display: none;
  position: absolute;
  inset: 0%;
}

.glitch-c1._5, .glitch-c1._6, .glitch-c1._3 {
  display: none;
}

.glitch-c1._1 {
  width: 600px;
  height: 600px;
  display: none;
}

.glitch-c1._8, .glitch-c1._4, .glitch-c1._7 {
  display: none;
}

.glitch-c1._2 {
  width: 600px;
  height: 600px;
  display: none;
}

.text-card-c1 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 34px;
  display: flex;
  position: absolute;
  inset: auto 0% 12%;
}

.card-c1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin: 15px 10px;
  text-decoration: none;
  position: relative;
}

.galery {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 237px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.galery.inner {
  min-height: auto;
  padding-top: 139px;
  padding-bottom: 139px;
}

.galery.backdoor {
  background-image: linear-gradient(#000000bf, #000000bf), linear-gradient(#000000c4, #fff0 55%), url('../images/galeria.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: 0;
}

.galery.gal {
  background-image: none;
  margin-top: 0;
}

.galery.trucombi {
  opacity: 1;
  background-image: linear-gradient(#000000f2, #000000a8 50%, #000000f0), url('../images/DSC02713.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.mask1 {
  object-fit: scale-down;
  border: 7px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200vh;
  display: flex;
  position: static;
  overflow: hidden;
  transform: rotate(36deg);
}

.mask1._2 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: translate(100vh, 50vh)rotate(36deg);
}

.mask1._3, .mask1._4 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: rotate(36deg);
}

.mask1.esquinaizq {
  position: absolute;
  inset: auto auto 0% 0%;
}

.holderphoto {
  object-fit: fill;
  object-position: 50% 50%;
  border: 7px #fff;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  width: 956px;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.holderphoto._2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.holderphoto.photo {
  background-image: url('../images/blog-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 12px;
  transform: translate(-300px, 205px)rotate(-46deg);
}

.holderphoto.test {
  background-image: url('../images/blog-1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 1920px;
  height: 2000px;
  transform: rotate(-36deg);
}

.holderphoto.test._2 {
  border-style: solid;
}

.holderphoto.test._1 {
  background-image: url('../images/IMG_4718.jpg');
  background-position: 50%;
  transform: rotate(-36deg);
}

.image-2 {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  overflow: visible;
  transform: rotate(-34deg);
}

.image-3 {
  width: 100vw;
  height: 100vh;
  transform: translate(-300px, 214px)rotate(-46deg);
}

.vidmask2 {
  object-fit: scale-down;
  border: 7px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  width: 25%;
  height: 200vh;
  display: flex;
  overflow: hidden;
  transform: rotate(36deg);
}

.photo_mask2 {
  object-fit: fill;
  object-position: 50% 50%;
  border: 7px solid #fff;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  width: 956px;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.photo_mask2._2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo_mask2.photo {
  background-image: url('../images/blog-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 12px;
  transform: translate(-300px, 205px)rotate(-46deg);
}

.photo_mask2.test {
  background-image: url('../images/blog-1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 1920px;
  height: 2000px;
  transform: rotate(-36deg);
}

.mask1-izq {
  object-fit: scale-down;
  border: 7px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200vh;
  display: flex;
  position: static;
  overflow: hidden;
  transform: rotate(36deg);
}

.mask1-izq._2 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: translate(100vh, 50vh)rotate(36deg);
}

.mask1-izq._3, .mask1-izq._4 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: rotate(36deg);
}

.mask1-izq.esquinaizq {
  position: absolute;
  inset: auto auto 0% 0%;
}

.mask1-der {
  object-fit: scale-down;
  border: 7px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200vh;
  display: flex;
  position: static;
  overflow: hidden;
  transform: rotate(36deg);
}

.mask1-der._2 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: translate(100vh, 50vh)rotate(36deg);
}

.mask1-der._3, .mask1-der._4 {
  width: 30%;
  height: 200vh;
  display: flex;
  transform: rotate(36deg);
}

.mask1-der.esquinaizq {
  position: absolute;
  inset: 0% -12% auto auto;
}

._150-image {
  background-image: url('../images/will-turner-yS4VEyOgMEw-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

._150-image._29 {
  background-image: url('../images/IMG_3237.jpg');
}

._150-image._20 {
  background-image: url('../images/IMG_3246.webp');
}

._150-image._20.bd {
  background-image: url('../images/IMG_3091.webp');
}

._150-image._10 {
  background-image: url('../images/Captura-de-Pantalla-2022-09-14-a-las-1.53.13.webp');
}

._150-image._10._2 {
  background-image: url('../images/IMG_3229.webp');
}

._150-image._10.bd {
  background-image: url('../images/IMG_4641.webp');
}

._150-image._27 {
  background-image: url('../images/DSC02010.webp');
}

._150-image._22 {
  background-image: url('../images/DSC02369.webp');
}

._150-image._22.bd {
  background-image: url('../images/IMG_4145.webp');
}

._150-image._12 {
  background-image: url('../images/andre-iv-RM73MZdIioQ-unsplash.jpg');
}

._150-image._12.bd {
  background-image: url('../images/IMG_3247.webp');
}

._150-image._7 {
  background-image: url('../images/4.jpg');
}

._150-image._7.bd {
  background-image: url('../images/IMG_3011.webp');
}

._150-image._5 {
  background-image: url('../images/daniel-j-schwarz-E3QoGwsVLDo-unsplash.webp');
}

._150-image._30 {
  background-image: url('../images/pars-sahin-puEX_dvFWhc-unsplash.jpg');
}

._150-image._26 {
  background-image: url('../images/ov7_2.webp');
}

._150-image._28 {
  background-image: url('../images/Captura-de-Pantalla-2022-09-14-a-las-2.23.55.webp');
}

._150-image._16 {
  background-image: url('../images/f03432a8-a830-42f6-a0ac-892fa8d68ec9.webp');
  background-size: 1008px;
  transform: rotate(0);
}

._150-image._16.bd {
  background-image: url('../images/IMG_2719.webp');
  background-size: 756px;
}

._150-image._8 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-18-a-las-13.54.47.webp');
}

._150-image._8._2 {
  background-image: url('../images/IMG_2358.jpg');
}

._150-image._8.bd {
  background-image: url('../images/IMG_2343.webp');
}

._150-image._3 {
  background-image: url('../images/daniel-j-schwarz-CH7-NJQM4zg-unsplash.jpg');
}

._150-image._9 {
  background-image: url('../images/ov7_1.webp');
}

._150-image._9._2 {
  background-image: url('../images/IMG_3237.jpg');
}

._150-image._9.bd {
  background-image: url('../images/IMG_4720.webp');
}

._150-image._21 {
  background-image: url('../images/DSC02614.webp');
}

._150-image._21.bd {
  background-image: url('../images/IMG_3248.webp');
}

._150-image._4 {
  background-image: url('../images/lukas-blaskevicius-2jIBhXbdE8U-unsplash.jpg');
}

._150-image._13 {
  background-image: url('../images/IMG_4597.jpg');
}

._150-image._13.bd {
  background-image: url('../images/IMG_3090.webp');
}

._150-image._17 {
  background-image: url('../images/ov7_3.webp');
}

._150-image._17.bd {
  background-image: url('../images/IMG_2705.webp');
}

._150-image._6 {
  background-image: url('../images/pang-yuhao-Sdske9tEDyg-unsplash.webp');
}

._150-image._24 {
  background-image: url('../images/163B5E93-76F4-4EA6-AA58-65E8961601A8.JPG');
}

._150-image._24.bd {
  background-image: url('../images/IMG_2689.webp');
}

._150-image._25 {
  background-image: url('../images/touann-gatouillat-vergos-Izjg-QZRPgI-unsplash.webp');
}

._150-image._18 {
  background-image: url('../images/DSC02010.webp');
}

._150-image._18.bd {
  background-image: url('../images/IMG_4037.webp');
}

._150-image._19 {
  background-image: url('../images/toby-christopher--FdDxSryyEo-unsplash.webp');
}

._150-image._19.bd {
  background-image: url('../images/IMG_2781.webp');
}

._150-image._15 {
  background-image: url('../images/434D2A30-1F0C-45C4-B94D-06E7A8FCCC9C.webp');
}

._150-image._15.bd {
  background-image: url('../images/IMG_4779.webp');
}

._150-image._2 {
  background-image: url('../images/erik-mclean-jcsxshwzvk0-unsplash.jpg');
}

._150-image._11 {
  background-image: url('../images/IMG_2180.jpg');
}

._150-image._11._2 {
  background-image: url('../images/6.jpg');
}

._150-image._11.bd {
  background-image: url('../images/IMG_4197.webp');
}

._150-image._23 {
  background-image: url('../images/Captura-de-Pantalla-2022-09-14-a-las-2.00.05.webp');
}

._150-image._23.bd {
  background-image: url('../images/IMG_2738.webp');
}

._150-image._14 {
  background-image: url('../images/DSC02615.webp');
}

._150-image._14.bd {
  background-image: url('../images/IMG_3055.webp');
}

._150-image-wrapper-outer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._150-image-wrapper-outer.bd {
  height: 120vh;
}

.galeria {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.galeria.bkd {
  position: relative;
}

._150-image-row-wrapper {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.demo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.demo-wrapper.bd {
  height: 100vh;
}

._150-image-wrapper-inner {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150vw;
  height: 200vh;
  display: flex;
  position: absolute;
  transform: rotate(-9deg);
}

.demo-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.home-services-content-top {
  max-width: 432px;
  margin-bottom: 67px;
}

.title.color-neutral-100 {
  color: #fff;
}

.title.color-neutral-100.home-services {
  margin-bottom: 36px;
  font-family: Gotham book, sans-serif;
}

.title.h3-size {
  color: #020202;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286em;
}

.title.h3-size.home-services {
  color: #fff;
  font-family: Gotham book, sans-serif;
  font-size: 26px;
  line-height: 1.3em;
}

.subtitle {
  letter-spacing: .06em;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
}

.subtitle.color-neutral-500 {
  color: #b1b1b1;
}

.paragraph-10.color-neutral-400 {
  color: #e6e6e6;
}

.paragraph-10.color-neutral-400.home-services {
  margin-bottom: 0;
}

.paragraph-10.service-item {
  margin-bottom: 40px;
}

.paragraph-10.service-item.home-services {
  color: #b1b1b1;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.serviciosgrid {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80%;
}

.underline {
  background-color: #020202;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
}

.underline.bg-neutral-100 {
  background-color: #fff;
}

.link-underline-wrapper {
  color: #020202;
  font-weight: 700;
  line-height: 1.111em;
  display: inline-block;
}

.link-underline-wrapper.color-neutral-100 {
  color: #fff;
}

.service-item-content {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.underline-wrapper {
  background-color: #b1b1b1;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.underline-wrapper.dark {
  background-color: #333;
}

.logotmo {
  max-width: 40%;
}

.icon {
  width: 60px;
  max-width: none;
}

.divicon {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

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

.form {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.r {
  color: var(--firebrick);
}

.boldred {
  color: var(--firebrick);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._1 {
    padding-bottom: 60px;
  }

  .section.overflow._2 {
    padding-bottom: 50px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column;
  }

  .display-1 {
    font-size: 80px;
  }

  .display-1._4 {
    font-size: 12vw;
  }

  .display-1._1.smaller {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 66px;
  }

  .display-2 {
    font-size: 60px;
  }

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

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .remove-circe-mobile {
    background-color: var(--firebrick);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .logo-link {
    height: auto;
  }

  .navigation-wrapper {
    min-height: auto;
  }

  .navlinks-wrapper {
    border-right-style: none;
  }

  .menu-overlay {
    cursor: auto;
  }

  .nav-text {
    height: auto;
  }

  .menu-content {
    flex-direction: column;
    top: 0;
  }

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

  .remove {
    width: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 126px;
  }

  .scroll-down-wrapper {
    padding-left: 5%;
  }

  .grid-2-columns._2, .grid-2-columns._3 {
    max-width: 100%;
  }

  .grid-2-columns._4 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns._5 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .photo-animation-main._2 {
    width: 500px;
  }

  .photo-animation-main._2.left.first-mobile {
    width: 690px;
  }

  .photo-animation-main._2.first-mobile {
    width: 700px;
    margin-bottom: 30px;
  }

  .down-arrow {
    width: 20px;
  }

  .logo-grid {
    margin-top: 30px;
  }

  .project-content {
    margin-bottom: 20px;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    justify-content: center;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

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

  .copyright {
    margin-bottom: 0;
  }

  .legal-wrapper {
    width: 100%;
  }

  .team-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .blog-richt-text {
    max-width: 100%;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-c1 {
    max-width: 220px;
    transition-property: none;
  }

  .galery {
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 126px;
  }

  ._150-image-wrapper-outer {
    justify-content: center;
    align-items: flex-start;
  }

  .galeria {
    clear: both;
  }

  .demo-wrapper {
    flex: 0 auto;
  }

  ._150-image-wrapper-inner {
    width: 200vw;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .home-services-content-top {
    margin-bottom: 60px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 30px;
  }

  .paragraph-10.service-item {
    margin-bottom: 35px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section._1 {
    padding-bottom: 30px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 65px;
  }

  .display-1._1.smaller {
    font-size: 50px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .navlinks {
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 50px;
    line-height: 70px;
  }

  .cart-container {
    max-width: 480px;
  }

  .hero.inner {
    padding-top: 64px;
    padding-bottom: 114px;
  }

  .social-wrapper {
    display: none;
  }

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

  .photo-animation-main._2, .photo-animation-main._2.left.first-mobile, .photo-animation-main._2.first-mobile {
    width: auto;
  }

  .logo-grid {
    max-width: 100%;
  }

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

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

  .project-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .project-circle {
    display: none;
  }

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

  .testimonials-wrapper {
    max-width: 100%;
  }

  .skills-grid {
    width: 100%;
  }

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

  .text-rotator-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

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

  .copyright-flex {
    justify-content: flex-start;
  }

  .hide {
    display: none;
  }

  .social-image-2 {
    width: 14px;
  }

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

  .card-container {
    min-width: auto;
  }

  .work-photo, .rich-text-block-page {
    max-width: 100%;
  }

  .card-c1 {
    width: auto;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .galery.inner {
    padding-top: 64px;
    padding-bottom: 114px;
  }

  .demo-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    display: flex;
  }

  .home-services-content-top {
    margin-bottom: 120px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 26px;
  }

  .subtitle {
    margin-bottom: 4px;
    font-size: 25px;
  }

  .paragraph-10.service-item {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .service-item-content, .icongrid {
    max-width: 431px;
  }
}

@media screen and (max-width: 479px) {
  .page-content {
    overflow: hidden;
  }

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

  .container.blind.bd {
    display: flex;
  }

  .container.blind.bd.truco {
    min-width: auto;
    height: auto;
  }

  .container.blind.truco {
    background-repeat: repeat, repeat-x;
    background-size: auto, 906px;
    background-attachment: scroll, scroll;
  }

  .container.sec2.mob {
    margin-top: 78px;
  }

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

  .button.desk {
    margin-top: -53px;
    display: flex;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 39px;
  }

  .display-1._1.smaller {
    font-size: 34px;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 14vw;
  }

  .display-2.test {
    font-size: 17vw;
  }

  .display-2.client {
    font-size: 15vw;
  }

  .display-2.mob {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11vw;
  }

  .display-2.small {
    font-size: 11vw;
  }

  .display-3 {
    font-size: 34px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .product-title-sidebar-2 {
    font-size: 16px;
  }

  .remove-circe-mobile {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .remove-circe-mobile.cont {
    z-index: 9999999;
  }

  .div-flex.der {
    display: none;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .flex-wrapper {
    justify-content: flex-start;
    margin-right: -15px;
    padding-right: 0;
  }

  .navigation-wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .nav-text {
    font-size: 8vw;
  }

  .menu {
    display: none;
  }

  .navigation-grid {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .remove {
    width: 20px;
  }

  .hero {
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    padding-top: 43px;
    padding-bottom: 101px;
  }

  .hero.inner {
    padding-top: 58px;
    padding-bottom: 100px;
  }

  .hero.backdoor {
    width: 100%;
  }

  .hero.gal {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .hero.trucombi {
    background-size: auto, auto;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .social-wrapper {
    display: none;
  }

  .social-wrapper._2 {
    display: flex;
  }

  .social-wrapper._2.quit {
    display: none;
  }

  .social-wrapper._2.header {
    width: 40%;
    display: flex;
    left: -28px;
  }

  .social-link {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2-columns {
    position: relative;
  }

  .grid-2-columns._2, .grid-2-columns._3 {
    display: block;
  }

  .grid-2-columns._5 {
    align-items: center;
  }

  .photo-animation-main._2 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-top: 20px;
  }

  .photo-animation-main._2.left.first-mobile {
    align-items: center;
  }

  .photo {
    width: 50%;
    max-width: none;
  }

  .photo._2 {
    width: 100%;
  }

  .lightbox-link {
    padding-bottom: 91px;
    top: 38%;
  }

  .lightbox-link.v2 {
    padding-top: 78px;
  }

  .lightbox-link._2 {
    padding-top: 60px;
    padding-bottom: 50px;
  }

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

  .go-top.w--current, .go-top-overlay {
    display: none;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .margin-80px {
    display: block;
  }

  .margin-80px.truco {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .services-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    display: block;
  }

  .services-grid.logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    max-width: none;
    height: auto;
    display: grid;
  }

  .shape-image {
    opacity: 0;
  }

  .icon-box {
    border: 1px solid var(--firebrick);
    background-color: #000;
    margin-bottom: 40px;
  }

  .icon-box.logoclientes {
    width: 100%;
    height: auto;
  }

  .services-circle {
    background-color: #0000;
    width: 100%;
    height: auto;
  }

  .fun-wrapper {
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-image {
    margin-right: 15px;
  }

  .form-grid {
    max-width: 100%;
  }

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

  .section-cta {
    transform: scale(1.2)rotate(-14deg);
  }

  .text-rotator-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-rotator {
    font-size: 34px;
  }

  .start-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation-flex {
    flex-wrap: wrap;
  }

  .footer-link {
    font-weight: 300;
  }

  .footer-link.bigger.w--current {
    margin-bottom: 12px;
  }

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

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

  .team-grid {
    max-width: 100%;
  }

  .social-wrapper-footer {
    flex-direction: row;
    justify-content: center;
    display: none;
  }

  .social-wrapper-footer._2 {
    display: flex;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .text-rotator-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-5 {
    font-weight: 300;
  }

  .paragraph-6.size {
    width: auto;
    font-size: 18px;
  }

  .paragraph-6.size._2.prdo {
    margin-top: 39px;
    margin-bottom: 0;
  }

  .text-span {
    font-size: 14vw;
  }

  .paragraph-7.size {
    width: auto;
    margin-top: 10px;
  }

  .paragraph-7.size.truco {
    width: 80%;
    margin-bottom: 20px;
  }

  .text-span-2 {
    color: var(--firebrick);
    font-family: Gotham, sans-serif;
    font-weight: 700;
  }

  .paragraph-8 {
    font-family: Gotham book, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-span-3 {
    color: var(--firebrick);
  }

  .container-logo {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .logobk {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .logotc {
    width: 100%;
  }

  .contact {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .full {
    z-index: 9999998;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .logovideo {
    width: 100%;
    height: 100%;
  }

  .portrait-bg-c1 {
    width: auto;
    max-width: none;
    height: 124vw;
    max-height: none;
  }

  .glitch-c1._5, .glitch-c1._6, .glitch-c1._3 {
    max-width: none;
    height: 124vw;
  }

  .glitch-c1._1 {
    width: auto;
    max-width: none;
    height: 124vw;
  }

  .glitch-c1._8, .glitch-c1._4, .glitch-c1._7 {
    max-width: none;
    height: 124vw;
  }

  .glitch-c1._2 {
    width: auto;
    max-width: none;
    height: 124vw;
  }

  .card-c1 {
    width: auto;
    margin: 15px 12px;
  }

  .galery {
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    padding-top: 43px;
    padding-bottom: 101px;
  }

  .galery.inner {
    padding-top: 58px;
    padding-bottom: 100px;
  }

  .galery.backdoor {
    width: 100%;
  }

  .galery.gal {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .galery.trucombi {
    background-size: auto, auto;
    width: 100%;
  }

  ._150-image._10._2.bd {
    background-image: url('../images/4E4109B9-7C41-43D6-933F-04DAADDD5782.webp');
  }

  .demo-wrapper.bd {
    height: auto;
    overflow: visible;
  }

  ._150-image-wrapper-inner {
    width: 300vw;
    overflow: hidden;
  }

  .home-services-content-top {
    margin-bottom: 100px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 20px;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .subtitle {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .paragraph-10.service-item {
    margin-bottom: 25px;
  }

  .link-underline-wrapper {
    font-size: 16px;
  }

  .logotmo {
    max-width: 85%;
  }

  .bold-text-3 {
    font-size: 14vw;
  }

  .sm {
    display: none;
  }
}

#w-node-_8f30d488-b09e-5ba3-7b10-255198c57d8a-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f30d488-b09e-5ba3-7b10-255198c57d8e-4fd293f8, #Email.w-node-_8f30d488-b09e-5ba3-7b10-255198c57d96-4fd293f8:focus {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7262a07-679b-5350-ad6a-45eabcc42e4f-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0b70454e-669d-d3fb-bb71-d43f6d6c67ba-4fd293f8, #w-node-_0dd80199-f0cd-abee-fc27-810e813bf4d1-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6473d036-a537-6c39-b5c5-805c8600d413-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6641779c-a57e-097e-7dbb-bcb45ed4d923-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_34b3f7b3-a7d1-7963-282d-6b692deb82e0-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dd54ed3-c57e-4e42-eb08-0181760acd81-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7dd54ed3-c57e-4e42-eb08-0181760acd85-4fd293f8, #w-node-_7dd54ed3-c57e-4e42-eb08-0181760acda8-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7dd54ed3-c57e-4e42-eb08-0181760acdb1-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7dd54ed3-c57e-4e42-eb08-0181760acdb3-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e1280ff-c2dc-63b4-b95a-bf5e81ca6963-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3e1280ff-c2dc-63b4-b95a-bf5e81ca6967-4fd293f8, #w-node-_3e1280ff-c2dc-63b4-b95a-bf5e81ca698f-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e1280ff-c2dc-63b4-b95a-bf5e81ca6998-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3e1280ff-c2dc-63b4-b95a-bf5e81ca699a-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c785ccd-349c-1b1a-e356-1eef438565a8-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc5df5c-9075-72c4-1c3c-06de0bfd63f3-4fd293f8 {
  justify-self: center;
}

#w-node-f601e9fb-705d-9862-1f24-ac7159c03f6f-4fd293f8, #w-node-_9e98aa15-6004-944c-340d-30368590b986-4fd293f8, #w-node-c9b507f4-36b0-002c-4c38-c6f888026df3-4fd293f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9255b1c-ca14-db01-687c-50be9feb96ad-9feb9698 {
  justify-self: end;
}

#w-node-ca380c14-dde9-89ce-22c3-9887d19e0c3b-d19e0c37 {
  justify-self: auto;
}

#w-node-ca380c14-dde9-89ce-22c3-9887d19e0c49-d19e0c37 {
  justify-self: center;
}

#w-node-ca380c14-dde9-89ce-22c3-9887d19e0c4c-d19e0c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f9255b1c-ca14-db01-687c-50be9feb96ad-9feb9698 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9255b1c-ca14-db01-687c-50be9feb969b-9feb9698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9255b1c-ca14-db01-687c-50be9feb96ad-9feb9698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}