:root {
  --primary-dark: #0f0c05;
  --primary: #ef652e;
  --primary-light: #f4f2f1;
  --black: black;
  --white: white;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --white-50: #ffffff80;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --paragraph-gray: #535353;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/double-quotes.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

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

.section.light-background {
  background-color: var(--primary-light);
  padding-top: 80px;
}

.section.light-background.opiniones {
  padding-top: 40px;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 80px;
  display: none;
}

.section.home-get-started {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/kilyan-sockalingum-nW1n9eNHOsc-unsplash_1kilyan-sockalingum-nW1n9eNHOsc-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.bg-texture {
  background-image: url('../images/bg-02_1bg-02.webp'), url('../images/bg-01_1bg-01.webp');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 260px, auto;
  display: none;
}

.section.bg-texture-two {
  background-image: url('../images/bg-01_1bg-01.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.section.light-background-with-elements {
  background-color: var(--primary-light);
  background-image: url('../images/BannerB-bg.svg'), url('../images/BannerA-bg.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%;
  padding-bottom: 0;
}

.section.details-dark-bg {
  background-color: var(--black);
  padding-top: 120px;
}

.section.details-page-reg-nav {
  padding-top: 50px;
}

.base-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.footer-style {
  max-width: 1210px;
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--white-50);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
}

.primary-button.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-button.dark:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.pagination {
  border-color: var(--black);
  background-color: var(--black);
  margin-top: 30px;
}

.primary-button.pagination:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.dark-full-screen {
  border-color: var(--black);
  background-color: var(--black);
  width: 100%;
}

.primary-button.dark-full-screen:hover {
  color: var(--black);
  background-color: #0000;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  padding: 20px 15px;
}

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

.nav-link.w--current {
  color: var(--primary-dark);
}

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

.nav-link.white-style:hover {
  color: #ffffffb3;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--white);
  background-color: #fffffff5;
  border-radius: 20px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 540px;
  display: flex;
  left: -180px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title.white-style {
  color: var(--white);
}

.nav-item-title.white-style:hover {
  color: #ffffffb3;
}

.pages-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  min-height: 440px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner.about-us {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/pexels-pixabay-358010_1pexels-pixabay-358010.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.our-actors {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/pexels-cottonbro-studio-6896179-cropp_1pexels-cottonbro-studio-6896179-cropp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.our-history {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.studio {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/IMG_8194.jpg');
  background-position: 0 0, 50% 18%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.shows {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/19A05840-CB87-4CFE-AEFA-D4C0778B229F.jpeg');
  background-position: 0 0, 50% 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.our-shop {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.contact-us {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
  background-position: 0 0, 50% 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.testimonials-style {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.news {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/IMG_7996.jpg');
  background-position: 0 0, 50% 66%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.news-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.pages-banner.faq {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/pexels-cottonbro-studio-6896179-cropp_1pexels-cottonbro-studio-6896179-cropp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.tickets, .pages-banner.changelog-style {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/kilyan-sockalingum-nW1n9eNHOsc-unsplash_1kilyan-sockalingum-nW1n9eNHOsc-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray-50);
  border-radius: 50px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  border-radius: 50px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
  transition: transform .5s;
}

.blog-grid-image:hover {
  transform: scale(1.04);
}

.blog-grid-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-grid-item {
  background-color: var(--white);
  width: 31.5%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.blog-post-title {
  transition: color .3s;
}

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-grid-post-wrapper {
  height: auto;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid var(--dark-gray-50);
  align-items: center;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-rights {
  color: #afafafcc;
}

.footer-copyright {
  color: #afafafcc;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.team-card {
  width: 100%;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 310px;
  transition: transform .6s;
}

.team-card-image:hover {
  transform: scale(1.06);
}

.team-card-content-wrapper {
  padding-top: 20px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 0;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-title-wrapper.news-details {
  max-width: 860px;
}

.text-white {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.section-title {
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.coming-soon-image {
  max-width: 480px;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
}

.contacts-form-wrapper {
  background-color: var(--white);
  width: 50%;
  margin-left: 60px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.text-white {
  color: var(--white);
}

.hidden {
  display: none;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--dark-gray-50);
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--dark-gray-50);
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 0;
  height: auto;
  padding: 0 0 10px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-link {
  color: #afafafcc;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  border-bottom: 1px solid #afafaf33;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--primary);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.search-wrap-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #0000;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-wrap-input:focus {
  border-color: var(--primary);
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1001;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -6px;
  margin-right: -6px;
  padding: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navbar-search-icon {
  cursor: pointer;
  padding: 10px;
}

.navbar-search-icon.white-style {
  filter: invert();
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--dark-gray-50);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--dark-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: #afafafcc;
  text-align: left;
  line-height: 1.2em;
}

.service-details-content-wrapper {
  width: 70%;
}

.service-details-sidebar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #afafaf1a;
  flex-direction: column;
  width: 30%;
  padding: 30px 40px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-content {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.bottom-section-style {
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.button-wrapper.tablet-nav {
  display: none;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--primary-dark);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

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

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

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33.33%;
}

.mb-20 {
  margin-bottom: 20px;
}

.navbar-absolute {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute.navbar-reduced {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding: 0;
}

.welcome-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.feature-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.welcome-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.feature-text {
  margin-top: 10px;
  margin-bottom: 0;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.footer-blog {
  display: flex;
}

.footer-blog-wrapper {
  width: 75%;
}

.footer-blog-title {
  background-color: var(--primary-light);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.footer-blog-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding: 40px 40px 40px 20px;
  display: flex;
  box-shadow: -20px 0 30px #0000001a;
}

.footer-blog-list {
  display: flex;
}

.footer-blog-date {
  background-color: var(--primary-dark);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  padding: 4px 12px;
  font-weight: 700;
}

.footer-blog-date.news-page-style {
  z-index: 999;
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-testimonial-card {
  border: 4px solid var(--white);
  color: var(--primary-dark);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
}

.home-testimonial-card:hover {
  transform: translate(0, -10px);
}

.home-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.home-testimonials-author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.home-11-testimonials-name {
  margin-top: 0;
  margin-bottom: 0;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.get-started-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  width: 70%;
}

.subtitle-main {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.event-card-label {
  z-index: 1;
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.home-event-card {
  width: 100%;
  height: 450px;
  position: relative;
}

.home-event-card:hover {
  opacity: 1;
}

.home-link-card-image-7 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/dramamine_main_res-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.event-card-text {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 14px;
}

.card-text-position {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-event-day {
  color: var(--white);
  font-family: Crimson Text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

.home-event-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.home-events-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.main-events-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-23-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.event-item-horizontal {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.event-description {
  width: 65%;
  margin-right: 40px;
}

.event-date {
  margin-top: 0;
  margin-bottom: 10px;
}

.event-heading {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}

.event-heading:hover {
  color: var(--primary);
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  margin-top: -4px;
}

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

.shop-category-tabs {
  width: 100%;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.shop-tab-link {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #afafaf1a;
  border-radius: 50px;
  padding: 10px 18px;
}

.shop-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-collection-item {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: #0e0e0e;
}

.on-sale-tag {
  z-index: 999;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 18px;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  height: 570px;
}

.shop-details-image-lightbox {
  width: 100%;
  height: 100%;
}

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

.shop-details-left-arrow {
  background-color: var(--primary-dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-right-arrow {
  background-color: var(--primary-dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.shop-details-subtitle {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.shop-price-on-sale.white-style {
  color: var(--white-50);
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: #ffffff1a;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.details-page-title.text-white {
  font-family: Andale Mono, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.details-page-title.text-white-obra {
  color: var(--white);
  font-family: Andale Mono, Arial, sans-serif;
  display: block;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message, .error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.banner-section-photo {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-robert-stokoe-2736742-1-1_1pexels-robert-stokoe-2736742 (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 680px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content-container {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-content-container.left-align {
  text-align: left;
  align-items: flex-start;
}

.home-main-title {
  z-index: 999;
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Andale Mono, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.home-main-banner-discription {
  color: #fff;
  width: 56%;
  margin-top: 0;
  margin-bottom: 10px;
}

.column-two {
  width: 50%;
  height: 100%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.center, .two-column-wrapper.center-reverse {
  align-items: center;
}

.column-one {
  width: 50%;
  height: 100%;
}

.about-block-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 520px;
  position: relative;
}

.about-block-image.cover-align-left {
  object-position: 0% 50%;
}

.in-section-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.in-section-title.text-white {
  letter-spacing: 6px;
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.event-category-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
}

.event-caregory-info-link {
  grid-column-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.event-category-item {
  width: 30%;
}

.no-top-margin {
  margin-top: 0;
}

.event-category-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  transition: transform .6s;
}

.event-category-image:hover {
  transform: scale(1.06);
}

.event-category-image.bigger {
  height: 340px;
}

.event-category-image-link {
  width: 100%;
  height: 100%;
}

.flex-horizontal-align-center {
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-align-center.reverse {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row-reverse;
}

.column-wrapper {
  width: 50%;
}

.portfolio-right-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 75%;
  display: flex;
}

.portfolio-horizontal-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
  transition: all .6s;
}

.portfolio-horizontal-image:hover {
  transform: scale(1.06);
}

.full-width {
  width: 100%;
}

.full-width.w--open {
  z-index: 999;
}

.portfolio-verical-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  transition: all .5s;
}

.portfolio-verical-image:hover {
  transform: scale(1.06);
}

.flex-vertical-align-end {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.title-hover {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

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

.title-hover.white-style {
  color: var(--white);
  font-family: Andale Mono, Arial, sans-serif;
}

.title-hover.white-style:hover {
  color: var(--primary);
}

.video-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.video-big {
  z-index: 999;
  background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-8-min.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-big.in-section-style {
  z-index: auto;
  background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/DSC01898-min.jpg');
}

.video-big.in-section-style-suma {
  z-index: auto;
  background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/suma_proyecto-transformed_res-min.jpeg');
}

.video-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  display: flex;
}

.video-content-wrapper.in-section-video {
  justify-content: center;
  align-items: center;
}

.video-content-wrapper.bigger-paddings {
  padding-left: 40px;
  padding-right: 40px;
}

.video-content {
  width: 60%;
}

.icon-bottom {
  width: 10px;
  height: 10px;
}

.icon-bottom.big {
  width: 16px;
  height: 16px;
}

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

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  left: -100%;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-top {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.icon-top.dark {
  filter: invert();
}

.buttons-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.btn-circle {
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-animated {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-animated.dark {
  border-color: var(--dark-gray-50);
  background-color: #afafaf1a;
}

.btn-title-text {
  color: #fff;
  text-transform: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.2em;
}

.btn-title-text.dark {
  color: var(--primary-dark);
}

.btn-circle-big {
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.link-with-arrow-underline {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-image: url('../images/right-arrow-slim.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-bottom: 4px;
  padding-right: 30px;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.link-with-arrow-underline:hover {
  border-bottom-color: var(--primary);
  background-image: url('../images/right-arrow-slim.svg');
  background-repeat: no-repeat;
  background-size: 0 20px;
  padding-right: 0;
}

.footer-wrapper-top {
  background-color: #afafaf1a;
  border-radius: 50px;
  justify-content: space-between;
  width: 97%;
  padding: 15px 20px;
  display: flex;
}

.footer-subtitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.divider-footer {
  background-color: #afafaf33;
  width: 1px;
}

.cart-button {
  background-color: #0000;
  margin-right: 4px;
  padding: 10px 4px;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  margin-top: -10px;
  margin-left: -4px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 300;
  position: relative;
}

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

.cart-icon.dark {
  filter: none;
}

.text-span-italic-color {
  color: var(--primary);
  letter-spacing: 1.4px;
  font-style: italic;
}

.event-date-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 15%;
  margin-right: 60px;
  padding-right: 20px;
}

.event-day {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.collection-list-wrapper-event-list {
  width: 100%;
}

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

.main-event-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  width: 30%;
  margin-right: 60px;
  display: flex;
}

.event-type {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 25%;
  margin-right: 20px;
  display: flex;
}

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

.no-margin.text-white {
  margin-right: 220px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.event-time-wrapp {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: wrap;
  max-width: 258px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.collection-list-wrapper-actors {
  width: 100%;
}

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

.home-event-cards-wrapper, .team-item {
  width: 100%;
}

.event-time {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.home-video-banner {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#0f0c05a6, #0f0c05a6);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.home-2-title {
  z-index: 999;
  color: #fff;
  width: 74%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.video-in-section {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.background {
  background-image: url('../images/7015E18F-D520-4686-8DD1-CFC08670BBE7.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-three {
  background-image: url('../images/footer_1.jpg');
  background-position: 50% 23%;
}

.background.instagram-two {
  background-image: url('../images/onoff.jpg');
}

.background.instagram-four {
  background-image: url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-10-min.jpg');
}

.background.instagram-three-copy {
  background-image: url('../images/IMG_6317.jpg');
}

.overlay-footer {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

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

.outline-hover-circle {
  z-index: 10;
  border: 1px solid var(--dark-gray-50);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.home-3-banner {
  background-color: var(--primary-dark);
  background-image: url('../images/Banner3-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 640px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-banner-discription {
  color: #fff;
  width: 42%;
  margin-top: 0;
  margin-bottom: 10px;
}

.image-banner {
  object-fit: cover;
  width: 190px;
  height: 260px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-banner.five {
  width: 230px;
  height: 120px;
  inset: auto 13% 0% auto;
}

.image-banner.four {
  width: 200px;
  height: 250px;
  inset: 35% 3% auto auto;
}

.image-banner.three {
  width: 140px;
  height: 180px;
  inset: 18% 0% auto auto;
}

.image-banner.two {
  width: 140px;
  height: 180px;
  inset: 15% auto auto 0%;
}

.image-banner.six {
  width: 180px;
  height: 150px;
  top: auto;
  bottom: 0;
  left: 16%;
}

.image-banner.one {
  bottom: 20%;
  left: 4%;
}

.image-banner.seven {
  filter: grayscale();
  width: 140px;
  height: 180px;
  bottom: 0%;
  left: 0%;
}

.image-banner.eight {
  filter: grayscale();
  object-position: 30% 50%;
  width: 110px;
  height: 180px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line {
  background-color: #afafaf1a;
  height: 2px;
  position: relative;
}

.tab-info {
  padding: 40px;
}

.tab-year {
  background-color: #0000;
  flex: 1;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-year.w--current {
  background-color: #0000;
}

.flex-block {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.tabs-content-history {
  min-height: 400px;
}

.tabs-menu-hisory {
  grid-column-gap: 180px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.year {
  color: var(--dark-gray);
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}

.circle {
  z-index: 3;
  background-color: var(--dark-gray);
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-7px, -3px);
}

.history {
  background-color: var(--white);
  width: 100%;
  box-shadow: 0 4px 15px #0000000f;
}

.history-image-wrapper {
  max-width: 50%;
}

.info-text {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  max-width: 500px;
  padding-left: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--primary-dark);
}

.team-social-icon.email {
  font-family: "Fa solid 900", sans-serif;
}

.team-social-icon.phone {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.member-job-position {
  margin-bottom: 5px;
  line-height: 1em;
}

.actor-details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.actor-details-block {
  grid-row-gap: 25px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding: 50px;
  display: flex;
  box-shadow: 0 4px 15px #0000000f;
}

.actor-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.actor-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.actor-details-image {
  background-color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 560px;
  padding: 20px;
  box-shadow: 0 4px 15px #0000000f;
}

.actor-details-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-in-section-studio {
  z-index: 999;
  outline-offset: 0px;
  background-image: linear-gradient(0deg, #0003, #fff0), linear-gradient(#0003, #0003), url('../images/680e91d3-62ac-471c-8f83-4caa73a5ce0c.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 0;
  outline: 3px #ef652e;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.shows-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shows-category-tabs-content {
  overflow: visible;
}

.shows-tabs, .shows-category-tabs {
  width: 100%;
}

.shows-tab-link {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #afafaf1a;
  border-radius: 50px;
  padding: 10px 18px;
}

.shows-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.event-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.event-card {
  width: 100%;
  height: 600px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
}

.event-card:hover {
  opacity: 1;
}

.image-show-main {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-flex;
}

.rich-text-style-white {
  color: var(--white);
}

.rich-text-style-white h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.rich-text-style-white h3, .rich-text-style-white h4 {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style-white h5, .rich-text-style-white h6 {
  color: var(--white);
  margin-top: 20px;
}

.rich-text-style-white ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style-white img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style-white h1 {
  color: var(--white);
}

.rich-text-style-white.negative-margin-10-top {
  margin-top: -10px;
}

.shows-detail-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .2s;
}

.shows-detail-link:hover {
  color: var(--primary);
}

.collection-list-shows-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.director-title {
  color: var(--white);
  margin-bottom: 0;
}

.date-wrapp-shows-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-flow: wrap;
  margin-top: 15px;
  display: flex;
}

.divider-small {
  margin: 0 4px;
}

.gallery-wrapper {
  width: 100%;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  margin-bottom: -20px;
  padding: 0 15px;
  line-height: 1.4em;
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--primary);
}

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

.order-radio-button {
  filter: hue-rotate(52deg);
}

.order-checkbox {
  filter: hue-rotate(52deg);
  margin-top: 0;
}

.order-checkbox-label {
  margin-bottom: 0;
}

.order-row-address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.order-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.order-title {
  line-height: 1.6em;
}

.block-header {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-button-cta {
  display: block;
}

.cart-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.cart-item {
  line-height: 1.4em;
}

.cart-quantity-main {
  border-radius: 20px;
  width: 70px;
  padding-left: 14px;
  padding-right: 8px;
}

.cart-quantity-main:focus {
  border-color: var(--primary);
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.out-of-stock-state {
  background-color: var(--primary-dark);
  color: var(--white);
}

.out-of-stock-state.transperent {
  background-color: #0000;
}

.error-message-shop-item {
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
}

.shop-details-add-to-cart-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.quantity {
  border-color: transparent transparent var(--white-50);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 100px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: transparent transparent var(--primary);
}

.quantity::placeholder {
  color: var(--white);
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.shop-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.shop-category-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 6px 14px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.shop-category-link:hover {
  background-color: #ffffff1a;
}

.contact-link {
  color: var(--primary-dark);
}

.contact-link:hover {
  color: var(--primary);
}

.testimonial-card {
  border: 4px solid var(--white);
  color: var(--primary-dark);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
}

.blog-category-date-wrapp {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.overlay {
  background-color: #0f0c0580;
  position: absolute;
  inset: 0%;
}

.video-in-section-tickets {
  z-index: 999;
  background-image: linear-gradient(to top, #0003, #fff0), linear-gradient(#0003, #0003), url('../images/pexels-ganesh-adyapady-13610660_1pexels-ganesh-adyapady-13610660.webp');
  background-position: 0 0, 0 0, 0 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.phone-number-link {
  color: var(--primary-dark);
}

.phone-number-link:hover {
  color: var(--primary);
}

._404-title {
  font-size: 100px;
}

.link:hover {
  color: #ef652e80;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.section-2, .section-3 {
  display: none;
}

.heading {
  text-transform: none;
}

.director-title-2 {
  color: #fff;
  margin-bottom: 0;
}

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

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.details-dark-bg {
  background-color: #000;
  padding-top: 120px;
}

.button-animated-2 {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.date-wrapp-shows-details-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: wrap;
  margin-top: 15px;
  display: flex;
}

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

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #ef652e;
}

.primary-button-2.dark {
  background-color: #000;
  border-color: #000;
}

.primary-button-2.dark:hover {
  color: #000;
  background-color: #0000;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.light-background {
  background-color: #f4f2f1;
}

.text-span-italic-color-2 {
  color: #ef652e;
  letter-spacing: 1.4px;
  font-style: italic;
}

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

.instagram-copy {
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skew-background-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-copy {
  background-image: url('../images/680e91d3-62ac-471c-8f83-4caa73a5ce0c.jpg');
  background-position: 0%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-copy.instagram-three {
  background-image: url('../images/IMG_6317.jpg');
}

.background-copy.instagram-two {
  background-image: url('../images/Unknown-8.jpeg');
}

.background-copy.instagram-four {
  background-image: url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-10-min.jpg');
}

.overlay-footer-copy {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.background-copy-2 {
  background-image: url('../images/IMG_8195.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-copy-2.instagram-three {
  background-image: url('../images/IMG_6317.jpg');
}

.background-copy-2.instagram-two {
  background-image: url('../images/Unknown-8.jpeg');
}

.background-copy-2.instagram-four {
  background-image: url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-10-min.jpg');
}

.background-3 {
  background-image: url('../images/7015E18F-D520-4686-8DD1-CFC08670BBE7.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-3.instagram-three {
  background-image: url('../images/IMG_6317.jpg');
}

.background-3.instagram-two {
  background-image: url('../images/Unknown-8.jpeg');
}

.background-3.instagram-four {
  background-image: url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-10-min.jpg');
}

.background-3.instagram-three-copy {
  background-image: url('../images/4353b9f0-c594-478b-a494-ce04d66476c5.jpg');
}

.background-4 {
  background-image: url('../images/7015E18F-D520-4686-8DD1-CFC08670BBE7.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-4.instagram-three {
  background-image: url('../images/IMG_6317.jpg');
}

.background-4.instagram-two {
  background-image: url('../images/Unknown-8.jpeg');
}

.background-4.instagram-four {
  background-image: url('../images/IMG_8194.jpg');
  background-position: 50% 0;
}

.background-4.instagram-three-copy {
  background-image: url('../images/IMG_6317.jpg');
}

.project-template-image-copy, .project-template-image-copy-copy {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.div-block {
  display: none;
}

.home-link-card-image-2 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Geraldine-Cardiel-HEIC2-Photo-Credit_-Courtesy-of-the-Artist-1-300x225-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-3 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/ser_sombra_main-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-4 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Un_departamento_en_rojo-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-5 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/DSC01897-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.video-big-2 {
  z-index: 999;
  background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/DSC01897-min.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn-circle-big-2 {
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.in-section-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-show-main-with-video {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.link-block {
  background-image: url('../images/PLASTICA-CUERPO-EN-SITUACION-Geraldine-Cardiel-FYE2021-Jorge-Cardenas-8-min.jpg');
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block.video-big {
  padding-left: 0;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-2.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.card-event-day-2 {
  color: #fff;
  font-family: Crimson Text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

.title-hover-2 {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.title-hover-2:hover {
  color: #ef652e;
}

.title-hover-2.white-style {
  color: #fff;
  letter-spacing: 5px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.title-hover-2.white-style:hover {
  color: #ef652e;
}

.event-card-label-2 {
  z-index: 1;
  background-color: #494949c2;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.event-time-wrapp-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.event-card-text-2 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
}

.home-link-card-image-6 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080), url('../images/suma_proyecto-transformed_res-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 520px;
  position: absolute;
  inset: 0%;
}

.text-white-suma {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.event-time-wrapp-obras-2, .event-time-wrapp-obras {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.no-margin-obra {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-obra.text-white {
  margin-right: 220px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
}

.no-margin-obra.text-white-obra {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.home-link-card-image-8 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/cronicas_de_piel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-9 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/mapa_del_perdon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-10 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/onoff.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-11 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/should_i_stay_or_should_i_go.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.event-cards-2 {
  padding-bottom: 0;
}

.home-link-card-press-1 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-020037.png');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-2 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-021253.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-3 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-021523.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-4 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-021718.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-5 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-025400.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.event-card-short {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
}

.event-card-short:hover {
  opacity: 1;
}

.event-card-long {
  width: 100%;
  height: 800px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
}

.event-card-long:hover {
  opacity: 1;
}

.home-link-card-press-6 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-025836.png');
  background-position: 50% 92%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-7 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-030341.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-8 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-030628.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-9 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-030754.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.home-link-card-press-10 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-030917.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.event-time-wrapp-festival {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: wrap;
  max-width: 258px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.home-link-card-image-festival-1 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/mexico_now_2023_low.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-festival-2 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-032918_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-festival-3 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Memoria-CMN_Portada-2013-scaled-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-festival-4 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/2006-CMN_Portada-scaled-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-festival-5 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Memoria-CMN_Portada-2005-scaled-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-festival-6 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Memoria-CMN_Portada-2004-scaled-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-link-card-image {
  filter: brightness(70%);
  object-fit: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
  transition: filter 0.5s ease; /* ← transición suave del brillo */
}
.home-link-card-image:hover {
  filter: brightness(100%);
}

.home-link-card-image-recent-1 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-040011.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-recent-2 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/FSxrFNXoAAK802-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-recent-3 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/463465705_18252273391283328_1876034073943328612_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.home-link-card-image-recent-4 {
  filter: brightness(60%);
  object-fit: cover;
  background-image: url('../images/Captura-de-pantalla-2024-12-11-003927.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

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

  .section.details-dark-bg {
    padding-top: 170px;
  }

  .section.details-page-reg-nav {
    padding-top: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pages-banner {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#0000, #0000), url('../images/19A05840-CB87-4CFE-AEFA-D4C0778B229F.jpeg');
    background-position: 0 0, 50% 118%;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
  }

  .pages-banner.news-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 260px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .team-card-image {
    height: 340px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-absolute {
    position: fixed;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .welcome-wrapper {
    grid-column-gap: 80px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .footer-blog-title {
    padding-right: 60px;
  }

  .footer-blog-item {
    padding-left: 40px;
    padding-right: 80px;
  }

  .footer-blog-date.news-page-style {
    margin-bottom: 30px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-event-card {
    height: 650px;
  }

  .home-link-card-image-7 {
    background-image: url('../images/dramamine_main_res-min.png');
  }

  .card-text-position {
    padding-bottom: 40px;
  }

  .home-event-cards {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-description {
    width: 72%;
  }

  .center-title {
    padding-right: 140px;
  }

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

  .shop-details-block {
    margin-top: 80px;
  }

  .details-page-title.text-white, .details-page-title.text-white-obra {
    display: block;
  }

  .banner-section-photo {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .banner-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-main-title {
    width: 100%;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .event-category-item {
    width: 31%;
  }

  .column-wrapper {
    width: 50%;
  }

  .title-hover.white-style {
    font-family: Andale Mono, Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .video-big.in-section-style {
    min-height: 520px;
  }

  .video-big.in-section-style-suma {
    background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/suma_proyecto-transformed_res-min.jpeg');
    min-height: 520px;
  }

  .footer-wrapper-top {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-balancer {
    width: 240px;
  }

  .main-event-location {
    width: 35%;
  }

  .event-type {
    width: 18%;
  }

  .no-margin.text-white {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: block;
  }

  .background-video {
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .home-2-title {
    width: 62%;
    font-size: 62px;
  }

  .home-3-banner {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .info-text {
    padding-left: 0;
  }

  .actor-details-block {
    margin-top: 80px;
  }

  .event-cards {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-card {
    height: 450px;
  }

  .order-row, .order-row-address {
    flex-direction: row;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-4.details-dark-bg {
    padding-top: 170px;
  }

  .section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-link-card-image-2 {
    background-image: url('../images/Geraldine-Cardiel-HEIC2-Photo-Credit_-Courtesy-of-the-Artist-1-300x225-1.jpeg');
    background-position: 0%;
  }

  .home-link-card-image-3 {
    background-image: url('../images/Captura-de-pantalla-2024-12-03-211030.png');
  }

  .home-link-card-image-4 {
    background-image: url('../images/Un_departamento_en_rojo-min.png');
  }

  .home-link-card-image-5 {
    background-image: url('../images/DSC01897-min.jpg');
  }

  .video {
    background-color: #fff0;
  }

  .event-time-wrapp-obras {
    flex-flow: wrap;
    margin-top: 0;
    font-size: 10px;
    display: flex;
  }

  .no-margin-obra.text-white {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: block;
  }

  .no-margin-obra.text-white-obra {
    color: var(--white);
    font-family: Oswald, sans-serif;
    font-size: 26px;
    font-weight: 400;
    display: block;
  }

  .home-link-card-image-8 {
    background-image: url('../images/cronicas_de_piel.jpg');
  }

  .home-link-card-image-9 {
    background-image: url('../images/mapa_del_perdon.jpg');
  }

  .home-link-card-image-10 {
    background-image: url('../images/onoff.jpg');
  }

  .home-link-card-image-11 {
    background-image: url('../images/dramamine_main_res-min.png');
  }

  .home-link-card-press-1 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-020037.png');
  }

  .home-link-card-press-2 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-021253.png');
  }

  .home-link-card-press-3 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-021523.png');
  }

  .home-link-card-press-4 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-021718.png');
    background-size: cover;
  }

  .home-link-card-press-5 {
    object-fit: cover;
    background-image: url('../images/Captura-de-pantalla-2024-12-11-025400.png');
    background-size: cover;
  }

  .event-card-short {
    height: 350px;
  }

  .event-card-long {
    height: 650px;
  }

  .home-link-card-press-6 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-025836.png');
    background-position: 50% 81%;
    background-size: cover;
  }

  .home-link-card-press-7 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-030341.png');
  }

  .home-link-card-press-8 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-030628.png');
  }

  .home-link-card-press-9 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-030754.png');
  }

  .home-link-card-press-10 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-030917.png');
  }

  .event-time-wrapp-festival {
    font-size: 6px;
  }

  .home-link-card-image-festival-1 {
    filter: brightness(90%);
    background-image: url('../images/mexico_now_2023_low.png');
    background-size: cover;
  }

  .home-link-card-image-festival-2 {
    filter: brightness(90%);
    background-color: #0000;
    background-image: url('../images/Captura-de-pantalla-2024-12-11-032918_2.png');
    background-position: 50% 0;
  }

  .home-link-card-image-festival-3 {
    opacity: 1;
    filter: brightness(90%);
    background-image: url('../images/Memoria-CMN_Portada-2013-scaled-min.jpg');
  }

  .home-link-card-image-festival-4 {
    filter: brightness(90%);
    background-image: url('../images/2006-CMN_Portada-scaled-min.jpg');
  }

  .home-link-card-image-festival-5 {
    filter: brightness(90%);
    background-image: url('../images/Memoria-CMN_Portada-2005-scaled-min.jpg');
  }

  .home-link-card-image-festival-6 {
    filter: brightness(90%);
    background-image: url('../images/Memoria-CMN_Portada-2004-scaled-min.jpg');
  }

  .home-link-card-image-recent-1 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-040011.png');
    background-size: cover;
  }

  .home-link-card-image-recent-2 {
    background-image: url('../images/FSxrFNXoAAK802-min.jpeg');
    background-size: cover;
  }

  .home-link-card-image-recent-3 {
    background-image: url('../images/463465705_18252273391283328_1876034073943328612_n.jpg');
    background-size: cover;
  }

  .home-link-card-image-recent-4 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-003927.png');
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .details-page-title.text-white, .details-page-title.text-white-obra {
    font-family: Andale Mono, Arial, sans-serif;
  }

  .banner-section-photo {
    min-height: 100vh;
  }

  .home-main-title {
    font-size: 72px;
  }

  .home-main-banner-discription {
    font-size: 18px;
  }

  .title-hover {
    margin-bottom: 0;
  }

  .video-big {
    min-height: 680px;
  }

  .video-big.in-section-style-suma {
    background-image: linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/suma_proyecto-transformed_res-min.jpeg');
  }

  .no-margin.text-white {
    font-size: 40px;
  }

  .home-3-banner {
    min-height: 100vh;
  }

  .image-banner.five {
    width: 260px;
    height: 130px;
  }

  .image-banner.four {
    width: 240px;
    height: 300px;
    top: 32%;
  }

  .image-banner.three {
    width: 160px;
    height: 200px;
    top: 16%;
  }

  .image-banner.two {
    width: 200px;
    height: 240px;
    top: 12%;
  }

  .image-banner.six {
    width: 210px;
  }

  .image-banner.one {
    width: 240px;
    height: 310px;
    bottom: 26%;
  }

  .image-banner.seven {
    width: 150px;
    height: 240px;
  }

  .image-banner.eight {
    width: 150px;
    height: 230px;
  }

  .tabs-menu-hisory {
    grid-column-gap: 0px;
    flex-flow: row;
    align-items: flex-end;
  }

  .section-4.details-dark-bg {
    padding-bottom: 60px;
  }

  .button-animated-2 {
    display: block;
  }

  .div-block {
    display: none;
  }

  .home-link-card-image-3 {
    background-image: url('../images/ser_sombra_main-1-min.png');
  }

  .video-big-2 {
    min-height: 680px;
  }

  .title-hover-2 {
    margin-bottom: 0;
  }

  .text-white-suma {
    display: none;
  }

  .event-time-wrapp-obras-2 {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .no-margin-obra.text-white {
    font-size: 15px;
  }

  .no-margin-obra.text-white-obra {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1400px;
  }

  .base-container.footer-style {
    max-width: 1410px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .pages-banner.about-us, .pages-banner.our-actors, .pages-banner.our-history, .pages-banner.studio, .pages-banner.shows, .pages-banner.our-shop {
    min-height: 500px;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
    background-position: 0 0, 50% 100%;
    min-height: 500px;
  }

  .pages-banner.testimonials-style, .pages-banner.news, .pages-banner.news-details, .pages-banner.faq, .pages-banner.tickets, .pages-banner.changelog-style {
    min-height: 500px;
  }

  .blog-template-wrapper {
    max-width: 1400px;
  }

  .team-card-image {
    height: 380px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .footer-blog-title {
    padding-left: 130px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-link-card-image-7 {
    transition: filter .3s;
  }

  .home-link-card-image-7:hover {
    filter: brightness(40%);
  }

  .event-description {
    width: 65%;
  }

  .banner-content-container {
    max-width: 1400px;
  }

  .home-main-banner-discription {
    width: 55%;
  }

  .event-category-item {
    width: 31.2%;
  }

  .video-big {
    min-height: 800px;
  }

  .video-big.in-section-style, .video-big.in-section-style-suma {
    min-height: 740px;
  }

  .video-content-wrapper {
    max-width: 1400px;
  }

  .video-content {
    width: 54%;
  }

  .main-event-location {
    width: 32%;
  }

  .event-type {
    width: 25%;
  }

  .no-margin.text-white {
    font-size: 46px;
  }

  .home-2-title {
    font-size: 70px;
  }

  .instagram {
    height: 400px;
  }

  .image-banner.five {
    width: 340px;
    height: 190px;
  }

  .image-banner.four {
    width: 310px;
    height: 390px;
  }

  .image-banner.three {
    width: 230px;
    height: 299px;
  }

  .image-banner.two {
    width: 270px;
    height: 340px;
  }

  .image-banner.six {
    width: 320px;
    height: 260px;
  }

  .image-banner.one {
    width: 320px;
    height: 400px;
    bottom: 27%;
  }

  .image-banner.seven {
    width: 220px;
    height: 220px;
  }

  .image-banner.eight {
    width: 200px;
    height: 300px;
  }

  .tabs-menu-hisory {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .actor-details-image {
    max-height: 640px;
  }

  .add-to-cart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .instagram-copy {
    height: 400px;
  }

  .home-link-card-image-2 {
    transition: filter .3s;
  }

  .home-link-card-image-2:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-3 {
    transition: filter .3s;
  }

  .home-link-card-image-3:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-4 {
    transition: filter .3s;
  }

  .home-link-card-image-4:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-5 {
    transition: filter .3s;
  }

  .home-link-card-image-5:hover {
    filter: brightness(40%);
  }

  .video-big-2 {
    min-height: 800px;
  }

  .base-container-2 {
    max-width: 1400px;
  }

  .title-hover-2.white-style {
    font-size: 80px;
  }

  .event-card-label-2 {
    height: 120px;
  }

  .home-link-card-image-6 {
    transition: filter .3s;
  }

  .home-link-card-image-6:hover {
    filter: brightness(40%);
  }

  .no-margin-obra.text-white {
    font-size: 46px;
  }

  .no-margin-obra.text-white-obra {
    font-size: 24px;
  }

  .home-link-card-image-8 {
    transition: filter .3s;
  }

  .home-link-card-image-8:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-9 {
    transition: filter .3s;
  }

  .home-link-card-image-9:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-10 {
    transition: filter .3s;
  }

  .home-link-card-image-10:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-11 {
    transition: filter .3s;
  }

  .home-link-card-image-11:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-1 {
    transition: filter .3s;
  }

  .home-link-card-press-1:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-2 {
    transition: filter .3s;
  }

  .home-link-card-press-2:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-3 {
    transition: filter .3s;
  }

  .home-link-card-press-3:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-4 {
    transition: filter .3s;
  }

  .home-link-card-press-4:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-5 {
    transition: filter .3s;
  }

  .home-link-card-press-5:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-6 {
    transition: filter .3s;
  }

  .home-link-card-press-6:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-7 {
    transition: filter .3s;
  }

  .home-link-card-press-7:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-8 {
    transition: filter .3s;
  }

  .home-link-card-press-8:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-9 {
    transition: filter .3s;
  }

  .home-link-card-press-9:hover {
    filter: brightness(40%);
  }

  .home-link-card-press-10 {
    transition: filter .3s;
  }

  .home-link-card-press-10:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-1 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-1:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-2 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-2:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-3 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-3:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-4 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-4:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-5 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-5:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-festival-6 {
    transition: filter .3s;
  }

  .home-link-card-image-festival-6:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-recent-1 {
    transition: filter .3s;
  }

  .home-link-card-image-recent-1:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-recent-2 {
    transition: filter .3s;
  }

  .home-link-card-image-recent-2:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-recent-3 {
    transition: filter .3s;
  }

  .home-link-card-image-recent-3:hover {
    filter: brightness(40%);
  }

  .home-link-card-image-recent-4 {
    transition: filter .3s;
  }

  .home-link-card-image-recent-4:hover {
    filter: brightness(40%);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.light-background {
    padding-top: 0;
  }

  .base-container {
    padding-top: 40px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-style {
    color: var(--primary-dark);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 4px;
    font-size: 10px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-style {
    color: var(--primary-dark);
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 110px;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#0000, #0000), url('../images/19A05840-CB87-4CFE-AEFA-D4C0778B229F.jpeg');
    background-position: 0 0, 50% 32%;
    background-attachment: scroll, scroll;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
    background-position: 0 0, 0 100%;
  }

  .pages-banner.news-details {
    padding-top: 110px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-item-description {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .style-guide-button-wrapper {
    width: 100%;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: start;
    display: grid;
  }

  .search-desktop {
    display: none;
  }

  .search-close-button {
    top: 27px;
    right: 30px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .service-details-content-wrapper {
    width: 60%;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .service-details-content {
    grid-column-gap: 30px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.tablet-nav {
    display: flex;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .welcome-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-wrap {
    width: 44%;
    max-width: 480px;
  }

  .welcome-image {
    margin-bottom: 10px;
  }

  .feature-text {
    margin-top: 10px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .footer-blog {
    flex-wrap: wrap-reverse;
  }

  .footer-blog-wrapper {
    width: 100%;
  }

  .footer-blog-title {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 15px;
  }

  .footer-blog-item {
    grid-row-gap: 6px;
  }

  .footer-blog-date {
    margin-bottom: 20px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-testimonial-card.tablet-one-item {
    max-width: 50%;
  }

  .home-testimonials-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-main {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .event-card-label {
    width: 80px;
    height: 80px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-events-wrapper {
    flex-wrap: wrap;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white-style {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

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

  .shop-list-image {
    filter: brightness(65%);
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .details-page-title {
    font-size: 50px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .banner-section-photo {
    min-height: 560px;
    padding-top: 110px;
  }

  .home-main-banner-discription {
    width: 60%;
  }

  .column-two {
    width: 100%;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .two-column-wrapper.center-reverse {
    flex-direction: column-reverse;
  }

  .column-one {
    width: 100%;
  }

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

  .event-category-item {
    width: 47.96%;
  }

  .event-category-image, .event-category-image.bigger {
    height: 340px;
  }

  .column-wrapper {
    width: 100%;
  }

  .portfolio-right-wrapper {
    width: 85%;
  }

  .title-hover.white-style {
    font-weight: 400;
  }

  .video-big {
    width: 100%;
    min-height: 420px;
  }

  .video-content {
    width: 60%;
  }

  .footer-wrapper-top {
    flex-wrap: wrap;
    width: 96%;
  }

  .divider-footer {
    display: none;
  }

  .nav-balancer {
    width: auto;
  }

  .event-date-wrapper, .main-event-location {
    display: none;
  }

  .no-margin.text-white {
    font-size: 23px;
  }

  .home-video-banner {
    justify-content: flex-end;
  }

  .background-video {
    min-height: 600px;
  }

  .home-2-title {
    width: 80%;
  }

  .video-in-section {
    width: 100%;
    min-height: 420px;
  }

  .instagram {
    justify-content: flex-end;
    align-items: flex-end;
    height: 240px;
  }

  .hover-circle-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px 20px 0;
    display: flex;
  }

  .instagram-grid {
    width: 100%;
  }

  .outline-hover-circle {
    width: 50px;
    height: 50px;
  }

  .home-3-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: 560px;
    padding-top: 110px;
  }

  .home-3-banner-discription {
    width: 60%;
  }

  .image-banner.five {
    width: 160px;
    height: 90px;
    right: 16%;
  }

  .image-banner.four {
    width: 130px;
    height: 160px;
    top: 46%;
  }

  .image-banner.three {
    width: 90px;
    height: 120px;
  }

  .image-banner.two {
    width: 110px;
    height: 130px;
  }

  .image-banner.six {
    width: 110px;
    height: 80px;
    left: 18%;
  }

  .image-banner.one {
    width: 140px;
    height: 170px;
  }

  .image-banner.seven {
    width: 90px;
    height: 130px;
  }

  .image-banner.eight {
    width: 100px;
    height: 160px;
  }

  .flex-block {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-menu-hisory {
    grid-column-gap: 90px;
  }

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

  .history-image-wrapper {
    max-width: 80%;
  }

  .info-text {
    max-width: none;
    padding-left: 0;
  }

  .actor-details-block {
    padding: 30px;
  }

  .actor-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.5fr;
  }

  .actor-details-image {
    max-height: 580px;
  }

  .actor-details-title-wrapper {
    grid-row-gap: 15px;
  }

  .video-in-section-studio {
    width: 100%;
    min-height: 420px;
  }

  .event-card {
    margin-bottom: 0;
  }

  .image-show-main {
    height: 400px;
  }

  .order-shipping-method, .order-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-image {
    width: 140px;
  }

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

  .nav-button-cta {
    display: none;
  }

  .testimonial-card.tablet-one-item {
    max-width: 50%;
  }

  .video-in-section-tickets {
    width: 100%;
    min-height: 420px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .primary-button-2 {
    display: block;
  }

  .instagram-grid-copy {
    width: 100%;
  }

  .instagram-copy {
    justify-content: flex-end;
    align-items: flex-end;
    height: 240px;
  }

  .project-template-image-copy, .project-template-image-copy-copy {
    height: 360px;
  }

  .home-link-card-image-2, .home-link-card-image-4 {
    background-position: 0%;
  }

  .video-big-2 {
    width: 100%;
    min-height: 420px;
  }

  .image-show-main-with-video {
    height: 400px;
  }

  .title-hover-2.white-style {
    font-size: 50px;
  }

  .event-card-label-2 {
    width: 80px;
    height: 80px;
  }

  .home-link-card-image-8 {
    background-position: 0%;
  }

  .home-link-card-image-9 {
    background-position: 46%;
  }

  .home-link-card-image-11 {
    background-position: 41%;
  }

  .home-link-card-press-2 {
    background-image: url('../images/Captura-de-pantalla-2024-12-11-021253.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .home-link-card-press-3, .home-link-card-press-4 {
    background-position: 50%;
    background-size: contain;
  }

  .home-link-card-press-5 {
    background-size: contain;
  }

  .home-link-card-press-8, .home-link-card-image-recent-2 {
    background-position: 50%;
    background-size: contain;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.light-background {
    padding-top: 0;
  }

  .section.details-dark-bg {
    padding-top: 100px;
  }

  .section.details-page-reg-nav {
    padding-top: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .pages-banner {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#0000, #0000), url('../images/19A05840-CB87-4CFE-AEFA-D4C0778B229F.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
    background-position: 0 0, 0 100%;
  }

  .pages-banner.news-details {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    display: grid;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-shop-con {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .button-wrapper.bottom-section-style {
    margin-top: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .welcome-wrapper {
    grid-column-gap: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .footer-blog-item {
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    box-shadow: -2px -10px 30px #0000000f;
  }

  .footer-blog-list {
    flex-wrap: wrap;
  }

  .footer-blog-date {
    margin-bottom: 10px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .home-testimonial-card {
    padding: 10px 20px 20px;
  }

  .home-testimonial-card.tablet-one-item {
    max-width: none;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .get-started-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .get-started-text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-main {
    line-height: 16px;
  }

  .event-card-label {
    top: 30px;
    right: 30px;
  }

  .card-text-position {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .home-events-wrapper {
    margin-bottom: 40px;
  }

  .event-item-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .event-description {
    width: 100%;
    margin-right: 0;
  }

  .event-date {
    margin-bottom: 8px;
  }

  .event-heading {
    margin-bottom: 15px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 40px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 44px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .banner-section-photo {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-content-container {
    flex-direction: column;
    align-items: center;
  }

  .home-main-banner-discription {
    width: 90%;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .about-block-image {
    min-height: 440px;
  }

  .event-category-item {
    width: 100%;
  }

  .flex-horizontal-align-center {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .flex-horizontal-align-center.reverse {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .flex-horizontal-align-center.mobile-bottom-spacing {
    margin-bottom: 30px;
  }

  .column-wrapper, .portfolio-right-wrapper {
    width: 100%;
  }

  .portfolio-horizontal-image {
    height: 300px;
  }

  .full-width {
    flex-wrap: wrap;
  }

  .portfolio-verical-image {
    height: 300px;
  }

  .title-hover.white-style {
    font-weight: 400;
  }

  .video-big {
    min-height: 400px;
  }

  .video-content-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .video-content {
    width: 100%;
  }

  .footer-wrapper-top {
    grid-column-gap: 50px;
    justify-content: center;
    width: 95%;
  }

  .event-date-wrapper {
    border-bottom: 1px solid var(--dark-gray-50);
    border-right-style: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .event-button-wrapper {
    margin-top: 15px;
  }

  .main-event-location, .event-type {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .no-margin.text-white {
    text-align: left;
    font-size: 22px;
  }

  .event-time-wrapp {
    grid-row-gap: 10px;
    justify-content: center;
  }

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

  .home-video-banner {
    min-height: 560px;
  }

  .background-video {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-2-title {
    width: 90%;
  }

  .video-in-section {
    min-height: 400px;
  }

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

  .home-3-banner {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-3-banner-discription {
    width: 90%;
  }

  .image-banner {
    filter: brightness(50%);
  }

  .image-banner.five {
    width: 140px;
    height: 70px;
  }

  .image-banner.four {
    top: 40%;
  }

  .image-banner.three {
    width: 80px;
    height: 100px;
  }

  .image-banner.two {
    width: 90px;
    height: 90px;
    top: 14%;
    left: 6%;
  }

  .image-banner.six {
    width: 100px;
    height: 60px;
  }

  .image-banner.one {
    filter: brightness(60%);
    width: 110px;
    height: 140px;
    bottom: 15%;
  }

  .image-banner.seven {
    filter: brightness(70%) grayscale();
    width: 80px;
    height: 90px;
  }

  .image-banner.eight {
    filter: brightness(60%) grayscale();
    width: 80px;
    height: 130px;
  }

  .tabs-menu-hisory {
    grid-column-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .history-image-wrapper {
    max-width: 100%;
  }

  .info-text {
    padding-left: 0;
  }

  .actor-details-block {
    margin-top: 40px;
    padding: 20px;
  }

  .actor-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-in-section-studio {
    min-height: 400px;
  }

  .shows-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .event-cards {
    grid-template-columns: 1fr;
  }

  .event-card {
    height: 400px;
    margin-bottom: 0;
  }

  .image-show-main {
    height: 360px;
  }

  .collection-list-shows-details {
    grid-column-gap: 30px;
    flex-flow: wrap;
  }

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

  .order-info {
    margin-left: 16px;
    margin-right: 16px;
  }

  .order-image {
    width: 80px;
  }

  .block-header {
    flex-direction: row;
    align-items: center;
  }

  .testimonial-card {
    padding: 10px 20px 20px;
  }

  .testimonial-card.tablet-one-item {
    max-width: none;
  }

  .video-in-section-tickets {
    min-height: 400px;
  }

  ._404-title {
    font-size: 80px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.details-dark-bg {
    padding-top: 100px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instagram-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .video-big-2 {
    min-height: 400px;
  }

  .image-show-main-with-video {
    height: 360px;
  }

  .event-card-label-2 {
    top: 30px;
    right: 30px;
  }

  .event-time-wrapp-2, .event-time-wrapp-obras-2, .event-time-wrapp-obras {
    grid-row-gap: 10px;
    justify-content: center;
  }

  .event-card-short, .event-card-long {
    height: 400px;
  }

  .event-time-wrapp-festival {
    grid-row-gap: 10px;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.light-background {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.dark, .primary-button.dark-full-screen {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#0000, #0000), url('../images/19A05840-CB87-4CFE-AEFA-D4C0778B229F.jpeg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .pages-banner.contact-us {
    background-image: linear-gradient(#0000, #0000), url('../images/FE578362-5D24-4906-8ACA-90099CC8F8B1.jpeg');
    background-position: 0 0, 0%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .team-member-position {
    margin-top: 6px;
  }

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

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-close-button {
    right: 15px;
  }

  .search-wrapper {
    flex-direction: column;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .feature-wrap {
    width: 100%;
  }

  .welcome-image {
    max-width: 36%;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .card-text-position {
    align-items: center;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

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

  .shop-tab-link {
    text-align: center;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-content-container {
    text-align: center;
  }

  .home-main-title {
    width: 100%;
    font-family: Andale Mono, Arial, sans-serif;
  }

  .home-main-banner-discription {
    width: 100%;
  }

  .about-block-image {
    min-height: 340px;
  }

  .in-section-title.text-white {
    text-align: center;
    font-size: 56px;
  }

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

  .title-hover.white-style {
    font-size: 25px;
    font-weight: 400;
  }

  .video-content-wrapper.bigger-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-top {
    width: 92%;
  }

  .no-margin.text-white {
    text-align: center;
    margin-right: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .event-time-wrapp {
    flex-wrap: wrap;
  }

  .home-2-title {
    width: 100%;
  }

  .instagram {
    height: 200px;
  }

  .image-banner.five {
    width: 100px;
    height: 60px;
    right: 10%;
  }

  .image-banner.four {
    width: 110px;
    height: 130px;
    top: 34%;
  }

  .image-banner.three {
    width: 70px;
    height: 90px;
    top: 17%;
  }

  .image-banner.two {
    width: 70px;
    height: 80px;
    top: 13%;
  }

  .image-banner.six {
    width: 80px;
    height: 50px;
  }

  .image-banner.one, .image-banner.seven, .image-banner.eight {
    width: 100px;
    height: 130px;
  }

  .tab-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    grid-row-gap: 20px;
  }

  .tabs-menu-hisory {
    grid-column-gap: 36px;
    grid-row-gap: 28px;
    flex-flow: wrap;
  }

  .year {
    font-size: 16px;
  }

  .history-image-wrapper {
    max-width: 100%;
  }

  .info-text {
    padding-left: 0;
  }

  .shows-tab-link {
    text-align: center;
  }

  .event-card {
    height: 180px;
  }

  .collection-list-shows-details, .order-item {
    flex-direction: column;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-image {
    width: 100%;
    height: 120px;
  }

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

  .cart-info {
    margin-left: 0;
    margin-right: 0;
  }

  .cart-image {
    width: 100%;
    height: 120px;
  }

  .cart-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .primary-button-2.dark {
    width: 100%;
  }

  .instagram-copy {
    height: 200px;
  }

  .card-event-day-2 {
    font-size: 17px;
  }

  .event-time-wrapp-2, .event-time-wrapp-obras-2, .event-time-wrapp-obras {
    flex-wrap: wrap;
  }

  .no-margin-obra.text-white-obra {
    font-size: 16px;
  }

  .event-card-short {
    height: 100px;
  }

  .event-card-long {
    height: 400px;
  }

  .home-link-card-press-7, .home-link-card-press-9 {
    background-size: contain;
  }

  .home-link-card-press-10 {
    background-position: 50%;
    background-size: contain;
  }

  .event-time-wrapp-festival {
    flex-wrap: wrap;
  }

  .home-link-card-image-festival-1, .home-link-card-image-festival-2 {
    background-position: 50% 0;
  }

  .home-link-card-image-festival-3, .home-link-card-image-festival-4, .home-link-card-image-festival-5, .home-link-card-image-festival-6 {
    background-position: 50% 42%;
  }

  .home-link-card-image-recent-1 {
    background-position: 50%;
    background-size: cover;
  }

  .home-link-card-image-recent-2 {
    background-position: 50% 2%;
    background-size: cover;
  }

  .home-link-card-image-recent-3 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .home-link-card-image-recent-4 {
    background-position: 50% 69%;
    background-size: cover;
  }
}

#w-node-f3dc0185-768a-0801-55fb-4b25f5b3714c-f343403e, #w-node-de82826f-55c8-d8f9-41d1-a1d95bffbfb9-f343403e, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1342-f343403e, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1349-f343403e, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1350-f343403e, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec18b-f34340d0, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec193-f34340d0, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec19b-f34340d0, #w-node-_84a078b4-9e89-870f-3faf-365692caa6a5-f34340d6, #w-node-_84a078b4-9e89-870f-3faf-365692caa6ad-f34340d6, #w-node-_84a078b4-9e89-870f-3faf-365692caa6b5-f34340d6, #w-node-d6cd8b16-5fdc-93f4-e147-1222e8ce317d-f34340d6, #w-node-_07f96cf6-09c3-a930-c41e-3a57294da9f6-f34340d7, #w-node-_74341295-4473-a822-9b9c-234a00f78708-f34340d7, #w-node-_74341295-4473-a822-9b9c-234a00f78710-f34340d7, #w-node-_74341295-4473-a822-9b9c-234a00f78718-f34340d7, #w-node-_81549307-9c17-1561-ee1e-2ed2cbc461cb-f34340da, #w-node-_2f217939-4046-5c10-c108-5ccd754e427e-f34340da, #w-node-_95cdd863-891b-cbc3-79f8-ac829537b3f8-f34340da, #w-node-dffccf28-0956-bf23-db9e-4a991adf917b-f34340da, #w-node-_3d368001-1aa6-6608-5505-56abf34b0b5e-f34340da, #w-node-_77de7150-3054-2669-2ad1-1c7b553aafdf-f34340da, #w-node-f5c255e8-3051-8167-8de3-829b14b7165a-f34340da, #w-node-_8a943524-02cb-0564-cbeb-f347ef01ae91-f34340da, #w-node-_7edc6920-b1e0-8598-e65f-84944bf68383-f34340da, #w-node-_743c69b3-c21d-8a49-335d-742b2b2c7b4f-f34340da, #w-node-_591f333d-7946-4519-f884-9e6ac5f33c3d-f34340da, #w-node-_43828836-d3d8-c79c-ee57-051d742fe1ec-f34340da, #w-node-_24e18d43-75c9-635e-c158-60d522f1b49b-f34340da, #w-node-_13f04248-43a4-eadc-0c8a-8c002267cd69-f34340da, #w-node-edba6551-91f9-f5d1-1991-f0f741e768f2-f34340da, #w-node-f13026f2-9e2f-ee69-5c9f-73fec8377aa2-f34340da, #w-node-_90b2ad8a-a813-427c-ccb8-13f3f9b54053-f34340da, #w-node-_9e3c9356-6aff-2fce-7e12-2f40a74407ce-f34340da, #w-node-_48e6e124-0f8e-ff82-d23d-555122e0850f-f34340da, #w-node-_70927b21-8275-d072-2354-a45522fee940-f34340da, #w-node-c5e0e108-7ae6-f366-aa9e-414e73d455bd-f34340da, #w-node-_4a0afc96-19ba-e799-53a6-cb842d1e2c65-f34340da, #w-node-_4df65405-6216-3548-56ef-b8e0bbd05d3e-f34340da, #w-node-_0829a137-f6d7-585c-8277-9d34ef6b5fd9-f34340da, #w-node-_881919c1-7fcb-45c4-0353-4f280caa19d3-f34340da, #w-node-_3a1104ca-d1c1-2e65-1369-5cc9c786a6bf-f34340da, #w-node-f948a535-c774-d6d8-9605-beffa720adbb-f34340da, #w-node-bf18f47b-85ee-ef74-5298-a4aaec330538-f34340da, #w-node-_943f2838-65f4-c78e-1525-83d8a79a1604-f34340da, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-f34340f1, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-f34340f1, #w-node-dc09906f-3c58-964f-ee4d-0936e03d2797-f34340f6, #w-node-_86422593-17c5-0b53-38f9-ab2d175d3388-f3434121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_7c1a5170-7f5f-ba77-5ac2-3135ce384fe1-f34340d8, #w-node-be3ef69b-47ff-3d24-d7f7-3d14ed4cf25d-f34340d8, #w-node-fa2da0d3-9a9b-9613-0d12-0a35d00162f2-f34340d8, #w-node-_3c78b5dc-903b-d989-f446-2a5a710ed7d3-f34340d8, #w-node-_35418dbe-03ae-39e1-2bb6-dfece89f07ef-f34340d8, #w-node-f713e83f-b9bd-156c-991e-0829da009815-f34340d8, #w-node-_5e49cb00-d56b-4d10-c0cf-663b9d8fe030-f34340d8, #w-node-_2d1a04fb-12a2-bcb6-6858-ec3b0ca3acb5-f34340d8, #w-node-_6f180498-8622-7458-2869-0d45d3fd334c-f34340d8, #w-node-b1fac75d-b326-9ae6-f251-7f002d2fa9b0-f34340d8, #w-node-_18fc5c83-30ef-c426-7459-706c4c64e60a-f34340d8, #w-node-_1ec52506-b53c-eeef-f180-2d2198fae30e-f34340d8, #w-node-b214f8fa-5f0b-df0d-b8f2-6ae3e9f98df5-f34340d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-f34340c4, #w-node-_6e26b031-2222-7aa1-56f9-b3986f4188c1-f34340d6, #w-node-_5b298ba1-b051-7a0a-e741-c446c03623a7-f34340f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-f34340c4, #w-node-_6e26b031-2222-7aa1-56f9-b3986f4188c1-f34340d6, #w-node-_5b298ba1-b051-7a0a-e741-c446c03623a7-f34340f3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Andale Mono';
  src: url('../fonts/andale-mono-regular_freefontdownload_org.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}