:root {
  --pale-green: #83f570;
  --light-coral: #f57070;
  --lemon-chiffon: #fffad3;
  --red: #f81111;
  --grey: #999;
  --blue: #1515c380;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #b4bcd0;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

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

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
}

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

blockquote {
  border-top: 1px none var(--pale-green);
  border-bottom: 1px none var(--pale-green);
  text-shadow: 1px 1px 20px #ffffff40;
  background-image: url('../images/Qoute-Icon-02.svg'), url('../images/Qoute-Icon-02.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 45px 60px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  display: block;
  position: relative;
}

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

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.about-me-container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  z-index: 99999;
  background-color: #000000c2;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.white-text {
  color: #fff;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Button-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #fff;
  padding: 23px 75px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .475s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.button:hover {
  color: var(--light-coral);
  -webkit-text-stroke-color: var(--light-coral);
  transform: scale(1.1);
}

.button.big {
  padding: 20px 40px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: relative;
  top: 271px;
  overflow: hidden;
}

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

.utility-page-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #a8a8a8;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline._02, .link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.footer {
  color: #000;
  background-color: #000;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.fade-in-move-on-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.grey-text {
  color: #b4b4b4;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  grid-column-gap: 60px;
  border: 2px solid #b8b8b8;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.style-guide-title-holder {
  flex-direction: column;
}

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

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.success-message {
  background-color: var(--pale-green);
  color: #000;
  letter-spacing: 0;
  border-radius: 0;
  padding: 24px 33px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.headings-holder {
  background-color: #161b22;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.link-block-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.link-block-2.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.x-icon {
  width: 14px;
}

.x-icon.invert {
  filter: invert(63%);
}

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

.right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.aa-font {
  font-size: 130px;
}

.colors-container {
  background-color: #fafafa;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: #161b22;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-gray-background {
  background-color: #161b22;
}

.style-guide-gray-background.big-margins {
  margin-top: 90px;
  margin-bottom: 90px;
}

.style-guide-x-button {
  background-color: #141b22;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: .3em 2em auto auto;
}

.style-guide-x-button:hover {
  background-color: #161b22;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.submit-button-arrow {
  color: #030303;
  background-color: #d9d9d9;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 0 21px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0% auto;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161b22;
  justify-content: space-between;
  margin-top: 30px;
  padding: 45px 70px;
  display: flex;
}

.style-guide-main-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: #161b22;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 35px 8px 0 35px;
  display: flex;
  position: sticky;
  top: 50px;
}

.style-guide-home-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.style-guide-home-text.hide-mobile {
  display: block;
}

.headings-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.h6-fixed {
  font-size: 24px;
}

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

.grid-holder {
  grid-row-gap: 30px;
  background-color: #161b22;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.subscribe-form {
  position: relative;
}

.sg---color-black {
  background-color: #000;
  width: 235px;
  height: 150px;
}

.sg---color-black.yellow {
  background-color: var(--lemon-chiffon);
}

.sg---color-black.green {
  background-color: var(--pale-green);
}

.paragraph-yellow {
  color: #fffad3;
  font-size: 20px;
  line-height: 1.5;
}

.style-guide-panel-title {
  color: #b3b3b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-container {
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.style-guide-navbar-link {
  flex-direction: column;
  align-items: flex-start;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.borders-2 {
  opacity: .58;
  color: #fff;
  border: 1px solid #b9b9b9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.borders-2.center {
  height: 100px;
}

.grid-8-col {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.style-guide-empty-container {
  padding: 50px;
}

.style-guide-small-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px 380px 50px 50px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
}

.style-guide-navbar {
  z-index: 30;
  color: #fff;
  background-color: #151b22;
  border-bottom: 1px solid #151b22;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.style-guide-tab-holder {
  color: #fff;
  border-radius: 5px;
  width: 120%;
  margin-left: -25px;
  padding: 11px 25px 11px 49px;
  font-size: 16px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #2b333d;
}

.subscribe-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 30px 109px 30px 17px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .4s;
}

.subscribe-field-text:focus {
  border-color: #ffd660;
}

.subscribe-field-text::placeholder {
  color: #b9b9b9;
}

.contact-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #595959;
  border-radius: 0;
  flex: 1;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .375s;
  display: inline-block;
}

.contact-field-text:hover {
  border-bottom-color: #fff;
}

.contact-field-text:focus {
  border-bottom-color: #ffd660;
}

.contact-field-text::placeholder {
  color: #595959;
  font-weight: 300;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.style-guide-left-panel-holder {
  background-color: #151b22;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.left-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-button-holder {
  position: relative;
}

.gradient-button {
  filter: blur(20px);
  background-image: linear-gradient(to right, #ffbbae, #c6caf6 73%, #958feb);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.gradient-white-button {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.nav-link-text-holder {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.nav-link-text-holder:hover {
  color: #fff;
}

.nav-link-text-holder.w--current, .nav-link-text-holder.w--current:hover {
  color: var(--red);
}

.nav-link-text-holder.w--current:active {
  color: var(--light-coral);
}

.nav-link-text {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.nav-link-text.shop {
  text-decoration: none;
}

.brand {
  width: 64px;
  min-width: 64px;
}

.brand.hide-mobile {
  display: flex;
  left: 35px;
}

.brand.hide-mobile.w--current {
  flex-wrap: nowrap;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: static;
}

.brand.show-mobile {
  display: none;
}

.brand-image {
  object-fit: fill;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 100%;
  display: block;
  overflow: visible;
}

.logo-small-container {
  height: 27px;
}

.experience-card {
  z-index: 5;
  background-color: #30363d;
  border-radius: 26px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-holder {
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  display: flex;
  position: relative;
}

.trusted-item-header {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.download-badge-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-item {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 1em;
}

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

.licensing-grid.feather-icon {
  justify-content: space-around;
  display: flex;
}

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

.feather-icon-holder {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.logo-to-use-image {
  height: 100%;
}

.licensing-icon {
  filter: invert();
}

.licensing-cards-wrapper {
  grid-row-gap: 45px;
  background-color: #151b22;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

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

.logo-to-use-holder {
  height: 24px;
}

.licensing-cards {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-title {
  font-size: 24px;
  font-weight: 500;
}

.feather-icon {
  width: 100%;
}

.licensing-cards-container {
  background-color: #000;
  margin-top: 50px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.licensing-image-holder {
  width: 100%;
}

.licensing-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
  display: flex;
}

.licensing-link-holder:hover {
  opacity: .7;
}

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

.hide {
  display: none;
}

.display-1 {
  z-index: 2;
  color: #fffad3;
  font-size: 250px;
  position: relative;
}

.display-1.stroke-01 {
  z-index: 1;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -20px);
}

.display-1.stroke-02 {
  z-index: 0;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -40px);
}

.display-1.stroke-03 {
  z-index: -1;
  opacity: 1;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -60px);
}

.display-1.fill {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#424242 14%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bebas Neue, sans-serif;
}

.display-2 {
  color: #fff;
  font-size: 132px;
  line-height: 1;
}

.display-2.stroke.behind {
  z-index: -1;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -20px);
}

.display-2.stroke.project-title-stroke {
  z-index: -1;
  line-height: 1;
  position: absolute;
  inset: 16px auto auto 5px;
}

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

.display-2.bigger {
  font-size: 150px;
}

.display-2.bigger.light {
  color: #772ce8;
  font-size: 150px;
}

.nav-link-wrapper {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.nav-link-wrapper.right {
  justify-content: flex-end;
}

.fixed-navbar {
  z-index: 20;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section-holder {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-text-container {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0);
}

.small-about-me-card-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.small-about-me-card {
  grid-row-gap: 24px;
  background-color: #f5707080;
  background-image: linear-gradient(#000 7%, #f5707061 54%, #000 91%);
  border-radius: 45px;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  padding: 80px;
  display: flex;
  position: relative;
}

.about-me-text {
  color: #fff;
  font-size: 64px;
}

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

.projects-holder.paddings {
  padding-bottom: 80px;
  display: none;
}

.title-container {
  perspective: 920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}

.stroke {
  color: #000;
  text-shadow: 1px 0 0 var(--lemon-chiffon), -1px 0 0 var(--lemon-chiffon), 0 -1px 0 var(--lemon-chiffon), 0 1px 0 var(--lemon-chiffon);
}

.yello-text {
  color: var(--lemon-chiffon);
  display: none;
}

.project-collection-list-container {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.project-image-holder {
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-details-holder {
  position: relative;
}

.project-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  perspective: 1000px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center start;
  display: grid;
  position: relative;
}

.project-item:nth-child(2n) {
  direction: rtl;
  text-align: left;
  flex-direction: row-reverse;
}

.project-title {
  font-size: 120px;
}

.project-list {
  grid-row-gap: 230px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

.project-list-wrapper {
  flex-direction: column;
  max-width: 1110px;
}

.project-thumbnai {
  opacity: .8;
  width: 650px;
  min-width: 650px;
}

.center-text {
  z-index: -5;
  perspective: 1500px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.center-text.hide {
  display: none;
}

.background-image-holder {
  margin-top: 160px;
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}

.background-image-container {
  opacity: .6;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-me-image {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-me-text-holder {
  max-width: 700px;
}

.about-me-text-container {
  grid-row-gap: 16px;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hire-me-section-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hire-me-section-light-top-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 740px;
  display: flex;
}

.hire-me-section-light-top-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hire-me-section-light-holder {
  width: 100%;
  position: absolute;
}

.hire-me-light {
  width: 100%;
}

.light-head-text-conent {
  z-index: 1;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  max-width: 490px;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
  position: relative;
}

.large-paragraph {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  display: none;
}

.large-paragraph.white-text {
  color: #fff;
  font-weight: 400;
}

.blured-light-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 153%;
  display: flex;
  position: relative;
  top: -63px;
  left: 11px;
}

.blured-light-container {
  width: 100%;
  position: absolute;
}

.blured-light-content-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.blured-light {
  width: 100%;
  padding-left: 157px;
  padding-right: 178px;
}

.light-switch-holder {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  display: flex;
  position: relative;
  inset: 15% 93% auto auto;
}

.light-switch-image {
  width: 100%;
}

.light-switch-image-on {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.infnite-image-holder {
  justify-content: center;
  align-items: center;
  margin-top: 107px;
  margin-bottom: 107px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infnite-image-container {
  z-index: 1;
  grid-column-gap: 30px;
  background-color: #0303030a;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  width: 100vw;
  transition: all .9s;
  display: flex;
  position: relative;
}

.infnite-image-container:hover {
  grid-column-gap: 60px;
}

.infinite-image-wrapper {
  z-index: 1;
  width: 12.5vw;
  min-width: 12.5vw;
  height: 440px;
  position: relative;
}

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

.infinite-image.abstract {
  object-fit: cover;
  object-position: 60% 50%;
}

.infnite-images {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.background-text-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-container-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.cta-container-holder.emjos {
  display: none;
}

.cta-container {
  text-align: center;
  background-color: #d82d2d;
  border-radius: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px;
  display: flex;
}

.cta-container.email-jos {
  display: none;
}

.cta-text-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-paragraph {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.cta-paragraph-holder {
  max-width: 530px;
}

.cta-email-holder {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}

.cta-email-holder:hover {
  color: var(--light-coral);
}

.cta-email {
  color: #000;
  font-size: 132px;
}

.cta-email._02 {
  position: absolute;
}

.cta-email._03 {
  opacity: .5;
  position: absolute;
}

.cta-email._01 {
  z-index: 1;
  position: relative;
}

.light-switch-wrapper {
  padding: 0;
  position: absolute;
  inset: 16% -7% auto auto;
}

.srapy-paint-holder {
  width: 250px;
  position: absolute;
  inset: -16% -12% auto auto;
}

.srapy-paint {
  width: 100%;
}

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

.project-hero-container {
  width: 90%;
  height: 600px;
  overflow: hidden;
}

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

.project-details-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

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

.client-data-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.client {
  opacity: .6;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.redtextazteca {
  color: var(--pale-green);
  font-size: 32px;
}

.next-project-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 200px;
  display: flex;
}

.next-project-tilte-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-me-hero-section {
  padding-top: 220px;
}

.about-me-hero-container {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-me-image-holder {
  position: relative;
  top: -110px;
}

.about-me-image-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero---about-me-image-holder {
  width: 100%;
}

.hero---about-me-image-holder._02 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 460px;
  min-width: 460px;
  display: flex;
  position: relative;
}

.hero---about-me-image-holder._01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 35px;
  transform: rotate(-10deg);
}

.hero---about-me-image-holder._03 {
  position: relative;
  top: 35px;
  left: -35px;
  transform: rotate(10deg);
}

.hero---about-me-image {
  object-fit: fill;
  width: 100%;
  transform: rotate(0);
}

.about-me-grid-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.about-me-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-me-name-holder {
  color: #fffad3;
  background-image: url('../images/Azteca-3.webp');
  background-position: 50%;
  background-size: cover;
  min-width: 432px;
  font-size: 132px;
}

.years-experince-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
}

.years-experince-container {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: flex;
}

.years {
  color: var(--lemon-chiffon);
  font-size: 82px;
}

.light-box-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

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

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

.worked-with---section {
  border-top: 1px solid var(--pale-green);
  border-bottom: 1px solid var(--pale-green);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.worked-with---holder {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.worked-with---logo-holder {
  width: 13vw;
}

.worked-with---logo {
  width: 100%;
}

.left-gradient {
  z-index: 1;
  background-image: linear-gradient(270deg, #0000 23%, #000 87%);
  width: 400px;
  height: 110%;
  position: absolute;
  inset: -4% auto auto 0%;
}

.right-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, #0000 23%, #000 87%);
  width: 400px;
  height: 110%;
  position: absolute;
  inset: -4% 0% auto auto;
}

.award-badge-holder {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  display: flex;
}

.award-circle-text-image {
  width: 100%;
}

.award-badge-container {
  width: 80px;
  position: absolute;
}

.award-badge {
  width: 100%;
}

.award-title-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.award-list-holder {
  padding-top: 120px;
}

.award-list-container {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-bottom: 60px;
  display: flex;
}

.award-list {
  color: #999;
  cursor: pointer;
  border-bottom: 2px solid #999;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: transform .4s, border-color .4s, color .425s;
  display: flex;
}

.award-list:hover {
  border-bottom-color: var(--pale-green);
  color: var(--pale-green);
  transform: translate(0, -4px)skew(-12deg);
}

.award-title-wrapper {
  font-size: 32px;
  font-weight: 400;
}

.award-type-holder {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blog-hero-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.blog-hero-container {
  perspective: 1500px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.blog-post-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.blog-post-container {
  width: 90%;
}

.blog-gird-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-link {
  grid-row-gap: 24px;
  flex-direction: column;
  margin: 10px;
  padding: 20px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-thumbnail-holder, .blog-content-holder {
  z-index: 1;
  position: relative;
}

.blog-name-holder {
  color: var(--lemon-chiffon);
  font-size: 32px;
}

.blog-paragraph-holder {
  color: #999;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-hover-state-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-hover-state-container {
  border: 1px solid var(--pale-green);
  width: 100%;
  height: 100%;
  transform: rotate(1.3deg);
}

.blog-hover-state-container-second {
  border: 1px solid var(--pale-green);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-2deg);
}

.work-hero-section {
  z-index: 2;
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-hero-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-down-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.arrow-down-container {
  flex-direction: column;
  align-items: center;
  transition: all .375s;
  display: flex;
}

.arrow-down-container:hover {
  transform: scale(1.1);
}

.arrow-down-icon-holder {
  width: 20px;
  margin-top: -50px;
}

.arrow-down-icon {
  width: 100%;
}

.signature {
  width: 255px;
}

.projects-title {
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 110px;
}

.signaure-image-holder {
  width: 206px;
  position: absolute;
  inset: auto -10% -15% auto;
}

.signaure-image {
  z-index: -99;
  width: 100%;
  position: relative;
}

.footer-top-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-holder {
  width: 60px;
}

.footer-logo {
  width: 100%;
}

.footer-link-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-weight: 400;
}

.footer-link:hover {
  color: var(--light-coral);
}

.footer-link.shop-footer {
  text-decoration: line-through;
}

.footer-link.shop, .footer-link.shop.w--current {
  text-decoration: none;
}

.footer-copyright-section-holder {
  padding-top: 85px;
}

.footer-copyright-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-text-holder {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-social-media-icon-holder {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-social-media-icon-holder.hide {
  display: none;
}

.footer-social-media-icon-container {
  filter: brightness(200%);
  width: 24px;
  transition: filter .45s;
}

.footer-social-media-icon-container:hover {
  filter: brightness(90%);
}

.footer-social-media-icon-container.spotify, .footer-social-media-icon-container.tiktok {
  filter: none;
}

.footer-social-media-icon {
  width: 100%;
}

.loader-icon-holder {
  width: 190px;
  position: absolute;
  top: 83.5%;
}

.loader-icon {
  width: 100%;
  display: block;
}

.loader-icon.hide {
  display: none;
}

.small-blog-container {
  grid-row-gap: 65px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 320px;
  padding-bottom: 280px;
  display: flex;
}

.small-blog-container.small-paddings {
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-sticky {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 101px;
}

.project-sigature-holder {
  justify-content: flex-end;
  padding-top: 129px;
  padding-bottom: 129px;
  display: flex;
}

.signature-project-holder {
  width: 210px;
}

.signature-project {
  width: 100%;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-social-media-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-social-media-container {
  background-color: #181818;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  display: flex;
}

.blog-body-header {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-body-heading-image-holder {
  height: 450px;
}

.blog-body-heading-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-body-title-holder {
  color: var(--lemon-chiffon);
  font-size: 32px;
}

.blog-body-paragraph-holder {
  color: #999;
  max-width: 530px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.blog-rich-text-holder {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.share-text {
  color: #d9d9d9;
  font-size: 18px;
}

.blog-social-media-sticky {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 480px;
  display: flex;
  position: sticky;
  top: 100px;
}

.project-item-cutout-holder {
  align-items: flex-end;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-item-cutout {
  width: 100%;
}

.project-black-out {
  background-color: #000;
  height: 500px;
  position: absolute;
  inset: 112px 0% 0%;
}

.project-item-clicable {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.display-2-behind-01 {
  z-index: -1;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  transform-style: preserve-3d;
  font-size: 132px;
  position: absolute;
  transform: translate3d(0, 0, -20px);
}

.display-2-behind-01.bigger {
  font-size: 150px;
}

.display-2-behind-02 {
  z-index: -2;
  color: #000;
  text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  transform-style: preserve-3d;
  font-size: 132px;
  position: absolute;
  transform: translate3d(0, 0, -40px);
}

.display-2-behind-02.bigger {
  font-size: 150px;
}

.contact-hero-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-hero-grid {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-hero-text-container {
  perspective: 1000px;
  perspective-origin: 0%;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
  position: relative;
}

.contact-form-holder {
  z-index: 1;
  background-color: var(--lemon-chiffon);
  width: 100%;
  margin: 5px;
  padding: 40px;
  position: relative;
}

.field-label {
  color: #000;
  font-size: 32px;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  height: 54px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s, transform .4s;
}

.text-field:focus {
  border-color: #afafaf;
  transform: translate(0, 3px);
}

.text-field::placeholder {
  color: #999470;
  font-weight: 300;
}

.text-field.dark-mode {
  border-color: #2c2c2c;
}

.text-field.dark-mode:focus {
  border-color: var(--pale-green);
}

.text-field.dark-mode-blog {
  color: #fff;
  border-color: #2c2c2c;
  min-width: 300px;
  font-weight: 400;
}

.text-field.dark-mode-blog:focus {
  border-color: var(--pale-green);
}

.text-field.dark-mode-blog::placeholder {
  color: #fffad380;
}

.field-holder {
  grid-row-gap: 2px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.text-area {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 110px;
  min-height: 110px;
  max-height: 500px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s, transform .4s;
}

.text-area:focus {
  border-color: #afafaf;
  transform: translate(0, 3px);
}

.text-area::placeholder {
  color: #999470;
  font-weight: 300;
}

.contact-from-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
  position: relative;
}

.error-message {
  color: #fff;
  text-align: left;
  background-color: #fdfdfd21;
  border: 1px solid #ff0004;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.button-holder-contact {
  position: relative;
}

.button-holder-contact.herooo {
  display: none;
}

.glitchy-button-holder {
  position: relative;
}

.glitchy-button-holder.contact-page {
  color: #000;
}

.glitch-button-text-holder {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 75px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.glitch-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.glitch-button-container.move {
  opacity: 0;
}

.button-hover-state-container {
  border: 1px solid var(--pale-green);
  width: 100%;
  height: 100%;
  transform: rotate(1.3deg);
}

.button-hover-state-container.staic {
  border-color: #f57070;
  transform: none;
}

.button-hover-state-container.move {
  border-color: #f57070;
}

.button-hover-state-container-second {
  border: 1px solid var(--pale-green);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-2deg);
}

.button-hover-state-container-second.static {
  border-color: #f57070;
  transform: none;
}

.button-hover-state-container-second.move {
  border-color: #f57070;
}

.hero-section-grid-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-section-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 30px;
  display: flex;
}

.hero-section-grid-image-holder {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-gird {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mask-holder {
  z-index: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.button-normal {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  padding: 12px 52px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  transition: color .45s, background-color .45s;
}

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

.hero-about-image-container._02 {
  z-index: 10;
  position: relative;
}

.social-media-hero-holder {
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-media-hero-holder.hide {
  display: none;
}

.social-media-link-holder {
  grid-column-gap: 20px;
  border-radius: 3px;
  align-items: center;
  padding: 5px;
  font-family: Bebas Neue, sans-serif;
  display: flex;
  transform: rotate(-90deg);
}

.social-media-link-container {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.social-media-link-container:hover {
  color: var(--light-coral);
}

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

.text-block:hover {
  color: var(--light-coral);
}

.animate-on-load-01._100width {
  width: 100%;
}

.hero-gradirent {
  display: none;
}

.transition-top-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -14.2vw 0% auto;
  overflow: hidden;
}

.transition-top-holder.bot {
  inset: auto 0% -10.4vw;
}

.transition-top-image {
  width: 110%;
  min-width: 110%;
}

.award-holme-holder {
  position: absolute;
  inset: 27% auto auto 0%;
}

.rich-text-block {
  max-width: 740px;
}

.buy-template-guide {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .325s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4a59ff;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.buy-template-icon {
  width: 24px;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #fff;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.nav-link-underline-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -1px;
}

.nav-link-underline-holder._02 {
  bottom: -6px;
}

.nav-link-underline-01 {
  background-color: var(--light-coral);
  width: 100%;
  height: 1px;
  position: absolute;
}

.nav-link-underline-02 {
  background-color: var(--light-coral);
  width: 100%;
  height: 1px;
}

.blog-form-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-blog {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.product-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-holder {
  width: 100%;
  position: relative;
}

.product-container {
  z-index: 1;
  width: 100%;
  padding: 17px;
  position: relative;
}

.product-thumbnail-holder, .prouct-thumbnail {
  width: 100%;
}

.product-details-holder {
  margin-top: 24px;
}

.product-paragraph {
  font-size: 22px;
}

.product-price-holder {
  color: var(--lemon-chiffon);
  justify-content: space-between;
  align-items: center;
  font-size: 54px;
  font-weight: 400;
  display: flex;
}

.product-list-wrapper {
  padding-bottom: 200px;
}

.category-list {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.category-link {
  font-weight: 400;
}

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

.product-hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-hero-thumbnail-holder, .product-hero-thumbnail {
  width: 100%;
}

.product-name-holder {
  color: var(--lemon-chiffon);
  font-size: 132px;
  line-height: .9;
}

.product-type-holder {
  color: #fff9;
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.product-pargraph-holder {
  margin-top: 26px;
  margin-bottom: 44px;
}

.add-to-cart-content {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.quantity-cart-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fffad380;
  align-items: center;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.quantity {
  text-align: center;
  background-color: #fafafa00;
  border-style: none;
  width: 50px;
  height: 100%;
  margin-bottom: 0;
  padding: 6px 0;
  font-size: 16px;
}

.quantity-text {
  color: #fff9;
  margin-bottom: 0;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
  position: relative;
}

.cart-button:hover {
  color: #fff;
}

.cart-quantity {
  color: #fff;
  background-color: #5bbd4b;
  margin-left: 0;
  font-weight: 600;
  position: absolute;
  inset: -45% -44% auto auto;
}

.cart-container {
  background-color: #1d1d1d;
  border-radius: 36px;
  min-width: 450px;
  max-width: 562px;
  overflow: hidden;
}

.card-title {
  color: var(--lemon-chiffon);
  font-size: 64px;
  font-weight: 400;
}

.cart-header {
  border-bottom-style: none;
  padding-bottom: 0;
}

.product-cart-holder {
  width: 100%;
}

.product-cart-details-holder {
  grid-column-gap: 14px;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-thumbnail-image {
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.product-name-wrapper {
  margin-left: 1px;
  margin-right: 1px;
}

.product-title-cart {
  color: var(--lemon-chiffon);
  font-size: 32px;
  font-weight: 400;
}

.product-price-cart {
  font-size: 32px;
}

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

.x {
  width: 26px;
}

.product-quantity-holder {
  border-bottom: 1px solid #484848;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 12px;
  display: flex;
}

.quantity-cart-holder-cart {
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.remove-button {
  color: var(--lemon-chiffon);
  font-family: Inter, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.cart-footer {
  border-top-style: none;
}

.cart-list {
  overflow: auto;
}

.cart-line-item {
  color: var(--lemon-chiffon);
  font-size: 32px;
  font-weight: 400;
}

.price-total {
  font-weight: 400;
}

.checkout-form {
  background-color: #000;
  padding: 0;
}

.block-header {
  background-color: #fff0;
  border-style: none;
}

.checkout-order-box {
  background-color: #1d1d1d;
  border-radius: 18px;
  overflow: hidden;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.required {
  color: var(--lemon-chiffon);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-cart {
  color: #fff9;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-field-normal {
  background-color: #000;
  border-width: 2px;
  border-color: #5f5f5f;
  border-radius: 0;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-field-normal:focus, .text-field-normal.-wfp-focus {
  border-color: var(--pale-green);
}

.checkbox {
  margin-top: -5px;
}

.cart-price {
  color: var(--lemon-chiffon);
  font-size: 32px;
}

.order-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.line-item {
  color: var(--lemon-chiffon);
  font-size: 30px;
}

.line-item.second {
  border-top: 1px solid #484848;
  margin-top: 32px;
  padding-top: 14px;
}

.paragraph-style {
  color: #c9c9c9;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.shop-hero-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.footer-text {
  color: #ffffffb3;
  font-weight: 400;
}

.blog-item-summary {
  color: var(--grey);
}

.order-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--lemon-chiffon);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  display: flex;
}

.order-quantity-text {
  color: var(--grey);
  font-size: 80%;
}

.order-item-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.project-title-container {
  perspective: 920px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
  position: relative;
}

.text-span {
  font-family: Montserrat, sans-serif;
}

.spotify-player {
  z-index: 5;
  display: block;
  position: fixed;
  inset: auto 1% 0% auto;
}

.lottie-section.is--message-send {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.lottie-section.lottie {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300vh;
  margin-top: 0;
  position: relative;
}

.lottie-section.is--hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: height .2s;
  display: flex;
  position: relative;
}

.lottie-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.fantom-lottie {
  z-index: 5;
  width: 100%;
  max-width: 69rem;
  position: relative;
}

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

.hello-block-wrapper {
  width: 32rem;
  position: absolute;
  inset: -3.6875rem 0% auto auto;
}

.page-padding {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hello-video-wrapper {
  width: 90%;
}

.button-pill {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.3125rem;
  font-weight: 400;
  transition: color .2s, background-color .2s, transform .2s;
}

.button-pill:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transform: translate(0, -3px);
}

.section-hello-wrapper {
  position: relative;
}

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

.margin-vertical.margin-huge {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.hello-block-top {
  background-image: linear-gradient(to top, #fff, #0000);
  width: 100%;
  height: 3.125rem;
  position: absolute;
  top: -2.9375rem;
}

.section-hello {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

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

.text-size-medium {
  letter-spacing: -.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.text-size-medium.is-smaller {
  color: #000;
  font-size: 1.3125rem;
}

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

.heading-large {
  letter-spacing: -.0425px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.hello-block-main {
  color: #000;
  background-color: #fff;
  border-radius: .75rem;
  padding: 1rem;
}

.container-2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-2.is--message-send {
  font-size: 1vw;
}

.animate-this-shit {
  color: #00ffe1;
}

.slide-heading {
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 1.4;
  transition: all .4s;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.wheel-slider {
  position: relative;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-nav-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-nav-btn-icon:hover {
  color: #f81111c9;
}

.icon-show-slider-nav {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.swiper-nav-btn {
  z-index: 40;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: rotate(-20deg);
}

.swiper-nav-btn:hover {
  color: #00ffe1;
}

.swiper-nav-btn.prev:hover {
  color: var(--light-coral);
}

.swiper-nav-btn.next {
  left: auto;
  right: 20%;
  transform: rotate(20deg);
}

.swiper-nav-btn.next:hover {
  color: var(--light-coral);
}

.swiper-navigation {
  z-index: 40;
  justify-content: center;
  align-items: center;
}

.controls {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-text-wrap {
  overflow: hidden;
}

.clone-the-child-of-this {
  width: 100%;
}

.control-btn {
  z-index: 80;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.control-btn:hover {
  color: #051328;
  background-color: #ff000480;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-inner {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.swiper-slide {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.slide-category {
  color: #dfdfdf;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all .6s;
}

.contact-trigger-wrap {
  justify-content: center;
  padding-bottom: 2vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fantomui-img-inner {
  border-radius: 1.4rem;
}

.lottie-gradient-bg {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animation-img {
  z-index: 2;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 1.5rem;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 24px -8px #00000040, 0 24px 40px -16px #00000040, 0 60px 80px -40px #0009;
}

.animation-img._04 {
  z-index: -1;
  background-image: none;
  bottom: 5rem;
  right: 0%;
}

.animation-img._01 {
  background-image: none;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 20%;
  left: 0%;
  overflow: hidden;
}

.animation-img._02 {
  background-image: none;
  position: relative;
  top: 4rem;
  right: 2rem;
}

.animation-img._03 {
  background-image: none;
  position: relative;
  bottom: 8rem;
  left: 2rem;
}

.animation-img._03._05 {
  top: 63px;
  left: 29.5rem;
}

.azteca-lottie-2 {
  z-index: -1;
  width: 100%;
  max-width: 50rem;
  position: relative;
}

.animation-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: 100vh;
  display: flex;
  position: absolute;
}

.animation-img-wrapper._01 {
  justify-content: flex-start;
  align-items: flex-start;
}

.animation-img-wrapper._03 {
  justify-content: flex-start;
  align-items: flex-end;
}

.animation-img-wrapper._04 {
  justify-content: flex-end;
  align-items: flex-end;
}

.animation-img-wrapper._02 {
  justify-content: flex-end;
  align-items: flex-start;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.overflow.hide {
  overflow: hidden;
}

.link_heading {
  transition: all .6s;
}

.play {
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
}

.link_sub {
  transition: all .6s;
}

.play_button {
  z-index: 3;
  opacity: 0;
  background-color: #000;
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
  width: 6em;
  height: 6em;
  font-size: .5em;
  transition: all .2s;
}

.card_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link {
  z-index: 2;
  background-image: linear-gradient(#0000 49%, #000000b0 73%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.card_media {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding-top: 38%;
  transition: all .8s;
  position: absolute;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.play_contain {
  z-index: 4;
  padding: 1.2em;
  position: absolute;
}

.card_photo {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.card {
  z-index: 1;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  transition: height .6s, width .6s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.container-3 {
  display: flex;
}

.main {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.block {
  color: #fff;
  width: 580px;
  height: 460px;
  margin-left: 80px;
  margin-right: 300px;
  position: relative;
}

.block.block-3 {
  background-image: url('../images/img-three.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  transform: translate(0);
}

.block.block-5 {
  background-image: url('../images/img-five.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.block.block-2 {
  background-image: url('../images/img-two.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  transform: translate(0, 30%);
}

.block.block-4 {
  background-image: url('../images/img-four.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.block.block-1 {
  background-image: url('../images/img-one.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  transform: translate(0, 80%);
}

.title-second-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 60px;
  right: -60px;
}

.title-first-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 60px;
  right: -60px;
}

.viewport {
  perspective: 2000px;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.section-3 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slide {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 98%;
  display: flex;
  position: relative;
}

.slide__image {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.slide__text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 10% -10%;
}

.heading-1 {
  margin-bottom: .5vw;
  margin-left: -3vw;
  font-size: 8vw;
}

.text-block-2 {
  line-height: 1;
}

.project-link {
  color: #ffffff80;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  transition: color .2s;
}

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

.slide__parallax-2 {
  position: absolute;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slider {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
}

.hide-2 {
  display: none;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 36vw;
  display: flex;
}

.slider__mask {
  overflow: visible;
}

.slide__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-2 {
  height: 100%;
}

.slide__image-2 {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__title {
  text-align: center;
  font-size: 13vw;
  line-height: 100%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor__dot {
  background-color: #fd3846;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cursor__arrow {
  width: 28px;
}

.slide__image-wrapper-2 {
  transform-origin: 0 0;
}

.credit__icon {
  width: 75px;
  height: 35px;
  margin-right: 8px;
}

.credit {
  display: none;
  position: absolute;
  inset: auto auto 32px 0;
}

.slide__image-3 {
  padding-top: 100px;
  transition: all .2s;
  transform: translate(0);
}

.slide__image-3:hover {
  transform: none;
}

.slider-2 {
  background-color: #0000;
  width: 38vw;
  max-width: 512px;
  height: 53.2vw;
  max-height: 720px;
}

.next-button__progress {
  width: 48px;
  height: 48px;
  position: absolute;
}

.slide-3 {
  transform-origin: 0 0;
  overflow: hidden;
  transform: translate(0);
}

.next-button {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  top: 100%;
}

.slide__text-2 {
  color: #fff;
  border-bottom: .5px solid #0000;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition: border-color .2s;
}

.slide__text-2:hover {
  border-bottom-color: #fff;
}

.slider__wrapper {
  z-index: 100;
  transform-style: preserve-3d;
  transition: all .2s;
  transform: translate(0);
}

.slider__wrapper:hover {
  transform: rotateX(20deg)rotateY(20deg)rotateZ(5deg);
}

.image {
  position: relative;
  top: -9px;
  left: 403px;
}

.section-4 {
  align-items: center;
  height: 100vh;
  display: block;
}

.slider-3 {
  background-color: #131313;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.mask-2 {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-4 {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.slide-4:hover {
  padding: 0;
  top: auto;
  bottom: auto;
}

.left-arrow {
  background-image: linear-gradient(to right, #000, #0000);
  width: 25%;
}

.right-arrow {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 25%;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.h6-paragraph-12px {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

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

.h6-hl-text-wrapper {
  grid-column-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 182px;
  display: flex;
}

.h6-heading-italic {
  letter-spacing: 1px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.2;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.h6-stroke {
  color: #0006;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13vw;
  font-weight: 400;
  line-height: .9;
}

.hl-hl-wrapper {
  grid-column-gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.h6-hr-header {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h6-hr-image {
  width: 200px;
  height: 200px;
  font-size: 1px;
}

.h6-hero {
  align-items: center;
  display: flex;
}

.h6-hl-text {
  color: #cfcfcf;
  font-size: 23px;
  font-weight: 500;
}

.h6-embed-stroke {
  position: absolute;
}

.h6-paragraph-14px {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.h6-paragraph-14px._420px {
  z-index: 100;
  text-align: center;
  align-self: center;
  max-width: 420px;
  padding-bottom: 20px;
  font-size: 24px;
  position: relative;
}

.h6-hr-bg-image {
  width: 100%;
  height: 100%;
}

.h6-hl-content {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: 80px;
  bottom: 40px;
  overflow: hidden;
}

.h6-container {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.h6-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.h6-hr-text {
  color: #000;
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.h6-hl-line {
  background-color: #aeaeae;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.h6-mask {
  overflow: hidden;
}

.h6-mask.heading {
  letter-spacing: 3px;
  justify-content: flex-end;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: relative;
  top: -40px;
  left: auto;
}

.h6-hl-gradient {
  background-color: #0000008f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h6-hr-content {
  z-index: 2;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 402px;
  height: 400px;
  padding: 17px;
  display: flex;
  position: relative;
}

.h6-hero-left {
  width: 60%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.h6-hr-gradient {
  z-index: 1;
  background-color: #3f3f3f6b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h6-hero-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black {
  color: #000;
}

.black.white {
  color: #fff;
}

.cursor-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  border: 2px solid #b6fff5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.custom-cursor {
  display: none;
}

.block-actions-wrapper {
  justify-content: flex-end;
  padding-right: 1.125rem;
  display: flex;
}

.block-actions-wrapper.hide {
  display: none;
}

.preview-wrapper {
  z-index: 5;
  opacity: 0;
  border: 2px solid #b6fff5;
  width: 25vw;
  min-width: 15.625rem;
  max-width: 22.5rem;
  height: 15vw;
  display: block;
  position: fixed;
  inset: auto 2rem 5rem auto;
  overflow: hidden;
  box-shadow: 0 0 10rem 2.25rem #b6fff554;
}

.preview-wrapper.hide, .remove-webflow-interactions {
  display: none;
}

.block-title {
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.block-title.muted {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.block-title.muted.ultimul {
  text-align: right;
}

.block-title.titlu2023 {
  font-size: 2.4rem;
}

.block-title.ultimul {
  text-align: right;
}

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

.block-studio {
  width: 12rem;
  padding-right: 1.125rem;
}

.block-title-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
}

.block-title-wrapper.blocul-e-sus {
  justify-content: center;
  font-size: 19px;
}

.custom-styles {
  display: none;
}

.block-content-2 {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.block-content-2:hover {
  z-index: 1;
  background-color: var(--light-coral);
  box-shadow: 0 0 10rem .1px var(--light-coral);
  color: #000;
}

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

.cube-top {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 7px;
  left: -2px;
  transform: translate(0, -100%);
}

.cube-top-svg {
  color: var(--light-coral);
  -webkit-text-stroke-color: var(--light-coral);
  width: 88vw;
  max-width: 71.875rem;
  height: 100%;
  display: block;
}

.font-smoothing {
  display: none;
}

.static-block {
  z-index: 0;
  border: 2px solid var(--light-coral);
  background-color: #000;
  margin-top: -2px;
  position: relative;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 29vh;
  padding-bottom: 38.2vh;
  display: flex;
}

.block-2 {
  z-index: 99;
  border: 2px solid #b6fff5;
  width: 0;
  height: 0;
  position: relative;
}

.block-type {
  width: 16rem;
}

.block-client {
  width: 13.6875rem;
  padding-right: 1.125rem;
}

.static-cube {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.floating-block {
  border: 2px solid var(--light-coral);
  position: relative;
}

.opening-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 31px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-year {
  width: 10rem;
  padding-right: 1.125rem;
}

.cube-wrapper {
  flex-direction: column;
  width: 88vw;
  max-width: 71.875rem;
  display: flex;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.margin-right {
  margin-left: 2.25rem;
}

.icon.up {
  transform: rotate(-90deg);
}

.icon.muted {
  opacity: .3;
}

.carousel_component {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel_arrow_wrap {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.is-slider1 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper-2.is-slider1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel_arrow_link {
  background-color: var(--light-coral);
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31%;
  border-radius: 100vw;
  width: 4.2rem;
  height: 2rem;
}

.carousel_arrow_link.is-right {
  transform: rotate(-180deg);
}

.carousel_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carousel_item {
  border-radius: .5rem;
  flex: none;
  position: absolute;
  overflow: hidden;
}

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

.swiper-slide-2.is-slider1 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page_code_custom {
  position: fixed;
  inset: 0% 0% auto;
}

.alat-pagina {
  background-color: #fff;
}

.button-2 {
  background-color: var(--light-coral);
  color: #000;
  border-radius: 100vw;
  margin-top: 1.5rem;
  padding: .9rem 2.4rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .15s;
}

.button-2:hover {
  background-color: var(--red);
}

.heading-2 {
  color: #fff;
}

.carousel_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_ratio {
  width: 100%;
  padding-top: 60%;
}

.carousel_component-2 {
  display: flex;
  position: relative;
}

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

.carousel_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.carousel_track {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_content_item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.8rem;
  display: flex;
}

.carousel_arrow_sticky {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.carousel_arrow_link-2 {
  background-color: #fff;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31%;
  border-radius: 100vw;
  width: 4.2rem;
  height: 2rem;
}

.carousel_arrow_link-2.is-right {
  background-color: #fff;
  transform: rotate(-180deg);
}

.carousel_arrow_wrap-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_ratio-2 {
  width: 100%;
  padding-top: 120%;
}

.image-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00000036, #ffffff47), linear-gradient(to right, var(--light-coral) 25%, #fff 50%, var(--light-coral) 75%), linear-gradient(to bottom, #ffffff80, #ffffff80);
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: none;
}

.paragraf-hero {
  color: #aaa;
  text-align: right;
  font-size: 1.5em;
  font-weight: 500;
}

.row {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.col-l {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
  position: relative;
}

.content-wrap {
  padding-top: 3.125em;
}

.col-lr {
  justify-content: flex-end;
  align-items: flex-end;
  width: 25%;
  display: flex;
  position: relative;
}

.section-5 {
  overflow: hidden;
}

.container-4 {
  width: 90%;
  max-width: 1240px;
}

.hero-img {
  height: 28.75em;
  margin-top: 2em;
  position: relative;
}

.hero-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-90 {
  text-transform: uppercase;
  font-size: 5.625em;
  font-weight: 700;
}

.load-cover {
  z-index: 10;
  background-color: #000;
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.magic {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2983d2;
}

.pencil-icon {
  color: #000;
}

.edit-content-wrap {
  background-color: #fff;
  border-radius: 40px;
  width: 380px;
  max-height: 370px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000080;
}

.close-icon {
  color: #000;
  display: none;
  transform: rotate(45deg);
}

.form-block-3 {
  margin-bottom: 0;
}

.edit-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.setion {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 25px;
  display: flex;
  position: relative;
}

.heading {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
}

.heading.cs-page {
  color: #000;
}

.input-text {
  color: #000;
  border: 1px solid #3898eb;
  border-radius: 5px;
  flex: 1;
  min-width: 300px;
  max-width: 300px;
  max-height: 130px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.field-label-2 {
  color: #000;
  font-size: 16px;
}

.edit-content {
  max-width: 100%;
  padding: 40px;
  position: relative;
}

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

.cs-logo {
  letter-spacing: -.015em;
  max-width: 104px;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: block;
}

.cs-top {
  flex-direction: column;
  justify-content: center;
}

.cs-slider-arrow {
  display: none;
}

.cs-img-wrap {
  width: 100%;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.cs-bot {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.image-3 {
  width: 100%;
}

.cs-slider-nav {
  display: none;
}

.cs-contact-list {
  display: block;
}

.cs-page-title {
  z-index: 2;
  position: absolute;
}

.cs-page-title.postion--top {
  z-index: -1;
  top: -9.5rem;
}

.cs-page-title.position-bot {
  z-index: -1;
  bottom: -9.5rem;
}

.cs-page-titles {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-2 {
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link-2:hover {
  opacity: .6;
}

.cs-middle {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.d--100 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-left: -7px;
  font-size: 7rem;
  font-weight: 400;
  line-height: .97;
}

.cs-row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: none;
  position: relative;
}

.cs-slider-mask {
  height: auto;
}

.image-4 {
  width: 100%;
}

.link-3 {
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link-3:hover {
  opacity: .6;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid.is--resources {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.resources_img {
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  height: 49.58em;
}

.resources_arrow {
  width: 5em;
}

.display {
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 9.96em;
  line-height: 1;
  overflow: hidden;
}

.container-6 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
  display: none;
}

.resources_circle {
  background-color: #3d3d3d;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9.03em;
  height: 9.03em;
  display: flex;
}

.resources_circle.is--inverted {
  background-color: #e8e8e8;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--resources {
  z-index: 2;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.resources_text {
  text-transform: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(-2.5deg);
}

.resources_text.is--first {
  z-index: 1;
  padding-bottom: 11em;
  overflow: hidden;
}

.resources_text.is--2nd {
  z-index: 3;
  color: #e8e8e8;
  padding-top: 11em;
  overflow: hidden;
}

.resources_circle-contain {
  flex: none;
  padding: 3.6em;
  overflow: hidden;
}

.stage---item {
  border-radius: .25rem;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.stage---item.x-03 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -150rem);
}

.stage---item.x-04 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  left: 50%;
  transform: translate3d(-50%, 0, -250rem);
}

.stage---item.x-01 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -50rem);
}

.stage---item.x-02 {
  transform-style: preserve-3d;
  left: auto;
  right: 75%;
  transform: translate3d(0, 0, -100rem);
}

.stage---item.x-00 {
  left: auto;
  right: 75%;
}

.stage---item-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scene---sticky {
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
  transform: none;
}

.scene---trigger, .scene---extra {
  height: 100dvh;
}

.stage {
  transform-style: preserve-3d;
  width: 80rem;
  height: 80rem;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.nav-menu-2 {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: none;
  position: fixed;
}

.nav-menu-photo-image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.nav-bar-menu-icon {
  height: 100%;
}

.small-links-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  left: -10px;
  overflow: hidden;
}

.nav-menu-link {
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-links {
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.nav-menu-link-text {
  color: #ff8d4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13vmin;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.nav-menu-photo-mask {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 325px;
  display: flex;
  position: relative;
}

.nav-menu-number {
  color: #ff8d4f;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  position: relative;
  bottom: -2px;
}

.nav-bar-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-item-numbers {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.nav-menu-item-number {
  border: 2px solid #ff8d4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-bar-menu {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

.nav-menu-photos-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.small-links {
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.nav-menu-background {
  transform-origin: 50% 0;
  background-color: #fff4e5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-footer {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.line-bottom {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.double-click__mask {
  z-index: 999;
  display: none;
  position: absolute;
  inset: 0%;
}

.global-menu__item {
  color: #fff;
  text-align: center;
  margin-top: .25em;
  margin-bottom: .25em;
  text-decoration: none;
  transition: all 80ms ease-in;
  display: block;
}

.global-menu__item:hover {
  color: #fff;
}

.nav-2 {
  background-color: #0000;
}

.btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hamburger.js-hover {
  z-index: 110;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 45px;
  right: 45px;
}

.hamburger.js-hover.w--open {
  padding: 0;
}

.content-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.global-menu {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.line-top {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.main-2 {
  background-color: #dce2ec;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.global-menu__wrap {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Bebas Neue, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  display: flex;
}

.line-mid {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

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

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav-wrap {
  background-color: #0000;
  width: 100vw;
  position: fixed;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.line-wrap {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.menu-button-2 {
  z-index: 2;
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-button-2.w--open {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-icon-2 {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav-3 {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.link-4 {
  color: #131314;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav-bg {
  background-color: #959b9ea1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.section-6 {
  display: none;
}

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

.nav__content-2 {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav-wrap-2 {
  background-color: #0000;
  width: 100vw;
  position: fixed;
}

.line-wrap-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.nav__list-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-button-3 {
  z-index: 2;
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-button-3.w--open {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-icon-3 {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.nav-4 {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.link-5 {
  color: #131314;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav-bg-2 {
  background-color: #959b9ea1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.menu-link {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  top: 5vh;
  right: 5vw;
}

.line-1 {
  background-color: #fff;
  width: 36px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.line-1.center {
  margin-top: 7px;
  margin-bottom: 7px;
}

.link-wrap {
  z-index: 2;
  justify-content: space-around;
  align-items: center;
  width: 60vw;
  display: none;
  position: relative;
}

.puzzle-wrapper {
  z-index: 1;
  backface-visibility: visible;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.puzzle-piece {
  z-index: auto;
  opacity: .15;
  background-color: #091017;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 75%;
  transform: skew(-25deg);
}

.puzzle-piece.right {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
  transform: skew(-45deg)translate(75%);
}

.puzzle-piece.middle {
  opacity: 1;
  background-color: #fff;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
  transform: skew(-45deg);
}

.puzzle-piece.left {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0 0%;
  transform: skew(-45deg)translate(-75%);
}

.link-block-5 {
  color: #212325;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
  text-decoration: none;
}

.menu-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-wrap {
  z-index: -100;
  background-color: #bababa00;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.logo {
  width: 80px;
  height: 80px;
}

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

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

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 228px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 170px;
}

._w-nav {
  padding: 40px 2.5%;
  display: none;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.c-col-menu-header {
  padding-right: 40px;
}

.link-block-6 {
  text-decoration: none;
}

.c-menu-item-text {
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 228px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 170px;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.menu, .nav-social-address.head.r {
  display: none;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.link-menu {
  font-size: 20px;
  text-decoration: none;
}

.link-menu._1 {
  color: #ffffffe3;
  mix-blend-mode: difference;
  border: 1px solid #ffffff5c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: all .35s;
}

.link-menu._1:hover {
  background-color: #00000078;
  transform: scale(1.05);
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.c-col-menu-links {
  flex: 1;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.text-contact {
  text-decoration: none;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: none;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link-block-10 {
  color: #fff;
  padding-right: 34px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-col-menu-links {
  display: inline-block;
}

.div-block-222 {
  position: absolute;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

.grid-2 {
  display: none;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cloneable-area {
  position: relative;
}

.c-nav-social-media {
  padding-top: 50px;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  position: relative;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.body {
  background-color: #000;
}

.body-2 {
  padding-top: 0;
}

.land-small_right-bottom {
  border-top: 1.5px solid #d4d4d4;
  width: 100%;
  height: 50%;
}

.land-smallest_top {
  border-bottom: 1.5px solid #d4d4d4;
  width: 100%;
  height: 50%;
}

.land-image_img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.land-small_right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.land-smallest {
  border-right: 1.5px solid #d4d4d4;
  width: 50%;
  height: 100%;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.container-7 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 7.5em;
  position: relative;
}

.container-7.is-land {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

.land_left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 7.3em 8.4em;
  display: flex;
}

.land-image_top {
  border-bottom: 1.5px solid #d4d4d4;
  border-left: 1.5px solid #d4d4d4;
  width: 100%;
  height: 50%;
}

.land-image_photo {
  opacity: 1;
  width: 200%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -100%;
  overflow: hidden;
}

.land-small_left {
  border-right: 1.5px solid #d4d4d4;
  width: 50%;
  height: 100%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.land-small {
  border-bottom: 1.5px solid #d4d4d4;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 50%;
  display: flex;
}

.sub-head {
  color: #fff;
  margin-bottom: 1em;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.2em;
  line-height: 1.1;
}

.land-image_wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.land-image_bottom-left {
  border-right: 1.5px solid #d4d4d4;
  width: 60%;
  height: 100%;
}

.section-wrap {
  height: 400vh;
}

.land-image_bottom {
  border-bottom: 1.5px solid #d4d4d4;
  border-left: 1.5px solid #d4d4d4;
  width: 100%;
  height: 50%;
}

.section-7 {
  position: relative;
}

.section-7.is-land {
  position: sticky;
  top: 0;
}

.land_p-wrap {
  width: 24.6em;
  max-width: 100%;
  padding-top: 2.8em;
  position: relative;
  top: 0;
}

.speaker-hor-line {
  background-color: #8c1413;
  border-radius: 20px;
  width: 90%;
  height: 10px;
}

.speaker-hor-line.light {
  background-color: #9d2a1c5c;
}

.on-button {
  margin-right: 8px;
  display: flex;
  position: relative;
}

.channel-block {
  justify-content: center;
  align-items: center;
  height: 40%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container-8 {
  z-index: 3;
  display: flex;
  position: relative;
  overflow: visible;
}

.top-shape {
  border-bottom: 30px solid #1c1c1c;
  border-left: 30px solid #0000;
  width: 100%;
  position: relative;
}

.shadow-bottom {
  filter: blur(11px);
  background-color: #12121270;
  border-radius: 20px;
  width: 100%;
  height: 16px;
  margin-top: 60px;
  transform: skew(-36deg);
}

.speaker-block {
  height: 40%;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.speaker-var-block-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.num-02 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 15% 56% auto;
}

.button-shape-left {
  border-top: 20px solid #66aba6;
  border-bottom: 20px solid #66aba6;
  border-left: 20px solid #0000;
}

.button-shape-left.orange {
  border-top-color: var(--light-coral);
  border-bottom-color: var(--light-coral);
}

.on-text {
  order: -1;
  margin-top: 0;
  margin-right: 8px;
}

.full-tv {
  border-radius: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 71vw;
  height: 80vh;
  margin-right: 0;
  padding: 40px 0 0;
  display: flex;
  position: relative;
}

.tolltip-wrap {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% -4%;
}

.power-block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 16%;
  display: flex;
  position: relative;
}

.speaker-block-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.speaker-block-wrap.sh-speaker {
  z-index: 1;
  width: 100%;
  margin-top: 4px;
  margin-left: 5px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: 0%;
}

.tv-base {
  background-color: #2b2b2b;
  border-bottom-left-radius: 8px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.circle-base {
  border-radius: 50%;
}

.circle-base.dark {
  z-index: 2;
  cursor: pointer;
  background-color: #8c1413;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 40px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.circle-base.channel-shadow {
  z-index: 1;
  background-color: #9d2a1c5c;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 16px;
  margin-right: -18px;
  display: flex;
  position: absolute;
}

.circle-base.shadow-circle {
  z-index: 1;
  background-color: #9d2a1c5c;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  margin-left: 4px;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.circle-base.channel {
  z-index: 2;
  background-color: #8c1413;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: relative;
}

.circle-base.light {
  z-index: 2;
  background-color: #de7357;
  width: 60%;
  height: 60%;
  position: absolute;
  box-shadow: 0 1px 3px #00000091;
}

.circle-base.light.slide {
  cursor: pointer;
  background-color: #6e524a;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.shadow-full-right {
  z-index: 4;
  background-color: #0000;
  border-top: 130px solid #0000;
  border-bottom: 100px solid #0000;
  border-left: 100px solid #0000;
  border-right: 20vh solid #34302f;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tv-box {
  width: 100%;
  height: 100%;
  display: flex;
}

.video-base {
  z-index: 9;
  filter: sepia(113%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 86%;
  height: 84%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rigtleft-shape {
  border-top: 30px solid #0000;
  border-right: 40px solid #1c1c1c;
  width: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.controlers-block {
  background-color: #9d2a1c;
  border: 6px solid #8c1413;
  border-radius: 40px;
  width: 31%;
  height: 95%;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  cursor: pointer;
}

.video-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-block._1 {
  z-index: 1;
  display: block;
}

.video-block._4 {
  display: none;
}

.video-block._3 {
  z-index: 3;
  display: none;
}

.video-block._2 {
  z-index: 2;
  display: none;
}

.shdoe-fuul-page {
  border: 40px solid var(--light-coral);
  filter: blur(20px);
  width: 106%;
  min-width: 106%;
  max-width: 106%;
  height: 109%;
}

.blak-wrap {
  z-index: 10;
  display: block;
  position: absolute;
  inset: 0%;
}

.num-01 {
  z-index: 12;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
}

.bg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tooltip {
  z-index: 9999;
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.button-shape {
  border-top: 20px solid #66aba6;
  border-bottom: 20px solid #66aba6;
  border-right: 20px solid #0000;
}

.button-shape.ornge {
  border-top-color: var(--light-coral);
  border-bottom-color: var(--light-coral);
}

.turn {
  z-index: 999;
  display: none;
  position: absolute;
  inset: 0%;
}

.tv-shadow-block {
  background-color: #8c1413;
  border: 6px solid #000;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
}

.shadow-controlers-block {
  background-color: #b63525;
  border-top-left-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  height: 96%;
  padding-top: 7px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.num-03 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

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

.tv-block {
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 95%;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: #323232;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background {
  z-index: 9;
  opacity: .08;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.shadow-full {
  z-index: 1;
  background-color: #34302f;
  width: 100%;
  height: 100%;
  position: absolute;
}

.right-shape {
  border-top: 40px solid #1c1c1c;
  border-bottom: 40px solid #0000;
  border-left: 40px solid #1c1c1c;
  width: 40px;
  height: 100%;
}

.video-base-shadow {
  z-index: 9999;
  filter: blur(8px);
  border: 37px solid #000;
  border-radius: 20px;
  flex-direction: column;
  width: 110%;
  height: 112%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.speaker-ver-line {
  background-color: #8c1413;
  border-radius: 20px;
  width: 10px;
  height: 90%;
}

.speaker-ver-line.light {
  background-color: #9d2a1c5c;
}

.bottom {
  z-index: 4;
  background-color: #0000;
  border-bottom: 5vw solid #34302f;
  border-left: 15vh solid #0000;
  border-right: 16vh solid #0000;
  width: 114%;
  height: 100%;
  position: absolute;
}

.speaker-var-block {
  justify-content: space-around;
  align-items: center;
  height: 40%;
  display: flex;
}

.num-04 {
  z-index: 12;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 56% 15% 0% auto;
}

.bg-img {
  z-index: 1;
  opacity: .02;
  filter: sepia();
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  color: #000;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
}

.tooltip-text {
  position: relative;
}

.slider-4 {
  z-index: 11;
  background-color: #8c1413;
  width: 10px;
  height: 90%;
  position: relative;
  transform: rotate(3deg);
}

.shadow-video-base {
  z-index: 9;
  filter: blur(10px) sepia(113%);
  border: 8px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 88%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.black--split {
  background-color: #121212;
  height: 50%;
}

.albume {
  height: 15vh;
}

.section-8 {
  height: 60px;
}

.section-9 {
  margin-top: 30px;
  padding-top: 0;
  overflow: hidden;
}

.link-block-11 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pagination {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 21px;
  position: relative;
}

.next-2 {
  background-color: var(--light-coral);
  border-color: #000;
}

.icon-2 {
  color: #fff;
  width: 21px;
  height: 21px;
  font-size: 21px;
}

.text-block-13 {
  color: #fff;
  font-size: 21px;
}

.previous {
  background-color: var(--light-coral);
  border-color: #000;
}

.text-block-14 {
  color: #fff;
  font-size: 21px;
}

.icon-3 {
  color: #fff;
  width: 21px;
  height: 21px;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 8%;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.heading-8 {
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4.24vw;
  font-size: 7vw;
  line-height: 34px;
}

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

.text-span-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.text-span-3 {
  color: #ff9d00b3;
  font-size: 30px;
}

.about-me-hero-section-2 {
  padding-top: 60px;
}

.display-3 {
  color: #fffad3;
  font-size: 132px;
  line-height: 1;
}

.display-3.bigger {
  z-index: 999;
  color: #fff;
  font-size: 250px;
  position: absolute;
}

.display-2-behind-3 {
  z-index: -1;
  color: #000;
  text-shadow: 0 -1px #83f570, -1px 0 #83f570, 0 1px #83f570, 1px 0 #83f570;
  transform-style: preserve-3d;
  font-size: 132px;
  position: absolute;
  transform: translate3d(0, 0, -20px);
}

.display-2-behind-3.bigger {
  text-shadow: 0 -1px 0 var(--light-coral), -1px 0 0 var(--light-coral), 0 1px 0 var(--light-coral), 1px 0 0 var(--light-coral);
  font-size: 250px;
}

.display-2-behind-3.bigger.alta-culoare-marginile {
  color: #000000b3;
  text-shadow: 0 -1px 0 var(--blue), -1px 0 0 #1515c380, 0 1px 0 #1515c380, 1px 0 0 #1515c380;
}

.hero---about-me-image-2 {
  width: 100%;
  transform: rotate(0);
}

.section-10 {
  position: relative;
}

.section-10.overflow-hidden {
  overflow: hidden;
}

.container-9 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 0;
}

.display-2-behind-4 {
  z-index: -2;
  color: #000;
  text-shadow: 0 -1px #83f570, -1px 0 #83f570, 0 1px #83f570, 1px 0 #83f570;
  transform-style: preserve-3d;
  font-size: 132px;
  position: absolute;
  transform: translate3d(0, 0, -40px);
}

.display-2-behind-4.bigger {
  color: #e6e6e6;
  text-shadow: 0 -1px 0 var(--blue), -1px 0 0 var(--blue), 0 1px 0 var(--blue), 1px 0 0 var(--blue);
  font-size: 250px;
}

.years-2 {
  color: #fffad3;
  font-size: 82px;
}

.large-paragraph-2 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.large-paragraph-2.white-text {
  color: #fff;
  text-align: left;
  margin-bottom: 26px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 200;
}

.large-paragraph-2.white-text.black {
  color: #000;
  font-weight: 200;
}

.section-11 {
  position: relative;
}

.link-6 {
  font-size: 16px;
}

.div-block-223 {
  width: 100%;
  height: 1200px;
}

.section-12 {
  background-image: url('../images/Azteca1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  display: flex;
}

.div-block-224 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  display: flex;
}

.div-block-224.white {
  background-color: #fff;
}

.div-block-224.padding-sus {
  margin-top: 60px;
}

.div-block-224.un-pic-de-paddi-g {
  margin-top: 0;
}

.div-block-224.mai-jos {
  padding-top: 0;
}

.div-block-224.maijos.padding {
  margin-top: 40px;
}

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

.maimic {
  border-right: 5px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 526px;
  height: 800px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.maimic.si-mai-mic {
  height: 250px;
}

.maimic.alta-dimensiune {
  height: 850px;
}

.maimic.alta-dimensiune.simaimic {
  height: 650px;
}

.div-block-225 {
  flex-flow: row;
  justify-content: space-around;
  height: 550px;
  display: flex;
}

.div-block-225.mai-mare {
  height: 600px;
}

.div-block-225.mai-mare.bordersus {
  border-top: 5px solid #fff;
}

.div-block-225.mai-mare.bordersus.albume {
  height: 550px;
}

.div-block-225.mai-mare.bordersus.albume.concerte {
  height: 620px;
  margin-bottom: 129px;
}

.div-block-225.mai-mic {
  height: 250px;
}

.div-block-226 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-226.altfel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130px;
  display: grid;
}

.div-block-226.altfel.altmod {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-226.mai-mic {
  height: 350px;
}

.modficat {
  margin-top: 0;
}

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

.modficat.mijloc.unpicpaddig {
  margin-top: 200px;
}

.modficat.mijloc.un-pic-de-padding {
  padding-top: 200px;
}

.modficat.mic-mic {
  font-size: 52px;
}

.div-block-227 {
  z-index: 99;
  background-image: url('../images/asdasd.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.div-block-227.alta-poza.schimbpoza {
  background-image: url('../images/quba_25.42.1.jpg');
  background-position: 50% 0;
}

.html-embed {
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-concere {
  margin-top: 0;
  font-size: 23px;
}

.heading-concere.althae {
  font-size: 41px;
}

.text-span-4, .text-span-5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.image-10 {
  width: 200px;
  height: 200px;
}

.text-span-6 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.div-block-229 {
  border-left: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.hide, .utility-page-wrap {
    display: none;
  }

  .hire-me-section-light-top-holder {
    width: 1000px;
  }

  .blured-light {
    padding-top: 118px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .projects-title {
    margin-top: 0;
    padding-top: 0;
    top: 128px;
  }

  .margin-vertical.margin-huge {
    margin-bottom: 0;
  }

  .animation-img._04 {
    bottom: 13.9rem;
    right: 18%;
  }

  .animation-img._01 {
    bottom: -101.799px;
    left: 103%;
  }

  .animation-img._02 {
    top: 5.8rem;
    right: 17rem;
  }

  .animation-img._03 {
    left: 9.2rem;
  }

  .animation-img._03._05 {
    top: -44px;
  }

  .section-3 {
    height: 80vh;
    margin-top: 0;
    padding-top: 0;
  }

  .image {
    left: 408px;
  }

  .h6-paragraph-14px._420px {
    text-align: center;
  }

  .h6-hl-content {
    padding-bottom: 20px;
    bottom: 10px;
  }

  .h6-mask.heading {
    border-bottom-style: none;
  }

  .carousel_arrow_sticky {
    padding-top: 0;
  }

  .carousel_arrow_link-2, .carousel_arrow_link-2.is-right {
    background-color: #fff;
  }

  .heading-3 {
    display: none;
  }

  .link-block-3 {
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0%;
  }

  .link-block-4 {
    z-index: 1000;
    object-fit: cover;
    position: absolute;
    inset: 0%;
  }

  .nav {
    display: none;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .albume {
    height: 15vh;
  }

  .section-8 {
    height: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
    padding-top: 0;
  }

  .container.cta-cont {
    display: none;
  }

  .container.hide {
    padding-bottom: 0;
  }

  .navbar {
    background-color: #000;
    border-radius: 0;
  }

  .utility-page-wrap {
    display: none;
  }

  .no-margins {
    opacity: .9;
  }

  .nav-link-text {
    color: #fff;
    font-family: Inter, sans-serif;
    text-decoration: none;
  }

  .nav-link-text.shop {
    text-decoration: none;
  }

  .brand-image {
    border-radius: 6px;
  }

  .display-1.stroke-01, .display-1.stroke-02, .display-1.stroke-03 {
    text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  }

  .display-1.fill {
    color: #fff;
    background-image: linear-gradient(#9c9c9c, #5a5a5a 52%, #fff 79%);
  }

  .display-2 {
    opacity: 1;
    color: #fff;
    display: block;
    position: static;
  }

  .display-2.bigger {
    display: block;
  }

  .small-about-me-card {
    background-color: #cc0b0b42;
    background-image: linear-gradient(#000, #fff3 50%, #000);
    width: 80%;
  }

  .yello-text {
    display: none;
  }

  .hire-me-section-light-top-holder {
    justify-content: center;
    width: 1200px;
  }

  .blured-light-holder {
    width: 130%;
    top: 147px;
  }

  .infinite-image.abstract {
    object-fit: cover;
    object-position: 90% 50%;
  }

  .srapy-paint {
    opacity: 1;
  }

  .redtextazteca {
    color: var(--red);
  }

  .about-me-content-holder {
    padding-left: 85px;
    padding-right: 85px;
  }

  .blog-hover-state-container {
    border-color: var(--light-coral);
  }

  .blog-hover-state-container-second {
    border-color: var(--red);
  }

  .projects-title {
    margin-top: 0;
    padding-top: 0;
    top: 140px;
  }

  .signaure-image {
    z-index: -99;
    position: relative;
  }

  .display-2-behind-01, .display-2-behind-02 {
    text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
  }

  .display-2-behind-02.bigger {
    display: block;
  }

  .social-media-link-holder {
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
  }

  .social-media-link-container {
    font-size: 21px;
  }

  .blog-form-holder {
    display: none;
  }

  .product-hero-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lottie-section.lottie {
    margin-top: 9rem;
  }

  .margin-vertical.margin-huge {
    margin-bottom: 0;
  }

  .section-hello {
    padding-bottom: 0;
  }

  .animation-img._04 {
    bottom: 16.1rem;
    right: 13%;
  }

  .animation-img._01 {
    top: 48%;
    bottom: -86.9167px;
    left: 163%;
  }

  .animation-img._02 {
    top: 6.7rem;
    right: 14.6rem;
  }

  .animation-img._03 {
    bottom: 16.1rem;
    left: 7.5rem;
  }

  .animation-img._03._05 {
    top: -24px;
  }

  .image {
    left: 492px;
  }

  .h6-paragraph-14px._420px {
    text-align: center;
  }

  .carousel_arrow_sticky {
    display: none;
  }

  .carousel_arrow_link-2, .carousel_arrow_link-2.is-right {
    background-color: #fff;
  }

  .heading-3 {
    display: none;
  }

  .cs-img-wrap {
    max-width: 28rem;
  }

  .cs-page-title.postion--top {
    top: -10rem;
  }

  .cs-page-title.position-bot {
    bottom: -10rem;
  }

  .d--100 {
    font-size: 8.4rem;
    line-height: .85;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .c-menu-item-number {
    display: none;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .grid-2 {
    display: none;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .albume {
    height: 15vh;
  }

  .container-9 {
    max-width: 1350px;
  }

  .image-10 {
    height: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .utility-page-wrap {
    display: none;
  }

  .projects-title {
    margin-top: 0;
    padding-top: 0;
    top: 95px;
  }

  .social-media-link-container {
    font-size: 27px;
  }

  .section-3 {
    height: 80vh;
  }

  .image {
    left: 479px;
  }

  .h6-stroke {
    font-size: 14vw;
  }

  .h6-hl-text {
    font-size: 50px;
  }

  .h6-paragraph-14px._420px {
    text-align: center;
    font-size: 32px;
    line-height: 29px;
  }

  .h6-hl-content {
    z-index: 100;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 151px;
    position: relative;
    top: -29px;
    overflow: visible;
  }

  .h6-container {
    font-size: 31px;
  }

  .c-nav-items {
    align-items: center;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .text-block-12.menu {
    color: #000;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .grid-2 {
    display: none;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .div-magnetico {
    justify-content: center;
  }

  .albume {
    height: 5vh;
  }

  .div-block-227 {
    height: 400px;
  }

  .div-block-227.alta-poza.schimbpoza {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 24px;
  }

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

  .nav-menu-container {
    grid-column-gap: 28px;
    justify-content: flex-end;
    padding-right: 10px;
    overflow: visible;
  }

  .navbar {
    display: none;
  }

  .nav-menu {
    background-color: #1a1a1a;
    border-radius: 20px;
    height: auto;
    padding: 30px 10px;
  }

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

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

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

  .nav-link {
    grid-row-gap: 30px;
    flex-direction: column;
    height: auto;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 12px 10px;
    transition: background-color .45s;
  }

  .menu-button.w--open {
    background-color: #1b1b1b;
    border-radius: 9px;
  }

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

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 17px;
    display: grid;
  }

  .style-guide-container {
    flex-direction: column;
  }

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

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .style-guide-hero-holder {
    padding: 28px;
  }

  .style-guide-tab-holder {
    margin-left: 0;
    padding: 5px 0;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .nav-link-text-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    width: 90px;
    min-width: 90px;
  }

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

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

  .brand-image {
    width: 90px;
  }

  .logo-holder {
    border-radius: 8px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

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

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

  .display-2.stroke.project-title-stroke {
    top: 18px;
    left: 3px;
  }

  .display-2.bigger {
    font-size: 132px;
  }

  .display-2.bigger.light {
    font-size: 130px;
  }

  .nav-link-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .small-about-me-card {
    border-radius: 24px;
    padding: 40px;
  }

  .about-me-text {
    font-size: 32px;
  }

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

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

  .project-thumbnai {
    width: 100%;
    min-width: 0;
  }

  .hire-me-section-light-top-holder {
    width: 600px;
  }

  .large-paragraph {
    font-size: 18px;
    font-weight: 400;
  }

  .blured-light-holder {
    width: 170%;
    top: -60px;
    left: 18px;
  }

  .blured-light-content-holder {
    height: 340px;
  }

  .light-switch-holder {
    width: 60px;
  }

  .infnite-image-container {
    grid-column-gap: 30px;
    width: 100%;
  }

  .infnite-image-container:hover {
    grid-column-gap: 30px;
  }

  .cta-paragraph {
    font-size: 24px;
  }

  .cta-email {
    font-size: 80px;
  }

  .srapy-paint-holder {
    width: 190px;
  }

  .hero---about-me-image-holder._02 {
    width: 270px;
    min-width: 270px;
  }

  .about-me-grid {
    flex-direction: column;
  }

  .about-me-name-holder {
    min-width: 0;
  }

  .left-gradient, .right-gradient {
    width: 200px;
  }

  .award-badge-holder {
    width: 150px;
    height: 150px;
  }

  .award-badge-container {
    width: 60px;
  }

  .blog-item-link {
    margin: 0;
    padding: 0;
  }

  .blog-hover-state-holder {
    display: none;
  }

  .arrow-down-icon-holder {
    width: 17px;
    margin-top: -39px;
  }

  .signature {
    width: 180px;
  }

  .signaure-image-holder {
    width: 90px;
    right: -15%;
  }

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

  .footer-link-holder {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-copyright-section-holder {
    padding-top: 10px;
  }

  .footer-copyright-section {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .loader-icon-holder {
    width: 130px;
  }

  .small-blog-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .project-item-cutout-holder {
    width: 100%;
  }

  .display-2-behind-01 {
    font-size: 65px;
  }

  .display-2-behind-01.bigger {
    font-size: 132px;
  }

  .display-2-behind-02 {
    font-size: 65px;
  }

  .display-2-behind-02.bigger {
    font-size: 132px;
  }

  .contact-hero-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-from-wrapper {
    max-width: none;
  }

  .hero-about-image-container._01 {
    position: relative;
    top: 44px;
  }

  .social-media-hero-holder, .hero-gradirent {
    display: none;
  }

  .transition-top-holder {
    top: -100px;
  }

  .transition-top-holder.bot {
    bottom: -80px;
  }

  .product-list-grid {
    flex-direction: column;
    display: flex;
  }

  .product-hero-container {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

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

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

  .margin-vertical.margin-huge {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

  .slide-heading {
    font-size: 36px;
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .wheel-slider {
    position: relative;
  }

  .swiper-nav-btn.prev {
    left: 16%;
  }

  .swiper-nav-btn.next {
    right: 16%;
  }

  .swiper-slide {
    width: 45%;
    height: 60vh;
  }

  .slide-category {
    font-size: 12px;
  }

  .animation-img-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link {
    padding-left: 3em;
    padding-right: 3em;
  }

  .image {
    top: -75px;
    left: 161px;
  }

  .h6-heading-italic {
    letter-spacing: -2px;
    font-size: 65px;
  }

  .h6-stroke {
    font-size: 130px;
  }

  .h6-hero {
    flex-direction: column;
  }

  .h6-paragraph-14px._420px {
    text-align: center;
  }

  .h6-hl-content {
    align-items: center;
  }

  .h6-mask.heading {
    width: auto;
    top: -21px;
  }

  .h6-hero-left {
    width: 100%;
    height: 730px;
  }

  .h6-hero-right {
    width: 100%;
    height: 850px;
  }

  .cursor-2 {
    display: none;
  }

  .preview-wrapper {
    width: 15rem;
    min-width: auto;
    max-width: none;
    height: 15rem;
  }

  .block-title {
    font-size: 1rem;
  }

  .block-studio {
    display: none;
  }

  .main-wrapper {
    padding-top: 22.2vh;
    padding-bottom: 22.2vh;
  }

  .block-client {
    width: 11.25rem;
  }

  .block-year {
    width: 4.375rem;
  }

  .cs-page-title.postion--top, .cs-page-title.position-bot {
    display: none;
  }

  .d--100 {
    font-size: 7rem;
  }

  .container-6 {
    padding: 27px 3em;
  }

  .grid_item.is--resources {
    width: 60%;
  }

  .nav-menu-link {
    width: 75%;
  }

  .global-menu__item {
    font-size: 42px;
    line-height: 42px;
  }

  .menu-button-2, .menu-icon-2 {
    top: 6vw;
    left: 6vw;
  }

  .link-4 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .menu-button-3, .menu-icon-3 {
    top: 6vw;
    left: 6vw;
  }

  .link-5 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .puzzle-wrapper {
    display: none;
  }

  .puzzle-piece.right {
    width: 120vw;
    height: 100vh;
    transform: skew(-45deg)translate(74vw);
  }

  .puzzle-piece.middle {
    width: 50vw;
    height: 100vh;
  }

  .puzzle-piece.left {
    width: 120vw;
    height: 100vh;
    transform: skew(-45deg)translate(-95vw);
  }

  .menu-wrap {
    display: flex;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

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

  .container-7 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .land_left {
    padding: 3.5em 4vw;
  }

  .channel-block {
    height: auto;
  }

  .speaker-block {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .power-block {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .speaker-block-wrap {
    width: 120px;
    padding-right: 16px;
  }

  .tv-base {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .circle-base.channel {
    width: 140px;
    height: 140px;
  }

  .controlers-block {
    flex-direction: row;
    width: 100%;
    height: 40%;
    display: flex;
  }

  .shadow-controlers-block {
    flex-direction: row;
  }

  .tv-block {
    width: 100%;
    height: 70%;
    margin-bottom: 14px;
  }

  .js-clock {
    width: 66%;
  }

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

  .display-3.bigger {
    font-size: 132px;
  }

  .display-2-behind-3 {
    font-size: 65px;
  }

  .display-2-behind-3.bigger {
    font-size: 132px;
  }

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

  .display-2-behind-4 {
    font-size: 65px;
  }

  .display-2-behind-4.bigger {
    font-size: 132px;
  }

  .large-paragraph-2 {
    font-size: 18px;
    font-weight: 400;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 0;
    font-size: 26px;
    line-height: 1.1;
  }

  .white-text {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer {
    padding: 40px 20px;
  }

  .change-log-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 340px;
  }

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

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

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

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

  .paragraph-yellow {
    font-size: 14px;
    line-height: 1.2;
  }

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

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .licensing-grid.feather-icon {
    flex-direction: row;
    justify-content: space-between;
  }

  .feather-icon-holder {
    width: 20px;
  }

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

  .project-item {
    width: 100%;
  }

  .project-title {
    font-size: 60px;
  }

  .project-list, .project-list-wrapper {
    width: 100%;
  }

  .project-thumbnai {
    width: 100%;
    min-width: 0;
  }

  .hire-me-section-light-top-holder {
    width: 100%;
  }

  .blured-light-holder {
    width: 160%;
    top: -38px;
  }

  .light-switch-wrapper {
    padding: 13px;
    top: 3%;
    right: -3%;
  }

  .project-hero-container {
    height: auto;
  }

  .project-details-grid {
    flex-direction: column;
    display: flex;
  }

  .next-project-holder {
    width: 100%;
  }

  .about-me-hero-container {
    text-align: center;
  }

  .hero---about-me-image-holder._02 {
    width: 150px;
    min-width: 190px;
  }

  .work-hero-section {
    text-align: center;
  }

  .client-sticky {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .project-sigature-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .signature-project-holder {
    width: 130px;
  }

  .hero-section-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .hero-gird {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .transition-top-holder {
    top: -73px;
  }

  .transition-top-holder.bot {
    bottom: -54px;
  }

  .blog-form-holder {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-blog {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .product-container {
    padding: 0;
  }

  .cart-container {
    min-width: 388px;
    max-width: 685px;
  }

  .lottie-section.lottie {
    padding-bottom: 50vw;
  }

  .lottie-section.is--hero {
    flex-direction: column;
  }

  .lottie-container {
    overflow: hidden;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .heading-large {
    font-size: 2rem;
  }

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

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  .swiper-nav-btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .swiper-nav-btn.prev {
    left: 14%;
  }

  .swiper-nav-btn.next {
    right: 14%;
  }

  .swiper-slide {
    width: 60%;
  }

  .fantomui-img-inner {
    border-radius: .9rem;
  }

  .lottie-gradient-bg {
    width: 150vw;
    height: 150vw;
  }

  .animation-img {
    border-radius: 1rem;
    width: 100%;
    max-width: 12rem;
  }

  .link_heading {
    transition-duration: .4s;
  }

  .link_sub {
    font-size: 1.9em;
    transition-duration: .4s;
  }

  .play_contain {
    font-size: 16px;
  }

  .card {
    width: 100%;
    height: 33.3333%;
    transition-duration: .4s, .4s;
  }

  .h6-heading-italic {
    letter-spacing: -1px;
    font-size: 41px;
  }

  .h6-stroke {
    font-size: 80px;
    line-height: 1.2;
  }

  .hl-hl-wrapper {
    grid-column-gap: 13px;
    width: 100%;
  }

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

  .h6-hr-content {
    max-width: 330px;
    height: 440px;
  }

  .h6-hero-left {
    height: 620px;
  }

  .h6-hero-right {
    height: 710px;
  }

  .paragraf-hero {
    font-size: .853em;
  }

  .row {
    grid-row-gap: 2.5em;
    flex-direction: column;
    padding-top: 0;
  }

  .row.row-header {
    grid-row-gap: 2.5em;
  }

  .col-l {
    flex-direction: column;
    width: auto;
  }

  .col-lr {
    width: 100%;
    margin-top: 0;
  }

  .hero-img {
    width: 100%;
    height: 31.25em;
    margin-bottom: 5em;
  }

  .heading-90 {
    margin-bottom: .267em;
    font-size: 2em;
  }

  .cs-img-wrap {
    max-width: 23rem;
  }

  .d--100 {
    letter-spacing: -.06em;
    font-size: 14vw;
    font-weight: 500;
  }

  .stage---item.x-04 {
    font-size: 3rem;
  }

  .stage {
    width: 10rem;
    height: 10rem;
  }

  .nav-menu-link {
    width: 100%;
    left: 20px;
  }

  .nav-menu-link-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18vmin;
    line-height: 1.3;
  }

  .nav-menu-number {
    padding: 8px;
    font-size: 16px;
  }

  .nav-bar {
    height: 80px;
  }

  .nav-menu-photos-container {
    display: none;
  }

  .nav-menu-footer {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-menu__item {
    font-size: 36px;
    line-height: 36px;
  }

  .hamburger.js-hover {
    top: 35px;
    right: 35px;
  }

  .nav__content {
    top: 35%;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .menu-button-2, .menu-icon-2 {
    top: 10vw;
    left: 8vw;
  }

  .link-4 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .nav__content-2 {
    top: 35%;
  }

  .nav__list-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .menu-button-3, .menu-icon-3 {
    top: 10vw;
    left: 8vw;
  }

  .link-5 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .link-wrap {
    flex-direction: column;
    flex: 0 auto;
    height: 50vh;
    display: none;
  }

  .puzzle-piece {
    right: 85%;
  }

  .puzzle-piece.right, .puzzle-piece.middle {
    right: 0;
  }

  .link-block-5 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .full-tv {
    width: 90vw;
    padding-top: 0;
  }

  .tolltip-wrap {
    bottom: -6%;
  }

  .bg {
    height: 120vh;
  }

  .section-2 {
    align-items: flex-start;
    height: 120vh;
    margin-top: 40px;
  }

  .clock-number {
    font-size: 8vw;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }

  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  blockquote {
    font-size: 24px;
    line-height: 1.2;
  }

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

  .section.overflow-hidden.about-me-small {
    z-index: 1;
    background-color: #000;
    margin-top: -60px;
    padding-top: 60px;
  }

  .container {
    padding: 1em;
  }

  .container._100 {
    width: 100%;
  }

  .nav-menu-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: #000;
    display: none;
  }

  .nav-menu {
    width: 100%;
    margin-top: 12px;
    left: 0;
    right: 0;
  }

  .white-text {
    font-size: 50px;
  }

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

  .utility-page-wrap {
    height: auto;
    top: 600px;
  }

  .utility-page-content {
    padding: 29px;
    display: none;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 200px;
    padding: 30px;
    display: none;
  }

  .footer {
    text-align: left;
    padding: 21px 0;
  }

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

  .headings-holder {
    padding: 10px;
  }

  .style-guide-x-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    top: .3em;
    right: 0;
  }

  .paragraph-container {
    width: 100%;
  }

  .style-guide-left-panel {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 23px 12px;
    display: flex;
  }

  .style-guide-home-text.hide-mobile {
    display: none;
  }

  .paragraph-yellow {
    line-height: 1.3;
  }

  .style-guide-panel-title {
    font-size: 18px;
  }

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

  .style-guide-navbar-link {
    justify-content: center;
    align-items: center;
  }

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

  .style-guide-navbar {
    padding-left: .3em;
    padding-right: .3em;
  }

  .style-guide-tab-holder {
    font-size: 19px;
  }

  .brand.show-mobile, .brand.show-mobile.w--current {
    justify-content: center;
  }

  .brand-image {
    width: 60px;
  }

  .experience-card {
    border-radius: 16px;
  }

  .logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .trusted-item-header {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .download-badge-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .licensing-grid {
    flex-direction: column;
    display: flex;
  }

  .licensing-grid.feather-icon {
    flex-direction: column;
    align-items: center;
  }

  .licensing-grid.feather-icon.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .feather-icon-holder {
    width: auto;
  }

  .licensing-cards-wrapper {
    padding: 27px;
  }

  .licensing-cards-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .left {
    display: block;
  }

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

  .display-1.stroke-01, .display-1.stroke-02, .display-1.stroke-03, .display-1.fill {
    font-size: 70px;
  }

  .display-2 {
    color: #fff;
    font-size: 64px;
  }

  .display-2.bigger.light {
    font-size: 63px;
  }

  .fixed-navbar {
    display: block;
  }

  .hero-section-holder {
    height: 90vh;
  }

  .hero-section-text-container {
    perspective: 353px;
  }

  .small-about-me-card-holder {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .small-about-me-card {
    background-image: linear-gradient(#000, #74444496 49%, #000);
    width: 100%;
    padding: 44px 19px 19px;
  }

  .yello-text {
    display: none;
  }

  .project-collection-list-container {
    padding-top: 65px;
  }

  .center-text {
    z-index: 1000;
    position: relative;
    top: 0;
  }

  .center-text.padding-up {
    padding-top: 0;
    top: 33px;
  }

  .hire-me-section-light-top-holder {
    width: 370px;
  }

  .hire-me-section-light-top-container {
    padding-left: 19px;
    padding-right: 19px;
  }

  .hire-me-section-light-holder {
    top: 42px;
  }

  .light-head-text-conent {
    padding-bottom: 125px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blured-light-holder {
    width: 100%;
    top: -117px;
    left: 0;
    overflow: hidden;
  }

  .blured-light-content-holder {
    height: 150px;
  }

  .blured-light {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .light-switch-holder {
    z-index: 2;
    width: 30px;
    min-width: 50px;
    top: 0%;
    right: 0%;
  }

  .infinite-image-wrapper {
    min-width: 150px;
    height: 230px;
  }

  .cta-container {
    border-radius: 12px;
    padding: 21px;
  }

  .cta-paragraph {
    font-size: 18px;
  }

  .cta-email {
    font-size: 13vw;
  }

  .light-switch-wrapper {
    z-index: 5;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    top: 5%;
    right: 4%;
  }

  .srapy-paint-holder {
    width: 110px;
    inset: -7% -13% auto auto;
  }

  .srapy-paint {
    opacity: .56;
  }

  .next-project-holder {
    padding-bottom: 0;
  }

  .about-me-hero-section {
    padding-bottom: 35px;
  }

  .about-me-image-holder {
    top: -68px;
  }

  .hero---about-me-image-holder._02 {
    width: 110px;
    min-width: 200px;
  }

  .about-me-name-holder {
    min-width: auto;
    display: block;
  }

  .years-experince-container {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .worked-with---section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .worked-with---holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200%;
    display: flex;
  }

  .worked-with---logo-holder {
    width: 23vw;
  }

  .left-gradient, .right-gradient {
    width: 100px;
  }

  .award-list {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .blog-hero-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-hero-container {
    perspective: 608px;
  }

  .blog-post-container {
    width: 100%;
  }

  .blog-gird-collection {
    grid-row-gap: 100px;
    flex-direction: column;
    display: flex;
  }

  .work-hero-section {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .work-hero-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .projects-title {
    top: 95px;
  }

  .projects-title.sus {
    top: -44px;
  }

  .signaure-image-holder {
    bottom: 11%;
    right: -1%;
  }

  .signaure-image {
    z-index: -99;
    position: relative;
  }

  .footer-copyright-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-social-media-icon-holder.hide {
    display: none;
  }

  .blog-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-social-media-sticky.animate-on-load-03 {
    grid-column-gap: 15px;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .display-2-behind-01 {
    text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
    font-size: 64px;
  }

  .display-2-behind-01.bigger {
    text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
    font-size: 63px;
  }

  .display-2-behind-02 {
    text-shadow: 0 -1px #fff, -1px 0 #fff, 0 1px #fff, 1px 0 #fff;
    font-size: 64px;
  }

  .display-2-behind-02.bigger {
    text-shadow: 0 -1px #772ce8, -1px 0 #772ce8, 0 1px #772ce8, 1px 0 #772ce8;
    font-size: 63px;
  }

  .contact-hero-grid {
    align-items: center;
  }

  .contact-hero-text-container {
    perspective: 471px;
    perspective-origin: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contact-form-holder {
    margin: 0;
    padding: 25px 14px;
  }

  .text-field {
    font-size: 15px;
  }

  .text-field.dark-mode-blog {
    width: 100%;
    min-width: 0;
  }

  .glitchy-button-holder {
    font-size: 14px;
  }

  .glitchy-button-holder.contact-page {
    color: #fff;
  }

  .glitch-button-text-holder {
    padding: 9px 46px;
  }

  .hero-section-grid-holder {
    height: 100%;
  }

  .hero-section-grid {
    height: 60vh;
    min-height: 60vh;
    position: relative;
    overflow: hidden;
  }

  .hero-gird {
    flex-direction: column;
    grid-template-rows: minmax(200px, .25fr) minmax(200px, .25fr) minmax(200px, .25fr);
    height: 100%;
    display: flex;
  }

  .hero-gird.left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-about-image-container._01, .hero-about-image-container._03 {
    width: 100%;
    min-width: 200px;
  }

  .social-media-hero-holder {
    flex-direction: column;
    padding-top: 8.4em;
    padding-bottom: 8.4em;
    display: flex;
  }

  .social-media-link-holder {
    transform: none;
  }

  .social-media-link-container {
    font-size: 15px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .hero-gradirent {
    background-image: linear-gradient(#0000, #000 60%);
    height: 120px;
    display: flex;
    position: absolute;
    inset: auto 0% -7%;
  }

  .hero-gradirent.top {
    background-image: linear-gradient(to top, #0000, #000 52%);
    inset: -7% 0% auto;
  }

  .transition-top-holder {
    top: -43px;
    overflow: hidden;
  }

  .transition-top-holder.bot {
    bottom: -28px;
  }

  .award-holme-holder {
    top: 4%;
    left: 9%;
  }

  .buy-template-guide {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .blog-form-holder {
    padding-bottom: 182px;
  }

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

  .product-price-holder {
    font-size: 32px;
  }

  .product-hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-name-holder {
    padding-bottom: 6px;
    font-size: 42px;
  }

  .product-type-holder {
    margin-bottom: 10px;
  }

  .product-pargraph-holder {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .add-to-cart-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-container {
    border-radius: 10px;
    min-width: 0;
    height: 100vh;
  }

  .product-cart-details-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-thumbnail-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .product-title-cart {
    font-size: 22px;
  }

  .product-price-cart {
    font-size: 25px;
  }

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

  .text-field-normal {
    height: 50px;
    font-size: 14px;
  }

  .cart-price {
    font-size: 22px;
  }

  .shop-hero-holder {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .order-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-quantity {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .spotify-player.hide {
    display: none;
  }

  .lottie-section.lottie {
    min-height: 200vh;
    margin-top: -10rem;
    padding-bottom: 0;
  }

  .lottie-container {
    margin-top: 70px;
    padding-bottom: 0;
  }

  .fantom-lottie {
    max-width: 100rem;
  }

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

  .hello-block-wrapper, .hello-video-wrapper {
    width: 100%;
  }

  .button-pill {
    display: block;
  }

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

  .margin-vertical.margin-huge {
    margin-bottom: 0;
  }

  .hello-block-top {
    top: -2.8375rem;
  }

  .section-hello {
    padding-top: .5rem;
  }

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

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .animate-this-shit {
    font-size: 7em;
  }

  .swiper-nav-btn.prev {
    left: 5%;
  }

  .swiper-nav-btn.next {
    right: 5%;
  }

  .swiper-slide {
    height: 65vh;
  }

  .fantomui-img-inner {
    border-radius: 5vw;
    max-width: 75%;
  }

  .animation-img {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .animation-img._04 {
    bottom: 1rem;
  }

  .animation-img._02 {
    top: 2.6rem;
    right: -1.1rem;
  }

  .animation-img._03 {
    bottom: 0;
    left: -.7rem;
  }

  .animation-img-wrapper {
    height: 100vw;
  }

  .link_heading {
    margin-top: 0;
    font-size: 3rem;
  }

  .link_sub {
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 400;
  }

  .section-3 {
    width: auto;
  }

  .slide {
    width: 75%;
    height: 50%;
  }

  .slide__image {
    object-fit: contain;
    width: 100%;
    height: 50%;
  }

  .image {
    position: relative;
    top: -104px;
    left: 45px;
  }

  .section-4 {
    height: auto;
  }

  .h6-paragraph-12px {
    text-transform: uppercase;
  }

  .h6-hl-text-wrapper {
    flex-direction: column;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .h6-heading-italic {
    font-size: 34px;
  }

  .h6-stroke {
    white-space: normal;
    font-size: 57px;
    line-height: 1.3;
  }

  .hl-hl-wrapper {
    grid-column-gap: 7px;
    margin-bottom: 0;
  }

  .h6-hr-image {
    width: 200px;
    height: 200px;
  }

  .h6-hl-text {
    font-size: 36px;
  }

  .h6-paragraph-14px._420px {
    max-width: 560px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    top: 1px;
  }

  .h6-hl-content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 29px;
  }

  .h6-hr-text {
    font-size: 20px;
    line-height: 24px;
  }

  .h6-hl-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .h6-mask.heading {
    border-bottom-style: none;
    top: -16px;
    left: -5px;
  }

  .h6-hr-content {
    height: 410px;
    margin-top: 20px;
    top: 60px;
  }

  .h6-hero-left {
    height: 76vh;
  }

  .h6-hr-gradient {
    height: 100%;
  }

  .h6-hero-right {
    height: 100vh;
  }

  .black.white {
    color: #fff;
    font-size: 13px;
  }

  .block-title {
    object-fit: fill;
    overflow: hidden;
  }

  .block-title.muted.altcv {
    text-align: right;
    width: 90px;
  }

  .block-title.titlu2023 {
    text-align: center;
  }

  .block-title.alttitlu {
    text-align: right;
    width: 100px;
    padding-right: 20px;
  }

  .block-studio {
    padding-right: 0;
    display: block;
  }

  .block-title-wrapper {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .static-block {
    overflow: hidden;
  }

  .main-wrapper {
    padding-bottom: 0;
  }

  .block-type {
    display: none;
  }

  .block-client {
    width: 8rem;
  }

  .block-year {
    padding-right: .875rem;
  }

  .carousel_img {
    object-fit: contain;
  }

  .carousel_track {
    height: 100%;
  }

  .carousel_arrow_sticky {
    padding-top: 0;
  }

  .carousel_arrow_link-2, .carousel_arrow_link-2.is-right {
    background-color: #fff;
  }

  .heading-3 {
    display: none;
  }

  .col-l {
    align-items: center;
  }

  .hero-img {
    width: 100%;
    height: auto;
  }

  .hero-img-cover {
    object-fit: contain;
    object-position: 50% 50%;
    max-width: none;
    height: auto;
  }

  .matukphone, .load-cover, .magic, .setion {
    display: none;
  }

  .cs-top {
    padding-bottom: 3rem;
  }

  .cs-img-wrap {
    max-width: 17rem;
  }

  .cs-bot {
    padding-top: 3rem;
  }

  .cs-page-title.position-bot {
    display: block;
  }

  .d--100 {
    letter-spacing: -.05em;
    font-size: 56px;
  }

  .cs-row {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    padding-bottom: 180px;
    display: flex;
    position: relative;
  }

  .resources_img {
    height: 25em;
  }

  .resources_arrow {
    width: 4em;
  }

  .display {
    font-size: 5em;
  }

  .container-6 {
    display: none;
  }

  .resources_circle.is--inverted {
    width: 7em;
    height: 7em;
  }

  .grid_item.is--resources {
    width: 80%;
  }

  .stage---item-image {
    object-fit: contain;
  }

  .stage {
    width: 30rem;
    height: 30rem;
  }

  .nav-menu-2 {
    display: none;
  }

  .nav {
    display: block;
  }

  .nav-bar-menu-icon {
    border-radius: 100px;
  }

  .small-links-wrapper {
    margin-right: 0;
  }

  .nav-menu-link.nav-menu-link-3 {
    left: 0;
  }

  .nav-menu-link-text {
    color: var(--light-coral);
  }

  .nav-menu-number {
    font-size: 12px;
    bottom: 0;
  }

  .nav-bar-logo {
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
  }

  .nav-menu-item-number {
    border-width: 1px;
  }

  .nav-bar-menu {
    max-width: 90px;
  }

  .nav-bar {
    display: none;
  }

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

  .nav-menu-footer {
    justify-content: space-between;
  }

  .global-menu__item {
    font-size: 32px;
    line-height: 32px;
  }

  .hamburger.js-hover {
    top: 25px;
    right: 25px;
  }

  .line {
    background-color: var(--light-coral);
    margin-top: 0;
  }

  .nav__content {
    top: 20%;
  }

  .nav-wrap {
    z-index: 100;
    position: fixed;
    inset: 0% 0% auto;
  }

  .line-wrap {
    margin-top: 4px;
  }

  .nav__list {
    align-items: center;
    margin-left: 0;
    font-size: 20px;
  }

  .menu-button-2, .menu-icon-2 {
    inset: 3% 3% auto auto;
  }

  .nav-3 {
    background-color: #000;
    display: none;
  }

  .link-4 {
    color: #fff;
    font-family: Bebas Neue, sans-serif;
    font-size: 10vw;
    line-height: 7vw;
  }

  .nav-bg {
    color: #000;
    background-color: #0000;
    display: block;
  }

  .section-6 {
    margin-bottom: 89px;
    display: block;
  }

  .nav__list-2 {
    align-items: center;
    margin-left: 0;
  }

  .menu-button-3, .menu-icon-3 {
    inset: 3% 3% auto auto;
  }

  .nav-4 {
    display: none;
  }

  .link-5 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .menu-link {
    display: block;
    inset: 3vh 0% auto auto;
  }

  .link-wrap {
    height: 40vh;
    display: none;
  }

  .puzzle-wrapper {
    display: none;
  }

  .puzzle-piece.right {
    width: 120vw;
    height: 100vh;
    transform: skew(-45deg)translate(100vw);
  }

  .puzzle-piece.middle {
    width: 100vw;
    height: 100vh;
  }

  .puzzle-piece.left {
    width: 120vw;
    height: 100vh;
    transform: skew(-45deg)translate(-120vw);
  }

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

  .menu-wrap, .page-wrap {
    display: none;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .bg-wrap {
    display: none;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  ._w-nav {
    display: block;
  }

  .c-col-menu-header, .link-block-6 {
    display: none;
  }

  .c-menu-item-text:hover {
    color: #333;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .text-block-12.menu {
    color: #000;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .image-9 {
    font-size: 20px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
    display: block;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
    display: block;
  }

  .c-nav-menu-overlay, .link-block-10 {
    display: none;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-nav-content {
    padding-left: 0;
  }

  ._w-col-menu-links {
    display: block;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 400;
  }

  .menu-item-text:hover {
    color: #333;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  ._w-nav-social-media, .c-nav-social-media {
    display: none;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .body-2 {
    padding-top: 0;
  }

  .sub-head {
    color: #fff;
    font-family: Bebas Neue, sans-serif;
  }

  .top-shape {
    border-bottom-width: 10px;
    border-left-width: 10px;
  }

  .speaker-block {
    display: none;
  }

  .video-base {
    height: 90%;
  }

  .rigtleft-shape {
    border-top-width: 10px;
    border-right-width: 20px;
  }

  .num-01 {
    top: -8%;
  }

  .num-03 {
    right: 2%;
  }

  .right-shape {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    width: 20px;
  }

  .bottom {
    border-left-width: 5vh;
    border-right-width: 5vh;
  }

  .pagination {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
  }

  .wrapper {
    box-shadow: none;
  }

  .box.box-2 {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-8 {
    text-align: center;
    font-size: 12vw;
    line-height: 70px;
  }

  .text-span-2 {
    font-size: 17px;
  }

  .about-me-hero-section-2 {
    padding-bottom: 35px;
  }

  .display-3, .display-2-behind-3 {
    font-size: 64px;
  }

  .section-10.overflow-hidden {
    overflow: hidden;
  }

  .container-9 {
    padding: 1em;
  }

  .display-2-behind-4 {
    font-size: 64px;
  }

  .large-paragraph-2.white-text {
    text-align: center;
    width: 250px;
    padding-top: 10px;
    font-size: 15px;
  }

  .section-12 {
    background-position: 34%;
  }

  .div-block-224 {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-224.padding-sus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .div-block-224.un-pic-de-paddi-g {
    margin-top: 0;
  }

  .div-block-224.mai-jos {
    padding-top: 29px;
  }

  .div-block-224.maijos.padding {
    margin-top: 0;
  }

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

  .maimic {
    text-align: center;
    border-bottom: 5px solid #fff;
    border-right-width: 0;
    width: auto;
    height: 60px;
  }

  .maimic.si-mai-mic {
    height: 180px;
  }

  .maimic.alteburduri {
    border-bottom-width: 2px;
  }

  .maimic.alta-dimensiune.simaimic {
    border-bottom-width: 0;
    margin-top: 203px;
  }

  .div-block-225 {
    justify-content: center;
    height: 309px;
    display: block;
  }

  .div-block-225.mai-mare {
    height: 950px;
  }

  .div-block-225.mai-mare.bordersus.albume {
    border-top-width: 2px;
    height: 1200px;
  }

  .div-block-225.mai-mare.bordersus.albume.concerte {
    height: 1900px;
    margin-bottom: 450px;
    padding-top: 0;
  }

  .div-block-225.mai-mic {
    height: 450px;
  }

  .div-block-226.altfel {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .div-block-226.altfel.altmod {
    grid-template-columns: 1fr;
    height: 900px;
    padding-top: 207px;
  }

  .div-block-226.mai-mic {
    height: 250px;
  }

  .modficat.mijloc {
    margin-bottom: 0;
  }

  .modficat.mijloc.unpicpaddig {
    margin-bottom: 19px;
  }

  .modficat.mijloc.un-pic-de-padding {
    padding-top: 10px;
  }

  .div-block-227 {
    background-image: url('../images/Azteca-3.webp');
    margin-top: 52px;
  }

  .div-block-227.alta-poza.schimbpoza {
    margin-top: 100px;
    position: relative;
    top: 302px;
  }

  .div-block-228 {
    background-image: url('../images/Screenshot-2024-03-15-at-13.49.03.png');
    background-position: 0%;
    background-size: cover;
    height: 250px;
  }

  .heading-concere {
    margin-top: 10px;
    font-size: 22px;
  }

  .text-span-4, .text-span-5 {
    font-size: 16px;
  }

  .text-span-6 {
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 200;
  }

  .div-block-229 {
    border-left-width: 0;
    width: 100%;
    height: 350px;
  }
}

#w-node-cecc90e7-8b51-301b-f1a7-13b9ff15cb0b-b3727d78 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_21c1e178-5d3f-e12e-b880-3a78b4cbb60e-b3727d7a, #w-node-_03fb570f-fd0e-9ede-d197-b28aac88938d-b3727d7a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d23b-92f8d22a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d23c-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d23e-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d240-92f8d22a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d242-92f8d22a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d243-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d245-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d247-92f8d22a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d249-92f8d22a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d24a-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d24c-92f8d22a, #w-node-e78cdf75-acc6-c5d7-c9d7-3a2892f8d24e-92f8d22a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa5f7c2c-021d-2574-615b-6ed640c98800-6d3e5146 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa5f7c2c-021d-2574-615b-6ed640c98804-6d3e5146 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fa5f7c2c-021d-2574-615b-6ed640c98806-6d3e5146 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14619b07-79b3-d3a8-dfd5-4ceea1b9e5fb-6d3e5146 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_91250ff7-389c-eb5e-d4ae-7ae07af74cf4-0a144c54 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


