:root {
  --white: white;
  --black-2: #0b0a10;
  --medium-purple: #ae81dc;
  --light-salmon: #ffb285;
  --black: black;
  --grey: #817e7e;
}

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

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

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

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

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

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

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

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

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

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

.w-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: MuseoModerno, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: MuseoModerno, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: MuseoModerno, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Nunito Sans, sans-serif;
}

.horizontal-section {
  z-index: 3;
  background-color: #0b0a10;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  background-image: linear-gradient(#000000e0, #0000 74%, #0000);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 2.7em 3.2em;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.navbar-line {
  color: #fff3;
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 50% 0% auto;
}

.nav-link {
  color: var(--white);
  letter-spacing: .5em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 20px 2px;
  font-family: Lato, sans-serif;
  font-size: .85em;
  display: flex;
  position: relative;
}

.nav-link.light {
  z-index: 2;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 1.2em;
}

.nav-link.light.w--current {
  color: var(--white);
  font-weight: 900;
}

.brand {
  margin-right: 0;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-cart {
  z-index: 999;
  position: static;
}

.cart-button {
  border: 2px solid var(--medium-purple);
  background-color: var(--black-2);
  background-image: url('../images/shopping_cart-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52%;
  border-radius: 1px;
  width: 38px;
  height: 38px;
  padding: 10px;
  font-size: 1.1rem;
}

.cart-text {
  display: none;
}

.cart-quantity {
  color: var(--medium-purple);
  margin-left: 0;
  display: block;
  position: relative;
  top: -13px;
  right: -13px;
}

.cart {
  z-index: 99999;
  margin-left: 0;
  font-size: 1.1rem;
}

.logo-wrapper {
  z-index: 99;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper.first {
  z-index: 99;
  background-color: #0000;
  position: relative;
}

.logo-wrapper.hidden {
  background-color: #0000;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  white-space: break-spaces;
  margin-top: 40px;
  margin-right: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: static;
  bottom: auto;
  overflow: hidden;
}

.hero-heading._1 {
  font-family: MuseoModerno, sans-serif;
}

.hero-heading.blog {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 9vw;
  line-height: 1.2;
}

.hero-heading.blog.post {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 2vw;
  font-weight: 200;
}

.hero-heading.absolute {
  font-size: 7vw;
  display: block;
  position: absolute;
  overflow: visible;
}

.hero-heading.absolute.change {
  bottom: 169px;
}

.hero-heading.author {
  letter-spacing: 0;
  font-size: 7vw;
}

.hero-heading.author.no-margin {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 7vw;
}

.section-album {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.section-album:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.section-album.content-wrap {
  z-index: 0;
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 400vh;
  overflow: visible;
}

.content-block-wrapper {
  background-color: #0000;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  margin-left: 7em;
  margin-right: 7em;
  display: flex;
  overflow: visible;
}

.content-block-wrapper._2 {
  background-image: url('../images/2.jpg');
  margin-left: 8em;
  margin-right: 8em;
}

.content-block-wrapper._3 {
  background-image: url('../images/3.jpg');
  width: 24em;
  height: 24em;
  margin-right: 0;
}

.horizontal-scrollable-section {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  width: 700vw;
  height: 100%;
  margin-left: 20vw;
  display: flex;
  overflow: visible;
}

.horizontal-content {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.horizontal-div-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin: 0;
  display: flex;
  position: sticky;
  inset: 0;
  overflow: hidden;
}

.overflow-mask-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  position: static;
  left: 0;
  overflow: hidden;
}

.fixed-image {
  z-index: 99;
  opacity: 0;
  background-image: url('../images/HERO_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0% auto;
}

.fixed-image.responsive {
  z-index: 2;
  opacity: 1;
  background-position: 50% 100%;
  display: none;
  inset: 0% auto;
}

.image {
  height: 4.8em;
}

.logo {
  width: 4em;
}

.parallax-section {
  z-index: 3;
  background-image: url('../images/parallax1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.wrapper-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.date-text {
  color: var(--white);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.title {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  font-family: MuseoModerno, sans-serif;
  font-size: 50px;
  font-weight: 200;
  position: static;
  inset: 0% 0% auto;
}

.responsive-slider, .slider-nav {
  display: none;
}

.right-arrow-slide {
  margin-left: auto;
  margin-right: auto;
  top: 9%;
  bottom: 0;
  left: 51%;
}

.left-arrow-slide {
  top: 9%;
  right: 51%;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding: 10px 0 0;
  display: none;
  overflow: hidden;
}

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

.burger-line {
  background-color: #000;
  width: 23px;
  height: 1px;
  margin-bottom: 0;
}

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

.burger-line.absolute {
  background-color: #000;
  width: 30px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

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

.burger-line.bottom {
  width: 18px;
  margin-top: 11px;
  margin-bottom: 0;
}

.burger-line.bottom.white {
  background-color: #fff;
}

.navigation-left {
  margin-left: auto;
  display: flex;
}

.navigation-right {
  flex-direction: row;
  justify-content: flex-start;
  margin-right: auto;
  display: flex;
}

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

.bio-heading {
  color: var(--white);
  text-align: center;
  max-width: 7em;
  font-family: MuseoModerno, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
}

.bio-heading.absolute {
  z-index: 2;
  position: static;
  inset: 11% auto auto;
}

.bio-heading.footer {
  text-align: left;
  max-width: none;
  padding-top: 0;
  font-size: 35px;
  line-height: 1.2;
}

.bio-heading.auto {
  max-width: none;
}

.bio-heading.about {
  text-align: left;
  max-width: 6.5em;
  margin-top: 0;
  font-size: 95px;
}

.bio-heading.home {
  z-index: 2;
  position: absolute;
  top: 11%;
}

.size-section {
  z-index: 3;
  background-image: linear-gradient(to top, #000, #000000b3 13%, #0000), url('../images/parallax2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 29em;
  padding-left: 19em;
  padding-right: 19em;
  display: flex;
  position: relative;
}

.orange-wrapper {
  background-color: #ffb285;
  background-image: linear-gradient(#ffb28500, #ffb28500);
  width: 100%;
  height: 1000px;
  margin-top: 60px;
  position: static;
}

.intro-store {
  z-index: 3;
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 120px;
  padding-top: 0;
  padding-bottom: 14%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.overflow {
  z-index: 3;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.form-wrapper {
  justify-content: center;
  padding-top: 35rem;
  padding-left: 19rem;
  padding-right: 19rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-form {
  align-self: stretch;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  padding-left: 0;
  padding-right: 0;
  font-family: MuseoModerno, sans-serif;
}

.text-field:focus {
  border-bottom-color: var(--medium-purple);
}

.field-label {
  font-family: MuseoModerno, sans-serif;
}

.wrapper-text-field {
  flex: 1;
}

.wrapper-text-field.margin {
  margin-left: 20px;
}

.submit-button {
  color: #000;
  background-color: #0000;
  margin-top: 40px;
  font-family: MuseoModerno, sans-serif;
  font-size: 25px;
  transition: color .4s ease-in-out;
}

.submit-button:hover {
  color: #ae81dc;
}

.submit-button.footer {
  color: #fff;
  padding-top: 0;
}

.submit-button._2 {
  z-index: 3;
  color: var(--white);
  margin-top: 0;
  font-size: 50px;
  position: absolute;
  left: 24%;
}

.submit-button._2:hover {
  color: var(--medium-purple);
}

.submit-button._2.instagram {
  line-height: 1;
  text-decoration: none;
  inset: auto auto 10%;
}

.submit-button.blog {
  color: var(--white);
  margin-top: 0;
  padding-left: 0;
  font-size: 18px;
  display: flex;
}

.submit-button.blog:hover {
  color: var(--medium-purple);
}

.submit-button.white {
  color: var(--white);
  text-transform: none;
  background-color: #ae81dc1a;
  padding: 18px;
  font-size: 22px;
}

.submit-button.white:hover {
  color: var(--medium-purple);
}

.submit-button.white.margin {
  margin-top: 0;
  font-size: 20px;
}

.submit-button.border {
  border: 1px solid var(--black-2);
  padding: 15px 20px;
  transition: border .4s ease-in-out, color .4s ease-in-out;
}

.submit-button.border:hover {
  border-color: var(--medium-purple);
}

.main-paragraph {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 29px;
  line-height: 1.2;
}

.main-paragraph.footer {
  color: #fff;
  text-align: left;
  width: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.navbar-link {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.navbar-link.w--current {
  color: var(--white);
  font-weight: 900;
}

.line-link-nav {
  color: #ae81dc;
  background-color: #ae81dc;
  width: 100%;
  height: 6px;
  margin-left: -4px;
  position: absolute;
  bottom: 23px;
}

.line-link-nav.light {
  left: 7px;
  right: 0;
}

.error-text {
  color: var(--white);
  text-align: center;
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
}

.error-message {
  color: #000;
  background-color: #f18686;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero-section {
  z-index: 1;
  background-color: #0b0a10;
  height: 200vh;
  display: block;
  position: static;
  overflow: hidden;
}

.succes-text {
  color: var(--white);
  text-align: center;
  font-family: MuseoModerno, sans-serif;
  font-size: 22px;
}

.collage {
  opacity: .59;
  margin-left: 400px;
}

.price {
  color: var(--medium-purple);
  text-align: center;
  margin-top: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.price.big {
  font-size: 55px;
}

.card-shop {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 500px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  overflow: visible;
}

.card-shop.auto {
  width: 700px;
  margin-left: 140px;
}

.card-shop.auto.collection-item-shop {
  border: 1px #000;
  align-self: flex-start;
  width: 700px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
  left: 0;
}

.horizontal-content-second {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  overflow: visible;
}

.content-block {
  background-color: #ffb28585;
  border: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-block.flex {
  border-style: none;
  position: static;
}

.card-heading {
  color: #fff;
  text-align: center;
  width: auto;
  font-family: MuseoModerno, sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.horizontal-shop {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-shop:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.horizontal-shop.content-wrap {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 300vh;
}

.horizontal-shop.content-wrap.color {
  z-index: 99;
  background-color: var(--black-2);
  border-radius: 0%;
  height: 100%;
}

.horizontal-shop.content-wrap.color.padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.horizontal-scrollable-section-second {
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 400vh;
  height: 100%;
  margin-left: 0;
  margin-right: 24px;
  display: flex;
}

.horizontal-scrollable-section-second.auto {
  width: auto;
  margin-left: 0;
}

.horizontal-div-wrapper-second {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overflow-mask-second {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
  z-index: 1;
  background-color: #21182b;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg.orange {
  z-index: 2;
  background-color: #ffb285;
  display: block;
}

.instagram-section {
  z-index: 2;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
}

.instagram-section.about {
  background-color: #47604a;
  padding-top: 140px;
}

.instagram-section.orange {
  background-color: var(--black-2);
}

.body {
  background-color: #000;
}

.gradient {
  background-image: linear-gradient(to top, #ffb285 9%, #ffb285e3 29%, #ffb285a3 48%, #ffb28500);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  top: -9.5%;
  bottom: auto;
}

.footer {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding-top: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.blog {
  background-color: var(--black-2);
  height: auto;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.footer.blog.margin {
  margin-top: 25vh;
}

.footer.blog.black {
  background-color: var(--black);
}

.footer.about {
  background-color: #47604a;
}

.footer-background {
  background-image: url('../images/background1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 25vh 0% 0%;
  transform: rotate(0);
}

.footer-background.blog {
  background-image: url('../images/background1.jpg');
  background-size: cover;
  display: flex;
  top: 0;
}

.bold-text {
  color: #ae81dc;
  font-family: MuseoModerno, sans-serif;
  font-weight: 400;
}

.body-bg {
  z-index: 3;
  background-color: #0b0a10;
  height: 300vh;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-form {
  width: 100%;
}

.form-footer {
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  max-width: none;
  display: flex;
}

.wrapper-form {
  width: 50%;
}

.text-field-label {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
}

.text-field-label:active, .text-field-label:focus {
  border-bottom-color: var(--medium-purple);
}

.container {
  width: 80%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.grid-menu-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: auto;
}

.wrapper-link-footer {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 100;
}

.list-footer {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.heading-footer {
  color: #fff;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-footer {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

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

.footer-details {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  display: flex;
  position: relative;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
}

.top-text.big {
  z-index: 4;
  color: var(--white);
  font-size: 20px;
  position: static;
  inset: auto auto auto 60px;
}

.top-text.big.absolute {
  width: 50%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  top: 28%;
  left: 102px;
}

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

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 0%;
  margin-right: 40px;
}

.text-block {
  color: #888;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-bold {
  font-size: 10px;
}

.text-bold.whie {
  color: var(--white);
}

.udesly-link {
  color: var(--medium-purple);
  font-weight: 900;
  text-decoration: none;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

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

.webflow-link {
  color: var(--medium-purple);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.style-guide-section {
  background-color: var(--black-2);
  padding-top: 220px;
}

.style-guide {
  color: var(--medium-purple);
  text-align: center;
  font-family: MuseoModerno, sans-serif;
  font-size: 50px;
  line-height: 1;
}

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

.line-style-guide {
  background-color: var(--medium-purple);
  flex: 1;
  height: 1px;
  margin-left: 10px;
}

.heading-guide {
  color: var(--medium-purple);
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.colors {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color {
  background-color: var(--medium-purple);
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.heading-style-guide {
  text-align: center;
}

.style-guide-heading {
  color: #8b8b8b;
  margin-top: 5px;
}

.color-two {
  background-color: var(--black-2);
  border: 1px solid #333;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.color-tree {
  background-color: var(--black);
  border: 1px solid #333;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.color-second {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.style-guide-container {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.container-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
}

.text-style-guide {
  color: #bbb;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  margin-top: 5px;
  padding-top: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.container-style-guide {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.container-style-guide-second {
  border: 1px #c9c9c9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.licensing-container {
  border: 1px solid var(--white);
  color: #fff0;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.licensing {
  color: #fff;
  margin-bottom: 40px;
  font-family: MuseoModerno, sans-serif;
  font-size: 3.5vw;
}

.section-licensing {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.licensing-head {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.licensing-paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

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

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.source-link {
  color: #fff;
  margin-right: 20px;
  font-family: Nunito Sans, sans-serif;
  line-height: 1.2;
  text-decoration: none;
}

.license-link {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  line-height: 1.2;
  text-decoration: none;
}

.licensing-section {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.terms-container {
  background-color: #0000;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.privacy-heading {
  margin-bottom: 20px;
  font-size: 3.5vw;
  font-weight: 200;
}

.changelog-section {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #0000;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.checkout-form {
  background-color: var(--black-2);
  padding-top: 220px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
}

.wrapper-view-more {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.instagram-image {
  position: relative;
  left: -242px;
}

.gradient-radius {
  background-image: radial-gradient(circle, #fff0, #ffb285);
  position: absolute;
  inset: 0%;
}

.gradient-radius.about {
  background-image: radial-gradient(circle, #fff0, #47604a);
}

.gradient-radius.merch {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, var(--black-2));
}

.hero-blog {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrapper-last-post {
  align-self: center;
  align-items: center;
  width: 700px;
  height: 100%;
  display: flex;
}

.container-image {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
}

.image-top {
  background-image: url('../images/hero_2.jpg');
  background-position: 50% 30%;
  background-size: 70vw;
  width: 80%;
  height: 75%;
  margin-left: auto;
  position: relative;
  bottom: -24px;
}

.collection-list-wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
}

.collection-item {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-bottom {
  background-image: url('../images/2.jpg');
  background-position: 40% 100%;
  background-size: 60vw;
  width: 80%;
  height: 30%;
}

.image-bottom.merch {
  background-image: url('../images/hero_2.jpg');
  background-position: 50% 60%;
  height: 30%;
  margin-top: 0;
  position: relative;
  top: -24px;
}

.heading-wrapper {
  z-index: 9;
  display: flex;
  position: absolute;
}

.heading-wrapper.contact {
  z-index: 9999;
  margin-top: 0;
  top: -14%;
  left: -28%;
}

.heading-wrapper.post {
  inset: auto 0% 0% auto;
}

.wrapper-info-blog {
  z-index: 2;
  background-color: var(--black-2);
  width: 280px;
  padding: 5em 2.4em;
  position: absolute;
  top: -5.5px;
  right: -25%;
}

.blog-heading {
  color: var(--white);
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
}

.post-section {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-post {
  width: 550px;
  height: 550px;
  position: relative;
}

.background-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-item-blog {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.wrapper-info-blog-post {
  background-color: var(--black-2);
  align-self: center;
  width: 30%;
  height: auto;
  margin-top: -18%;
  padding: 57px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0;
}

.text-date-blog {
  color: var(--white);
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

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

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

.hero-about {
  background-color: #224227;
  background-image: linear-gradient(#fff0, #ffffff29 100%, #ffffff2b);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.wrapper-hero-about-image {
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.card {
  opacity: 1;
  background-color: #224227;
  justify-content: flex-end;
  align-items: center;
  width: 9em;
  transition: z-index .4s ease-in-out;
  display: flex;
  position: relative;
  top: 34px;
  left: 8%;
}

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

.card.second {
  top: -31px;
  left: 4%;
}

.card.third {
  top: 102px;
  left: -4%;
}

.card.fourth {
  top: 0;
  left: -8%;
}

.card._3 {
  left: auto;
}

.about-image {
  opacity: .48;
  background-image: url('../images/france.jpg');
  background-position: 0 0;
  background-size: 125px;
  transition: opacity .2s ease-in-out;
}

.about-image:hover {
  opacity: 1;
}

.bio-section {
  z-index: 3;
  background-color: #47604a;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 11% 0 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fixed-image-wrapper {
  background-color: #ffb285;
  background-image: url('../images/background_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  width: 80vw;
  height: 100%;
  margin-top: auto;
  display: flex;
  position: absolute;
  bottom: 79px;
}

.wrapper-bio {
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-top: 60px;
  position: relative;
  top: 0%;
}

.filter {
  background-image: linear-gradient(#47604a00 50%, #47604aa1 100%, #47604a);
  width: 100%;
  height: 30%;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.filter.second {
  background-color: #47604a91;
  background-image: none;
  height: 100%;
  padding-top: 0;
  position: static;
}

.wrapper-date {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto 100% auto auto;
}

.wrapper-date._2 {
  z-index: 2;
  top: 51px;
}

.wrapper-date._3 {
  bottom: 7px;
}

.wrapper-date._4 {
  z-index: 3;
  top: -29%;
  right: auto;
}

.wrapper-date._5 {
  padding-left: 0;
  top: auto;
  left: 100%;
  right: auto;
}

.about-heading {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  margin-bottom: 0;
}

.contact-section {
  background-color: #47604a;
  justify-content: center;
  height: auto;
  padding-bottom: 43px;
  display: flex;
  position: relative;
}

.wrapper-image-contact {
  background-image: url('../images/contactimage.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 40%;
  height: 45vh;
  margin-right: 0;
  display: flex;
  position: sticky;
  inset: 49% auto 35px;
}

.wrapper-text-contact {
  background-color: #47604a;
  width: 30em;
  margin-top: 38%;
  margin-bottom: auto;
  padding: 3.5em 4em;
  position: relative;
  left: -34px;
}

.wrapper-image-contact-left {
  background-image: url('../images/contactimage.jpg');
  background-position: 0%;
  background-size: cover;
  width: 10vw;
  height: 105%;
  position: absolute;
  top: -15%;
  left: -17%;
}

.paragraph-wrap-contact {
  margin-bottom: 45px;
}

.paragraph-wrap-contact.second {
  padding-top: 4.5em;
}

.heading-contact {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 3em;
  font-weight: 200;
}

.text-contact {
  color: var(--white);
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.text-contact.mail {
  text-transform: lowercase;
  font-weight: 200;
}

.text-contact.m-t {
  margin-top: 20px;
}

.submit-button-black {
  border: 1px solid var(--white);
  background-color: var(--black-2);
  color: var(--white);
  margin-top: 20px;
  transition: background-color .4s ease-in-out, transform .4s ease-in-out;
}

.submit-button-black:hover {
  background-color: #0b0a10d9;
  transform: translate(0, -5px);
}

.submit-button-black.no-margin {
  margin-top: 0;
}

.sticky-wrap {
  top: 162px;
}

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

.paypal-checkout-form, .order-confirmation {
  background-color: var(--black-2);
  padding-top: 220px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
}

.utility-page-wrap {
  background-color: var(--black-2);
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-password {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 1.2px;
}

.text-field-password:focus {
  border-bottom-color: var(--medium-purple);
}

.heading-password {
  color: var(--white);
  font-weight: 200;
}

.paragraph-page-404 {
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
}

.hero-merch {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section-blog {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.wrapper-hero-image-blog {
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 70%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.bottom-image {
  opacity: .43;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-size: auto 800px;
  width: 500px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-image {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 40% 60%;
  background-size: auto 800px;
  width: 550px;
  height: 450px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapper-content-blog {
  background-color: var(--black-2);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-rich-text {
  color: var(--white);
  line-height: 1.5;
}

.rich-text {
  color: #fff;
}

.heading-rich-text {
  color: var(--white);
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1.2;
}

.wrapper-return {
  z-index: 9;
  display: flex;
  position: absolute;
}

.wrapper-return.post {
  inset: 0% auto auto 0%;
}

.button {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 2vw;
  font-weight: 200;
}

.search-result-item {
  border: 1px solid #dbdbdb;
  margin-bottom: 40px;
  padding: 30px;
}

.search-link {
  color: var(--white);
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.search-text-block {
  color: var(--medium-purple);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: MuseoModerno, sans-serif;
}

.body-search {
  background-color: var(--black-2);
  padding-top: 176px;
}

.search-heading {
  padding-left: 30px;
  font-weight: 400;
}

.search-paragraph {
  color: var(--white);
}

.search {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.search-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--medium-purple);
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.search-input:active {
  font-family: MuseoModerno, sans-serif;
}

.search-input:focus {
  border-bottom-color: var(--medium-purple);
  font-family: MuseoModerno, sans-serif;
}

.search-input::placeholder {
  font-family: MuseoModerno, sans-serif;
}

.search-button {
  display: none;
}

.collection-item-home {
  flex-direction: column;
  min-width: auto;
  display: flex;
}

.collection-list-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 33vw;
  display: flex;
}

.empty-state {
  background-color: #0000;
  margin-right: auto;
  font-family: MuseoModerno, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
}

.empty-state.margin {
  top: 140px;
}

.empty-state.white {
  color: var(--white);
}

.cart-wrapper {
  z-index: 999999;
  object-fit: fill;
}

.cart-heading {
  font-family: MuseoModerno, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.cart-heading.price {
  font-size: 1.1rem;
}

.price-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.link-cart {
  color: var(--medium-purple);
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.remove-button {
  font-size: .9rem;
  text-decoration: none;
}

.quantity-cart {
  font-family: Lato, sans-serif;
  font-size: .9rem;
}

.text-cart {
  font-family: MuseoModerno, sans-serif;
}

.checkout-button {
  background-color: var(--medium-purple);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: MuseoModerno, sans-serif;
  transition: background-color .2s ease-in-out;
}

.checkout-button:hover {
  background-color: #0b0a10ed;
}

.cart-container {
  justify-content: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.hero-section-product {
  height: 100vh;
}

.product-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  height: 100%;
}

.wrapper-image-product {
  background-color: #444;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  position: relative;
}

.wrapper-text-product {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.title-product {
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 200;
}

.price-product {
  color: var(--medium-purple);
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

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

.default-state {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.add-to-cart-button {
  clear: none;
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  white-space: normal;
  object-fit: fill;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: MuseoModerno, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
  display: block;
}

.add-to-cart-button:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.wrapper-quantity {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.field-label-shop {
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
}

.quantity {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.section-detalis {
  background-color: var(--black-2);
  padding: 220px 40px;
}

.grid-details {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.list-dropdown-faq {
  position: static;
}

.list-dropdown-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 9px;
}

.faq-dropdown {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.main-paragraph-second {
  color: #000;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph-second.grid {
  color: #fff;
  width: 70%;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.faq-text {
  color: #fff;
  margin-bottom: 3px;
  font-family: MuseoModerno, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.dropdown-toggle-faq {
  border-bottom: 1px solid #d0c65f;
  width: 100%;
  padding: 0 10px 2px;
}

.dropdown-toggle-faq.faq {
  border-top: 1px #5c5c5c;
  border-bottom-width: 1px;
  border-bottom-color: #5c5c5c;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.dropdown-toggle-faq.faq.first {
  border-top-style: solid;
}

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

.line {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.line-second {
  background-color: var(--white);
  width: 1px;
  height: 30px;
  position: relative;
  left: -16px;
  right: auto;
}

.out-of-stock-state-text, .error-message-second {
  font-family: MuseoModerno, sans-serif;
}

.hero-section-program {
  background-color: var(--black-2);
  text-transform: capitalize;
  background-image: linear-gradient(#0b0a1059, #0b0a1059), url('../images/sfondo.png'), url('../images/sfondo.png');
  background-position: 0 0, 130% 100%, -50% -100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 40%, 50%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.wrapper-hero-image-program {
  justify-content: center;
  align-items: center;
  width: 950px;
  max-width: 90%;
  height: 80%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.bottom-image-program {
  background-image: url('../images/3.jpg');
  background-position: 100% 0;
  background-size: auto 800px;
  width: 500px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-image-program {
  z-index: 2;
  background-image: url('../images/3.jpg');
  background-position: 0%;
  background-size: auto 800px;
  width: 550px;
  height: 450px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-slider {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-slider.second {
  background-image: url('../images/sfondo.png'), url('../images/sfondo.png');
  background-position: 110% 2%, -10% 2%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 20%;
  padding-top: 100px;
  padding-bottom: 220px;
}

.slider-program {
  background-color: #0000;
  height: 70vh;
  margin-top: 100px;
  display: block;
}

.slider-mask-program {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-image-program {
  max-width: 70%;
  margin-top: 40px;
  margin-left: 0;
}

.wrapper-slide-image-program {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.authors-heading {
  font-size: 120px;
  font-weight: 300;
}

.background-video {
  z-index: 99;
  width: 45vw;
  height: 500px;
  margin-top: 100px;
}

.background-video._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 35vw;
  height: 300px;
  margin-top: 0;
  margin-right: auto;
}

.background-video._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 60px;
}

.background-video._5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 70vw;
  margin-top: 0;
}

.collection-list-program-second {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: auto;
  bottom: 0;
  right: 38px;
}

.collection-list-item {
  position: relative;
  left: 0;
}

.wrapper-text-program {
  z-index: 999;
  background-color: var(--black-2);
  width: 80%;
  padding: 20px 40px;
  position: absolute;
  inset: -12% -12% auto auto;
}

.wrapper-text-program._2 {
  width: 60%;
  inset: auto 0% -23% auto;
}

.wrapper-text-program._3 {
  inset: -15% auto auto -23%;
}

.wrapper-text-program._4 {
  width: 60%;
  inset: -7% auto auto -8%;
}

.wrapper-text-program._5 {
  width: 60%;
  inset: -9% auto auto -17%;
}

.date-program {
  color: var(--white);
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.collection-list-program {
  margin-top: 100px;
  margin-right: auto;
}

.collection-list-program._3 {
  margin-right: 0;
}

.collection-list-program._4 {
  margin-right: 0;
  position: relative;
  top: -21%;
}

.collection-list-program._5 {
  margin-right: 0;
}

.background-video-copy {
  z-index: 99;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 350px;
  margin-top: 0;
}

.program-slider {
  grid-row-gap: 69px;
  width: 100%;
  margin-top: 220px;
}

.program-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.program-heading._4 {
  font-size: 30px;
}

.heading-program {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
}

.image-bg-program {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 45vw;
  height: 500px;
}

.blog-load {
  z-index: 9999;
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.empty-text {
  margin-bottom: 20px;
}

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

.empty-state-second {
  flex-direction: column;
  align-items: center;
  font-family: MuseoModerno, sans-serif;
}

.correlates-product {
  background-color: var(--black-2);
  padding: 100px 40px 140px;
}

.collection-list-product {
  float: none;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-product.merch {
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.collection-list-blog-post {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-image-blog {
  align-items: flex-end;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-blog {
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
  position: static;
  overflow: hidden;
}

.post-heading {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
}

.line-top {
  background-color: var(--medium-purple);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-post {
  z-index: 1;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.post-heading-second {
  color: var(--white);
  margin-top: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.card-blog-post {
  opacity: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
}

.line-left {
  background-color: var(--medium-purple);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-bottom {
  background-color: var(--medium-purple);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.post-filter {
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-date-post {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 56px 20px;
  display: flex;
  position: relative;
}

.overflow-mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.line-right {
  background-color: var(--medium-purple);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-autors-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.filter-hero {
  background-image: radial-gradient(circle farthest-corner at 60% 0%, #0000, #08080cc4 44%, var(--black) 72%);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-typo-hero {
  width: 60%;
  height: auto;
  margin-top: 0;
  padding-left: 40px;
}

.wrapper-typo-hero.left {
  justify-content: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: flex;
}

.wrapper-description {
  width: 70%;
  margin-top: 100px;
  margin-left: auto;
}

.wrapper-description.auto {
  width: auto;
  margin-top: 0;
}

.heading-bio-author {
  margin-top: 60px;
}

.paragraphh-author {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.script-section {
  background-color: var(--black);
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
}

.section-song {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #0b0a1000, #0b0a1080 53%, var(--black) 71%, var(--black)), url('../images/background_1.jpg');
  background-position: 0 0, 20% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lirics-grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.video-section {
  background-color: var(--black);
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.background-video-author {
  z-index: 3;
  background-image: radial-gradient(circle, #000, #fff);
  width: 80%;
  height: 80%;
}

.bold-text-video {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.rich-text-block {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.rich-text-block p {
  font-size: 15px;
  font-style: italic;
  line-height: 1;
}

.overflow-wrapper {
  overflow: hidden;
}

.collection-list-wrapper-shop {
  width: 100%;
  max-width: 1400px;
}

.logo-image {
  width: 150px;
}

.heading-checkout {
  color: var(--white);
}

.empty-text-state, .cart-line-item {
  font-family: MuseoModerno, sans-serif;
}

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

.shipping-method {
  background-color: var(--black-2);
}

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

.default-state-shop {
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  color: #303030;
  cursor: pointer;
  background-color: #fff;
  border: 2px #000;
  justify-content: space-around;
  width: auto;
  height: 35px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.select-field:focus {
  border-style: none;
  border-color: #303030;
}

.product-name {
  color: #303030;
  letter-spacing: -.03em;
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.product-name.white {
  color: var(--white);
}

.price-button {
  border: 2px solid var(--black-2);
  background-color: var(--black-2);
  color: #fff;
  background-image: url('../images/shopping_cart-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 0;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.price-button:hover {
  border-color: var(--black-2);
  background-color: var(--medium-purple);
  color: #fff;
  border-radius: 0;
}

.price-button:active, .price-button:focus {
  border-radius: 0;
}

.price-button.white {
  border-color: var(--medium-purple);
}

.product-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.link-block {
  width: 100%;
  height: 100%;
  transition: background-color .4s ease-in-out;
  position: absolute;
}

.link-block:hover {
  background-color: #fff9;
}

.option-list-shop {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-text {
  color: #303030;
  letter-spacing: -.03em;
  background-color: #0000;
  border: 1px #303030;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 0;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  display: flex;
  position: static;
  inset: 15px 15px auto auto;
}

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

.add-to-cart-wrapper {
  z-index: 1;
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 20px 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.image-product {
  object-fit: cover;
  width: 90%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.product-card-shop {
  border: 1px solid var(--white);
  cursor: pointer;
  object-fit: cover;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 500px;
  padding: 0;
  display: flex;
  position: relative;
}

.product-card-shop.home {
  min-width: 450px;
}

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

.shop-button {
  background-color: var(--black-2);
  border: 2px solid #000;
  align-self: center;
  align-items: center;
  height: 35px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.shop-button:hover {
  background-color: var(--medium-purple);
}

.shop-button.white {
  border-color: var(--medium-purple);
}

.successmessage {
  background-color: var(--light-salmon);
  color: var(--white);
}

.success-message {
  background-color: var(--medium-purple);
}

.corsive {
  font-style: italic;
}

.bold-paragraph {
  font-weight: 600;
}

.error-state-cart {
  background-color: #e64545;
}

.submit-button-2 {
  background-color: #44d89a;
  border-radius: 0;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: transform .4s ease-in-out;
}

.submit-button-2:hover {
  transform: translate(0, -5px);
}

.submit-button-2.no-margin {
  background-color: #0000;
  margin-top: 0;
  font-size: 18px;
}

.discounts {
  background-color: #0000;
  border-style: solid;
}

.field-label-2 {
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .horizontal-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .navbar {
    align-items: center;
    padding: 4em 4.5em;
    position: fixed;
    overflow: visible;
  }

  .navbar-line {
    top: auto;
  }

  .cart-button {
    z-index: 9999;
    position: static;
  }

  .logo-wrapper {
    overflow: hidden;
  }

  .hero-heading.blog.post {
    font-size: 1.9vw;
  }

  .hero-heading.author {
    font-size: 9vw;
  }

  .section-album.content-wrap {
    margin-left: 0;
    overflow: visible;
  }

  .content-block-wrapper, .content-block-wrapper._3 {
    width: 34em;
    height: 34em;
  }

  .horizontal-scrollable-section {
    margin-left: -20vw;
  }

  .horizontal-content {
    margin-left: 0;
  }

  .horizontal-div-wrapper {
    width: 100vw;
    position: sticky;
    overflow: hidden;
  }

  .overflow-mask-horizontal {
    margin-left: 0;
    padding-left: 0;
  }

  .fixed-image {
    z-index: 1;
    display: block;
  }

  .fixed-image.responsive {
    opacity: 1;
    display: block;
  }

  .parallax-section {
    z-index: 3;
    background-image: url('../images/parallax1.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .date-text {
    font-size: 18px;
  }

  .title {
    font-size: 55px;
  }

  .bio-heading {
    margin-top: 0;
    position: static;
    top: 0;
  }

  .bio-heading.absolute {
    z-index: 9;
    position: static;
    top: 1.1em;
  }

  .size-section {
    z-index: 2;
    background-image: linear-gradient(to top, #000, #000000ab 21%, #0000), url('../images/parallax2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: flex-start;
    padding-top: 29em;
    padding-left: 18em;
    padding-right: 18em;
    position: relative;
  }

  .orange-wrapper {
    height: 1000px;
    margin-top: 60px;
  }

  .intro-store {
    align-items: flex-end;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 14%;
    position: absolute;
  }

  .form-wrapper {
    padding-top: 35rem;
    padding-left: 19rem;
  }

  .form-block {
    flex-direction: column;
    display: flex;
  }

  .container-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-field {
    background-color: #0000;
    border: 1px #000;
    border-bottom-style: solid;
    padding-top: 0;
  }

  .field-label {
    margin-bottom: 0;
  }

  .wrapper-text-field {
    flex: 1;
  }

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

  .submit-button.border {
    border-color: var(--black-2);
  }

  .main-paragraph {
    text-align: center;
    width: 70%;
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
    font-size: 29px;
    line-height: 1.2;
  }

  .main-paragraph.footer {
    padding-top: 0;
  }

  .line-link-nav {
    color: var(--medium-purple);
  }

  .price {
    color: var(--medium-purple);
    margin-top: 20px;
  }

  .price.big {
    font-size: 75px;
  }

  .card-shop {
    width: 500px;
    height: 500px;
    position: relative;
  }

  .card-shop.auto {
    width: 700px;
    margin-left: 140px;
  }

  .card-shop.auto.collection-item-shop {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .horizontal-content-second {
    margin-left: 0;
    left: auto;
  }

  .content-block {
    opacity: 1;
    background-color: #ffb28585;
    position: absolute;
    inset: 0%;
  }

  .content-block.flex {
    justify-content: center;
  }

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

  .horizontal-shop.content-wrap.color {
    border-radius: 0%;
  }

  .horizontal-scrollable-section-second.auto {
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
  }

  .horizontal-div-wrapper-second {
    width: 400vw;
  }

  .footer {
    z-index: 3;
  }

  .bold-text {
    color: #ae81dc;
    font-family: MuseoModerno, sans-serif;
    font-weight: 400;
  }

  .body-bg {
    height: 300vh;
    inset: 0%;
  }

  .style-guide-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .colors {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .color {
    background-color: var(--medium-purple);
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .heading-style-guide {
    text-align: center;
  }

  .style-guide-heading {
    color: #8b8b8b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .color-two {
    background-color: var(--black-2);
    border: 1px solid #333;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .color-tree {
    background-color: #000;
    border: 1px solid #333;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .color-second {
    background-color: var(--white);
    border: 1px #990711;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .style-guide-container, .container-style-guide, .container-style-guide-second {
    color: #636363;
    background-color: #fff0;
    border: 1px #b9b9b9;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 45px;
    display: flex;
  }

  .licensing-container {
    background-color: #0000;
  }

  .licensing-section {
    background-color: var(--black-2);
  }

  .terms-container {
    background-color: #0000;
  }

  .changelog-section {
    background-image: url('../images/background.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .changelog-container {
    background-color: #0000;
  }

  .checkout-form {
    background-color: var(--black-2);
    font-family: MuseoModerno, sans-serif;
  }

  .container-image {
    height: 650px;
  }

  .image-top {
    background-position: 50% 20%;
    background-size: 800px;
    width: 80%;
  }

  .image-bottom {
    background-position: 40% 100%;
    background-size: 800px;
  }

  .card, .card.second, .card.third, .card.fourth, .card._3 {
    width: 12em;
  }

  .about-image {
    width: 100%;
  }

  .bio-section {
    z-index: 2;
    align-items: flex-start;
    height: auto;
    padding: 11% 18em 220px;
    position: relative;
  }

  .fixed-image-wrapper {
    background-image: url('../images/background_2.jpg');
    height: 80100%;
  }

  .wrapper-bio {
    position: static;
  }

  .wrapper-date._4 {
    top: -23%;
  }

  .block-content {
    background-color: #0000;
  }

  .wrapper-hero-image-blog {
    height: 600px;
  }

  .top-image {
    width: 550px;
    height: 450px;
  }

  .cart-wrapper {
    z-index: 99;
  }

  .cart-heading {
    font-size: 16px;
    font-weight: 700;
  }

  .price-cart {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
  }

  .link-cart {
    font-family: Nunito Sans, sans-serif;
    font-size: 12px;
    line-height: 1.2;
  }

  .text-cart {
    font-family: Nunito Sans, sans-serif;
  }

  .checkout-button {
    background-color: var(--medium-purple);
  }

  .cart-image {
    padding-bottom: 0;
  }

  .cart-container {
    justify-content: center;
  }

  .wrapper-image-product {
    background-size: 60%;
  }

  .wrapper-text-product {
    align-items: center;
  }

  .title-product {
    width: 80%;
  }

  .price-product {
    color: var(--medium-purple);
    width: 80%;
  }

  .paragraph-product {
    width: 80%;
  }

  .default-state {
    width: auto;
  }

  .add-to-cart {
    width: 80%;
  }

  .field-label-shop {
    font-family: MuseoModerno, sans-serif;
  }

  .section-detalis {
    justify-content: center;
    display: flex;
  }

  .grid-details {
    width: 80%;
  }

  .out-of-stock-state {
    text-align: center;
    background-color: #fff;
  }

  .out-of-stock-state-text {
    color: var(--black-2);
    font-family: Lato, sans-serif;
  }

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

  .error-message-second {
    font-family: Lato, sans-serif;
  }

  .hero-section-program {
    background-image: linear-gradient(#0000, #0000), url('../images/sfondo.png'), url('../images/sfondo.png');
    background-position: 0 0, 115% 100%, -20% -100%;
    background-size: auto, 30%, 40%;
  }

  .wrapper-hero-image-program {
    height: 700px;
  }

  .top-image-program {
    width: 550px;
    height: 450px;
  }

  .section-slider.second {
    background-image: url('../images/sfondo.png'), url('../images/sfondo.png');
    background-position: 110% 2%, -10% 2%;
    background-size: 20%, 20%;
  }

  .background-video._4 {
    width: 42vw;
  }

  .collection-list-program._3 {
    position: relative;
    right: -6%;
  }

  .program-slider {
    width: 100%;
  }

  .image-bg-program {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45vw;
    height: 500px;
  }

  .correlates-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 140px;
    display: flex;
  }

  .collection-list-product {
    grid-column-gap: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-product.merch {
    grid-column-gap: 15px;
  }

  .collection-list-blog-post {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-image-blog {
    align-items: baseline;
    bottom: 0;
  }

  .image-blog {
    overflow: visible;
  }

  .post-filter {
    background-color: #0009;
  }

  .heading-bio-author {
    margin-top: 100px;
  }

  .paragraphh-author {
    font-family: Nunito Sans, sans-serif;
    font-size: 24px;
    line-height: 1.2;
  }

  .script-section {
    margin-left: 0;
    overflow: hidden;
  }

  .heading {
    margin-left: 10px;
  }

  .section-song {
    background-size: auto, 50%;
  }

  .bold-text-video {
    text-transform: none;
    font-family: MuseoModerno, sans-serif;
    font-weight: 200;
  }

  .collection-list-wrapper-shop {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-checkout {
    color: var(--white);
  }

  .block-header {
    background-color: #0000;
  }

  .required-text, .line-item, .order-text {
    color: var(--white);
  }

  .shipping-method {
    background-color: #0000;
  }

  .billing-address-toggle {
    color: var(--white);
  }

  .field-label-checkout {
    color: var(--white);
    font-family: MuseoModerno, sans-serif;
  }

  .quantity-checkout, .text-checkout {
    color: var(--white);
  }

  .product-card-shop {
    width: 100%;
    height: 500px;
  }

  .collection-list-wrapper-featured-product {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .horizontal-section {
    z-index: 3;
    background-color: var(--black-2);
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .navbar {
    z-index: 999999;
    background-image: linear-gradient(#000000e8, #fff0);
    justify-content: space-between;
    padding: 20px 40px;
  }

  .navbar-line {
    display: none;
  }

  .nav-link {
    font-size: 20px;
    display: block;
  }

  .nav-link.light {
    letter-spacing: .5em;
    text-transform: uppercase;
    font-size: 20px;
  }

  .brand {
    margin-right: auto;
  }

  .brand.w--current {
    z-index: 90;
  }

  .nav-menu {
    background-color: var(--black-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .wrapper-cart {
    z-index: 90;
    margin-left: 20px;
    position: relative;
  }

  .logo-wrapper {
    align-items: stretch;
  }

  .logo-wrapper.first {
    height: auto;
    padding-top: 189px;
    padding-bottom: 0;
  }

  .logo-wrapper.hidden {
    height: auto;
    padding: 0 40px 40px;
  }

  .hero-heading {
    text-align: center;
    margin-top: 20px;
    font-size: 11vw;
  }

  .hero-heading._1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 11vw;
  }

  .hero-heading.blog.post {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
  }

  .section-album.content-wrap {
    display: none;
  }

  .fixed-image {
    z-index: 0;
    opacity: 1;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .fixed-image.responsive {
    z-index: 36;
    width: auto;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .parallax-section {
    z-index: 3;
    height: 800px;
  }

  .wrapper-text {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .title {
    font-size: 23px;
    line-height: 1;
  }

  .responsive-slider {
    z-index: 99;
    background-color: var(--black-2);
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    display: block;
  }

  .slider-mask {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .wrapper-slide-image {
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .slide-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-nav {
    display: none;
  }

  .right-arrow-slide {
    height: 50px;
    font-size: 20px;
    inset: 75px 25% auto auto;
  }

  .left-arrow-slide {
    height: 50px;
    margin-top: 0;
    font-size: 20px;
    top: 75px;
    left: 25%;
    right: auto;
  }

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

  .burger-line.white {
    width: 30px;
  }

  .navigation-left {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
    margin-left: 0;
  }

  .navigation-right {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .wrapper-menu-nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    padding-left: 40px;
    padding-right: 20px;
  }

  .bio-heading {
    font-size: 85px;
  }

  .bio-heading.home {
    top: 11%;
  }

  .size-section {
    height: auto;
    padding: 23.4em 0 0;
  }

  .orange-wrapper {
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-store {
    background-color: #ffb285;
    height: 600px;
    margin-top: 92px;
    position: static;
    top: -372px;
  }

  .overflow {
    background-color: var(--light-salmon);
    overflow: hidden;
  }

  .form-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 38rem .5rem 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
  }

  .line-link-nav, .line-link-nav.light {
    display: none;
  }

  .error-message {
    color: var(--white);
    background-color: #d85d5d;
    font-family: MuseoModerno, sans-serif;
  }

  .hero-section {
    z-index: 9999;
    background-color: var(--black-2);
    background-image: url('../images/HERO_1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
    position: relative;
  }

  .price {
    text-align: left;
    margin-bottom: 0;
    margin-right: auto;
    font-size: 14px;
  }

  .price.big {
    text-align: center;
    margin-left: auto;
  }

  .card-shop {
    flex-direction: column;
    height: auto;
    margin-bottom: 100px;
  }

  .horizontal-content-second {
    flex-direction: row;
    margin-left: 0;
  }

  .content-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    position: static;
  }

  .card-heading {
    color: var(--black-2);
    width: auto;
    margin-top: 0;
    margin-right: auto;
    font-size: 28px;
  }

  .card-heading.ig {
    margin-left: auto;
  }

  .horizontal-shop.content-wrap {
    z-index: 4;
    height: auto;
  }

  .horizontal-shop.content-wrap.color {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-scrollable-section-second {
    flex-direction: column;
    width: auto;
  }

  .horizontal-scrollable-section-second.auto {
    align-items: center;
    margin-right: 0;
  }

  .horizontal-div-wrapper-second {
    background-color: #0000;
    width: auto;
    height: auto;
  }

  .overflow-mask-second {
    display: flex;
  }

  .bg {
    z-index: 0;
  }

  .bg.orange {
    z-index: 1;
  }

  .instagram-section {
    z-index: 4;
  }

  .footer {
    z-index: 4;
    height: auto;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .footer-background {
    background-image: none;
    background-size: auto;
    top: 25vh;
  }

  .bold-text.big {
    margin-left: auto;
  }

  .body-bg {
    z-index: 0;
  }

  .grid-menu-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-details {
    margin-bottom: 40px;
  }

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

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

  .top-text.big.absolute {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

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

  .wrap-copyright {
    margin-right: auto;
  }

  .licensing-container {
    width: 80%;
  }

  .licensing-section {
    padding-top: 100px;
  }

  .privacy-heading {
    font-size: 30px;
  }

  .container-image {
    height: auto;
  }

  .image-top {
    background-position: 50% 0;
    background-size: cover;
    width: 90%;
    height: 50vh;
    margin-right: auto;
  }

  .image-bottom {
    background-size: cover;
    display: none;
  }

  .heading-wrapper.contact {
    top: auto;
    left: 13%;
  }

  .heading-wrapper.post {
    margin-top: 40px;
    position: static;
  }

  .wrapper-info-blog {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: static;
    top: 0;
  }

  .collection-item-blog {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 57px;
    padding-right: 57px;
  }

  .wrapper-info-blog-post {
    width: 100%;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .collection-list {
    grid-row-gap: 76px;
  }

  .hero-about {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .wrapper-hero-about-image {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    height: auto;
    padding-right: 20px;
  }

  .card {
    flex-direction: row;
    width: auto;
    height: 400px;
    top: 0;
    left: 0%;
    overflow: hidden;
  }

  .card.second {
    background-color: #0000;
    justify-content: flex-start;
    left: 0%;
  }

  .card.third {
    background-color: #0000;
    justify-content: flex-start;
    top: auto;
  }

  .card.fourth {
    background-color: #0000;
    top: auto;
  }

  .card._3, .card._1 {
    background-color: #0000;
  }

  .about-image {
    opacity: 1;
    width: 250px;
  }

  .bio-section {
    padding-top: 23%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-bio {
    width: 70%;
  }

  .wrapper-date {
    display: block;
    position: static;
  }

  .contact-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 220px;
  }

  .wrapper-image-contact {
    justify-content: flex-start;
    width: 60%;
    margin-left: 0;
    position: static;
  }

  .wrapper-text-contact {
    width: 80%;
    margin-top: 15%;
    padding-left: 40px;
    padding-right: 0;
    position: static;
  }

  .wrapper-image-contact-left {
    width: 15vw;
    position: relative;
  }

  .utility-page-content {
    width: 90%;
  }

  .hero-section-blog {
    height: auto;
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .wrapper-hero-image-blog {
    flex-direction: column;
  }

  .bottom-image {
    display: none;
  }

  .top-image {
    position: static;
  }

  .wrapper-content-blog {
    height: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-return.post {
    position: static;
  }

  .button {
    margin-top: 10px;
    padding-right: 0;
    font-size: 20px;
  }

  .search {
    display: none;
  }

  .search-input {
    border-bottom-style: solid;
    border-bottom-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-home {
    flex-direction: column;
    width: 100%;
  }

  .collection-list-home {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-product {
    height: auto;
  }

  .product-grid {
    grid-row-gap: 0px;
    grid-template-rows: 60vh auto;
    grid-template-columns: 1fr;
  }

  .wrapper-image-product {
    background-size: 60%;
  }

  .wrapper-text-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-detalis {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-details {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-dropdown {
    width: 100%;
  }

  .main-paragraph-second {
    width: 70%;
  }

  .main-paragraph-second.grid {
    width: auto;
  }

  .out-of-stock-state {
    color: var(--white);
    background-color: #0000;
    font-family: MuseoModerno, sans-serif;
  }

  .hero-section-program {
    background-image: url('../images/sfondo.png'), url('../images/sfondo.png');
    background-position: 130% 100%, -40% -10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40%, 45%;
  }

  .wrapper-hero-image-program {
    flex-direction: column;
  }

  .bottom-image-program {
    display: none;
  }

  .top-image-program {
    position: static;
  }

  .section-slider.second {
    background-size: 25%, 25%;
  }

  .slider-program {
    z-index: 99;
    background-color: var(--black-2);
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    display: block;
  }

  .slider-mask-program {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide-image-program {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-slide-image-program {
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .authors-heading {
    font-size: 100px;
  }

  .background-video._3, .background-video._4, .background-video._5 {
    width: 80%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-program-second {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    right: auto;
  }

  .collection-list-item {
    justify-content: center;
    display: flex;
  }

  .wrapper-text-program {
    width: 60%;
    inset: auto auto -13%;
  }

  .wrapper-text-program._2 {
    inset: auto auto -13%;
  }

  .wrapper-text-program._3 {
    width: 60%;
    inset: auto auto -13%;
  }

  .wrapper-text-program._4 {
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -13%;
  }

  .wrapper-text-program._5 {
    inset: auto auto -13%;
  }

  .collection-list-program {
    width: 100%;
    margin-right: 0;
  }

  .collection-list-program._4 {
    top: 0%;
  }

  .background-video-copy {
    width: 80%;
    height: 400px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .program-slider {
    grid-template-columns: 1fr;
    align-self: center;
    justify-items: center;
  }

  .program-heading._4, .heading-program {
    font-size: 22px;
  }

  .image-bg-program {
    width: 80%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-product {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-product.merch {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-blog-post {
    grid-row-gap: 84px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area-2";
  }

  .wrapper-image-blog {
    height: auto;
  }

  .filter-hero {
    height: 100%;
    position: static;
  }

  .wrapper-typo-hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-typo-hero.left {
    width: 90%;
  }

  .wrapper-description {
    width: 90%;
    margin-right: auto;
  }

  .wrapper-description.auto {
    margin-left: 0;
  }

  .lirics-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
    width: 90%;
  }

  .video-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: auto;
  }

  .background-video-author {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block {
    margin-left: 0;
  }

  .image-product {
    object-fit: cover;
    width: 90%;
    height: auto;
  }

  .product-card-shop {
    width: 100%;
    height: 700px;
  }

  .product-card-shop.home {
    max-width: 650px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-cart {
    margin-left: 20px;
  }

  .logo-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo-wrapper.first {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-heading, .hero-heading._1 {
    margin-top: 0;
    font-size: 10.5vw;
  }

  .hero-heading.author {
    font-size: 50px;
  }

  .slider-mask {
    width: 60%;
  }

  .right-arrow-slide {
    right: 17%;
  }

  .left-arrow-slide {
    left: 17%;
  }

  .menu-button {
    margin-left: auto;
  }

  .bio-heading {
    font-size: 70px;
  }

  .bio-heading.footer {
    padding-top: 0;
  }

  .bio-heading.auto {
    margin-top: 168px;
  }

  .intro-store {
    z-index: 23;
    background-color: var(--light-salmon);
    margin-top: 0;
  }

  .form-wrapper {
    padding-top: 35rem;
    padding-bottom: 0;
    top: -9%;
    bottom: 0%;
  }

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

  .wrapper-text-field.margin {
    z-index: 99;
    margin-left: 0;
    position: relative;
  }

  .submit-button.footer {
    margin-top: 20px;
    padding-top: 9px;
  }

  .submit-button._2.instagram {
    font-size: 30px;
  }

  .main-paragraph.footer {
    padding-top: 0;
  }

  .hero-section {
    height: 550px;
  }

  .card-shop {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .card-shop.auto.collection-item-shop {
    align-self: center;
    width: auto;
  }

  .horizontal-content-second {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
  }

  .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block.flex {
    flex-direction: column;
    align-items: center;
  }

  .horizontal-scrollable-section-second.auto {
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .horizontal-div-wrapper-second {
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .overflow-mask-second {
    justify-content: center;
  }

  .footer.about {
    padding-top: 0;
  }

  .footer-background {
    background-image: none;
  }

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

  .wrapper-form {
    width: 100%;
  }

  .grid-menu-footer {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
  }

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

  .top-text {
    align-self: flex-start;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .licensing-container {
    width: 80%;
  }

  .licensing {
    font-size: 7vw;
  }

  .checkout-form {
    padding-top: 100px;
  }

  .instagram-image {
    left: auto;
  }

  .wrapper-post {
    width: 100%;
    height: 400px;
  }

  .wrapper-hero-about-image {
    align-self: center;
    align-items: center;
  }

  .card {
    flex-direction: row-reverse;
    width: auto;
  }

  .card.second {
    background-color: #0000;
    flex-direction: row;
    width: auto;
    top: auto;
  }

  .card.third {
    background-color: #0000;
    flex-direction: row;
    left: auto;
  }

  .card.fourth {
    background-color: #0000;
    left: auto;
  }

  .card._3 {
    background-color: #0000;
    top: auto;
  }

  .card._1 {
    background-color: #0000;
  }

  .bio-section {
    height: auto;
    padding-bottom: 100px;
  }

  .fixed-image-wrapper {
    width: 100vw;
    height: 80%;
  }

  .hero-section-blog {
    height: auto;
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .wrapper-hero-image-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-image {
    width: 100%;
  }

  .heading-rich-text {
    font-size: 38px;
  }

  .search {
    display: none;
  }

  .collection-item-home {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-home {
    flex: 0 auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-image-product {
    background-size: 80%;
  }

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

  .main-paragraph-second, .main-paragraph-second.grid {
    width: auto;
  }

  .hero-section-program {
    background-image: url('../images/sfondo.png'), url('../images/sfondo.png');
  }

  .wrapper-hero-image-program {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-image-program {
    width: 100%;
  }

  .section-slider.second {
    background-position: 115% 3%, -15% 3%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-mask-program {
    width: 60%;
  }

  .background-video._3, .background-video._4, .background-video._5 {
    width: 100%;
  }

  .wrapper-text-program, .wrapper-text-program._2, .wrapper-text-program._3, .wrapper-text-program._4, .wrapper-text-program._5 {
    width: 80%;
  }

  .background-video-copy, .image-bg-program {
    width: 100%;
  }

  .collection-list-product {
    grid-row-gap: 88px;
  }

  .collection-list-product.merch {
    grid-template-columns: 1fr;
  }

  .hero-autors-page {
    height: auto;
  }

  .filter-hero {
    padding: 140px 40px;
  }

  .wrapper-typo-hero {
    width: 100%;
    padding-left: 0;
  }

  .wrapper-typo-hero.left {
    width: 100%;
  }

  .heading {
    font-size: 120px;
  }

  .section-song {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lirics-grid {
    width: 90%;
  }

  .video-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-card-shop {
    width: 100%;
    height: 550px;
  }

  .product-card-shop.home {
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .horizontal-section {
    z-index: 3;
  }

  .navbar {
    background-image: linear-gradient(#000000e8, #0000);
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    z-index: 99;
    padding-left: 0;
  }

  .logo-wrapper {
    padding-top: 220px;
    padding-bottom: 0;
  }

  .logo-wrapper.first {
    height: auto;
    padding: 220px 20px;
  }

  .logo-wrapper.hidden {
    display: none;
  }

  .hero-heading {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 40px;
  }

  .hero-heading._1 {
    margin-top: 0;
    font-size: 40px;
  }

  .hero-heading.blog {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 50px;
  }

  .hero-heading.blog.post {
    font-size: 40px;
    overflow: visible;
  }

  .section-album {
    margin-left: 0;
  }

  .content-block-wrapper {
    width: 75vw;
    height: 65vh;
    max-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .fixed-image.responsive {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .parallax-section {
    height: 550px;
  }

  .responsive-slider {
    z-index: 2;
  }

  .slider-mask {
    width: 90%;
  }

  .right-arrow-slide {
    width: 50px;
    top: 16%;
    right: 8%;
  }

  .left-arrow-slide {
    width: 50px;
    top: 16%;
    left: 8%;
  }

  .bio-heading {
    font-size: 65px;
  }

  .bio-heading.absolute {
    margin-bottom: 0;
    font-size: 60px;
  }

  .bio-heading.auto {
    font-size: 40px;
    display: none;
  }

  .bio-heading.home {
    font-size: 70px;
  }

  .size-section {
    padding-top: 0;
  }

  .orange-wrapper {
    height: auto;
    margin-top: auto;
  }

  .intro-store {
    height: auto;
    margin-top: 0%;
    padding-top: 140px;
    padding-bottom: 60px;
    display: none;
  }

  .form-wrapper {
    height: 1000px;
    padding-top: 20rem;
    position: absolute;
  }

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

  .text-field {
    background-color: #0000;
  }

  .submit-button.footer {
    white-space: pre-wrap;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }

  .submit-button._2.instagram {
    text-align: center;
    bottom: 0%;
    left: 20px;
    right: 20px;
  }

  .main-paragraph {
    width: auto;
    font-size: 25px;
  }

  .hero-section {
    z-index: 3;
    background-image: url('../images/HERO_1.jpg');
    height: 550px;
    padding-bottom: 0;
    position: relative;
  }

  .price {
    text-align: center;
    margin-right: 0;
  }

  .card-shop {
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .card-shop.auto.collection-item-shop {
    width: auto;
  }

  .horizontal-content-second {
    justify-content: center;
    left: auto;
  }

  .content-block {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    display: none;
    position: static;
    inset: 0%;
  }

  .card-heading {
    text-align: center;
    white-space: break-spaces;
    width: auto;
    margin-top: 10px;
    margin-right: 0;
  }

  .card-heading.ig, .horizontal-shop {
    margin-left: 0;
  }

  .horizontal-scrollable-section-second {
    width: 100%;
    margin-right: 0;
  }

  .horizontal-scrollable-section-second.auto {
    align-items: center;
    display: flex;
  }

  .instagram-section {
    margin-top: 100px;
    overflow: hidden;
  }

  .instagram-section.about {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .instagram-section.orange {
    margin-top: 0;
  }

  .gradient {
    height: 1000px;
  }

  .footer-background {
    background-image: none;
  }

  .footer-background.blog {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bold-text.big {
    margin-left: 0;
  }

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

  .grid-menu-footer {
    justify-items: start;
    width: 100%;
  }

  .wrapper-link-footer {
    text-align: left;
  }

  .list-footer {
    align-items: flex-start;
    margin-right: 9px;
  }

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

  .footer-details {
    padding-left: 20px;
  }

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

  .top-text.big.absolute {
    width: 100%;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    margin-top: 28%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

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

  .style-guide-container, .container-style-guide, .container-style-guide-second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing {
    font-size: 30px;
  }

  .section-licensing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link, .license-link {
    font-size: 16px;
  }

  .licensing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-container {
    padding: 25px;
  }

  .privacy-heading {
    font-size: 30px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .checkout-form {
    font-family: Nunito Sans, sans-serif;
  }

  .instagram-image {
    width: 200%;
    max-width: 200%;
  }

  .gradient-radius.about {
    padding-left: 20px;
  }

  .heading-wrapper {
    z-index: 9;
    top: 265.5px;
  }

  .heading-wrapper.contact {
    left: auto;
  }

  .heading-wrapper.post {
    margin-top: 21px;
  }

  .collection-item-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list {
    grid-row-gap: 50px;
  }

  .hero-about {
    align-items: stretch;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .wrapper-hero-about-image {
    justify-content: center;
    width: 80%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .card {
    width: 3.8em;
  }

  .card.second {
    flex-direction: column;
    justify-content: flex-end;
    height: 600px;
    margin-bottom: 60px;
    top: auto;
  }

  .card.third {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    top: auto;
  }

  .card.fourth {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 500px;
  }

  .card._3 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    position: static;
  }

  .card._1 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .about-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .bio-section {
    padding-top: 0%;
  }

  .fixed-image-wrapper {
    height: 90%;
    margin-top: 0;
    bottom: 0;
  }

  .wrapper-bio {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-date {
    padding-left: 0;
  }

  .wrapper-date._3 {
    position: static;
  }

  .contact-section {
    padding-top: 0;
  }

  .wrapper-image-contact {
    justify-content: center;
    width: 100%;
    height: 50vh;
  }

  .wrapper-text-contact {
    width: 100%;
    margin-top: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-image-contact-left {
    display: none;
  }

  .top-image {
    height: 300px;
  }

  .wrapper-content-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-rich-text {
    font-size: 28px;
  }

  .wrapper-return {
    z-index: 9;
    top: 265.5px;
  }

  .wrapper-return.post {
    margin-top: 21px;
  }

  .search {
    margin-left: auto;
  }

  .collection-item-home {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .collection-list-home {
    align-items: center;
    width: 100%;
  }

  .empty-state {
    background-color: #0000;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Lato, sans-serif;
    font-size: 30px;
  }

  .product-grid {
    grid-template-rows: auto auto;
    height: auto;
  }

  .wrapper-image-product {
    height: 450px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper-text-product {
    justify-content: center;
    height: auto;
    padding: 60px 20px;
  }

  .section-detalis {
    padding: 60px 20px;
  }

  .faq-dropdown {
    width: 100%;
  }

  .faq-dropdown.first {
    font-size: 12px;
  }

  .main-paragraph-second.grid {
    font-size: 18px;
  }

  .faq-text {
    font-size: 22px;
  }

  .dropdown-toggle-faq.faq, .dropdown-toggle-faq.faq.first {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-program {
    background-image: linear-gradient(#0000, #0000), url('../images/sfondo.png'), url('../images/sfondo.png');
    background-position: 0 0, -50% 20%, 400% 100%;
    background-size: auto, 60%, 90%;
  }

  .top-image-program {
    height: 300px;
  }

  .slider-program {
    z-index: 2;
    margin-top: 0;
  }

  .slider-mask-program {
    width: 90%;
  }

  .authors-heading {
    font-size: 50px;
  }

  .background-video._3, .background-video._4, .background-video._5 {
    height: 300px;
  }

  .wrapper-text-program, .wrapper-text-program._2, .wrapper-text-program._3, .wrapper-text-program._4, .wrapper-text-program._5 {
    width: 90%;
  }

  .background-video-copy {
    height: 300px;
  }

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

  .image-bg-program {
    height: 300px;
  }

  .empty-text {
    font-family: MuseoModerno, sans-serif;
  }

  .correlates-product {
    padding: 60px 20px;
  }

  .wrapper-image-blog {
    height: auto;
  }

  .post-heading {
    font-size: 50px;
  }

  .title-post {
    font-size: 18px;
  }

  .post-heading-second {
    font-size: 28px;
  }

  .card-blog-post {
    box-shadow: none;
    background-color: #0000;
    transition-property: none;
  }

  .wrapper-date-post {
    padding: 5px 40px 10px;
  }

  .hero-autors-page {
    height: auto;
  }

  .filter-hero {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .wrapper-description {
    width: 100%;
  }

  .heading {
    font-size: 80px;
  }

  .section-song {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lirics-grid {
    width: 100%;
  }

  .video-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-author {
    width: 100%;
  }

  .bold-text-video {
    font-size: 30px;
  }

  .required-text {
    font-family: Nunito Sans, sans-serif;
  }

  .order-text {
    align-self: auto;
  }

  .price-text {
    font-size: 15px;
  }

  .add-to-cart-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card-shop {
    width: 100%;
    height: 350px;
  }

  .product-card-shop.home {
    margin-bottom: 15px;
  }

  .option-text {
    font-family: Nunito Sans, sans-serif;
  }
}

#w-node-f40812f2-8362-1d35-c94c-c9393bf0378a-72a7fd59 {
  place-self: end;
}

#w-node-f40812f2-8362-1d35-c94c-c9393bf0378e-72a7fd59 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-f40812f2-8362-1d35-c94c-c9393bf03792-72a7fd59 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8e8-e8a9b8b2 {
  place-self: end;
}

#w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8ec-e8a9b8b2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8f0-e8a9b8b2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3240803c-6e4a-984b-f81c-641e43db906a-72a7fd5b, #w-node-_3240803c-6e4a-984b-f81c-641e43db9070-72a7fd5b, #w-node-_3240803c-6e4a-984b-f81c-641e43db9076-72a7fd5b, #w-node-_3240803c-6e4a-984b-f81c-641e43db907c-72a7fd5b {
  justify-self: start;
}

#w-node-_378d116d-22cb-0f95-ad52-768c10044aa2-72a7fd61 {
  justify-self: center;
}

#w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcd5-72a7fd67 {
  place-self: end;
}

#w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcd9-72a7fd67 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcdd-72a7fd67 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_7461115f-fa2d-be13-4b3c-68de7bd95110-72a7fd68 {
  place-self: end;
}

#w-node-_7461115f-fa2d-be13-4b3c-68de7bd95114-72a7fd68 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7461115f-fa2d-be13-4b3c-68de7bd95118-72a7fd68 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc04-72a7fd69 {
  place-self: end;
}

#w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc08-72a7fd69 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc0c-72a7fd69 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f63ebe48-b635-3167-b106-6c3285bd6b5e-72a7fd6b {
  align-self: start;
}

#w-node-_36acf420-6634-a046-7849-4ff41d3cc2de-72a7fd6b {
  place-self: end;
}

#w-node-a27e8961-6f16-c37a-1ebc-d5973114ee58-72a7fd6b {
  justify-self: end;
}

#w-node-da79250e-a068-c2d0-dbbf-65a367f1337c-72a7fd6b {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_3240803c-6e4a-984b-f81c-641e43db906a-72a7fd5b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto center;
  }

  #w-node-_3240803c-6e4a-984b-f81c-641e43db9070-72a7fd5b {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto center;
  }

  #w-node-_3240803c-6e4a-984b-f81c-641e43db9076-72a7fd5b {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto center;
  }

  #w-node-_3240803c-6e4a-984b-f81c-641e43db907c-72a7fd5b {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto center;
  }

  #w-node-da79250e-a068-c2d0-dbbf-65a367f1337c-72a7fd6b {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f40812f2-8362-1d35-c94c-c9393bf0378a-72a7fd59 {
    justify-self: start;
  }

  #w-node-f40812f2-8362-1d35-c94c-c9393bf03792-72a7fd59 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8e8-e8a9b8b2 {
    justify-self: start;
  }

  #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8f0-e8a9b8b2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcd5-72a7fd67 {
    justify-self: start;
  }

  #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcdd-72a7fd67 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_7461115f-fa2d-be13-4b3c-68de7bd95110-72a7fd68 {
    justify-self: start;
  }

  #w-node-_7461115f-fa2d-be13-4b3c-68de7bd95118-72a7fd68 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc04-72a7fd69 {
    justify-self: start;
  }

  #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc0c-72a7fd69 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c47ba9c0-897c-1f1b-d768-7c94e6547f65-72a7fd6b, #w-node-f63ebe48-b635-3167-b106-6c3285bd6b5e-72a7fd6b, #w-node-_36acf420-6634-a046-7849-4ff41d3cc2de-72a7fd6b, #w-node-a27e8961-6f16-c37a-1ebc-d5973114ee58-72a7fd6b {
    justify-self: center;
  }

  #w-node-da79250e-a068-c2d0-dbbf-65a367f1337c-72a7fd6b {
    grid-column-end: 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f40812f2-8362-1d35-c94c-c9393bf0378a-72a7fd59 {
    place-self: end start;
  }

  #w-node-f40812f2-8362-1d35-c94c-c9393bf0378e-72a7fd59 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f40812f2-8362-1d35-c94c-c9393bf03792-72a7fd59 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8e8-e8a9b8b2 {
    place-self: end start;
  }

  #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8ec-e8a9b8b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8f0-e8a9b8b2 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcd5-72a7fd67 {
    place-self: end start;
  }

  #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcd9-72a7fd67 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcdd-72a7fd67 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_7461115f-fa2d-be13-4b3c-68de7bd95110-72a7fd68 {
    place-self: end start;
  }

  #w-node-_7461115f-fa2d-be13-4b3c-68de7bd95114-72a7fd68 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7461115f-fa2d-be13-4b3c-68de7bd95118-72a7fd68 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc04-72a7fd69 {
    place-self: end start;
  }

  #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc08-72a7fd69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cc0c-72a7fd69 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f40812f2-8362-1d35-c94c-c9393bf03769-72a7fd59, #w-node-f40812f2-8362-1d35-c94c-c9393bf03778-72a7fd59, #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8c7-e8a9b8b2, #w-node-_87e7f3d6-c2eb-0265-ce39-d4f9e8a9b8d6-e8a9b8b2, #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcb4-72a7fd67, #w-node-_24d5b5d5-cf94-287e-851b-22d28e1ddcc3-72a7fd67, #w-node-_7461115f-fa2d-be13-4b3c-68de7bd950ef-72a7fd68, #w-node-_7461115f-fa2d-be13-4b3c-68de7bd950fe-72a7fd68, #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cbe3-72a7fd69, #w-node-_50d45d69-a6a8-d78b-a7e1-36aa4c52cbf2-72a7fd69 {
    justify-self: start;
  }
}


