@font-face {
  font-family: Afacad;
  src: url('../fonts/Afacad-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Afacad;
  src: url('../fonts/Afacad-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Afacad;
  src: url('../fonts/Afacad-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Afacad;
  src: url('../fonts/Afacad-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Cormorant;
  src: url('../fonts/Cormorant-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Cormorant;
  src: url('../fonts/Cormorant-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

:root {
  --_theme---bodybackground: #151515;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_theme---texts--primarytext: var(--foundation--primarylight);
  --_responsive---fontsize--main: 1.15rem;
  --_textstyle---lineheight: 1.3;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--main);
  --_textstyle---letterspacing: 0em;
  --_responsive---fontsize--h6: 1rem;
  --_theme---texts--secondarytext: var(--foundation--secondarylight);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  --_responsive---fontsize--p: 1.15rem;
  --_theme---backgrounds--secondarybackground: var(--foundation--secondarydark);
  --_theme---texts--tertiarytext: var(--foundation--tertiarylight);
  --_responsive---fontsize--h5: 1.5rem;
  --_theme---backgrounds--primarybackground: var(--foundation--primarydark);
  --_responsive---fontsize--small: .8rem;
  --_responsive---fontsize--x-small: .6rem;
  --_theme---border--lightalpha: #edffc633;
  --_theme---defaultbutton--border: var(--foundation--primarylight);
  --_theme---defaultbutton--background: var(--foundation--primarylight);
  --_theme---defaultbutton--text: var(--foundation--primarydark);
  --_responsive---fontsize--btn: 1.3rem;
  --_theme---defaultbutton--borderhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--backgroundhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--texthover: var(--foundation--secondarydark);
  --_theme---ghostbutton--border: var(--foundation--primarylight);
  --_theme---ghostbutton--background: transparent;
  --_theme---ghostbutton--text: var(--foundation--primarylight);
  --_theme---ghostbutton--borderhover: var(--foundation--secondarylight);
  --_theme---ghostbutton--backgroundhover: #3f443680;
  --_theme---ghostbutton--texthover: var(--foundation--secondarylight);
  --_theme---storebutton--border: var(--foundation--store);
  --_theme---storebutton--background: var(--foundation--store);
  --_theme---storebutton--text: var(--foundation--primarylight);
  --_theme---storebutton--borderhover: var(--foundation--store);
  --_theme---storebutton--backgroundhover: #0022e0;
  --_theme---storebutton--texthover: var(--foundation--secondarylight);
  --foundation--tertiarylight: #fff;
  --foundation--primarydark: #050505;
  --_theme---border--mediumalpha: #edffc680;
  --_theme---border--fullalpha: var(--foundation--primarylight);
  --_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>: 7.5em;
  --foundation--secondarylight: #fff;
  --foundation--brandcolor: #f10707;
  --_responsive---fontsize--h4: 2rem;
  --_theme---brandmenu--background: var(--foundation--brandcolor);
  --_theme---backgrounds--tertiarybackground: var(--foundation--tertitarydark);
  --_responsive---fontsize--h3: 2.5rem;
  --_responsive---fontsize--h1: 3.5rem;
  --foundation--secondarydark: #3f4436;
  --foundation--tertitarydark: #212713;
  --foundation--primarylight: #fff;
  --foundation--store: #0026ff;
  --_responsive---fontsize--h2: 3rem;
  --_theme---brandmenu--primarytext: var(--foundation--primarylight);
  --_theme---brandmenu--secondarytext: var(--foundation--primarydark);
  --_theme---brandmenu--border: #05050533;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
  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 {
  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;
  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;
  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;
  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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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;
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.w-commerce-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--_theme---bodybackground);
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--main);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
}

h1 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h1);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h2);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h3);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--h6);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h6);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  letter-spacing: var(--_textstyle---letterspacing);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.2;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--p);
  --_textstyle---letterspacing: 0em;
  margin-bottom: 1rem;
}

a {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--secondarytext);
  text-decoration: underline;
}

a:hover {
  color: var(--_theme---texts--secondarytext);
  text-decoration: none;
}

ul, ol {
  color: var(--_theme---texts--secondarytext);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.2;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--p);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  font-weight: var(--_textstyle---fontweight);
}

form {
  color: var(--_theme---texts--primarytext);
}

label {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--p);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  background-color: var(--_theme---backgrounds--secondarybackground);
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  font-size: var(--_responsive---fontsize--h5);
  line-height: var(--_textstyle---lineheight);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  border-left: 5px #e2e2e2;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-style: italic;
}

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

.size-small {
  font-size: var(--_responsive---fontsize--small);
}

.size-x-small {
  font-size: var(--_responsive---fontsize--x-small);
}

.italic {
  font-style: italic;
}

.all-caps {
  text-transform: uppercase;
}

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

.cap-every-words {
  text-transform: capitalize;
}

.container {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.container.about-home2 {
  border-top: 1px solid var(--_theme---border--lightalpha);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.button-default {
  border: 1px solid var(--_theme---defaultbutton--border);
  background-color: var(--_theme---defaultbutton--background);
  font-family: var(--_typography---fonttype);
  color: var(--_theme---defaultbutton--text);
  font-size: var(--_responsive---fontsize--btn);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  border-radius: 5px;
  align-self: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: background-color .2s;
}

.button-default:hover {
  border-color: var(--_theme---defaultbutton--borderhover);
  background-color: var(--_theme---defaultbutton--backgroundhover);
  color: var(--_theme---defaultbutton--texthover);
}

.button-ghost {
  border: 1px solid var(--_theme---ghostbutton--border);
  background-color: var(--_theme---ghostbutton--background);
  color: var(--_theme---ghostbutton--text);
  font-size: var(--_responsive---fontsize--btn);
  text-align: center;
  border-radius: 5px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: background-color .2s;
}

.button-ghost:hover {
  border-color: var(--_theme---ghostbutton--borderhover);
  background-color: var(--_theme---ghostbutton--backgroundhover);
  color: var(--_theme---ghostbutton--texthover);
}

.button-store {
  border: 1px solid var(--_theme---storebutton--border);
  background-color: var(--_theme---storebutton--background);
  color: var(--_theme---storebutton--text);
  font-size: var(--_responsive---fontsize--btn);
  text-align: center;
  -webkit-text-stroke-color: var(--_theme---storebutton--text);
  border-radius: 5px;
  align-self: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: background-color .2s;
}

.button-store:hover {
  border-color: var(--_theme---storebutton--borderhover);
  background-color: var(--_theme---storebutton--backgroundhover);
  color: var(--_theme---storebutton--texthover);
  -webkit-text-stroke-color: var(--_theme---storebutton--texthover);
}

.button-store.product {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.tag-style {
  background-color: var(--foundation--tertiarylight);
  color: var(--foundation--primarydark);
  border-radius: 126px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .3rem 1rem .4rem;
  display: flex;
}

.style-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 4rem;
  display: flex;
}

.h-style-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-heading {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h1);
  --_textstyle---letterspacing: 0em;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
}

.style-heading-wrap {
  border-bottom: 1px solid var(--_theme---border--lightalpha);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.style-section {
  padding-bottom: 2rem;
}

.text-field {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
  color: var(--_theme---texts--primarytext);
  border-radius: 5px;
  font-size: 16px;
}

.text-field:hover, .text-field:active {
  border-color: var(--_theme---border--mediumalpha);
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: var(--_theme---border--fullalpha);
}

.text-field::placeholder {
  color: var(--_theme---texts--tertiarytext);
}

.check-box {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  border-radius: 0;
  width: 15px;
  height: 15px;
  padding: 5px;
}

.check-box:hover, .check-box:active {
  border-color: var(--_theme---border--mediumalpha);
}

.check-box:focus {
  border-color: var(--_theme---border--fullalpha);
}

.check-box.w--redirected-checked {
  border-color: var(--_theme---border--fullalpha);
  background-color: var(--_theme---backgrounds--secondarybackground);
}

.check-box.w--redirected-focus {
  background-color: var(--_theme---backgrounds--primarybackground);
}

.check-radio-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.radio-button {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.radio-button:hover {
  border-color: var(--_theme---border--mediumalpha);
}

.radio-button.w--redirected-checked {
  border-color: var(--_theme---border--fullalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #c51c1c;
  border-radius: 5px;
}

.rich-text h1 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1.6rem;
  line-height: 1.6;
}

.rich-text h2 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1.5rem;
  line-height: 1.5;
}

.rich-text h3 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1.4rem;
  line-height: 1.4;
}

.rich-text h4 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1.3rem;
  line-height: 1.3;
}

.rich-text h5 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1.15rem;
  line-height: 1.3;
}

.rich-text h6 {
  color: var(--_theme---texts--secondarytext);
  font-size: 1rem;
  line-height: 1.3;
}

.rich-text p {
  color: var(--_theme---texts--secondarytext);
}

.rich-text.single-post {
  width: 80%;
  color: var(--_theme---texts--secondarytext);
}

.rich-text.update-post {
  width: 100%;
  color: var(--_theme---texts--secondarytext);
}

.stream-link {
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: relative;
}

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

.stream-link.single {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  height: 52px;
  text-decoration: underline;
  display: block;
}

.secondary-font {
  font-family: var(--_typography---fonttype);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
}

.size-h1 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h1);
  --_textstyle---letterspacing: 0em;
}

.size-h2 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h2);
  --_textstyle---letterspacing: 0em;
}

.size-h3 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h3);
  --_textstyle---letterspacing: 0em;
}

.size-h4 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  text-decoration: none;
}

.size-h5 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
}

.size-h6 {
  font-family: var(--_textstyle---fontfamily);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h6);
  --_textstyle---letterspacing: 0em;
}

.color-swatch {
  border: 1px solid var(--_theme---border--lightalpha);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  border-radius: 5px;
  flex: 1;
  overflow: hidden;
}

.swatch-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.color-variable {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.social-h-flex-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  filter: grayscale();
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.single-social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: #3f443666;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-social-bg-text {
  opacity: .13;
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>);
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}

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

.utility-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 460px;
  display: flex;
}

.utility-page-content._404-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

.post-single-title {
  color: var(--_theme---texts--primarytext);
  font-size: 5vw;
}

.post-single-title.update {
  text-align: center;
}

.post-summary {
  color: var(--_theme---texts--tertiarytext);
}

.release-single-detail-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_theme---border--lightalpha);
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: static;
}

.release-details-list-wrapper {
  width: 100%;
}

.release-image-wrapper {
  position: sticky;
  top: 0;
}

.button-buy-tickets {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--secondarybackground);
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--main);
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  border-radius: 5px;
  align-self: flex-start;
  padding: .5rem 1rem;
  line-height: 1;
  transition: background-color .2s;
}

.button-buy-tickets:hover {
  border-color: var(--_theme---defaultbutton--borderhover);
  background-color: var(--_theme---defaultbutton--backgroundhover);
  color: var(--_theme---defaultbutton--texthover);
}

.link-icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.checkout-form {
  background-color: var(--_theme---bodybackground);
}

.checkout-info {
  color: var(--_theme---texts--secondarytext);
}

.block-header {
  border-color: var(--_theme---border--mediumalpha);
  background-color: var(--_theme---backgrounds--secondarybackground);
  border-bottom-width: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.block-content {
  border: 1px solid var(--_theme---border--mediumalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.webpayments {
  position: relative;
}

.checkout-heading {
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
}

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

.ordertitle, .order-pricing, .item-title {
  color: var(--_theme---texts--primarytext);
}

.order-info {
  color: var(--_theme---texts--secondarytext);
}

.required {
  color: var(--_theme---texts--primarytext);
  position: static;
}

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

.protected-title {
  color: var(--_theme---texts--primarytext);
  text-transform: uppercase;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h1);
  --_textstyle---letterspacing: 0em;
}

.shipping-method {
  border-right-style: none;
  border-bottom-color: var(--_theme---border--lightalpha);
  background-color: #0000;
  border-left-style: none;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.two-col-product-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  margin-top: 13rem;
  padding-top: 1rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.image-single-product {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.more-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.product-info-wrapper {
  width: 50%;
  font-size: var(--_textstyle---fontsize);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.product-top-infos {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_theme---backgrounds--primarybackground);
  flex-flow: column;
  width: 100%;
  margin-top: 13rem;
  padding-top: 1rem;
  padding-left: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.product-short-description {
  color: var(--_theme---texts--tertiarytext);
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
}

.product-full-description {
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.2;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--p);
  --_textstyle---letterspacing: 0em;
}

.add-to-cart {
  flex: 1;
  width: 100%;
  position: relative;
}

.select-field {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
  color: var(--_theme---texts--primarytext);
  border-radius: 5px;
  font-size: 16px;
}

.select-field:hover, .select-field:active {
  border-color: var(--_theme---border--mediumalpha);
}

.select-field:focus {
  border-color: var(--_theme---border--fullalpha);
}

.select-field::placeholder {
  color: var(--_theme---texts--tertiarytext);
}

.out-of-stock {
  background-color: #db4545;
  border-radius: 5px;
  position: relative;
}

.error-state {
  background-color: #db4545;
  margin-top: 0;
  position: absolute;
  inset: -30% 0% auto;
}

.price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.single-product-price {
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
}

.compare-at-price {
  color: var(--_theme---texts--tertiarytext);
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  text-decoration: line-through;
}

.default-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.product-more-infos {
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-image-product {
  object-fit: fill;
  position: relative;
}

.sale-tag {
  background-color: var(--foundation--secondarylight);
  color: var(--foundation--brandcolor);
  border-radius: 5px;
  align-self: flex-start;
  padding: .1rem .5rem;
  position: relative;
}

.product-group-button {
  border-color: var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 65px;
  color: var(--_theme---texts--tertiarytext);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  align-self: stretch;
}

.product-group-button.w--ecommerce-pill-selected {
  border-color: var(--_theme---border--mediumalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  color: var(--_theme---texts--primarytext);
}

.product-group-button.w--ecommerce-pill-disabled {
  border-color: var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
}

.cart-header {
  border-bottom-color: var(--_theme---border--lightalpha);
}

.cart-container {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
}

.cart-list {
  border-bottom: 1px solid var(--_theme---border--lightalpha);
}

.cart-footer {
  border-top-style: none;
  border-top-color: var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
}

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

.product-list.cross-selling {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-list-item {
  padding-bottom: 2.5rem;
}

.product-list-image-wrap {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.product-list-infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: .8rem;
  display: flex;
}

.product-list-price {
  color: var(--_theme---texts--secondarytext);
}

.product-list-compare-price {
  color: var(--_theme---texts--tertiarytext);
  text-decoration: line-through;
}

.product-list-sale-tag {
  background-color: var(--foundation--secondarylight);
  color: var(--foundation--brandcolor);
  border-radius: 5px;
  align-self: flex-start;
  padding: .1rem .5rem;
  display: block;
  position: relative;
}

.product-list-item-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0%;
}

._404 {
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  flex: 0 auto;
  font-size: 17vw;
  line-height: 1;
  overflow: visible;
}

.instructions-grid-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.instruction {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.instruction-visual {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1e1e1e;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.navbar {
  z-index: 0;
  width: 310px;
  color: var(--_theme---texts--primarytext);
  --_theme---bodybackground: #151515;
  --_theme---texts--primarytext: var(--foundation--primarylight);
  --_theme---texts--secondarytext: var(--foundation--secondarylight);
  --_theme---backgrounds--secondarybackground: var(--foundation--secondarydark);
  --_theme---texts--tertiarytext: var(--foundation--tertiarylight);
  --_theme---backgrounds--primarybackground: var(--foundation--primarydark);
  --_theme---border--lightalpha: #edffc633;
  --_theme---defaultbutton--border: var(--foundation--primarylight);
  --_theme---defaultbutton--background: var(--foundation--primarylight);
  --_theme---defaultbutton--text: var(--foundation--primarydark);
  --_theme---defaultbutton--borderhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--backgroundhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--texthover: var(--foundation--secondarydark);
  --_theme---ghostbutton--border: var(--foundation--primarylight);
  --_theme---ghostbutton--background: transparent;
  --_theme---ghostbutton--text: var(--foundation--primarylight);
  --_theme---ghostbutton--borderhover: var(--foundation--secondarylight);
  --_theme---ghostbutton--backgroundhover: #3f443680;
  --_theme---ghostbutton--texthover: var(--foundation--secondarylight);
  --_theme---storebutton--border: var(--foundation--store);
  --_theme---storebutton--background: var(--foundation--store);
  --_theme---storebutton--text: var(--foundation--primarylight);
  --_theme---storebutton--borderhover: var(--foundation--store);
  --_theme---storebutton--backgroundhover: #0022e0;
  --_theme---storebutton--texthover: var(--foundation--secondarylight);
  --_theme---border--mediumalpha: #edffc680;
  --_theme---border--fullalpha: var(--foundation--primarylight);
  --_theme---brandmenu--background: var(--foundation--brandcolor);
  --_theme---backgrounds--tertiarybackground: var(--foundation--tertitarydark);
  --_theme---brandmenu--primarytext: var(--foundation--primarylight);
  --_theme---brandmenu--secondarytext: var(--foundation--primarydark);
  --_theme---brandmenu--border: #05050533;
  background-color: #0000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  position: relative;
}

.nav-link-text {
  width: 100%;
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--h5);
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.nav-menu {
  background-color: var(--_theme---backgrounds--primarybackground);
  --_theme---bodybackground: #151515;
  --_theme---texts--primarytext: var(--foundation--primarylight);
  --_theme---texts--secondarytext: var(--foundation--secondarylight);
  --_theme---backgrounds--secondarybackground: var(--foundation--secondarydark);
  --_theme---texts--tertiarytext: var(--foundation--tertiarylight);
  --_theme---backgrounds--primarybackground: var(--foundation--primarydark);
  --_theme---border--lightalpha: #edffc633;
  --_theme---defaultbutton--border: var(--foundation--primarylight);
  --_theme---defaultbutton--background: var(--foundation--primarylight);
  --_theme---defaultbutton--text: var(--foundation--primarydark);
  --_theme---defaultbutton--borderhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--backgroundhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--texthover: var(--foundation--secondarydark);
  --_theme---ghostbutton--border: var(--foundation--primarylight);
  --_theme---ghostbutton--background: transparent;
  --_theme---ghostbutton--text: var(--foundation--primarylight);
  --_theme---ghostbutton--borderhover: var(--foundation--secondarylight);
  --_theme---ghostbutton--backgroundhover: #3f443680;
  --_theme---ghostbutton--texthover: var(--foundation--secondarylight);
  --_theme---storebutton--border: var(--foundation--store);
  --_theme---storebutton--background: var(--foundation--store);
  --_theme---storebutton--text: var(--foundation--primarylight);
  --_theme---storebutton--borderhover: var(--foundation--store);
  --_theme---storebutton--backgroundhover: #0022e0;
  --_theme---storebutton--texthover: var(--foundation--secondarylight);
  --_theme---border--mediumalpha: #edffc680;
  --_theme---border--fullalpha: var(--foundation--primarylight);
  --_theme---brandmenu--background: var(--foundation--brandcolor);
  --_theme---backgrounds--tertiarybackground: var(--foundation--tertitarydark);
  --_theme---brandmenu--primarytext: var(--foundation--primarylight);
  --_theme---brandmenu--secondarytext: var(--foundation--primarydark);
  --_theme---brandmenu--border: #05050533;
  border-radius: 5px;
  width: 310px;
  padding: 1rem;
}

.brand {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 200px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.brand.w--current {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.nav-wrapper {
  background-color: var(--_theme---texts--primarytext);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 310px;
  height: 100px;
  margin-bottom: 10px;
  padding: 16px;
  display: flex;
  position: relative;
}

.top-nav {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.updates-wrapper {
  text-align: right;
  width: 100%;
}

.freshly-cooked-title {
  --_theme---bodybackground: #151515;
  --_theme---texts--primarytext: var(--foundation--primarylight);
  --_theme---texts--secondarytext: var(--foundation--secondarylight);
  --_theme---backgrounds--secondarybackground: var(--foundation--secondarydark);
  --_theme---texts--tertiarytext: var(--foundation--tertiarylight);
  --_theme---backgrounds--primarybackground: var(--foundation--primarydark);
  --_theme---border--lightalpha: #edffc633;
  --_theme---defaultbutton--border: var(--foundation--primarylight);
  --_theme---defaultbutton--background: var(--foundation--primarylight);
  --_theme---defaultbutton--text: var(--foundation--primarydark);
  --_theme---defaultbutton--borderhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--backgroundhover: var(--foundation--secondarylight);
  --_theme---defaultbutton--texthover: var(--foundation--secondarydark);
  --_theme---ghostbutton--border: var(--foundation--primarylight);
  --_theme---ghostbutton--background: transparent;
  --_theme---ghostbutton--text: var(--foundation--primarylight);
  --_theme---ghostbutton--borderhover: var(--foundation--secondarylight);
  --_theme---ghostbutton--backgroundhover: #3f443680;
  --_theme---ghostbutton--texthover: var(--foundation--secondarylight);
  --_theme---storebutton--border: var(--foundation--store);
  --_theme---storebutton--background: var(--foundation--store);
  --_theme---storebutton--text: var(--foundation--primarylight);
  --_theme---storebutton--borderhover: var(--foundation--store);
  --_theme---storebutton--backgroundhover: #0022e0;
  --_theme---storebutton--texthover: var(--foundation--secondarylight);
  --_theme---border--mediumalpha: #edffc680;
  --_theme---border--fullalpha: var(--foundation--primarylight);
  --_theme---brandmenu--background: var(--foundation--brandcolor);
  --_theme---backgrounds--tertiarybackground: var(--foundation--tertitarydark);
  --_theme---brandmenu--primarytext: var(--foundation--primarylight);
  --_theme---brandmenu--secondarytext: var(--foundation--primarydark);
  --_theme---brandmenu--border: #05050533;
}

.updates-nav-title {
  color: var(--foundation--primarydark);
  font-size: var(--_responsive---fontsize--p);
  text-transform: uppercase;
}

.bold-text {
  font-size: var(--_responsive---fontsize--h6);
}

.updates-marquee {
  width: 100%;
  position: relative;
  overflow: clip;
}

.marquee-text {
  box-sizing: content-box;
  width: 100%;
  color: var(--_theme---backgrounds--primarybackground);
  text-transform: uppercase;
  flex: 0 auto;
  font-size: .9rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.marquee-text:hover {
  color: var(--_theme---texts--secondarytext);
}

.updates-marquee-text-wrapper {
  box-sizing: border-box;
  width: 100%;
  color: var(--_theme---backgrounds--primarybackground);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.menu-social {
  justify-content: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.marquee-link {
  box-sizing: content-box;
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-link-wrapper {
  border-bottom: 1px solid #05050533;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-link-text-roll {
  width: 100%;
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_responsive---fontsize--h5);
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .4s;
  position: absolute;
}

.burger-line-top {
  background-color: var(--foundation--primarydark);
  width: 29px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.burger-line-bottom {
  background-color: var(--foundation--primarydark);
  width: 29px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.burger-line-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 37px;
  height: 10px;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 5000;
  width: 350px;
  height: 220px;
  display: block;
  position: fixed;
}

.hero-1 {
  z-index: 12;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 100vw;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

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

.hero1-heading {
  letter-spacing: -.8vw;
  text-transform: uppercase;
  font-size: 10vw;
  line-height: .8;
  position: relative;
}

.hero-content-wrapper {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 4svh;
}

.hero-content-wrapper.header-logo {
  inset: 4svh 0% auto;
}

.hero1-heading-wrapper {
  position: relative;
  overflow: hidden;
}

.hero1-link-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-listen-now {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--secondarytext);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  align-self: stretch;
  padding-top: 2px;
  padding-right: .5rem;
  font-size: 1.5rem;
  font-style: italic;
  line-height: .9;
}

.hero1-stream-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--p);
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  padding-top: .2rem;
  padding-left: .2rem;
  padding-right: .2rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.hero1-stream-link-text {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_responsive---fontsize--p);
  text-transform: uppercase;
  flex: 0 auto;
  line-height: 1rem;
  text-decoration: none;
}

.hero1-stream-link-text.no-ul {
  text-decoration: none;
}

.cart-wrapper {
  z-index: 5003;
  display: block;
  position: fixed;
  inset: 1rem 1.5rem auto auto;
}

.hero1-stream-line {
  background-color: var(--_theme---texts--primarytext);
  width: 100%;
  height: 1px;
}

.hero1-slash-separator {
  opacity: .3;
}

.links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.links-wrapper.mobile-only {
  display: none;
}

.frames-lines-wrapper {
  z-index: 500;
  pointer-events: none;
  flex-flow: column;
  display: none;
  position: absolute;
  inset: 0%;
}

.line-moving {
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 100%;
  height: 5%;
  padding-bottom: 0;
  position: relative;
  left: 0;
}

.discography-1 {
  z-index: 10;
  background-color: var(--_theme---bodybackground);
  position: relative;
}

.main {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--primarytext);
  font-size: var(--_responsive---fontsize--main);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  position: relative;
}

.gradient-mask {
  z-index: 1;
  background-image: linear-gradient(#0000, #00000082);
  height: 100svh;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-desktop {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image-mobile {
  z-index: 0;
  display: none;
  position: relative;
}

.section-title-wrapper {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrapper.centered {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.section-title-wrapper.centered.live-show {
  z-index: 14;
  width: auto;
  margin-bottom: 7.5rem;
  padding-right: 1rem;
  overflow: hidden;
}

.section-title-wrapper.centered.about-home2 {
  align-items: flex-start;
}

.section-heading {
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: block;
}

.section-heading.all-caps {
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  justify-content: flex-end;
  line-height: 1;
  display: block;
}

.section-heading.all-caps.centered {
  text-align: center;
}

.section-heading.all-caps.centered.size-h3 {
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h3);
  --_textstyle---letterspacing: 0em;
}

.section-heading.all-caps.left {
  align-self: flex-start;
}

.section-sub-heading {
  font-family: var(--_typography---fonttype);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: block;
}

.section-sub-heading.italic {
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  align-self: flex-end;
}

.section-sub-heading.italic.centered {
  text-align: center;
  align-self: center;
}

.section-sub-heading.italic.left {
  align-self: flex-start;
}

.discography1-title {
  font-family: var(--_typography---fonttype);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  position: relative;
}

.discography1-title.all-caps {
  color: var(--_theme---texts--primarytext);
  align-self: flex-end;
  font-size: 4.5vw;
  text-decoration: none;
}

.album-cover {
  border: 1px solid var(--_theme---border--lightalpha);
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.album-infos {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.album-infos.home {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.album-img {
  position: relative;
}

.discography-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_theme---texts--tertiarytext);
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discography-link-wrapper.algn-right {
  justify-content: flex-end;
  align-self: flex-end;
}

.discography-link-wrapper.align-left {
  align-self: flex-start;
}

.discography1-page-list {
  grid-column-gap: 9rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.container-discography {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_theme---backgrounds--primarybackground);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.live-shows {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.link-block {
  color: var(--_theme---texts--primarytext);
  text-decoration: none;
}

.live-shows-background {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.live-show-image {
  object-fit: cover;
  width: 100%;
  max-width: 115%;
  height: 115%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.live-content {
  z-index: 2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.container-liveshows {
  background-color: var(--_theme---backgrounds--primarybackground);
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-liveshows.alt {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20rem;
  display: flex;
}

.post-item {
  z-index: 1;
  border-style: none;
  border-width: 1px;
  border-color: black black var(--_theme---border--lightalpha);
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.post-item.single-post-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.post-infos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-post-home1 {
  color: var(--_theme---texts--secondarytext);
  text-align: left;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.3;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--main);
  --_textstyle---letterspacing: 0em;
  margin-top: -5px;
  font-size: 3rem;
  line-height: 1.2;
}

.heading-post-home1.single-post-list {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.heading-post-home1.alt {
  font-size: 4vw;
}

.post-infos-text {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  font-size: var(--_textstyle---fontsize);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  font-style: italic;
}

.post-infos-text.single-post-list {
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h6);
  --_textstyle---letterspacing: 0em;
  line-height: 1;
}

.infos--text-separator {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  line-height: 1.9;
}

.infos--text-separator.single-post-list {
  font-size: var(--_responsive---fontsize--h6);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h6);
  --_textstyle---letterspacing: 0em;
  line-height: 1.2;
}

.post-link {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.post-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.8;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-post-home1-roll {
  color: var(--_theme---texts--primarytext);
  text-align: center;
  --_typography---fonttype: bebas-neue-pro, sans-serif;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.3;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--main);
  --_textstyle---letterspacing: 0em;
  font-size: 3vw;
  line-height: 1.2;
  position: absolute;
}

.heading-post-home1-roll.single-post-list {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.heading-post-home1-roll.alt {
  font-size: 4vw;
}

.merch {
  z-index: 10;
  position: relative;
}

.merch-background {
  z-index: 0;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.container-merch {
  height: 140vh;
  position: relative;
  overflow: hidden;
}

.content-merch {
  z-index: 1;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-merch {
  font-family: var(--_typography---fonttype);
  letter-spacing: -1vw;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 20vw;
  line-height: .9;
}

.footer-top-content {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.logo-footer {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.footer-navigation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-right: 20%;
  display: flex;
}

.footer-nav {
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  line-height: var(--_textstyle---lineheight);
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-nav.sign-up {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-nav.sign-up.is--hidden {
  display: none;
}

.footer-nav-text {
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  text-align: left;
  text-transform: uppercase;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  line-height: .8;
  text-decoration: none;
  position: relative;
}

.footer-nav-text-roll {
  color: var(--_theme---texts--primarytext);
  font-size: var(--_textstyle---fontsize);
  text-align: center;
  text-transform: uppercase;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  line-height: .8;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.primary-links-footer {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.footer-separator {
  font-size: var(--_responsive---fontsize--h4);
  flex: 0 auto;
  align-self: center;
  position: relative;
  overflow: visible;
}

.slash {
  width: 100%;
  height: 100%;
  color: var(--_theme---texts--primarytext);
  text-transform: uppercase;
  white-space: nowrap;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
  font-size: 1.9rem;
  line-height: .8;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-secondary-links {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.footer-secondary-link {
  color: var(--_theme---texts--primarytext);
  text-decoration: none;
}

.footer-secondary-link:hover {
  text-decoration: underline;
}

.footer-bottom-infos {
  justify-content: space-between;
  align-items: baseline;
  padding-top: 5rem;
  display: flex;
}

.footer {
  z-index: 20;
  border-top: 1px none var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  position: relative;
}

.footer-p-infos {
  max-width: 70%;
  color: var(--_theme---texts--primarytext);
  font-size: 1rem;
}

.page-header {
  justify-content: flex-end;
  align-items: flex-end;
  height: 230px;
  padding-bottom: 1.5rem;
  display: flex;
}

.page-header.checkout {
  background-color: var(--_theme---bodybackground);
}

.page-title {
  font-size: 5.2rem;
  line-height: var(--_textstyle---lineheight);
  text-align: right;
  letter-spacing: -.3rem;
  text-transform: uppercase;
  font-weight: 400;
}

.page-title.confirmation {
  text-align: center;
}

.merch-category-link {
  font-family: var(--_textstyle---fontfamily);
  color: var(--_theme---texts--secondarytext);
  font-size: var(--_responsive---fontsize--main);
  line-height: var(--_textstyle---lineheight);
  font-weight: var(--_textstyle---fontweight);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.merch-category-link:hover {
  text-decoration: underline;
}

.merch-category-link.w--current {
  text-transform: uppercase;
  text-decoration: underline;
}

.merch-category-link.current {
  text-decoration: underline;
}

.category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.category-separator {
  width: 1rem;
  display: inline-block;
  position: relative;
}

.category-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.product-list-title {
  font-size: var(--_textstyle---fontsize);
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
}

.view {
  z-index: 9;
  background-color: #151515e6;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-text {
  text-transform: uppercase;
  font-size: 1.1em;
}

.back-button {
  z-index: 10;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.back-button:hover {
  text-decoration: none;
}

.bottom-cart {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.back-button-text:hover {
  text-decoration: none;
}

.cross-selling-header {
  border-bottom: 1px solid var(--_theme---border--lightalpha);
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cart-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border--lightalpha);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border--lightalpha);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border--lightalpha);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
  border-radius: 100px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-property: border-color;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: block;
  overflow: visible;
}

.cart-button:hover {
  border-color: var(--_theme---border--mediumalpha);
}

.cart-qty {
  background-color: var(--_theme---brandmenu--background);
  min-width: 27px;
  height: 27px;
  color: var(--_theme---texts--primarytext);
  border-radius: 20px;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
}

.close-button {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.back-confirmation {
  justify-content: center;
  display: flex;
}

.post-item-view {
  z-index: 10;
  border: 1px solid var(--_theme---backgrounds--tertiarybackground);
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 70px;
  max-width: 200px;
  height: 40px;
  color: var(--_theme---texts--primarytext);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  margin: auto 30% auto auto;
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 37px;
  display: block;
  position: absolute;
  inset: 0% 0;
  box-shadow: 4px 2px 0 3px #000c;
}

.post-item-view.sign-up {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2rem;
  position: relative;
}

.page-sub-heading {
  font-family: var(--_typography---fonttype);
  font-size: var(--_responsive---fontsize--h5);
  text-align: right;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-style: italic;
}

.post-list {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.post-list.single-list {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.post-back-wrapper {
  justify-content: flex-end;
  display: flex;
}

.post-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-bottom: 25%;
  display: flex;
  position: relative;
}

.post-content.update {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.post-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 310px 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  display: grid;
  position: relative;
}

.single-post-infos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  display: flex;
}

.post-top-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_theme---border--lightalpha);
  flex-flow: column;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.post-top-content.update {
  border-bottom-style: none;
  align-items: center;
}

.post-infos-text-link {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  font-size: var(--_textstyle---fontsize);
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  font-style: italic;
  text-decoration: none;
}

.post-list-side-col {
  border: 1px solid var(--_theme---border--mediumalpha);
  border-radius: 5px;
  position: sticky;
  top: 230px;
}

.all-post-link-wrapper {
  justify-content: center;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.all-post-link {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-transform: uppercase;
  flex-flow: column;
  align-items: center;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.all-post-link:hover {
  color: var(--_theme---texts--secondarytext);
}

.all-post-link-line {
  background-color: var(--_theme---defaultbutton--background);
  width: 100%;
  height: 1px;
}

.page-hero-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  min-height: 19rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-page-hero {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto;
  overflow: clip;
}

.image-page-hero.landscape {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  height: 130%;
  top: auto;
  bottom: 0;
  overflow: visible;
}

.contact-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: grid;
}

.contact-wrapper.contact-2 {
  max-width: 80%;
  height: auto;
  min-height: 80vh;
  padding-top: 15rem;
}

.contact-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.contact-infos-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 25rem;
  display: flex;
}

.contact-link {
  text-transform: uppercase;
}

.paragraph {
  line-height: var(--_textstyle---lineheight);
}

.form-col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.form {
  width: 100%;
}

.text-area {
  border: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---bodybackground);
  min-height: 10rem;
  color: var(--_theme---texts--primarytext);
  border-radius: 5px;
  font-size: 16px;
}

.text-area:hover, .text-area:active {
  border-color: var(--_theme---border--mediumalpha);
}

.text-area:focus {
  border-color: var(--_theme---border--fullalpha);
}

.text-area::placeholder {
  color: var(--_theme---texts--tertiarytext);
}

.page-hero-wrapper-big {
  aspect-ratio: 2;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-page-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.big-heading-page {
  z-index: 11;
  font-family: var(--_typography---fonttype);
  text-align: center;
  letter-spacing: -.05em;
  white-space: nowrap;
  word-break: normal;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 26vw;
  line-height: .8;
  position: relative;
}

.social-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: flex-start;
  max-width: 390px;
  display: flex;
}

.summary-p {
  color: var(--_theme---texts--tertiarytext);
  font-size: 1.3rem;
}

.summary-p.update {
  color: var(--_theme---texts--primarytext);
  font-size: 2rem;
}

.about-two-cols-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-cols {
  width: 100%;
}

.one-col {
  width: 100%;
  position: relative;
}

.about-three-cols-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-two-cols-image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-top: 5rem;
  display: grid;
}

.about-image-portrait {
  aspect-ratio: 1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-portrait {
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  height: 120%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.about-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.about-content.about-2 {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.about-content.bottom {
  padding-top: 0;
}

.about-three-cols-image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: end stretch;
  margin-top: 5rem;
  display: grid;
}

.discography1-page-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.discography1-page-item:nth-child(2n) {
  margin-top: 12rem;
}

.content-page-discography1 {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
}

.album-link {
  background-color: var(--_theme---bodybackground);
  width: 100%;
}

.single-release-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 5rem;
  display: grid;
}

.release-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.release-col.right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
}

.player {
  width: 40%;
}

.content-cross-single-release {
  padding-bottom: 10rem;
}

.single-release-discography-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.release-infos-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.home1-discography-infos-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.discography-home1-content {
  z-index: 54;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.86, 0, .07, 1);
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.discography-home1-content.w--current {
  opacity: 1;
  color: var(--_theme---texts--primarytext);
  text-decoration: none;
}

.home1-discography-release {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.album-link-home1 {
  z-index: 43;
  width: 80%;
  position: relative;
  inset: 0% 0% auto;
}

.release-infos-wrapper {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 150vh;
  display: grid;
  position: sticky;
}

.background-cover {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.background-cover-image {
  opacity: .4;
  object-fit: cover;
  width: 108vw;
  max-width: 108%;
  height: 124%;
  position: relative;
  overflow: visible;
}

.discography-fixed-menu {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  height: 100vh;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.background-and-cover-release {
  position: relative;
}

.panel {
  z-index: 4;
  background-color: var(--_theme---backgrounds--primarybackground);
  position: relative;
  overflow: hidden;
}

.text1-panel {
  z-index: 11;
  opacity: 1;
  position: relative;
}

.text2-panel, .text3-panel, .text4-panel {
  opacity: 1;
  position: relative;
}

.first-release {
  z-index: 9;
  border-bottom: 10px solid var(--_theme---backgrounds--primarybackground);
  flex-flow: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.second-release {
  z-index: 9;
  border-bottom: 10px solid var(--_theme---backgrounds--primarybackground);
  position: relative;
  overflow: hidden;
}

.third-release {
  z-index: 9;
  border-color: var(--_theme---backgrounds--primarybackground);
  border-bottom-style: solid;
  border-bottom-width: 10px;
  position: relative;
  overflow: hidden;
}

.fourth-release {
  z-index: 9;
  border-top-color: var(--_theme---backgrounds--primarybackground);
  border-right-color: var(--_theme---backgrounds--primarybackground);
  border-left-color: var(--_theme---backgrounds--primarybackground);
  position: relative;
  overflow: hidden;
}

.fixed-discography-release-title-1 {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  text-transform: uppercase;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: color .725s cubic-bezier(.77, 0, .175, 1);
}

.fixed-discography-release-title-1:lang(en), .fixed-discography-release-title-1.w--current {
  color: var(--_theme---texts--primarytext);
}

.fixed-discography-release-title-1.roll {
  font-size: 2.5vw;
  position: absolute;
}

.fixed-discography-release-title-1.step1 {
  font-size: 2.5vw;
  position: relative;
}

.sun-illustration {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 auto auto;
}

.sun-image {
  z-index: -19;
  width: 30%;
  position: relative;
}

.small-title-wrapper {
  z-index: 1;
  align-self: center;
  position: relative;
  overflow: hidden;
}

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

.cover-reveal {
  z-index: 1;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.link-cover-up {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.big-title-wrapper {
  z-index: 11;
  height: 26vw;
  position: absolute;
  overflow: hidden;
}

.big-title-wrapper.live {
  z-index: 0;
  flex: 0 auto;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.big-title-wrapper.page {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  inset: auto 0% -20%;
}

.hero2-content-wrapper {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: absolute;
  bottom: 4svh;
}

.hero-2 {
  z-index: 0;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}

.discography-2 {
  z-index: 2;
  border-top: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  padding-top: 5rem;
  position: relative;
}

.big-marquee-wrapper {
  z-index: 13;
  mix-blend-mode: overlay;
  height: 25vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.big-marquee-text {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  flex: 0 auto;
  font-size: 16vw;
  line-height: .9;
}

.big-marquee-text-wrapper {
  mix-blend-mode: overlay;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about {
  z-index: 1;
  background-color: var(--_theme---backgrounds--primarybackground);
  text-wrap: balance;
  position: relative;
}

.discography {
  padding-top: 10rem;
}

.live-shows-2 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.live-content-alt {
  z-index: 2;
  border: 1px solid var(--_theme---border--mediumalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  margin-top: 18%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.live-header {
  border-bottom: 1px solid var(--_theme---border--mediumalpha);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
  position: relative;
}

.live-footer {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 10rem;
  display: flex;
  position: relative;
}

.logo-image-roll {
  position: absolute;
}

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

.music-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.heading-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.icon-link {
  transition: opacity .425s;
}

.icon-link:hover {
  opacity: .48;
}

.icon-single {
  height: 100%;
}

.form-wrapper {
  width: 50vw;
}

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

.licensing-picture {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.image-license {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licensing-wrapper {
  background-color: var(--_theme---bodybackground);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

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

.tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #2e2e2e;
  border: 1px solid #404040;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.tag-style-webflow {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .4rem;
  display: block;
}

.instructions-pictures {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.image-instructions {
  object-fit: fill;
  align-self: stretch;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.image-instructions.border {
  object-fit: fill;
  border: 1px solid #575757;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.webflow-icon {
  flex: 0 auto;
  align-self: stretch;
  display: block;
  position: relative;
  overflow: visible;
}

.figma-grid-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 2rem;
  display: block;
}

.figma-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1e1e1e;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin-top: 5rem;
  padding: 2rem;
  display: grid;
}

.reveal {
  z-index: 9999;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
}

._12-column-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  justify-items: stretch;
  width: 100%;
}

._12-column-grid.about-2 {
  max-width: 85vw;
}

._12-column-grid.update {
  grid-row-gap: 2rem;
}

.about-home {
  z-index: 13;
  border-top: 1px solid var(--_theme---border--lightalpha);
  border-bottom: 1px solid var(--_theme---border--lightalpha);
  background-color: var(--_theme---backgrounds--primarybackground);
  justify-content: center;
  align-items: center;
  padding: 20rem 2rem 15rem;
  display: flex;
  position: relative;
}

.about-image-home {
  position: relative;
}

.image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.about-p {
  color: var(--_theme---texts--tertiarytext);
  column-count: 2;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h5);
  --_textstyle---letterspacing: 0em;
  column-gap: 4rem;
  margin-bottom: 0;
}

.reveal-hero2 {
  z-index: 20;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-about-text {
  text-indent: 12%;
  font-size: 3.5vw;
  line-height: 100%;
}

.about2-p {
  color: var(--_theme---texts--tertiarytext);
  column-count: 2;
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1.2;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--p);
  --_textstyle---letterspacing: 0em;
  column-gap: 4rem;
  margin-bottom: 0;
}

.release-hover-wrapper {
  position: relative;
  overflow: hidden;
}

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

.sticky {
  position: sticky;
  top: 0;
}

.section {
  z-index: 0;
  position: relative;
}

.section.sticky {
  position: sticky;
}

.section.social-streaming {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.section.home1 {
  z-index: 1;
}

.section.is--hidden {
  display: none;
}

.fixed-discography-release-title-2 {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  text-transform: uppercase;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: color .725s cubic-bezier(.77, 0, .175, 1);
}

.fixed-discography-release-title-2:lang(en), .fixed-discography-release-title-2.w--current {
  color: var(--_theme---texts--primarytext);
}

.fixed-discography-release-title-2.roll {
  position: absolute;
}

.fixed-discography-release-title-2.step2 {
  font-size: 2.5vw;
}

.fixed-discography-release-title-3 {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  text-transform: uppercase;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: color .725s cubic-bezier(.77, 0, .175, 1);
}

.fixed-discography-release-title-3:lang(en), .fixed-discography-release-title-3.w--current {
  color: var(--_theme---texts--primarytext);
}

.fixed-discography-release-title-3.roll {
  position: absolute;
}

.fixed-discography-release-title-3.step3 {
  font-size: 2.5vw;
}

.fixed-discography-release-title-4 {
  font-family: var(--_typography---fonttype);
  color: var(--_theme---texts--tertiarytext);
  text-transform: uppercase;
  --_typography---fonttype: Cormorant, Georgia, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: color .725s cubic-bezier(.77, 0, .175, 1);
}

.fixed-discography-release-title-4:lang(en), .fixed-discography-release-title-4.w--current {
  color: var(--_theme---texts--primarytext);
}

.fixed-discography-release-title-4.roll {
  position: absolute;
}

.fixed-discography-release-title-4.step4 {
  font-size: 2.5vw;
}

.view1, .view2, .view3, .view-4 {
  z-index: 9;
  background-color: #151515e6;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.soundwave {
  opacity: .59;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.page-load {
  z-index: 10000;
  background-color: var(--_theme---backgrounds--primarybackground);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.release-wrapper {
  z-index: 9;
  border-bottom: 10px solid var(--_theme---backgrounds--primarybackground);
  flex-flow: column;
  justify-content: center;
  height: 150vh;
  position: relative;
  overflow: hidden;
}

.image {
  height: 6rem;
}

.figma-text {
  --_textstyle---fontfamily: var(--_typography---fonttype);
  --_textstyle---lineheight: 1;
  --_textstyle---fontweight: 400;
  --_textstyle---fontsize: var(--_responsive---fontsize--h4);
  --_textstyle---letterspacing: 0em;
}

.grandient {
  z-index: 4;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
}

.remove-button {
  outline: none;
}

.gradiant-right {
  z-index: 20;
  background-image: linear-gradient(90deg, #0000 4%, #000000db);
  width: 100%;
  height: 100%;
  position: absolute;
}

.opacity-layer {
  background-color: #0000003d;
  position: absolute;
  inset: 0%;
}

.updates-list {
  grid-column-gap: 13%;
  grid-row-gap: 15rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.update-item {
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.update-item:nth-child(odd) {
  height: 75%;
}

.update-item:nth-child(2n) {
  height: 100%;
  margin-top: 7rem;
}

.update-item:first-child {
  height: 120%;
}

.update-item:last-child {
  height: 45%;
}

.post-updates-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.updates-list-img-wrap {
  object-fit: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.updates-list-img-wrap.cross {
  aspect-ratio: 1;
  height: auto;
}

.updates-list-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
  overflow: visible;
}

.updates-list-img.cross {
  aspect-ratio: 1;
  align-self: stretch;
}

.updates-list-title {
  font-size: var(--_responsive---fontsize--h3);
  padding-bottom: 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

.udpates-infos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  display: flex;
}

.title-and-summary {
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.updates-link {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.update-post-image {
  aspect-ratio: 2.39;
  object-fit: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-image {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.post-image.update {
  height: 110%;
}

.updates-list-cross {
  grid-column-gap: 2%;
  grid-row-gap: 15rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: start;
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.update-item-cross {
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.figma-file-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.figma-icon {
  width: 60px;
}

.image-2 {
  filter: invert();
  margin-bottom: 16px;
}

.image-3 {
  opacity: 1;
  filter: invert();
}

.text-block {
  text-align: center;
  line-height: .9;
}

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

.text-span {
  font-size: var(--_responsive---fontsize--h1);
}

.div-block-2 {
  border: 1px solid var(--_theme---border--lightalpha);
  padding: 10px 20px;
  line-height: 1.8;
}

.div-block-3 {
  display: block;
}

.text-span-2 {
  text-decoration: underline;
}

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

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.body {
  overflow-x: clip;
}

.div-block-5 {
  text-align: center;
  border-top: 1px solid #ffffff45;
  padding-top: 18px;
}

.text-block-2 {
  font-size: var(--_responsive---fontsize--p);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-2 {
  border: 1px solid var(--_theme---texts--primarytext);
  background-color: var(--_theme---bodybackground);
  color: var(--_theme---texts--primarytext);
  border-radius: 6px;
  font-size: 16px;
}

.text-field-2:focus {
  border-style: solid;
  border-color: var(--_theme---texts--primarytext);
}

.submit-button {
  background-color: var(--_theme---texts--primarytext);
  color: var(--_theme---bodybackground);
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.success-message-2 {
  border: 1px solid var(--_theme---texts--primarytext);
  background-color: #ddd0;
  border-radius: 6px;
}

.error-message-2 {
  color: #ff5858;
}

.div-block-6 {
  z-index: 99;
  border: 1px solid var(--_theme---texts--primarytext);
  background-color: var(--_theme---bodybackground);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 14px;
  display: none;
  position: fixed;
  inset: auto 0% 12px;
}

.text-block-3 {
  flex: 1;
}

.button {
  border: 1px solid var(--_theme---texts--primarytext);
  background-color: var(--_theme---texts--primarytext);
  color: var(--_theme---bodybackground);
  margin-left: 8px;
  padding: 3px 12px;
}

.button:hover {
  border: 1px solid var(--_theme---texts--primarytext);
  background-color: var(--_theme---bodybackground);
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--_responsive---fontsize--main);
    --_responsive---fontsize--main: 1.15rem;
    --_responsive---fontsize--h6: 1rem;
    --_responsive---fontsize--p: 1.15rem;
    --_responsive---fontsize--h5: 1.5rem;
    --_responsive---fontsize--small: .8rem;
    --_responsive---fontsize--x-small: .6rem;
    --_responsive---fontsize--btn: 1.3rem;
    --_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>: 7.5em;
    --_responsive---fontsize--h4: 2rem;
    --_responsive---fontsize--h3: 2.5rem;
    --_responsive---fontsize--h1: 3.5rem;
    --_responsive---fontsize--h2: 3rem;
  }

  .rich-text.single-post, .rich-text.update-post {
    width: 100%;
  }

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

  .social-h-flex-wrap {
    max-width: 300px;
  }

  .post-single-title {
    font-size: 10vw;
  }

  .release-image-wrapper {
    width: 100%;
    position: relative;
  }

  .single-product {
    padding-bottom: 2rem;
  }

  .two-col-product-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .product-images-wrapper {
    flex-flow: row;
    width: 100%;
    overflow: auto;
  }

  .image-single-product {
    --_responsive---fontsize--main: 1.15rem;
    --_responsive---fontsize--h6: 1rem;
    --_responsive---fontsize--p: 1.15rem;
    --_responsive---fontsize--h5: 1.5rem;
    --_responsive---fontsize--small: .8rem;
    --_responsive---fontsize--x-small: .6rem;
    --_responsive---fontsize--btn: 1.3rem;
    --_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>: 7.5em;
    --_responsive---fontsize--h4: 2rem;
    --_responsive---fontsize--h3: 2.5rem;
    --_responsive---fontsize--h1: 3.5rem;
    --_responsive---fontsize--h2: 3rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 93vw;
    display: flex;
    overflow: hidden;
  }

  .more-image-list {
    flex-flow: row;
    justify-content: space-between;
    position: static;
  }

  .product-info-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }

  .product-top-infos {
    height: auto;
    margin-top: 0;
    padding-bottom: 4rem;
    padding-left: 0;
    position: relative;
  }

  .error-state {
    position: relative;
  }

  .main-image-product {
    overflow: hidden;
  }

  .product-list.cross-selling {
    grid-template-columns: 1fr;
  }

  ._404 {
    font-size: 40vw;
  }

  .instructions-grid-content {
    grid-template-columns: auto;
  }

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

  .cart-wrapper {
    top: auto;
    bottom: 1rem;
  }

  .section-title-wrapper {
    padding-bottom: 7rem;
  }

  .section-title-wrapper.centered.about-home2 {
    padding-bottom: 0;
  }

  .discography1-title.all-caps {
    font-size: 10vw;
  }

  .album-cover, .album-infos {
    width: 100%;
  }

  .album-infos.home {
    display: flex;
  }

  .album-img, .discography-link-wrapper {
    width: 100%;
  }

  .discography1-page-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .title-merch {
    font-size: 25vw;
  }

  .footer-info {
    padding-bottom: 3rem;
  }

  .merch-category-link {
    text-decoration: none;
    position: relative;
  }

  .merch-category-link:hover {
    color: var(--_theme---texts--tertiarytext);
    text-decoration: underline;
  }

  .category-list {
    flex-flow: wrap;
  }

  .category-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    display: grid;
  }

  .bottom-cart {
    height: auto;
    position: relative;
  }

  .post-content {
    padding-bottom: 10%;
  }

  .post-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }

  .image-page-hero {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: visible;
  }

  .image-page-hero.landscape {
    aspect-ratio: 3 / 2;
    flex: 1;
  }

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

  .contact-wrapper.contact-2 {
    grid-template-columns: 1fr;
    padding-top: 10rem;
  }

  .form-col {
    padding-top: 3rem;
  }

  .page-hero-wrapper-big {
    justify-content: center;
    align-items: stretch;
  }

  .discography1-page-item {
    margin-bottom: 4rem;
  }

  .discography1-page-item:nth-child(2n) {
    margin-top: 0;
  }

  .single-release-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.75fr;
    width: 100%;
  }

  .release-col {
    width: 100%;
  }

  .release-col.right {
    flex-flow: column;
  }

  .player {
    flex: 1;
    width: 100%;
  }

  .single-release-discography-list {
    grid-template-columns: 1fr 1fr;
  }

  .release-infos-content {
    flex: 0 auto;
    width: 100%;
  }

  .home1-discography-release {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .discography-fixed-menu {
    z-index: 9;
  }

  .text1-panel, .text2-panel, .text3-panel, .text4-panel {
    display: none;
  }

  .fixed-discography-release-title-1 {
    font-size: 4.5vw;
    text-decoration: none;
  }

  .big-title-wrapper {
    bottom: -20%;
  }

  .big-marquee-text {
    font-size: 23vw;
  }

  .live-content-alt {
    width: 80%;
  }

  .form-wrapper {
    width: 80vw;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
    flex: none;
    grid-template: "." minmax(0, 1fr)
    / 1fr 1fr 1fr 1fr;
    align-content: start;
    place-items: start stretch;
  }

  ._12-column-grid.update-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-home {
    justify-content: center;
  }

  .home-about-text {
    font-size: 6vw;
  }

  .fixed-discography-release-title-2, .fixed-discography-release-title-3, .fixed-discography-release-title-4 {
    font-size: 4.5vw;
    text-decoration: none;
  }

  .updates-list {
    grid-row-gap: 20rem;
    grid-template-columns: 1fr;
  }

  .update-item:nth-child(odd) {
    height: 100%;
  }

  .update-item:nth-child(2n) {
    margin-top: 0;
  }

  .update-item:first-child, .update-item:last-child {
    height: 100%;
  }

  .post-updates-list {
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .updates-list-img-wrap.cross, .updates-list-img.cross {
    aspect-ratio: 16 / 9;
  }

  .update-post-image, .post-image.update {
    aspect-ratio: 1;
  }

  .updates-list-cross {
    grid-row-gap: 10rem;
    grid-template-columns: 1fr;
  }

  .update-item-cross:nth-child(odd) {
    height: 100%;
  }

  .update-item-cross:nth-child(2n) {
    margin-top: 0;
  }

  .update-item-cross:first-child, .update-item-cross:last-child {
    height: 100%;
  }

  .div-block-6 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--_responsive---fontsize--main);
    --_responsive---fontsize--main: 1.15rem;
    --_responsive---fontsize--h6: 1rem;
    --_responsive---fontsize--p: 1.15rem;
    --_responsive---fontsize--h5: 1.5rem;
    --_responsive---fontsize--small: .8rem;
    --_responsive---fontsize--x-small: .6rem;
    --_responsive---fontsize--btn: 1.3rem;
    --_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>: 7.5em;
    --_responsive---fontsize--h4: 2rem;
    --_responsive---fontsize--h3: 2.5rem;
    --_responsive---fontsize--h1: 3.5rem;
    --_responsive---fontsize--h2: 3rem;
  }

  .h-style-wrap {
    flex-flow: wrap;
  }

  .social-h-flex-wrap {
    max-width: 300px;
  }

  .post-single-title {
    font-size: 12vw;
  }

  .product-images-wrapper {
    margin-top: 10rem;
    overflow: auto;
  }

  .image-single-product {
    width: 88vw;
  }

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

  ._404 {
    font-size: 50vw;
  }

  .navbar {
    width: auto;
    display: block;
  }

  .nav-wrapper {
    width: auto;
    height: 130px;
  }

  .navigation {
    width: 100%;
    height: 170px;
  }

  .hero1-heading {
    font-size: 17vw;
  }

  .hero-content-wrapper {
    justify-content: flex-end;
  }

  .hero1-link-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-listen-now {
    align-self: flex-start;
  }

  .frames-lines-wrapper {
    filter: none;
  }

  .hero-image-desktop {
    display: block;
  }

  .hero-image-mobile {
    display: none;
  }

  .section-title-wrapper.centered.live-show {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .discography-link-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-post-home1, .heading-post-home1.alt, .heading-post-home1-roll, .heading-post-home1-roll.alt {
    font-size: 6vw;
  }

  .container-merch {
    height: 100vh;
  }

  .title-merch {
    font-size: 30vw;
  }

  .page-header {
    justify-content: flex-end;
    align-items: flex-end;
    height: 300px;
  }

  .page-header.single-post {
    height: 260px;
  }

  .page-title {
    text-align: left;
    font-size: 4rem;
  }

  .category-list {
    flex-flow: wrap;
  }

  .category-grid {
    flex-flow: wrap;
    place-items: stretch start;
  }

  .back-button {
    transition: opacity .2s;
  }

  .page-sub-heading {
    text-align: left;
  }

  .post-list {
    padding-top: 2rem;
  }

  .post-back-wrapper {
    justify-content: flex-start;
  }

  .single-post-infos-wrapper {
    grid-row-gap: 0rem;
  }

  .page-hero-wrapper {
    height: 20vw;
    min-height: 12rem;
  }

  .image-page-hero {
    width: 180%;
    overflow: visible;
  }

  .contact-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch center;
    min-height: auto;
    padding-top: 2rem;
  }

  .contact-wrapper.contact-2 {
    max-width: 100%;
  }

  .contact-col {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .contact-infos-wrapper {
    align-items: stretch;
  }

  .contact-intro {
    max-width: 100%;
  }

  .form-col {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-page-wrapper {
    padding-top: 130px;
  }

  .big-heading-page {
    font-size: 26vw;
    bottom: -19%;
  }

  .about-two-cols-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-three-cols-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-two-cols-image-grid, .about-three-cols-image-grid {
    grid-template-columns: 1.25fr;
  }

  .single-release-content {
    grid-template-columns: 1.75fr;
  }

  .release-col.right {
    flex-flow: column;
  }

  .player {
    width: 100%;
  }

  .single-release-discography-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .release-infos-wrapper {
    height: 100vh;
  }

  .discography-fixed-menu, .sun-illustration {
    height: 50vh;
  }

  .cover-reveal {
    background-color: var(--_theme---backgrounds--primarybackground);
  }

  .big-title-wrapper {
    bottom: -12%;
  }

  .big-title-wrapper.page {
    bottom: -11%;
  }

  .hero2-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .big-marquee-text {
    font-size: 27vw;
  }

  .discography {
    padding-top: 5rem;
  }

  .form-wrapper {
    width: auto;
  }

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

  .about-p {
    column-count: 1;
  }

  .home-about-text {
    font-size: 8vw;
  }

  .release-wrapper {
    height: 100vh;
  }

  .grandient {
    height: 29%;
    top: 125px;
  }

  .updates-list {
    grid-row-gap: 10rem;
  }

  .post-updates-list {
    padding-top: 2rem;
  }

  .updates-list-cross {
    grid-row-gap: 5rem;
  }

  .div-block-6 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--_responsive---fontsize--main);
    --_responsive---fontsize--main: 1.15rem;
    --_responsive---fontsize--h6: 1rem;
    --_responsive---fontsize--p: 1.15rem;
    --_responsive---fontsize--h5: 1.5rem;
    --_responsive---fontsize--small: .8rem;
    --_responsive---fontsize--x-small: .6rem;
    --_responsive---fontsize--btn: 1.3rem;
    --_responsive---fontsize--hero\<deleted\|variable-98162b89-80ed-305b-2e3f-0a1def518632\>: 7.5em;
    --_responsive---fontsize--h4: 2rem;
    --_responsive---fontsize--h3: 2.5rem;
    --_responsive---fontsize--h1: 3.5rem;
    --_responsive---fontsize--h2: 3rem;
  }

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

  .utility-page-content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .post-single-title {
    font-size: 15vw;
  }

  .checkout-heading {
    --_textstyle---fontfamily: var(--_typography---fonttype);
    --_textstyle---lineheight: 1;
    --_textstyle---fontweight: 400;
    --_textstyle---fontsize: var(--_responsive---fontsize--h5);
    --_textstyle---letterspacing: 0em;
  }

  .protected-title {
    --_textstyle---fontfamily: var(--_typography---fonttype);
    --_textstyle---lineheight: 1;
    --_textstyle---fontweight: 400;
    --_textstyle---fontsize: var(--_responsive---fontsize--h2);
    --_textstyle---letterspacing: 0em;
  }

  ._404 {
    font-size: 63vw;
  }

  .nav-menu {
    width: auto;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-wrapper {
    height: 100px;
  }

  .hero-content-wrapper {
    bottom: 6svh;
  }

  .hero-content-wrapper.header-logo.hidden-mobile {
    display: none;
  }

  .hero1-link-wrapper {
    flex-flow: column;
  }

  .hero1-stream-link-text {
    white-space: nowrap;
  }

  .links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .links-wrapper.is-hidden-mobile {
    display: none;
  }

  .links-wrapper.mobile-only {
    z-index: 6;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero-image-desktop {
    display: none;
  }

  .hero-image-mobile {
    height: 100vh;
    display: block;
  }

  .section-title-wrapper.centered.live-show {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .discography-link-wrapper {
    flex-flow: column;
  }

  .live-content {
    padding-bottom: 0;
  }

  .heading-post-home1 {
    text-align: left;
    font-size: 2.6rem;
  }

  .heading-post-home1.alt {
    font-size: 6.5vw;
  }

  .heading-post-home1-roll {
    font-size: 7vw;
  }

  .heading-post-home1-roll.alt {
    font-size: 6.5vw;
  }

  .title-merch {
    font-size: 39vw;
  }

  .primary-links-footer {
    flex-flow: column;
  }

  .footer-separator {
    display: none;
  }

  .category-list {
    grid-row-gap: .5rem;
    justify-content: flex-start;
  }

  .image-page-hero {
    aspect-ratio: auto;
    object-fit: contain;
    max-width: 118%;
    height: auto;
  }

  .contact-wrapper.contact-2 {
    padding-top: 5rem;
  }

  .page-hero-wrapper-big {
    max-height: 60vh;
  }

  .hero-page-wrapper {
    padding-top: 125px;
  }

  .big-heading-page {
    font-size: 26vw;
    bottom: -18%;
  }

  .social-wrapper {
    max-width: 410px;
  }

  .about-content {
    padding-top: 5rem;
  }

  .about-three-cols-image-grid {
    grid-auto-flow: row;
  }

  .discography-fixed-menu {
    height: 50vh;
  }

  .sun-illustration {
    flex-flow: column;
    height: 50vh;
  }

  .big-title-wrapper {
    bottom: -11%;
  }

  .live-content-alt {
    width: 90%;
  }

  .home-about-text {
    font-size: 8vw;
  }

  .grandient {
    z-index: 1;
    background-image: linear-gradient(#000, #0000);
    height: 30%;
    position: absolute;
    inset: 125px 0% auto;
  }

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

  .div-block {
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: none;
  }

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

#w-node-_73ae5077-1ae6-49c6-ebfc-da9fd8504802-d85047ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#Email.w-node-_06754817-2b0e-a67e-3c40-a5be0571b8f4-d85047ff, #Phone-Number.w-node-_5c8c8c3a-65e2-6876-149d-7949eed5cfd9-d85047ff, #w-node-_98092c05-9a6e-c115-1f66-b1f3266ceb22-d85047ff, #w-node-_73ae5077-1ae6-49c6-ebfc-da9fd8504836-d85047ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59472470-27c0-d589-0174-cad43cf53261-3cf531e3, #w-node-_59472470-27c0-d589-0174-cad43cf5328b-3cf531e3, #w-node-_59472470-27c0-d589-0174-cad43cf532b5-3cf531e3, #w-node-_59472470-27c0-d589-0174-cad43cf532df-3cf531e3 {
  place-self: auto stretch;
}

#w-node-_96f2f63c-49bf-7d7e-8f36-e0dd807602ee-5b20488a, #w-node-_22ea2e12-cc30-a0e9-a8a6-ac0d5f745731-5b20488a {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_96f2f63c-49bf-7d7e-8f36-e0dd807602fa-5b20488a {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_90d50c42-1e7d-7078-79db-abb8ceeac90d-5b20488a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_90d50c42-1e7d-7078-79db-abb8ceeac912-5b20488a {
  align-self: start;
}

#w-node-_0016898f-16f3-2ddb-c0f4-a6330a29188d-5b20488e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bdfba553-3176-bb30-39c1-c474678156d9-5b20488e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296b-5b204891, #w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296d-5b204891, #w-node-_06fee804-f61a-cfc9-d613-a3c81190a333-5b204897, #w-node-dfb5f85a-a24a-331b-f789-5bd0c62f34bb-5b204897 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d8c70965-b4a5-a5df-8fbf-6037149783bb-5b204899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a85ebcf6-fd35-9ef3-8f4f-4240ba86ca2d-5b20489b {
  justify-self: center;
}

#w-node-_96755a65-46a0-8efc-9851-87d881c6f8c7-5b20489b {
  justify-self: stretch;
}

#w-node-a576347d-94d0-3d32-1b12-7ddca09aa88a-5b20489c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc6ae6e3-95a9-0aea-d0cf-8ddd04ed27e8-5b20489c, #w-node-f8ede7e3-d2c1-3e51-4606-977c3da6e6eb-5b20489c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a26cc02-8fc2-95c5-f31a-916ebdf0e353-5b20489c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c654b978-bc72-6fc0-1cec-097ba1045685-5b20489c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a23d396e-e9b4-6cac-9f65-dfa536ada121-5b20489c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a23d396e-e9b4-6cac-9f65-dfa536ada124-5b20489c, #w-node-ecd4c088-1f3b-fdba-ae01-11b9a43e7a3c-5b20489c, #w-node-a23d396e-e9b4-6cac-9f65-dfa536ada127-5b20489c, #w-node-_36a04a47-0cdb-8ee1-88a1-94fd45fc6a4f-5b20489d, #w-node-_36a04a47-0cdb-8ee1-88a1-94fd45fc6a52-5b20489d, #w-node-_36a04a47-0cdb-8ee1-88a1-94fd45fc6a55-5b20489d, #w-node-_31a9ba56-0997-1216-6e32-2a720460fe8f-5b20489d, #w-node-_0a81368d-0d02-f211-fd95-c9d86d16e6d3-5b20489d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a9ba56-0997-1216-6e32-2a720460fe8c-5b20489d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ae44084e-e614-e006-59fe-d95ea8ba31de-5b20489d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae44084e-e614-e006-59fe-d95ea8ba31e1-5b20489d, #w-node-ae44084e-e614-e006-59fe-d95ea8ba31e4-5b20489d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3d6820a-7c89-753e-533a-6f9020482f91-5b20489f {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-d3d6820a-7c89-753e-533a-6f9020482f96-5b20489f {
  grid-area: 2 / 3 / 3 / 9;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_73ae5077-1ae6-49c6-ebfc-da9fd8504802-d85047ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a89d1166-f9c6-1155-f95d-1c12e38ee77b-5b204889, #w-node-_96f2f63c-49bf-7d7e-8f36-e0dd807602ed-5b20488a {
    order: -9999;
  }

  #w-node-_96f2f63c-49bf-7d7e-8f36-e0dd807602ee-5b20488a {
    grid-column: 1 / 5;
  }

  #w-node-_22ea2e12-cc30-a0e9-a8a6-ac0d5f745731-5b20488a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_96f2f63c-49bf-7d7e-8f36-e0dd807602fa-5b20488a {
    grid-column: 1 / 5;
  }

  #w-node-_47cbaaed-48de-284a-3996-55b29c40e10a-5b20488b {
    justify-self: stretch;
  }

  #w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296b-5b204891 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296d-5b204891 {
    grid-column: span 2 / span 2;
  }

  #w-node-_06fee804-f61a-cfc9-d613-a3c81190a333-5b204897 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfb5f85a-a24a-331b-f789-5bd0c62f34bb-5b204897 {
    grid-column: span 2 / span 2;
  }

  #w-node-a85ebcf6-fd35-9ef3-8f4f-4240ba86ca2d-5b20489b {
    justify-self: stretch;
  }

  #w-node-d3d6820a-7c89-753e-533a-6f9020482f91-5b20489f, #w-node-d3d6820a-7c89-753e-533a-6f9020482f96-5b20489f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bdfba553-3176-bb30-39c1-c474678156d9-5b20488e {
    grid-column: span 1 / span 1;
  }

  #w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296b-5b204891, #w-node-fcd90bd5-dbe5-20ce-4818-2deb0563296d-5b204891, #w-node-_06fee804-f61a-cfc9-d613-a3c81190a333-5b204897, #w-node-dfb5f85a-a24a-331b-f789-5bd0c62f34bb-5b204897 {
    justify-self: start;
  }

  #w-node-_96755a65-46a0-8efc-9851-87d881c6f8c7-5b20489a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a85ebcf6-fd35-9ef3-8f4f-4240ba86ca2d-5b20489a {
    place-self: start stretch;
  }

  #w-node-a576347d-94d0-3d32-1b12-7ddca09aa88a-5b20489c, #w-node-a23d396e-e9b4-6cac-9f65-dfa536ada121-5b20489c {
    grid-column: span 1 / span 1;
  }

  #w-node-_31a9ba56-0997-1216-6e32-2a720460fe8f-5b20489d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0a81368d-0d02-f211-fd95-c9d86d16e6d3-5b20489d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ae44084e-e614-e006-59fe-d95ea8ba31de-5b20489d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c64903b9-425f-e98b-97f1-473616671243-5b204885 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31a9ba56-0997-1216-6e32-2a720460fe8f-5b20489d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0a81368d-0d02-f211-fd95-c9d86d16e6d3-5b20489d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c64903b9-425f-e98b-97f1-473616671243-7d1d1584, #w-node-c64903b9-425f-e98b-97f1-473616671243-5535ab8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}