@font-face {
  font-family: Icons Font;
  src: url('../fonts/fontello.woff2') format("woff2"), url('../fonts/fontello.eot') format("embedded-opentype"), url('../fonts/fontello.woff') format("woff"), url('../fonts/fontello.ttf') format("truetype"), url('../fonts/fontello.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-800: #1b1b1f;
  --neutral-300: #e6e6e8;
  --bg-neutral-100: white;
  --neutral-500: #8f8f94;
  --neutral-700: #37373d;
  --neutral-600: #626267;
  --neutral-400: #28282e;
  --neutral-200: #f8f8f8;
  --bg-cards: black;
  --white: white;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--neutral-800);
  color: var(--neutral-300);
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--bg-neutral-100);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

h2 {
  color: var(--bg-neutral-100);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 900;
  line-height: 54px;
}

h3 {
  color: var(--bg-neutral-100);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

h4 {
  color: var(--bg-neutral-100);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

h5 {
  color: var(--bg-neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

h6 {
  color: var(--bg-neutral-100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

p {
  text-align: justify;
  margin-bottom: 0;
}

a {
  color: var(--bg-neutral-100);
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: var(--neutral-500);
}

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

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

strong {
  color: var(--bg-neutral-100);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral-700);
  color: var(--bg-neutral-100);
  border-left: 0 solid #000;
  border-radius: 8px;
  margin-bottom: 48px;
  padding: 60px 125px;
  font-size: 22px;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-48px.mobile-32px {
  margin-top: 0;
  display: none;
}

.hidden-desktop {
  display: none;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
  height: 100%;
}

.flex.product {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.text-uppercase {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 20px;
}

.text-uppercase.contact {
  color: var(--bg-neutral-100);
  margin-bottom: 16px;
  font-weight: 700;
}

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

.color-white {
  color: var(--bg-neutral-100);
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--bg-neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.style-guide-content {
  border: 1px solid var(--neutral-700);
  border-radius: 8px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 8px 22px #231e6121;
}

.section-styleguide {
  padding-top: 148px;
  padding-bottom: 86px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--bg-cards);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--neutral-600);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-300);
  border-radius: 4px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--bg-cards);
  color: var(--bg-neutral-100);
}

.style-guide-link.w--current {
  background-color: var(--bg-cards);
  color: var(--bg-neutral-100);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-700);
  color: var(--bg-neutral-100);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-700);
  margin-top: 24px;
  padding-top: 24px;
}

.color-container {
  border: 1px solid var(--neutral-800);
  background-color: #fff;
  border-radius: 8px;
}

.color-block {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 120px;
}

.color-block.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.color-block.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.color-block.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.color-block.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.color-block.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.color-block.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.color-content {
  background-color: var(--bg-cards);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--bg-neutral-100);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-400);
  line-height: 20px;
}

.style-guide-subtitle {
  color: var(--bg-neutral-100);
  margin-top: 0;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-700);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: var(--neutral-500);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  color: var(--neutral-200);
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  display: flex;
}

.paragraph-large.mg-top-90px {
  margin-top: 90px;
}

.style-guide-subheader {
  background-color: var(--neutral-700);
  color: var(--bg-neutral-100);
  padding: 52px 68px;
}

.style-guide-content-wrapper {
  background-color: var(--neutral-800);
  padding: 76px 40px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: color .35s, transform .3s, background-color .3s;
}

.button-primary:hover {
  background-color: var(--neutral-600);
  color: var(--bg-neutral-100);
  transform: scale(.94);
}

.button-primary.small {
  border-radius: 8px;
  padding: 20px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 28px 68px;
  font-size: 24px;
  line-height: 26px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons {
  background-color: var(--bg-neutral-100);
  margin-right: 32px;
  display: none;
}

.button-primary.product {
  width: 100%;
  margin-right: 12px;
}

.button-primary.cart {
  margin-top: 20px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 18px;
}

.button-secondary {
  border: 1px solid var(--bg-neutral-100);
  color: var(--bg-neutral-100);
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  margin-top: 0;
  padding: 26px 40px;
  font-size: 20px;
  line-height: 22px;
  transition: transform .35s, color .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
  transform: scale(.94);
}

.button-secondary.small {
  border-radius: 8px;
  padding: 20px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding: 16px;
}

.button-secondary.product {
  width: 100%;
  margin-left: 12px;
}

.style-guide-button-container {
  margin-top: 48px;
}

.header {
  background-color: #0000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
}

.logo {
  height: 100px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 32px;
}

.nav-item-wrapper.social {
  margin-left: 22px;
  margin-right: 0;
}

.nav-link {
  text-decoration: none;
  transition: color .35s;
}

.display-1 {
  color: var(--bg-neutral-100);
  font-size: 80px;
  line-height: 86px;
  display: none;
}

.footer {
  border-top: 1px solid var(--neutral-700);
  display: none;
}

.footer-logo {
  width: 240px;
  margin-bottom: 14px;
}

.page-wrapper.hide {
  display: none;
}

.licenses-hero {
  background-color: var(--bg-cards);
  padding-top: 180px;
  padding-bottom: 90px;
}

.section {
  flex-flow: column;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.section.checkout-hero {
  background-color: var(--bg-cards);
  padding-top: 140px;
  padding-bottom: 80px;
}

.section.hero-home {
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.position-relative {
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.position-relative.how-we-started {
  padding-top: 282px;
  padding-bottom: 282px;
}

.section.position-relative.album-tracks {
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

.section.position-relative.brett {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.about-hero {
  padding-top: 240px;
  padding-bottom: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.hero-inner {
  padding-top: 260px;
  position: relative;
  overflow: hidden;
}

.section.hero-inner.events {
  padding-bottom: 0;
}

.section.album-hero-single {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.product {
  padding-bottom: 140px;
}

.section.posts {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.blog-post {
  padding-top: 150px;
  padding-bottom: 160px;
  position: static;
}

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

.section.author-page {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.events-tabs {
  padding-top: 20px;
  padding-bottom: 160px;
}

.section.position-relative {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.hide {
  display: none;
}

.section.hide.fade {
  display: block;
}

.section._100-margin, .section._100 {
  padding-top: 100px;
}

.section._100.hide {
  display: block;
}

.licenses-image {
  border-radius: 4px;
  transform: scale(1.02);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 145px 24px 100px;
  display: flex;
}

.utility-page-content-password {
  background-color: var(--bg-cards);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  display: flex;
}

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

.input {
  border: 1px solid var(--neutral-600);
  background-color: var(--bg-cards);
  color: var(--neutral-500);
  border-radius: 6px;
  height: 65px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: border-color .35s;
}

.input:hover {
  border-color: var(--bg-neutral-100);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--bg-neutral-100);
  color: var(--bg-neutral-100);
}

.input.password {
  height: 72px;
  margin-bottom: 20px;
}

.input.checkout {
  background-color: var(--neutral-700);
  border-width: 0;
  height: 50px;
  margin-bottom: 16px;
  transition: background-color .35s;
}

.input.checkout:hover {
  background-color: var(--neutral-600);
}

.input.discounts {
  background-color: var(--neutral-700);
  border-width: 0;
  flex: 0 auto;
  height: 46px;
  margin-bottom: 16px;
  transition: background-color .35s;
}

.input.discounts:hover {
  background-color: var(--neutral-600);
}

._404-title {
  color: var(--neutral-500);
  margin-bottom: 0;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}

.container-medium-750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-750px.changelog {
  margin-top: 0;
}

.container-medium-750px.overlay-content {
  z-index: 1;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.divider {
  background-color: var(--neutral-600);
  width: 100%;
  height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.blog-post {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.author-page {
  margin-top: 38px;
  margin-bottom: 38px;
}

.paragraph.password, .paragraph._404 {
  margin-bottom: 40px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 28px;
}

.card-container {
  background-color: var(--bg-cards);
  border-radius: 8px;
  width: 500px;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.card-container.w--current {
  width: 100%;
}

.card-container.changelog {
  margin-bottom: 40px;
  padding: 60px 50px;
}

.card-container.changelog.last {
  margin-bottom: 0;
}

.card-container.checkout {
  background-color: var(--bg-cards);
  margin-bottom: 40px;
}

.card-container.checkout.last {
  margin-bottom: 0;
}

.card-container.checkout.order-summary {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.checkout-form {
  background-color: var(--neutral-800);
  padding: 80px 0 150px;
}

.checkout-block-header {
  background-color: var(--bg-cards);
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  background-color: var(--bg-cards);
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  font-weight: 700;
  text-decoration: none;
}

.title.checkout-hero {
  color: var(--bg-neutral-100);
}

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

.title.text-color-neutral-100.home-hero {
  color: var(--bg-neutral-100);
  text-shadow: 1px 1px #000;
  margin-bottom: 32px;
  font-size: 5em;
  font-weight: 400;
}

.split-content.checkout-left {
  flex-grow: 1;
}

.split-content.checkout-right {
  flex-grow: 1;
  position: static;
}

.split-content.header-right {
  align-items: center;
  height: 200.266px;
  display: flex;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: var(--neutral-400);
  font-size: 20px;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

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

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  width: auto;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  font-weight: 500;
}

.apple-pay {
  height: 65px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--bg-neutral-100);
  font-weight: 500;
}

.order-summary-total {
  color: var(--bg-neutral-100);
  font-size: 20px;
}

.discounts {
  background-color: var(--bg-cards);
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  color: var(--bg-neutral-100);
  max-width: 550px;
}

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

.cart-button {
  background-color: #0000;
  padding: 0;
  transition: opacity .35s, color .35s;
}

.cart-button:hover {
  opacity: .6;
  color: var(--bg-neutral-100);
}

.cart-quantity {
  color: var(--bg-neutral-100);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.cart-container {
  background-color: var(--bg-cards);
  max-width: 500px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  transition: transform .35s;
  overflow: hidden;
  transform: translate(0);
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.style-guide-subheader-title {
  color: var(--bg-neutral-100);
  margin-bottom: 0;
}

.header-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr;
  align-items: center;
  width: 100%;
}

.nav-menu-wrapper {
  align-items: center;
  margin-left: 32px;
  display: flex;
}

.brand-logo {
  width: 200px;
  transition: opacity .35s, color .35s;
}

.brand-logo:hover {
  opacity: .4;
}

.dropdown-toggle {
  color: var(--neutral-300);
  padding: 0;
  transition: opacity .35s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .6;
}

.video-link-container {
  text-decoration: none;
  display: flex;
}

._2-buttons-container {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.bg-overlay {
  z-index: 0;
  background-color: var(--neutral-800);
  background-image: url('../images/LAAMP-Beats-Image.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-overlay.video-gradient {
  background-color: #0000;
  background-image: linear-gradient(#000000b0, #000000bf 65%, #000);
  border-radius: 6px;
  display: block;
}

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

._2-columns-grid.top-header {
  grid-column-gap: 56px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

._2-columns-grid.top-header.upcoming-events, ._2-columns-grid.top-header.more-albums {
  align-items: center;
}

._2-columns-grid.watch-our-concerts {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  margin-top: 58px;
}

._2-columns-grid.product-grid-hero {
  grid-column-gap: 84px;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

._2-columns-grid.posts {
  grid-row-gap: 48px;
}

._2-columns-grid.contact-hero {
  grid-column-gap: 88px;
  grid-template-columns: .4fr 1fr;
  margin-top: 80px;
  position: relative;
}

._2-columns-grid.our-latest-album-home {
  grid-column-gap: 70px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.play-button {
  margin-right: 12px;
  font-family: Icons Font, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.home-album-cover-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.album-cover-top {
  z-index: 2;
  border-radius: 200px;
  width: 50%;
  height: 108.626%;
  position: relative;
  transform: rotate(-10deg);
  box-shadow: 0 4px 20px #00000040;
}

.album-cover-middle {
  z-index: 1;
  border-radius: 20px;
  width: 80%;
  position: absolute;
}

.album-cover-bottom {
  border-radius: 20px;
  max-width: 100vw;
  position: absolute;
}

.big-text-bg {
  z-index: -1;
  opacity: .3;
  color: var(--neutral-700);
  text-transform: uppercase;
  font-size: 220px;
  font-weight: 900;
  line-height: 190px;
  position: absolute;
}

.big-text-bg.music {
  z-index: -1;
  color: #0f0f11;
  font-size: 200px;
  line-height: 220px;
  display: none;
  inset: 11% -2% auto auto;
}

.big-text-bg.shows {
  inset: 6% auto auto -6%;
}

.big-text-bg.about-us {
  text-align: center;
  top: 6%;
  left: 0%;
  right: 0%;
}

.big-text-bg.watch-us {
  inset: 22% -6% auto auto;
}

.big-text-bg.follow-us {
  text-align: center;
  top: 14%;
  left: 0%;
  right: 0%;
}

.big-text-bg.about-page {
  inset: 14% -7% auto auto;
}

.big-text-bg.our-story {
  text-align: center;
  inset: 16% 0% auto;
}

.big-text-bg.timeline {
  text-align: center;
  inset: 6% 0% auto -28%;
}

.big-text-bg.the-band {
  line-height: 200px;
  inset: 2% -8% auto auto;
}

.big-text-bg.events {
  inset: 43% auto auto -4%;
}

.big-text-bg.albums {
  inset: 7% auto auto 0%;
}

.big-text-bg.tracks {
  inset: 4% -7% auto auto;
}

.big-text-bg.merch {
  inset: 7% auto auto 0%;
}

.big-text-bg.blog {
  z-index: -1;
  position: absolute;
  inset: 12% auto auto 3%;
}

.top-header {
  margin-bottom: 52px;
}

.about-images-container-home {
  justify-content: space-between;
  align-items: center;
  margin-top: 88px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.about-image-home-one {
  border-radius: 8px;
  width: 80%;
}

.about-image-home-two {
  border-radius: 8px;
  width: 100%;
  max-width: 42%;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 144px #000000e6;
}

.container-medium-680px {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-680px.author {
  background-color: var(--neutral-700);
  border-radius: 8px;
  padding: 47px 56px;
}

.container-medium-680px.no-border.hide, .container-medium-680px.hide {
  display: block;
}

.video-text-container {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 54px;
  left: 40px;
}

.video-text-container.small {
  bottom: 24px;
  left: 20px;
}

.video-container {
  border-radius: 6px;
  align-items: center;
  display: flex;
  position: relative;
}

.video-title {
  margin-bottom: 8px;
  font-size: 44px;
  line-height: 50px;
}

.video-title.small {
  letter-spacing: .04em;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}

.video-sub-text {
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.video-sub-text.small {
  font-size: 12px;
  line-height: 14px;
}

.video-text-wrapper {
  margin-left: 24px;
  display: none;
}

.video-text-wrapper.small {
  margin-left: 12px;
}

.video-icon {
  opacity: .36;
  width: 7%;
  transition: transform .35s;
  position: absolute;
}

.video-icon:hover {
  transform: scale(.84);
}

.video-icon.small {
  width: 48px;
}

.video-image {
  border-radius: 6px;
}

.grid-instagram {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 2.1fr 1fr;
  margin-top: 54px;
}

.instagram-image-container {
  border-radius: 6px;
  transition: transform .35s, opacity .35s, color .35s;
  transform: translate(0);
}

.instagram-image-container:hover {
  opacity: .6;
  transform: scale(.92)translate(0);
}

.instagram-image {
  border-radius: 6px;
}

.footer-top {
  grid-column-gap: 80px;
  border-bottom: 1px solid var(--neutral-600);
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-middle {
  grid-column-gap: 72px;
  border-bottom: 1px solid var(--neutral-600);
  grid-template-rows: auto;
  grid-template-columns: .6fr .44fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-bottom {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-social-media {
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-social-media.bottom {
  justify-content: flex-end;
}

.footer-social-media-item {
  margin-right: 40px;
}

.footer-social-media-item.bottom {
  margin-left: 23px;
  margin-right: 0;
}

.social-icon {
  font-family: Icons Font, sans-serif;
  font-style: normal;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.social-icon:hover {
  opacity: .6;
  color: var(--bg-neutral-100);
}

.social-icon.spotify {
  font-size: 24px;
}

.social-icon.spotify.big {
  font-size: 32px;
}

.social-icon.spotify.album {
  margin-right: 24px;
}

.social-icon.apple-music {
  font-size: 24px;
}

.social-icon.apple-music.big {
  font-size: 30px;
}

.social-icon.apple-music.album {
  margin-right: 24px;
}

.social-icon.youtube {
  font-size: 22px;
}

.social-icon.youtube.big {
  font-size: 28px;
}

.social-icon.youtube.album {
  margin-right: 24px;
}

.social-icon.youtube.author {
  margin-left: 20px;
}

.social-icon.tidal {
  font-size: 22px;
}

.social-icon.tidal.big {
  font-size: 27px;
}

.social-icon.tidal.album {
  margin-right: 32px;
}

.social-icon.facebook, .social-icon.instagram {
  font-size: 24px;
}

.social-icon.instagram.author {
  margin-left: 20px;
}

.social-icon.sound-cloud.big {
  font-size: 24px;
}

.footer-social-subtitle {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.footer-nav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-list.columns-1 {
  margin-right: 58px;
}

.menu-nav-list-item {
  margin-bottom: 16px;
}

.menu-nav-list-link {
  color: var(--neutral-400);
  text-decoration: none;
}

.menu-nav-list-link:hover {
  color: var(--neutral-600);
}

.menu-title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.menu-title.dropdown {
  margin-bottom: 27px;
  font-size: 16px;
}

.menu-list-container {
  display: flex;
}

.upcoming-concert-item {
  border-bottom: 1px solid var(--neutral-700);
  color: var(--neutral-200);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.upcoming-concert-item:hover {
  color: var(--neutral-200);
}

.upcoming-concert-item.top {
  color: var(--neutral-200);
  padding-top: 0;
}

.upcoming-concert-link {
  display: flex;
}

.upcoming-concert-date {
  color: var(--neutral-400);
  margin-right: 36px;
}

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

.slider-mask {
  max-width: 390px;
  overflow: visible;
}

.slider-item {
  margin-right: 26px;
}

.link-arrow-container {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-arrow-container.mg-top-40px {
  outline-offset: 0px;
  color: #fff;
  border: 1px solid #d50201;
  border-radius: 20px;
  outline: 1px solid #d50201;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-card-text-container {
  width: 100%;
  padding: 46px 30px;
}

.event-date {
  color: var(--bg-neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.event-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 500px;
}

.event-paragraph {
  color: var(--neutral-400);
  display: none;
}

.slider-arrow {
  background-color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: transform .35s, background-color .35s;
}

.slider-arrow:hover {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-700);
  transform: scale3d(.9, .9, 1.01);
}

.slider-arrow.arrow-left {
  inset: -12% 84px auto auto;
}

.slider-arrow.arrow-right {
  inset: -12% 0% auto auto;
}

.grid-about-hero {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  position: relative;
}

.about-hero-texto-container {
  max-width: 580px;
  position: absolute;
  inset: auto 0% auto auto;
}

.how-we-started-grid {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  margin-top: 60px;
}

.our-story-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  align-items: center;
}

.our-story-images-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.our-story-image-one {
  max-width: 190px;
  margin-right: 32px;
}

.our-story-image-two {
  max-width: 280px;
}

.our-timeline-grid {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  align-items: start;
  margin-top: 72px;
}

.our-story-card {
  background-color: var(--bg-cards);
  border-radius: 8px;
  padding: 48px;
}

.our-story-card.two {
  margin-top: 76px;
}

.our-story-card.four, .our-story-card.six {
  margin-top: 65px;
}

.our-timeline-date {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 18px;
}

.our-timeline-paragraph {
  color: var(--neutral-400);
}

.our-team-grid {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-member-photo-container {
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.team-member-photo-container.blog-post {
  width: 90px;
  margin-right: 20px;
}

.team-member-name {
  margin-top: 32px;
  margin-bottom: 10px;
}

.team-member-role {
  color: var(--bg-neutral-100);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}

.team-member-description {
  color: var(--neutral-400);
  margin-top: 26px;
}

.team-member-photo {
  transform: translate(0px, 0px) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50%;
}

.tabs-menu-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-link {
  background-color: var(--neutral-600);
  color: var(--neutral-300);
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 28px;
  line-height: 20px;
  transition: background-color .45s, color .45s;
}

.tab-link:hover {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
}

.tab-link.w--current {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
  font-weight: 700;
}

._3-columns-grid {
  grid-column-gap: 26px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

.tabs-content.product {
  background-color: var(--neutral-700);
  border-radius: 12px;
  max-width: 858px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 104px 84px;
}

._1-column-grid {
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._1-column-grid.albums {
  margin-top: 30px;
}

.album-container {
  align-items: center;
}

.album-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.album-date {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 24px;
}

.album-title {
  margin-bottom: 0;
}

.album-bottom-details {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.music-icons-container {
  margin-top: 0;
}

.music-icons-container.single-track {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.album-cover {
  border-radius: 12px;
  transition: transform .35s;
}

.album-cover:hover {
  transform: scale(.96);
}

.album-tracks-container {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.album-track-single-grid {
  grid-column-gap: 24px;
  border-bottom: 1px solid var(--neutral-700);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.2fr 1.2fr 1fr;
  padding-bottom: 46px;
}

.album-track-single-grid.single {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.album-track-title {
  color: var(--neutral-400);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}

.mini-album-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-20px {
  color: var(--bg-neutral-100);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.mini-album {
  max-width: 58px;
  margin-right: 18px;
}

.album-card {
  text-decoration: none;
}

.album-card-title {
  margin-top: 40px;
  margin-bottom: 14px;
}

.album-card-subtext {
  color: var(--neutral-400);
}

.album-card-image-container {
  border-radius: 6px;
  overflow: hidden;
  transform: translate(0);
}

.arrow-card-link-container {
  color: var(--bg-neutral-100);
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.arrow-card-link-container.albums {
  margin-top: 40px;
}

.arrow-card-link-container.blog-post {
  margin-bottom: 0;
}

.arrow-card-link-container.link {
  margin-bottom: 0;
  text-decoration: none;
}

.arrow {
  margin-left: 14px;
  font-family: Icons Font, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.arrow.blog-post {
  margin-left: 0;
  margin-right: 14px;
  transform: rotate(-180deg);
}

.product-card {
  background-color: var(--bg-cards);
  border-radius: 8px;
  text-decoration: none;
  transform: translate(0);
}

.product-card-image-container {
  color: #f39005;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  transform: translate(0);
}

.product-card-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 300px;
  height: 300px;
  transform: translate(0);
}

.arrow-link-container {
  align-items: center;
  display: flex;
}

.product-card-bottom-details {
  color: var(--bg-neutral-100);
  justify-content: space-between;
  margin-top: 36px;
  display: flex;
}

.product-card-details {
  padding: 38px 24px 46px;
}

.product-card-paragraph {
  color: var(--neutral-400);
}

.dual-heading {
  justify-content: center;
  display: flex;
}

.product-pricing {
  color: var(--bg-neutral-100);
  margin-top: 32px;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

.product-add-to-cart {
  margin-top: 32px;
}

.select {
  color: var(--bg-neutral-100);
  background-color: #0000;
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.select.checkout {
  font-size: 18px;
}

.select-container {
  background-color: var(--neutral-700);
  border-radius: 12px;
  align-items: center;
  height: 86px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .35s;
  display: flex;
}

.select-container:hover {
  background-color: var(--neutral-600);
}

.select-container.checkout {
  height: 60px;
}

.product-image {
  border-radius: 6px;
}

.rich-text {
  color: var(--neutral-400);
}

.rich-text p {
  margin-bottom: 25px;
}

.rich-text li {
  margin-bottom: 8px;
}

.rich-text h4 {
  margin-top: 40px;
}

.rich-text h2 {
  margin-top: 24px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 40px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.empty-state {
  background-color: var(--bg-cards);
  text-align: center;
  border-radius: 8px;
  padding: 34px 35px;
  font-size: 22px;
  line-height: 32px;
}

.empty-state.small {
  font-size: 18px;
  line-height: 26px;
}

.empty-state.cart {
  flex-direction: column;
  font-size: 20px;
}

.top-posts-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  margin-top: 64px;
}

.blog-card-image-container {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-container.featured-top {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 34px;
}

.blog-card-image {
  border-radius: 6px 6px 0 0;
}

.blog-card-image.top {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.blog-card-text-top {
  background-color: var(--bg-cards);
  border-radius: 12px;
  padding: 42px 44px;
}

.blog-card-text-top.featured {
  max-width: none;
  margin-top: 224px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-card-link-container {
  text-decoration: none;
}

.blog-card-link-container.featured {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  max-width: 100%;
  display: flex;
  position: relative;
}

.blog-card-details {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.blog-card-details.small {
  margin-top: 24px;
}

.blog-card-date {
  color: var(--neutral-400);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.blog-featured-side-wrapper {
  border-bottom: 1px solid var(--neutral-600);
  padding-top: 37px;
  padding-bottom: 37px;
}

.blog-featured-side-wrapper:first-child {
  padding-top: 0;
}

.blog-featured-side-wrapper:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.blog-categories-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.category-badge {
  background-color: var(--neutral-600);
  border-radius: 12px;
  margin-left: 32px;
  padding: 20px 26px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: inline-block;
}

.category-badge:hover {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
}

.category-badge.w--current {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
  font-weight: 700;
}

.category-badge.blog-post {
  background-color: var(--bg-neutral-100);
  color: var(--neutral-800);
  margin-left: 0;
  margin-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.category-badge.blog-post:hover {
  background-color: var(--neutral-600);
  color: var(--bg-neutral-100);
}

.blog-category-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-card-container {
  background-color: var(--bg-cards);
  border-radius: 12px;
  text-decoration: none;
  transform: translate(0);
}

.blog-card-text-wrapper {
  padding: 46px 35px 58px;
}

.blog-card-paragraph {
  color: var(--neutral-300);
}

.blog-post-image {
  border-radius: 8px;
}

.container-blog-post {
  max-width: 804px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.blog-post-details {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.card {
  background-color: var(--neutral-700);
  border-radius: 8px;
  padding: 56px 104px;
}

.blog-post-author-card-details {
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.blog-post-author-details {
  align-items: center;
  text-decoration: none;
  transition: opacity .35s, color .35s;
  display: flex;
}

.blog-post-author-name {
  margin-bottom: 2px;
}

.blog-post-author-role {
  color: var(--neutral-400);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.blog-post-author-blog {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-container-blog-post {
  max-width: 140px;
  margin-bottom: 32px;
}

.form-container {
  background-color: var(--bg-cards);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 68px 44px;
  display: flex;
}

.grid-form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.text-area {
  border: 1px solid var(--neutral-600);
  background-color: var(--bg-cards);
  color: var(--neutral-600);
  border-radius: 6px;
  min-height: 160px;
  padding: 14px 24px;
  font-size: 18px;
  transition: border-color .35s;
}

.text-area:hover {
  border-color: var(--bg-neutral-100);
}

.text-area:focus {
  border-color: var(--bg-neutral-100);
  color: var(--bg-neutral-100);
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 84px;
}

.link-color-400 {
  color: var(--neutral-400);
}

.contact-page-image {
  z-index: -1;
  max-width: 910px;
  position: absolute;
  inset: auto auto -214px 0%;
}

.arrow-icon {
  font-family: Icons Font, sans-serif;
  text-decoration: none;
}

.arrow-icon.small {
  color: #d50201;
  font-size: 20px;
  font-weight: 400;
}

.arrow-icon.small.blog-post {
  margin-left: 14px;
}

.arrow-icon.small {
  font-size: 12px;
}

.arrow-link-text {
  color: #d50201;
  margin-right: 12px;
  font-size: 24px;
  font-weight: 900;
}

.dropdown-submenu-container {
  background-color: var(--bg-cards);
  border-radius: 6px;
  min-width: 640px;
  padding: 40px 42px;
  top: 50px;
}

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

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

.cart-header {
  border-bottom-color: var(--neutral-700);
}

.cart-close-icon {
  filter: brightness(200%);
  color: var(--bg-neutral-100);
  transition: opacity .35s, color .35s;
}

.cart-close-icon:hover {
  opacity: .4;
}

.cart-image {
  border-radius: 3px;
}

.cart-input {
  border-width: 1px;
  border-color: var(--neutral-600);
  background-color: var(--neutral-700);
  border-radius: 6px;
  height: 46px;
}

.paypal-cart {
  margin-top: 22px;
  margin-bottom: 20px;
}

.cart-footer {
  border-top-color: var(--neutral-700);
  padding-top: 40px;
}

.cart-form-wrapper {
  padding-top: 26px;
  padding-bottom: 26px;
}

.cart-list {
  padding-left: 27px;
  padding-right: 27px;
}

.error-state {
  color: var(--bg-neutral-100);
  text-align: center;
  background-color: #ff3030;
  border-radius: 6px;
  margin-top: 24px;
  padding: 18px 24px;
}

.success-message {
  background-color: var(--neutral-700);
  min-height: 400px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.success-message.contact-form {
  min-height: auto;
  padding-left: 35px;
  padding-right: 40px;
}

.team-member-container-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author-image-photo-container {
  background-color: var(--neutral-500);
  border-radius: 50%;
  max-width: 150px;
  margin-right: 28px;
  overflow: hidden;
}

.author-name {
  margin-top: 0;
  margin-bottom: 4px;
}

.author-role {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 22px;
}

.author-top-container {
  align-items: center;
  display: flex;
}

.succes-message-title {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.succes-message-paragraph {
  color: var(--neutral-400);
}

.succes-message-inner {
  height: 100%;
}

.album-title-link-container {
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.album-title-link-container:hover {
  opacity: .4;
}

.arrow-dropdown {
  margin-left: 12px;
}

.heading-size-h3 {
  color: var(--bg-neutral-100);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

.heading-size-h4 {
  letter-spacing: .05em;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.laamp-hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  max-width: 50%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-43 {
  color: #f39005;
  text-align: center;
  margin-bottom: 0;
}

.margin-bottom-24px-2 {
  color: #f39005;
  margin-bottom: 24px;
  font-size: 24px;
}

.background-video {
  background-color: #16121acf;
  height: auto;
}

.div-block-58 {
  text-align: center;
}

.heading-57 {
  color: #f7800a;
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.bold-text-26 {
  color: #f39005;
  margin-top: 40px;
  display: flex;
}

.button-26 {
  color: #f39005;
  background-color: #0000;
  border: 5px solid #f39005;
  border-radius: 30px;
  margin-top: 400px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.margin-bottom-24px-5 {
  color: #f39005;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
}

.hero-heading-right-3 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-5 {
  color: #f39005;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 5px solid #f39005;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-59 {
  color: #f39005;
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.button-27 {
  color: #f39005;
  background-color: #0000;
  font-size: 28px;
}

.shadow-two-3 {
  width: 350px;
  box-shadow: 0 4px 24px #96a3b514;
}

.laamp-sessions {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-46 {
  color: #f39005;
  font-family: Exo, sans-serif;
  font-size: 40px;
}

.margin-bottom-24px-3 {
  color: #f39005;
  text-align: left;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.html-embed-10 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-60 {
  text-align: center;
}

.image-2 {
  width: 540px;
  height: 320px;
}

.video {
  margin-top: 20px;
}

.button-primary-3 {
  color: #f39005;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 5px solid #f39005;
  margin-top: 40px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.laamp-apply {
  text-align: left;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-62 {
  color: #f39005;
  font-size: 50px;
}

.heading-63 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-63.centered {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 60% 0% auto;
}

.heading-68, .heading-69 {
  color: #f39005;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-61 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text-28 {
  color: var(--bg-neutral-100);
}

.hero-heading-right {
  color: var(--bg-neutral-100);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1843f0;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

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

.video-section {
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.heading-34 {
  color: #fffdfd;
  text-align: center;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

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

.collection-item-3 {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.empty-state-2 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-block-14 {
  color: #5d24ff;
}

.big-text-bg-2 {
  z-index: -1;
  opacity: .3;
  color: #37373d;
  text-transform: uppercase;
  font-size: 220px;
  font-weight: 900;
  line-height: 190px;
  position: absolute;
}

.big-text-bg-2.music {
  z-index: -1;
  font-size: 200px;
  line-height: 220px;
  display: none;
  inset: 11% -2% auto auto;
}

.heading-73 {
  color: var(--bg-neutral-100);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.paragraph-large-2 {
  color: #d8830c;
  font-size: 28px;
  line-height: 34px;
  display: block;
}

.button-primary-7 {
  color: #1b1b1f;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: color .35s, transform .3s, background-color .3s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #626267;
  transform: scale(.94);
}

.container-28 {
  height: 100px;
}

.heading-74 {
  color: #fffdfd;
  text-align: center;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.photos-section {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-12 {
  display: flex;
}

.gallery-dyn-list-3 {
  column-count: 3;
  flex-wrap: wrap;
  width: 100vw;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item-3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
  display: flex;
}

.gallery-item-3:hover {
  opacity: .65;
}

.gallery-image-wrapper-2 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.text-block-36 {
  color: #5d24ff;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.section-3 {
  display: block;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.audio {
  margin-top: 20px;
}

.filmmaking-videos {
  margin-top: 20px;
  display: flex;
}

.container-30 {
  height: 200px;
}

.body-3 {
  background-image: linear-gradient(#010320, #010320);
}

.clonable-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 79px;
  display: block;
}

.heading {
  margin-bottom: 4.4rem;
}

.gallery-dyn-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100vw;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.gallery-item {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .3s;
  display: flex;
}

.gallery-item:hover {
  opacity: .65;
}

.gallery-image-wrapper {
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

.heading-76 {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
}

.section-4, .video-3, .video-4 {
  display: none;
}

.heading-78 {
  text-align: center;
  font-size: 50px;
}

.heading-79, .lightbox-link {
  display: none;
}

.collection-list-4 {
  display: flex;
}

.collection-item-4 {
  align-items: center;
  display: flex;
}

.app-navigation {
  z-index: 95;
  background-color: #47474733;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 20px;
}

.app-navigation.frosted-glass {
  background-color: #171811b8;
  flex-wrap: nowrap;
  width: 640px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: scroll;
}

.app-nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: none;
  color: #2b2b2b;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-style: normal;
  text-decoration: none;
  transition: filter .2s, opacity .2s;
  display: flex;
}

.app-nav-link:hover {
  z-index: 1;
  opacity: .6;
}

.app-nav-link:active {
  opacity: 1;
  filter: none;
}

.app-nav-link:focus, .app-nav-link:visited {
  filter: none;
}

.app-nav-link.w--current {
  opacity: .6;
  color: #e0e0e0;
}

.app-nav-link.w--current:active {
  filter: none;
}

.footer-nav-icon {
  width: 27px;
}

.footer-nav-text {
  color: #f9fbfd;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.collection-list-wrapper-14 {
  justify-content: center;
  display: flex;
}

.image-3 {
  mix-blend-mode: normal;
  width: 120%;
  max-width: 120%;
  box-shadow: 0 2px 9px 12px #0003;
}

.div-block-62 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-4 {
  position: relative;
  inset: -50px auto auto;
}

.image-6 {
  margin-bottom: 20px;
}

.lightbox-link-2 {
  display: none;
}

.div-block-63 {
  width: 940px;
}

.heading-80 {
  text-align: center;
  margin-left: 10px;
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.heading-81 {
  text-align: center;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
}

.section-hide {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.navbar-logo-left {
  height: 60px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-logo-left-container.shadow-three.hide {
  display: none;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--bg-neutral-100);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.black, .nav-link-2.black.hide {
  display: inline-block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--neutral-300);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-8 {
  background-color: var(--neutral-700);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #f8f3f3;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.text-block-37 {
  color: var(--neutral-300);
}

.section-5 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.section-5.hide {
  display: block;
}

.div-block-64 {
  min-height: 0;
}

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

.list-item {
  display: flex;
}

.image-7 {
  margin-right: 20px;
  display: none;
  position: static;
  inset: auto auto 35% 10%;
  box-shadow: 0 2px 5px #0003;
}

.heading-82 {
  text-shadow: 0 2px 2px #000000f0;
  margin-bottom: 0;
  display: none;
  position: static;
  inset: auto auto 30% 20%;
}

.div-block-65 {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 36% 20%;
}

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

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.track {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 500px;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: #ffffff0d;
}

.true-media-player-track {
  display: none;
}

.track-thumbnail {
  background-image: url('../images/MPB-LOGO-256.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 50px;
  display: none;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.track-genre {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.track-number {
  color: #ffffff80;
  margin-right: 20px;
  font-size: .875rem;
  line-height: 1;
  display: none;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.tracklist {
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example-wrapper.example-one {
  flex-flow: column;
}

.example-wrapper.example-three {
  width: 540px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.track-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.thumbnail {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.main-media-player {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.pause-button-icon {
  width: 11px;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title-2.truncate {
  color: #fffffff2;
  font-weight: 600;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.genre {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: none;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.track-item-2 {
  display: flex;
}

.main-media-player-2 {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.thumbnail-2 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.genre-2 {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.section-7 {
  height: 200px;
}

.preloader {
  z-index: 3000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  background-color: #b81c1c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .75rem;
}

.success-message-2 {
  color: #111;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
}

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

.section-9 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-9.book-class-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-9.book-class-page.hide {
  display: none;
}

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

.submit-button {
  color: #fff;
  background-color: #111;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #333;
}

.book-class-form-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.3em;
}

.lottie-animation {
  max-width: 60px;
  max-height: 60px;
}

.text-field-2 {
  border: 1px solid #707070;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 12px 20px;
  line-height: 1;
}

.text-field-2:hover {
  border-color: #000;
}

.text-field-2:focus {
  border-color: #111;
}

.text-field-2::placeholder {
  color: #727272;
  line-height: 1;
}

.link-in-checkbox-label {
  color: #fff;
}

.checkbox-label-3 {
  margin-bottom: 0;
  line-height: 1.5;
}

.book-class-wrapper {
  z-index: 10;
  color: #fffc;
  background-color: #797e8e80;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px #00000059;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container-3.book-class-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-3 {
  border-color: #727272;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-3.w--redirected-checked {
  background-color: #111;
  border-color: #111;
}

.checkbox-3.w--redirected-focus {
  border-color: #111;
  box-shadow: 0 0 3px 1px #ffffff1a;
}

.video-5 {
  width: 500px;
}

.div-block-67 {
  width: 940px;
}

.section-10 {
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.video-6 {
  width: 100%;
}

.vertical-videos {
  padding-left: 20px;
  padding-right: 20px;
}

.vertical-videos.live {
  flex-flow: column;
  display: flex;
}

.heading-83 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4em;
}

.container-51 {
  max-width: 1140px;
}

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

.div-block-36 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  position: relative;
  bottom: 100px;
}

.heading-5.background-blk {
  font-family: Red Hat Display, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-89 {
  display: flex;
}

.collection-list-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-5.socialks {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.collection-list-5.socialks.centered {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.collection-item-social {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.social-link-dark {
  color: #f8faff;
  background-color: #0e0f14;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #000;
}

.social-icon-2 {
  width: 25px;
  height: 25px;
}

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

.heading-84 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  display: none;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.rich-text-block._20-border {
  width: 100%;
}

.paragraph-2 {
  font-size: 14px;
}

.heading-85 {
  text-align: center;
  font-size: 44px;
}

.paragraph-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-9 {
  position: relative;
  bottom: 375px;
  left: 540px;
}

.link-block {
  width: 100vw;
  height: 100vh;
}

.heading-86, .heading-87 {
  font-size: 30px;
}

.heading-88 {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.div-block-90 {
  width: 1060px;
  height: 1920px;
  position: relative;
  inset: 0%;
}

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

.body-4 {
  height: auto;
}

.div-block-91 {
  background-color: var(--neutral-800);
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-28 {
  background-color: var(--neutral-800);
  border: 1px solid #fcf7f7;
  border-radius: 20px;
  position: relative;
}

.div-block-92 {
  width: 1080px;
}

.button-secondary-2 {
  color: #151515;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #b9b9b9;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #ed5521;
  border-color: #ed5521;
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary-2.white-button {
  color: #fff;
  text-shadow: 1px 1px #000;
  border-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.button-secondary-2.white-button:hover {
  border-color: #ed5521;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #514f55;
  border: 1px solid #fff;
  padding: 24px 44px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-2:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.number {
  margin-bottom: 30px;
  font-size: 1.6em;
  display: none;
}

.container-default-8 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-8.home-hero {
  z-index: 1;
  position: relative;
}

.s-scroll-bg-img {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img.is-2 {
  z-index: 1;
  background-image: url('../images/MiPB-at-Dreamland-bw.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  position: static;
  inset: 0%;
}

.s-scroll-bg-img.is-2._2 {
  background-image: url('../images/Mirrored-Pictures-at-The-Mint.jpg');
  background-position: 0 0;
  background-size: cover;
}

.design-letter {
  color: #ff5100;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.button-row-last {
  margin-bottom: 26px;
}

.content-top {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.content-heading-wrapper {
  display: none;
  overflow: hidden;
}

.heading-148 {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  line-height: 1.3;
}

.content-main {
  margin-top: 300px;
  position: relative;
}

.home-hero-wrapper-2 {
  max-width: 500px;
}

.s-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1000px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-row-first {
  margin-bottom: 26px;
  margin-right: 26px;
}

.button-row-2 {
  flex-wrap: wrap;
  margin-bottom: -26px;
  display: flex;
}

.content-top-left {
  background-image: url('../images/MPB-LOGO-256.png');
  background-position: 0 0;
  background-size: cover;
}

.content-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: static;
  inset: auto 0% 25%;
}

.background-video-3 {
  position: static;
}

.video-8 {
  width: 1080px;
  height: 1920px;
  position: relative;
}

.section-12 {
  height: 500px;
}

.lightbox-link-4 {
  position: absolute;
  inset: 0%;
}

.image-14 {
  opacity: 1;
  background-color: #2a2a30;
  background-image: url('../images/MiPB-at-Dreamland-bw.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-93 {
  position: relative;
  inset: -200px 50px auto 35%;
}

.div-block-95 {
  margin-top: 100px;
  display: block;
}

.image-16 {
  position: absolute;
  inset: 25% auto auto 46%;
}

.image-19 {
  max-width: none;
  position: absolute;
  inset: 49% 48% auto auto;
}

.div-block-96 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.background-video-8 {
  position: absolute;
  inset: 0%;
}

.link-7 {
  margin-left: 32px;
}

.div-block-98 {
  position: absolute;
  inset: 35% auto auto 52%;
}

.link-block-2 {
  display: none;
}

.link-block-2.w--current {
  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;
  display: flex;
  overflow: visible;
}

.section-13 {
  position: absolute;
  inset: 0% 0% auto;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.true-media-player-single-track {
  display: none;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-details-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.sp-artist-name-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title-wrapper-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
  display: none;
}

.sp-track-wrapper.share.landscape {
  background-color: #fff0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.main-media-player-3 {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.main-media-player-3.hide {
  display: none;
}

.main-media-player-3.show {
  display: block;
  position: sticky;
}

.genre-3 {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.thumbnail-3 {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.media-player-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.div-block-99 {
  display: none;
}

.s-scroll-2 {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.s-scroll-2.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-scroll-2._100-ht {
  height: auto;
}

.content-heading-wrapper-2 {
  display: flex;
  overflow: hidden;
}

.paragraph-4 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.s-scroll-bg-img-2 {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img-2.is-2 {
  z-index: 1;
  background-image: url('../images/bg-2.jpg');
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-2.is-1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-2.is-3 {
  z-index: 1;
  background-image: linear-gradient(#0003, #0003), url('../images/bg-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.interaction-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-top-right {
  max-width: 400px;
  font-size: 14px;
  line-height: 2em;
  display: none;
}

.social-wrapper {
  justify-content: space-between;
  width: 200px;
  margin-top: 30px;
  display: flex;
}

.heading-149 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1.2em;
}

.image-20 {
  width: 75px;
}

.number-2 {
  margin-bottom: 30px;
  font-size: 1.6em;
}

.transition-block {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.design-letter-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-top-2 {
  z-index: 2;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dev-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-bottom-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.link {
  color: #c6ae94;
}

.content-heading-wrapper-3 {
  display: flex;
  overflow: hidden;
}

.paragraph-5 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.s-scroll-bg-img-3 {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img-3.is-2 {
  z-index: 1;
  background-image: url('../images/Ben-2.jpg');
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-1 {
  z-index: 1;
  background-image: url('../images/IMG_4476.jpg');
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-1._2 {
  background-image: url('../images/IMG_4478.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s-scroll-bg-img-3.is-1._2.brett {
  background-image: url('../images/IMG_4476.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s-scroll-bg-img-3.is-3 {
  z-index: 1;
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_4475.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-3.brett {
  background-image: linear-gradient(#0000, #0000), url('../images/Zack-2.jpg');
}

.s-scroll-bg-img-3.is-2 {
  z-index: 1;
  background-image: url('../images/IMG_4519.jpg');
  background-position: 50% 15%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-1 {
  z-index: 1;
  background-image: url('../images/IMG_4508.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-3 {
  z-index: 1;
  background-image: url('../images/IMG_4507.jpg'), linear-gradient(#0003, #0003);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-3.is-3.scroll-4 {
  background-image: url('../images/IMG_4510.jpg'), linear-gradient(#0003, #0003);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.heading-150 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1.2em;
}

.image-21 {
  width: 100px;
}

.number-3 {
  margin-bottom: 30px;
  font-size: 1.6em;
}

.design-letter-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-top-3 {
  z-index: 2;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-bottom-3 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-8 {
  color: #c6ae94;
}

.section-14 {
  height: 1px;
}

.div-block-100 {
  width: 7%;
}

.video-9 {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-3 {
  display: none;
}

.image-22 {
  width: 100px;
  max-width: none;
}

.section-15 {
  align-items: center;
  display: flex;
}

.section-15.color-bg-dark {
  background-color: #1d1524;
  display: flex;
}

.h1 {
  z-index: 2;
  clear: none;
  color: #08030c;
  letter-spacing: -.05em;
  text-transform: uppercase;
  padding: 6px;
  font-size: 9.6em;
  line-height: .7;
  position: relative;
}

.h1.text-purple {
  color: #5d24ff;
  white-space: nowrap;
  line-height: .8;
  display: inline-block;
}

.container-52 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2.78em;
}

.container-52.overflow-hidden {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.display-parabole {
  color: #1d1524;
  text-align: left;
  font-size: .9em;
}

.marquee-wrapper {
  white-space: nowrap;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.paragraph-6.spacing {
  margin-top: -2.78em;
  margin-bottom: .48em;
  margin-left: 2.38em;
  font-size: 1.3em;
}

.paragraph-6.spacing.text-purpple {
  color: #5d24ff;
  text-align: left;
}

.section-16, .section-16.share {
  display: none;
}

.mp-previous {
  cursor: pointer;
  width: 13px;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-track {
  background-color: #050505;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 540px;
  max-width: 540px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

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

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.div-block-13 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.mp-pause, .mp-play {
  cursor: pointer;
  width: 30px;
}

.mp-next {
  cursor: pointer;
  width: 13px;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-track-artist.hide {
  display: none;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

.mp-artist-name {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.mp-artist-name.hide {
  display: none;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

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

.link-9.w--current {
  font-size: 20px;
  font-weight: 500;
}

.section-17 {
  height: 100px;
}

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

.columns-2 {
  margin-bottom: 10px;
}

.paragraph-large-3 {
  font-size: 20px;
  line-height: 34px;
}

.button-primary-9 {
  color: #1b1b1f;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: color .35s, transform .3s, background-color .3s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #626267;
  transform: scale(.94);
}

.button-primary-9._2-buttons {
  margin-right: 32px;
}

._2-buttons-container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.display-2 {
  font-size: 80px;
  line-height: 86px;
}

.bg-overlay-2 {
  z-index: 0;
  background-color: #1b1b1fb3;
  width: 100%;
  height: 100%;
  margin-top: -100px;
  position: absolute;
  inset: 0%;
}

.section-18 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-18.hero-home {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  margin-top: -100px;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}

.big-text-bg-3 {
  z-index: -1;
  opacity: .3;
  color: #37373d;
  text-transform: uppercase;
  font-size: 220px;
  font-weight: 900;
  line-height: 190px;
  position: absolute;
}

.big-text-bg-3.music {
  z-index: -1;
  font-size: 200px;
  line-height: 220px;
  inset: 11% -2% auto auto;
}

.big-text-bg-3.watch-us {
  inset: 22% -6% auto auto;
}

.big-text-bg-3.follow-us {
  text-align: center;
  top: 14%;
  left: 0%;
  right: 0%;
}

.big-text-bg-3.merch {
  inset: 7% auto auto 0%;
}

.big-text-bg-3.tracks {
  inset: 4% -7% auto auto;
}

.big-text-bg-3.events {
  inset: 43% auto auto -4%;
}

.paragraph-large-4 {
  font-size: 20px;
  line-height: 34px;
}

.button-primary-10 {
  color: #1b1b1f;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: color .35s, transform .3s, background-color .3s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #626267;
  transform: scale(.94);
}

.album-cover-top-2 {
  z-index: 2;
  border-radius: 12px;
  width: 80%;
  position: relative;
  transform: rotate(-10deg);
  box-shadow: 0 4px 20px #00000040;
}

.album-cover-middle-2 {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.container-default-9 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.album-cover-bottom-2 {
  border-radius: 20px;
  position: absolute;
}

.section-19 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-19.position-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-19.position-relative._100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-19.position-relative._100.hide, .section-19.position-relative.hide {
  display: none;
}

.home-album-cover-container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-151 {
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.mobile, .image-24 {
  display: none;
}

.paragraph-large-5 {
  font-size: 20px;
  line-height: 34px;
  display: none;
}

.video-icon-2 {
  transition: transform .35s;
}

.video-icon-2:hover {
  transform: scale(.84);
}

.video-icon-2.small {
  width: 48px;
}

.video-text-wrapper-2 {
  margin-left: 24px;
}

.video-text-wrapper-2.small {
  margin-left: 12px;
}

.container-default-10 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.bg-overlay-3 {
  z-index: 0;
  background-color: #1b1b1fb3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-overlay-3.video-gradient {
  opacity: .28;
  background-color: #0000;
  background-image: linear-gradient(#000000b0, #000000bf 65%, #000);
  border-radius: 6px;
}

.section-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-20.position-relative {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.section-20.position-relative._150 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.section-21 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-21.socials {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.section-21.socials.black-background.hide {
  display: none;
}

.container-default-11 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.product-card-image-container-2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.footer-top-2 {
  grid-column-gap: 80px;
  border-bottom: 1px solid #626267;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.upcoming-concert-item-2 {
  color: #f8f8f8;
  border-bottom: 1px solid #37373d;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.upcoming-concert-item-2:hover {
  color: #f8f8f8;
}

.upcoming-concert-item-2.top {
  color: #f8f8f8;
  padding-top: 0;
}

.menu-nav-list-link-2 {
  color: #c4c4c8;
  text-decoration: none;
}

.menu-nav-list-link-2:hover {
  color: #626267;
}

.menu-nav-list-link-2.special {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .35s, color .35s;
  display: inline-block;
}

.menu-nav-list-link-2.special:hover {
  color: #8f8f94;
  border-bottom-color: #8f8f94;
}

.product-card-paragraph-2 {
  color: #c4c4c8;
}

.menu-title-2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.empty-state-4 {
  text-align: center;
  background-color: #28282e;
  border-radius: 8px;
  padding: 34px 35px;
  font-size: 22px;
  line-height: 32px;
}

.social-icon-3 {
  font-family: Icons Font, sans-serif;
  font-style: normal;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.social-icon-3:hover {
  opacity: .6;
  color: #fff;
}

.social-icon-3.sound-cloud.big {
  font-size: 24px;
}

.social-icon-3.tidal {
  font-size: 22px;
}

.social-icon-3.tidal.big {
  font-size: 27px;
}

.social-icon-3.spotify {
  font-size: 24px;
}

.social-icon-3.spotify.big {
  font-size: 32px;
}

.social-icon-3.youtube {
  font-size: 22px;
}

.social-icon-3.youtube.big {
  font-size: 28px;
}

.social-icon-3.instagram, .social-icon-3.apple-music {
  font-size: 24px;
}

.social-icon-3.apple-music.big {
  font-size: 30px;
}

.social-icon-3.facebook {
  font-size: 24px;
}

.container-default-12 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.product-card-2 {
  background-color: #28282e;
  border-radius: 8px;
  text-decoration: none;
  transform: translate(0);
}

.product-card-bottom-details-2 {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 36px;
  display: flex;
}

.footer-2 {
  border-top: 1px solid #37373d;
}

.footer-middle-2 {
  grid-column-gap: 72px;
  border-bottom: 1px solid #626267;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.upcoming-concert-date-2 {
  color: #c4c4c8;
  margin-right: 36px;
}

.heading-size-h3-2 {
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.arrow-link-text-2 {
  margin-right: 12px;
}

._3-columns-grid-2 {
  grid-column-gap: 26px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-22 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-22.hero-inner {
  padding-top: 260px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-22.hero-inner.hide {
  display: none;
}

.music-icons-container-2 {
  margin-top: 16px;
}

.music-icons-container-2.single-track {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon-4 {
  font-family: Icons Font, sans-serif;
  font-style: normal;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.social-icon-4:hover {
  opacity: .6;
  color: #fff;
}

.social-icon-4.tidal {
  font-size: 22px;
}

.social-icon-4.tidal.album {
  margin-right: 32px;
}

.social-icon-4.spotify {
  font-size: 24px;
}

.social-icon-4.spotify.album {
  margin-right: 24px;
}

.social-icon-4.youtube {
  font-size: 22px;
}

.social-icon-4.youtube.album {
  margin-right: 24px;
}

.social-icon-4.apple-music {
  font-size: 24px;
}

.social-icon-4.apple-music.album {
  margin-right: 24px;
}

.album-title-2 {
  margin-bottom: 10px;
}

.album-grid-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.container-default-13 {
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.album-cover-2 {
  border-radius: 12px;
  transition: transform .35s;
}

.album-cover-2:hover {
  transform: scale(.96);
}

.text-uppercase-2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 20px;
}

.section-23 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-23.album-hero-single.no-pad {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.album-bottom-details-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.text-20px-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.album-track-title-2 {
  color: #c4c4c8;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}

.album-tracks-container-2 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.album-track-single-grid-2 {
  grid-column-gap: 24px;
  border-bottom: 1px solid #37373d;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.2fr 1.2fr 1fr;
  padding-bottom: 46px;
}

.album-track-single-grid-2.single {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-24 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-24.position-relative {
  position: relative;
  overflow: hidden;
}

.section-24.position-relative.album-tracks {
  padding-top: 154px;
  padding-bottom: 154px;
}

.section-24.position-relative.album-tracks.no-pad {
  padding-top: 0;
}

.container-53 {
  width: 100%;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.vertical-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-wrapper.hide {
  display: none;
}

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

.instagram-link {
  font-size: 1rem;
  text-decoration: none;
}

.instagram-grid-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.instagram-link-block {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.thumbnail-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.collection-list-wrapper-15 {
  background-color: #000;
}

.event-paragraph-2 {
  color: #c4c4c8;
  font-size: 16px;
}

.tab-link-2 {
  color: #e6e6e8;
  background-color: #626267;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 28px;
  line-height: 20px;
  transition: background-color .45s, color .45s;
}

.tab-link-2:hover {
  color: #1b1b1f;
  background-color: #fff;
}

.tab-link-2.w--current {
  color: #1b1b1f;
  background-color: #fff;
  font-weight: 700;
}

.event-image-2 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

.image-wrapper-2 {
  overflow: hidden;
  transform: translate(0);
}

.event-date-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.card-container-2 {
  background-color: #28282e;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.event-card-text-container-2 {
  padding: 46px 30px 10px;
}

.section-25 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-25.events-tabs {
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.section-26 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-26.hero-inner {
  padding-top: 260px;
  position: relative;
  overflow: hidden;
}

.section-26.hero-inner.events {
  padding-bottom: 0;
}

.div-block-102 {
  background-color: #28282e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.container-54 {
  max-width: 1140px;
}

.event-date-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 16px;
}

.heading-size-h3-3 {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.event-card-text-container-3 {
  padding: 46px 30px;
}

.div-block-103 {
  background-color: var(--bg-cards);
  border-radius: 10px;
  width: 500px;
}

.collection-item-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  width: 100vw;
}

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

.section-27 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.upcoming-concert-date-3 {
  color: #c4c4c8;
  margin-right: 36px;
}

.section-28 {
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.button-30 {
  background-color: var(--bg-cards);
  color: #fff;
  border: 1px solid #a30101;
  border-radius: 20px;
}

.image-25 {
  position: relative;
  left: 500px;
}

.button-31 {
  background-color: var(--neutral-800);
  border: 2px solid #faf4f4;
  border-radius: 20px;
  position: absolute;
  inset: auto auto 5% 43%;
}

.content-heading-wrapper-4 {
  display: flex;
  overflow: hidden;
}

.paragraph-8 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.interaction-letter-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.heading-152 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1.2em;
}

.image-26 {
  width: 75px;
}

.transition-block-2 {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.design-letter-4, .dev-letter-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.content-bottom-4 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-10 {
  color: #c6ae94;
}

.button-32 {
  border: 1px solid var(--bg-neutral-100);
  background-color: var(--bg-cards);
  border-radius: 20px;
  position: static;
  bottom: 250px;
  left: 480px;
}

.text-block-39 {
  margin-bottom: 20px;
}

.background-video-9, .background-video-10, .background-video-11 {
  display: none;
}

.image-28 {
  max-width: 300px;
  display: block;
}

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

.button-primary-11 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #514f55;
  border: 1px solid #fff;
  padding: 24px 44px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-11:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.number-4 {
  margin-bottom: 30px;
  font-size: 1.6em;
  display: none;
}

.container-default-14 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-14.home-hero {
  z-index: 1;
  position: relative;
}

.s-scroll-bg-img-4 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img-4.is-2 {
  z-index: 1;
  background-image: url('../images/IMG_4508.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img-4.is-2.beckett {
  background-position: 50% 0, 50% 0;
}

.s-scroll-bg-img-4.is-2.brett {
  background-image: url('../images/IMG_4510.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.s-scroll-bg-img-4.is-2.ben {
  background-image: url('../images/IMG_4507.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.s-scroll-bg-img-4.is-2.zac {
  background-image: url('../images/IMG_4519.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.design-letter-5 {
  color: #ff5100;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.content-top-4 {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-heading-wrapper-5 {
  display: none;
  overflow: hidden;
}

.heading-154 {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  line-height: 1.3;
}

.content-main-2 {
  margin-top: 300px;
}

.s-scroll-3 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.content-bottom-5 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 25%;
}

.mp-track-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.example-section {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  background-image: radial-gradient(circle at 30%, #4968be, #0000 6%);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mp-example-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.example-2 {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.mp-track-wrapper-2 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.section-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  display: none;
  position: absolute;
  bottom: 300px;
}

.image-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.image-box {
  z-index: 1;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px #00000040;
}

.bold-text-52 {
  font-family: Lato, sans-serif;
}

._2-column-grid-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1199px;
  display: flex;
}

.subheading-4 {
  color: #000;
  text-align: left;
  max-width: none;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.container-55 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 20px;
  position: relative;
}

.text-column-wrap {
  opacity: 1;
  background-color: #0000;
  border: 1px #c4c4c4;
  flex-direction: column;
  flex: 1;
  max-width: none;
  padding: 10px;
  display: flex;
}

.button-37 {
  background-color: #0047ba;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.font-size-3em {
  font-size: 3em;
  line-height: 1;
}

.font-size-3em.font-normal {
  color: #000;
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
}

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

.dots-image {
  position: absolute;
}

.dots-image.top-right {
  inset: -5% -5% auto auto;
}

.dots-image.bottom-left {
  inset: auto auto -5% -5%;
}

.div-block-107 {
  max-width: 640px;
}

.div-block-108 {
  width: 940px;
  margin-top: 10px;
  font-size: 14px;
}

.list-item-2 {
  display: none;
}

.background-video-12 {
  height: 600px;
  display: block;
}

.background-video-13 {
  display: none;
}

.background-video-15 {
  height: 100vh;
  display: none;
}

.background-video-17 {
  height: 100vh;
}

.heading-155 {
  font-size: 30px;
  line-height: 40px;
}

.heading-156 {
  font-size: 44px;
  line-height: 44px;
}

.scroll-arrow-txt-2 {
  float: left;
  clear: none;
  color: #eee;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 5px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.scrolling-collection-wrap-2 {
  display: block;
}

.header-wrapper-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  margin-top: 2%;
  display: flex;
}

.explore-card-link-3 {
  background-color: #5d24ff;
  background-image: url('../images/IMG_6654.JPG');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  font-style: normal;
  display: none;
  position: relative;
}

.explore-img-2 {
  z-index: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: opacity .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.scroll-section-wrapper-4 {
  margin-top: 20px;
  padding-left: 20px;
  display: block;
}

.scroll-arrow-img-4 {
  float: left;
  clear: right;
  filter: invert();
  width: 22px;
  margin-left: .4rem;
  display: block;
  transform: rotate(180deg);
}

.scrolling-top-wrap {
  justify-content: flex-end;
  display: flex;
}

.scrolling-list-5 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  overflow: scroll;
}

.header-column-left {
  width: 70%;
  display: flex;
}

.heading-118 {
  color: #fffdfd;
  padding-left: 10px;
  font-weight: 400;
}

.card-info-wrap-3 {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.feat-explore-item {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin: 15px;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.feat-explore-item.scroll-item {
  grid-column-gap: 0px;
  flex: none;
  width: 200px;
  height: auto;
  margin: 5px 10px 5px 5px;
}

.feat-explore-item.scroll-item:hover {
  transform: scale(1.03);
}

.feat-explore-item.scroll-item:active {
  transform: none;
}

.scroll-arrow-4 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.scrolling-section-3 {
  width: 100vw;
  height: 100%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.app-empty-state {
  color: #fff;
  background-color: #0000;
  padding-left: 37px;
  font-size: .9rem;
}

.explore-card-header-5 {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-color: #0000003b;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.8rem .7rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.header-column-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.sp-title-4 {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  display: none;
}

.text-block-87 {
  display: none;
}

.container-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.example-3 {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: block;
}

.div-block-110 {
  background-color: #3f1d1d0d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-110.hide {
  display: none;
}

.mp-track-wrapper-3 {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.collection-item-13 {
  display: flex;
}

.image-45 {
  max-width: 25px;
}

.div-block-111 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.hide {
  display: none;
}

.list-item-3 {
  display: block;
}

.code-embed {
  width: 100vw;
}

.section-31, .section-32 {
  width: 100%;
}

.section-33 {
  height: 20px;
}

.section-34 {
  width: 100%;
}

.section-34.hide {
  display: block;
}

.code-embed-2 {
  width: 100%;
}

.flex-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  position: relative;
  bottom: 30px;
  left: 0;
}

.heading-170 {
  color: #8f8f94;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  inset: 3% auto auto 1%;
}

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

.section-36 {
  width: 100%;
}

.section-36.hide {
  display: none;
}

.flex-block-4, .code-embed-3 {
  width: 100%;
}

.code-embed-4 {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.video-10 {
  text-decoration: none;
}

.div-block-112 {
  background-color: var(--neutral-700);
  width: 300px;
}

.button-38 {
  background-color: #0012db;
  border-radius: 0;
  margin-top: 10px;
  line-height: 24px;
}

.paragraph-9 {
  font-size: 16px;
}

.image-46 {
  width: 250px;
}

.div-block-113 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.button-primary-18 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-18:active {
  background-color: #43464d;
}

.button-primary-18.hide {
  margin-top: 10px;
}

.italic-text-10 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

.div-block-114 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding-left: 10px;
  display: flex;
  overflow: scroll;
}

.div-block-115 {
  background-color: var(--neutral-400);
  border: 1px solid #000;
  border-radius: 10px;
  width: 300px;
}

.product-card-image-container-3 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.product-card-details-2 {
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  padding: 20px 10px;
  display: flex;
}

.image-47 {
  width: 100%;
}

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

@media screen and (min-width: 1280px) {
  .instagram-link-block {
    height: 180px;
  }

  .flex-block-3 {
    bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1222px;
  }

  .paragraph-large {
    color: #f39005;
    font-size: 20px;
    line-height: 28px;
  }

  .style-guide-content-wrapper {
    padding-left: 68px;
    padding-right: 68px;
  }

  .button-primary {
    background-color: #f39005;
  }

  .button-primary._2-buttons {
    background-color: var(--bg-neutral-100);
  }

  .display-1 {
    color: var(--bg-neutral-100);
  }

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

  .section.position-relative.how-we-started {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.about-hero {
    position: relative;
  }

  .section.short {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .input.checkout {
    height: 60px;
  }

  .container-medium-750px.overlay-content {
    max-width: none;
  }

  .brand-logo {
    width: 188px;
  }

  ._2-columns-grid.our-latest-album-home {
    grid-column-gap: 108px;
    grid-column-gap: 108px;
    grid-template-columns: 1fr 1fr;
  }

  .album-cover-top {
    width: 40%;
  }

  .album-cover-middle {
    width: 80%;
  }

  .big-text-bg {
    font-size: 240px;
  }

  .big-text-bg.music {
    font-size: 240px;
    line-height: 256px;
    right: -5%;
  }

  .big-text-bg.about-us {
    top: 8%;
  }

  .big-text-bg.the-band {
    top: 13%;
  }

  .big-text-bg.events {
    left: 3%;
  }

  .big-text-bg.merch {
    top: 6%;
  }

  .about-image-home-one {
    width: 100%;
    max-width: 1040px;
  }

  .about-image-home-two {
    max-width: 520px;
  }

  .video-container {
    align-items: center;
  }

  .video-sub-text.small {
    font-size: 13px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .menu-title {
    color: var(--bg-neutral-100);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .our-story-image-one {
    max-width: 300px;
  }

  .our-story-image-two {
    max-width: 452px;
  }

  .our-timeline-grid {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
  }

  .team-member-photo-container {
    border: 1px #000;
    border-radius: 100%;
    width: 274px;
    height: 300px;
    overflow: hidden;
    transform: translate(0);
  }

  .team-member-description {
    text-align: left;
    line-height: 24px;
  }

  .album-grid {
    grid-column-gap: 100px;
  }

  .product-card-details {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text h3 {
    margin-top: 48px;
  }

  .form-container {
    padding-left: 56px;
    padding-right: 56px;
  }

  .dropdown-submenu-container.w--open {
    min-width: 730px;
  }

  .dropdown-grid {
    grid-template-columns: 1.6fr 1fr;
  }

  .hero-wrapper {
    justify-content: center;
  }

  .heading-43, .margin-bottom-24px-2 {
    color: #f39005;
  }

  .bold-text-26 {
    flex-direction: column;
  }

  .margin-bottom-24px-5 {
    margin-top: 10px;
  }

  .container-27 {
    max-width: none;
  }

  .heading-59 {
    margin-bottom: 0;
  }

  .shadow-two-3 {
    width: auto;
    position: relative;
    inset: auto;
  }

  .heading-61 {
    font-size: 50px;
  }

  .heading-62 {
    color: #f39005;
    font-size: 50px;
  }

  .heading-63 {
    color: var(--bg-neutral-100);
  }

  .heading-64, .heading-65, .heading-66, .heading-67, .heading-68 {
    color: #f39005;
  }

  .heading-69 {
    color: #f39005;
    display: block;
  }

  .heading-70 {
    color: #f39005;
  }

  .big-text-bg-2 {
    font-size: 240px;
  }

  .big-text-bg-2.music {
    font-size: 240px;
    line-height: 256px;
    right: -5%;
  }

  .heading-73 {
    color: var(--bg-neutral-100);
  }

  .paragraph-large-2 {
    color: #f39005;
    font-size: 20px;
    line-height: 28px;
  }

  .button-primary-7 {
    background-color: #f39005;
  }

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

  .submit-button {
    transition: all .2s;
  }

  .paragraph-large-3 {
    font-size: 22px;
    line-height: 36px;
  }

  .section-18 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .big-text-bg-3 {
    font-size: 240px;
  }

  .big-text-bg-3.music {
    font-size: 240px;
    line-height: 256px;
    right: -5%;
  }

  .big-text-bg-3.merch {
    top: 6%;
  }

  .big-text-bg-3.events {
    left: 3%;
  }

  .paragraph-large-4 {
    font-size: 22px;
    line-height: 36px;
  }

  .album-cover-top-2 {
    width: 85%;
  }

  .album-cover-middle-2 {
    width: auto;
  }

  .container-default-9 {
    max-width: 1222px;
  }

  .section-19 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .paragraph-large-5 {
    font-size: 22px;
    line-height: 36px;
  }

  .container-default-10 {
    max-width: 1222px;
  }

  .section-20 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .container-default-11 {
    max-width: 1222px;
  }

  .footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .menu-title-2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .container-default-12 {
    max-width: 1222px;
  }

  .section-22 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

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

  .container-default-13 {
    max-width: 1222px;
  }

  .section-23, .section-24 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .instagram-link-block {
    height: 205px;
  }

  .section-25, .section-26, .section-28 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section-30 {
    display: none;
  }

  .subheading-4 {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
  }

  .container-55 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-card-details-2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1920px) {
  a {
    align-items: flex-start;
    display: flex;
  }

  .text-uppercase {
    margin-bottom: 10px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .button-primary {
    margin-bottom: 20px;
  }

  .button-primary._2-buttons {
    background-color: var(--bg-neutral-100);
  }

  .display-1 {
    color: var(--bg-neutral-100);
  }

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

  .container-medium-750px.overlay-content {
    max-width: none;
  }

  .bg-overlay {
    background-image: url('../images/LAAMP-Beats-Image.jpeg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .album-cover-top {
    width: 40%;
  }

  .album-cover-middle {
    width: 80%;
  }

  .big-text-bg.music {
    right: 9%;
  }

  .big-text-bg.shows {
    left: 13%;
  }

  .big-text-bg.events {
    overflow: hidden;
  }

  .big-text-bg.albums {
    left: 17%;
  }

  .big-text-bg.tracks {
    right: 5%;
  }

  .big-text-bg.merch {
    top: 10%;
    left: 12%;
  }

  .big-text-bg.blog {
    left: 12%;
  }

  .grid-instagram {
    grid-row-gap: 18px;
  }

  .our-story-image-one {
    max-width: 380px;
  }

  .our-story-image-two {
    max-width: 566px;
  }

  .album-grid {
    align-content: start;
    place-items: stretch center;
  }

  .album-title {
    margin-bottom: 0;
  }

  .album-bottom-details {
    margin-top: 0;
  }

  .album-cover {
    float: none;
    flex: 0 auto;
    display: block;
    position: static;
    inset: auto 0% 0% auto;
  }

  .album-track-single-grid.single {
    grid-template-columns: minmax(33px, .25fr) .7fr minmax(0, .25fr) minmax(153px, 1fr);
  }

  .hero-wrapper {
    justify-content: center;
  }

  .shadow-two {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .heading-43 {
    color: #f39005;
  }

  .margin-bottom-24px-2 {
    color: #f39005;
    font-size: 24px;
  }

  .background-video {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 800px;
    display: block;
  }

  .div-block-58 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .heading-57 {
    color: #f39a0c;
    font-family: Exo, sans-serif;
    font-size: 28px;
  }

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

  .button-26 {
    color: #f0a000;
    background-color: #0000;
    border: 5px solid #f39005;
    border-radius: 30px;
    margin-top: 500px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-5 {
    color: #f39005;
    margin-top: 20px;
    font-family: Exo, sans-serif;
  }

  .hero-heading-right-3 {
    background-color: #0000;
  }

  .hero-split-3 {
    min-width: 50%;
    max-width: none;
    margin-right: 20px;
    display: flex;
    position: relative;
  }

  .hero-wrapper-3 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .bold-text-27 {
    font-size: 22px;
  }

  .button-primary-5 {
    color: #f39005;
    text-align: center;
    background-color: #0000;
    border-radius: 30px;
    font-family: Exo, sans-serif;
    font-size: 20px;
  }

  .heading-59 {
    color: #f39005;
    font-family: Exo, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .button-27 {
    color: #f39005;
    background-color: #0000;
  }

  .shadow-two-3 {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .container-20 {
    width: auto;
  }

  .heading-46 {
    color: #f39005;
    font-family: Exo, sans-serif;
    font-size: 50px;
  }

  .margin-bottom-24px-3 {
    color: #f39005;
    text-align: center;
    font-family: Exo, sans-serif;
  }

  .button-primary-3 {
    background-color: #0000;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-family: Exo, sans-serif;
    font-size: 24px;
  }

  .laamp-apply {
    background-color: #0000;
  }

  .shadow-two-4 {
    margin-bottom: 40px;
  }

  .heading-60 {
    justify-content: center;
    display: flex;
  }

  .bold-text-28 {
    color: var(--bg-neutral-100);
  }

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

  .hero-heading-right {
    color: #0000;
    background-color: #0000;
  }

  .margin-bottom-24px {
    color: var(--bg-neutral-100);
  }

  .button-primary-6 {
    background-color: #1843f0;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
  }

  .body {
    color: var(--bg-neutral-100);
  }

  .big-text-bg-2.music {
    right: 9%;
  }

  .heading-73 {
    color: var(--bg-neutral-100);
    align-items: flex-start;
  }

  .paragraph-large-2 {
    font-size: 20px;
  }

  .button-primary-7 {
    margin-bottom: 20px;
  }

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

  .footer-nav-text {
    color: #f0f4f8;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: center;
  }

  .image-5 {
    max-width: 120%;
  }

  .heading-82 {
    display: none;
  }

  .section-9.book-class-page {
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    max-width: 50px;
    max-height: 50px;
  }

  .container-3 {
    max-width: 1600px;
  }

  .container-default-8.home-hero {
    max-width: 100%;
    padding: 10px 100px;
  }

  .s-scroll-bg-img.is-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 10%;
  }

  .content-main {
    margin-top: 500px;
  }

  .home-hero-wrapper-2 {
    max-width: 700px;
  }

  .div-block-100 {
    width: 100%;
    height: 100%;
  }

  .big-text-bg-3.music {
    right: 9%;
  }

  .big-text-bg-3.merch {
    top: 10%;
    left: 12%;
  }

  .big-text-bg-3.tracks {
    right: 5%;
  }

  .container-53 {
    max-width: 1600px;
  }

  .vertical-wrapper {
    margin-bottom: 30px;
  }

  .instagram-link-block {
    height: 235px;
  }

  .container-default-14.home-hero {
    max-width: 100%;
    padding: 10px 100px;
  }

  .s-scroll-bg-img-4.is-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 10%;
  }

  .s-scroll-bg-img-4.is-2.beckett {
    background-image: url('../images/IMG_4508.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50% 10%, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: cover, auto, auto, auto;
  }

  .content-main-2 {
    margin-top: 500px;
  }

  .subheading-4 {
    font-size: 20px;
  }

  .online-training {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-video-12 {
    height: 800px;
  }

  .feat-explore-item.scroll-item {
    width: 200px;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding-left: 72px;
    padding-right: 72px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

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

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 34px;
  }

  .paragraph-large.mg-top-90px {
    margin-top: 32px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary, .button-secondary {
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    color: var(--neutral-300);
  }

  .nav-link:hover {
    color: var(--bg-neutral-100);
  }

  .menu-button {
    color: var(--bg-neutral-100);
    background-color: #ffffff2e;
    border-radius: 40px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--bg-neutral-100);
    color: var(--neutral-800);
  }

  .nav-menu {
    background-color: var(--bg-cards);
    padding: 22px 24px;
  }

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

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

  .section.hero-home {
    background-image: url('../images/hero-home-music-x-webflow-template.jpeg');
    height: auto;
  }

  .section.position-relative.how-we-started {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.about-hero {
    padding-top: 190px;
    padding-bottom: 72px;
  }

  .section.hero-inner {
    padding-top: 210px;
  }

  .section.short {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .section.posts {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.text-color-neutral-100.home-hero {
    margin-bottom: 15px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-right {
    justify-content: space-between;
  }

  .cart-button {
    margin-right: 25px;
  }

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

  .social-header {
    display: none;
  }

  ._2-columns-grid.top-header {
    grid-template-columns: .8fr;
  }

  ._2-columns-grid.top-header.upcoming-events {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: .8fr;
    justify-items: start;
  }

  ._2-columns-grid.top-header.more-albums {
    justify-items: start;
  }

  ._2-columns-grid.watch-our-concerts {
    grid-template-columns: 2.2fr;
  }

  ._2-columns-grid.product-grid-hero {
    grid-row-gap: 56px;
    grid-template-columns: 1.2fr;
  }

  ._2-columns-grid.contact-hero {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  ._2-columns-grid.our-latest-album-home {
    grid-row-gap: 100px;
    grid-template-columns: 1.1fr;
  }

  .home-album-cover-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .big-text-bg {
    font-size: 170px;
    line-height: 160px;
  }

  .big-text-bg.music {
    font-size: 170px;
    line-height: 180px;
    inset: 10% auto auto 1%;
  }

  .big-text-bg.shows {
    top: 14%;
  }

  .big-text-bg.about-us {
    font-size: 120px;
    top: 11%;
  }

  .big-text-bg.watch-us {
    text-align: center;
    font-size: 140px;
    top: 8%;
    right: 2%;
  }

  .big-text-bg.follow-us {
    font-size: 100px;
    line-height: 120px;
    top: 20%;
  }

  .big-text-bg.about-page {
    font-size: 150px;
    top: 15%;
    right: 29%;
  }

  .big-text-bg.our-story {
    font-size: 140px;
    line-height: 120px;
    top: 3%;
  }

  .big-text-bg.the-band {
    font-size: 160px;
    top: 4%;
    right: -14%;
  }

  .big-text-bg.albums {
    font-size: 130px;
    line-height: 140px;
    left: 10%;
  }

  .big-text-bg.tracks {
    font-size: 140px;
    top: 17%;
    right: -15%;
  }

  .big-text-bg.merch {
    font-size: 150px;
    line-height: 140px;
    top: 6%;
  }

  .big-text-bg.blog {
    top: 11%;
    left: 4%;
  }

  .about-images-container-home {
    margin-top: 56px;
  }

  .video-text-container {
    bottom: 40px;
  }

  .video-text-container.small {
    bottom: 40px;
    left: 40px;
  }

  .video-title {
    font-size: 32px;
    line-height: 44px;
  }

  .video-title.small {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 44px;
  }

  .video-sub-text.small {
    font-size: 16px;
    line-height: 18px;
  }

  .video-text-wrapper.small {
    margin-left: 24px;
  }

  .video-icon, .video-icon.small {
    width: 80px;
  }

  .grid-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 2.13fr 1fr;
    margin-top: 16px;
  }

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

  .footer-middle {
    grid-row-gap: 56px;
    grid-template-columns: .6fr .44fr;
  }

  .footer-social-media.bottom.contact {
    margin-bottom: 0;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
  }

  .slider-arrow.arrow-left {
    right: 68px;
  }

  .grid-about-hero {
    grid-row-gap: 50px;
    grid-template-columns: 1.5fr;
  }

  .about-hero-texto-container {
    position: static;
  }

  .how-we-started-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1.2fr;
  }

  .how-we-started-image-two {
    display: none;
  }

  .our-story-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .our-story-images-container {
    flex-direction: row;
    justify-content: center;
    position: static;
  }

  .our-story-image-one {
    max-width: 36%;
  }

  .our-story-image-two {
    max-width: 55%;
  }

  .our-timeline-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .our-story-card.two, .our-story-card.four, .our-story-card.six {
    margin-top: 0;
  }

  .our-team-grid {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-photo-container.blog-post {
    width: 80px;
  }

  .team-member-role {
    font-size: 16px;
  }

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

  .tabs-content.product {
    padding: 55px 74px;
  }

  .album-grid {
    grid-column-gap: 50px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .album-date {
    font-size: 20px;
    line-height: 22px;
  }

  .album-bottom-details {
    margin-top: 40px;
  }

  .album-cover {
    width: 100%;
  }

  .album-track-single-grid {
    grid-template-columns: 40px 1.4fr .8fr 1fr;
  }

  .select-container {
    height: 76px;
  }

  .top-posts-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .blog-card-image-container.featured-top {
    border-radius: 12px 12px 0 0;
    margin-left: 0;
  }

  .blog-card-image {
    border-radius: 12px 12px 0 0;
  }

  .blog-card-image.top {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-card-text-top.featured {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    margin-top: 0;
    position: static;
  }

  .blog-card-link-container.featured {
    flex-direction: column;
  }

  .blog-card-link-container.featured-side {
    width: 100%;
  }

  .category-badge {
    margin-left: 0;
    margin-right: 32px;
  }

  .blog-category-wrapper {
    justify-content: flex-start;
  }

  .card {
    padding: 40px 44px;
  }

  .form-container {
    padding-left: 44px;
    padding-right: 44px;
  }

  .grid-2 {
    grid-row-gap: 50px;
  }

  .contact-page-image {
    max-width: 100%;
    position: static;
  }

  .dropdown-submenu-container {
    width: 100%;
    padding: 24px 0 0;
  }

  .success-message {
    min-height: 300px;
  }

  .container-18 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-43, .margin-bottom-24px-2 {
    color: #f39005;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-27 {
    max-width: 728px;
  }

  .button-primary-5 {
    color: #f39005;
    background-color: #0000;
  }

  .container-20 {
    max-width: 728px;
  }

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

  .heading-68, .heading-69 {
    color: #f39005;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .empty-state-2 {
    background-color: #525252;
  }

  .big-text-bg-2 {
    font-size: 170px;
    line-height: 160px;
  }

  .big-text-bg-2.music {
    font-size: 170px;
    line-height: 180px;
    inset: 10% auto auto 1%;
  }

  .paragraph-large-2 {
    font-size: 20px;
    line-height: 34px;
  }

  .button-primary-7 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .gallery-item-3, .gallery-item {
    margin-top: 0;
  }

  .app-navigation {
    width: 45%;
    padding: 15px;
  }

  .app-nav-link {
    flex: 1;
    padding-top: 0;
    top: 0;
    bottom: 5px;
  }

  .footer-nav-icon {
    width: 23px;
    margin-bottom: 1px;
  }

  .footer-nav-text {
    margin-top: 5px;
    font-size: 10px;
  }

  .div-block-62 {
    width: auto;
  }

  .container-31 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .example {
    padding: 75px 20px;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-one, .example-wrapper.example-three, .example-wrapper.example-three, .example-wrapper.example-three {
    flex-direction: column-reverse;
  }

  .main-media-player {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .duration, .elapsed, .media-player-volume-wrapper {
    display: none;
  }

  .main-media-player-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-label-3 {
    font-size: 14px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .checkbox-3 {
    border-color: #faf5f5;
  }

  .container-default-8 {
    flex-direction: column;
    align-items: stretch;
  }

  .design-letter {
    font-size: 5em;
  }

  .content-top {
    flex-direction: column;
    align-items: center;
  }

  .content-heading-wrapper {
    margin-bottom: 25px;
  }

  .content-top-left {
    background-image: url('../images/IMG_0846-2.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .content-bottom {
    flex-direction: column;
    align-items: center;
  }

  .image-17 {
    bottom: 40px;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }

  .main-media-player-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-heading-wrapper-2 {
    margin-bottom: 25px;
  }

  .paragraph-4 {
    text-align: center;
    max-width: 100%;
  }

  .interaction-letter {
    font-size: 5em;
  }

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

  .heading-149 {
    text-align: center;
    font-size: 3em;
  }

  .image-20 {
    margin-bottom: 25px;
  }

  .transition-block {
    display: block;
  }

  .design-letter-2 {
    font-size: 5em;
  }

  .content-top-2 {
    flex-direction: column;
    align-items: center;
  }

  .dev-letter {
    font-size: 5em;
  }

  .content-bottom-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-wrapper {
    max-width: 600px;
  }

  .content-heading-wrapper-3 {
    margin-bottom: 25px;
  }

  .paragraph-5 {
    text-align: center;
    max-width: 100%;
  }

  .heading-150 {
    text-align: center;
    font-size: 3em;
  }

  .image-21 {
    margin-bottom: 25px;
  }

  .design-letter-3 {
    font-size: 5em;
  }

  .content-top-3, .content-bottom-3 {
    flex-direction: column;
    align-items: center;
  }

  .container-52 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container-52.overflow-hidden {
    padding-bottom: 0;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .mp-duration, .mp-elapsed {
    display: flex;
  }

  .column-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .paragraph-large-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .button-primary-9 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .display-2 {
    font-size: 70px;
    line-height: 80px;
  }

  .section-18 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .section-18.hero-home {
    height: auto;
  }

  .big-text-bg-3 {
    font-size: 170px;
    line-height: 160px;
  }

  .big-text-bg-3.music {
    font-size: 170px;
    line-height: 180px;
    inset: 10% auto auto 1%;
  }

  .big-text-bg-3.watch-us {
    text-align: center;
    font-size: 140px;
    top: 8%;
    right: 2%;
  }

  .big-text-bg-3.follow-us {
    font-size: 100px;
    line-height: 120px;
    top: 20%;
  }

  .big-text-bg-3.merch {
    font-size: 150px;
    line-height: 140px;
    top: 6%;
  }

  .big-text-bg-3.tracks {
    font-size: 140px;
    top: 17%;
    right: -15%;
  }

  .paragraph-large-4 {
    font-size: 20px;
    line-height: 34px;
  }

  .button-primary-10 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-default-9 {
    flex-direction: column;
    align-items: stretch;
  }

  .section-19 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .home-album-cover-container-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-large-5 {
    font-size: 20px;
    line-height: 34px;
  }

  .video-icon-2, .video-icon-2.small {
    width: 80px;
  }

  .video-text-wrapper-2.small {
    margin-left: 24px;
  }

  .container-default-10 {
    flex-direction: column;
    align-items: stretch;
  }

  .section-20 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .container-default-11 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-top-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container-default-12 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-middle-2 {
    grid-row-gap: 56px;
    grid-template-columns: .6fr .44fr;
  }

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

  .section-22 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .section-22.hero-inner {
    padding-top: 210px;
  }

  .album-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .container-default-13 {
    flex-direction: column;
    align-items: stretch;
  }

  .album-cover-2 {
    width: 100%;
  }

  .section-23 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .album-bottom-details-2 {
    margin-top: 40px;
  }

  .album-track-single-grid-2 {
    grid-template-columns: 40px 1.4fr .8fr 1fr;
  }

  .section-24 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .container-53 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-25, .section-26 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .section-26.hero-inner {
    padding-top: 210px;
  }

  .section-28 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .content-heading-wrapper-4 {
    margin-bottom: 25px;
  }

  .paragraph-8 {
    text-align: center;
    max-width: 100%;
  }

  .interaction-letter-2 {
    font-size: 5em;
  }

  .section-p-2 {
    text-align: center;
  }

  .heading-152 {
    text-align: center;
    font-size: 3em;
  }

  .image-26 {
    margin-bottom: 25px;
  }

  .transition-block-2 {
    display: block;
  }

  .design-letter-4, .dev-letter-2 {
    font-size: 5em;
  }

  .content-bottom-4 {
    flex-direction: column;
    align-items: center;
  }

  .container-default-14 {
    flex-direction: column;
    align-items: stretch;
  }

  .design-letter-5 {
    font-size: 5em;
  }

  .content-top-4 {
    flex-direction: column;
    align-items: center;
  }

  .content-heading-wrapper-5 {
    margin-bottom: 25px;
  }

  .content-bottom-5 {
    flex-direction: column;
    align-items: center;
  }

  .example-section {
    background-image: radial-gradient(circle at 30%, #4968be 10%, #0000 10%);
  }

  .example-2 {
    padding: 75px 20px;
  }

  .image-wrap {
    width: 100%;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .container-55 {
    flex-direction: row;
    display: flex;
  }

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

  .div-block-108 {
    width: auto;
    max-width: 940px;
  }

  .scroll-arrow-txt-2 {
    font-size: .7rem;
  }

  .header-wrapper-2 {
    margin-top: 1%;
  }

  .feat-explore-item {
    width: 40%;
  }

  .feat-explore-item.scroll-item {
    width: 35vw;
    height: 18vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .scroll-arrow-4 {
    top: 15%;
  }

  .explore-card-header-5 {
    font-size: .9rem;
  }

  .example-3 {
    padding: 75px 20px;
  }

  .flex-block-3 {
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 57px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
  }

  blockquote {
    padding: 40px 44px;
    font-size: 20px;
    line-height: 34px;
  }

  .mg-right-16px.dual-heading {
    margin-bottom: 7px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .mg-top-32px.responsive-20px {
    margin-top: 20px;
  }

  .mg-top-48px.mobile-32px {
    margin-top: 32px;
  }

  .hidden-ml {
    display: none;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-primary {
    padding: 22px 34px;
  }

  .display-1 {
    font-size: 60px;
    line-height: 68px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 140px;
  }

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

  .section.position-relative.album-tracks {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-inner {
    padding-top: 170px;
  }

  .section.product {
    padding-top: 165px;
  }

  .section.author-page {
    padding-top: 112px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    margin-bottom: 9px;
    font-size: 140px;
    line-height: 120px;
  }

  .container-medium-750px.overlay-content {
    max-width: none;
  }

  .divider.blog-post {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .card-container.changelog {
    padding: 50px 40px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.text-color-neutral-100.home-hero {
    max-width: 552px;
    margin-bottom: 10px;
  }

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

  .brand-logo {
    padding-left: 0;
  }

  ._2-columns-grid.top-header, ._2-columns-grid.top-header.upcoming-events, ._2-columns-grid.posts {
    grid-template-columns: 1fr;
  }

  ._2-columns-grid.contact-hero {
    grid-row-gap: 40px;
  }

  .big-text-bg {
    font-size: 120px;
    line-height: 130px;
  }

  .big-text-bg.music {
    font-size: 110px;
    line-height: 120px;
    top: 6%;
    left: -8%;
  }

  .big-text-bg.shows {
    top: 10%;
  }

  .big-text-bg.about-us {
    font-size: 100px;
    line-height: 102px;
    top: 11%;
  }

  .big-text-bg.watch-us {
    line-height: 121px;
    top: 6%;
  }

  .big-text-bg.follow-us {
    font-size: 80px;
    line-height: 90px;
    top: 16%;
  }

  .big-text-bg.about-page {
    font-size: 130px;
    top: 19%;
    right: 21%;
  }

  .big-text-bg.our-story {
    font-size: 120px;
    line-height: 110px;
    top: 4%;
  }

  .big-text-bg.the-band {
    font-size: 140px;
    line-height: 120px;
    top: 5%;
    right: -29%;
  }

  .big-text-bg.events {
    top: 44%;
  }

  .big-text-bg.albums {
    font-size: 100px;
    top: 3%;
    left: 0%;
  }

  .big-text-bg.tracks {
    font-size: 120px;
    top: 3%;
  }

  .big-text-bg.merch {
    font-size: 110px;
    line-height: 120px;
    top: 3%;
  }

  .container-medium-680px.author {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-text-container {
    bottom: 30px;
    left: 30px;
  }

  .video-text-container.small {
    bottom: 22px;
    left: 22px;
  }

  .video-title, .video-title.small {
    font-size: 26px;
    line-height: 36px;
  }

  .video-sub-text {
    font-size: 14px;
    line-height: 16px;
  }

  .video-text-wrapper, .video-text-wrapper.small {
    margin-left: 16px;
  }

  .video-icon, .video-icon.small {
    width: 70px;
  }

  .grid-instagram {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .footer-middle {
    grid-column-gap: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    grid-template-columns: 2fr;
    justify-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-social-media.bottom {
    margin-bottom: 0;
  }

  .social-icon.spotify.big {
    font-size: 28px;
  }

  .social-icon.apple-music.big {
    font-size: 26px;
  }

  .social-icon.youtube.big {
    font-size: 24px;
  }

  .social-icon.tidal.big {
    font-size: 23px;
  }

  .social-icon.sound-cloud.big {
    font-size: 21px;
  }

  .footer-nav-list.columns-1 {
    margin-right: 36px;
  }

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

  .event-card-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-arrow.arrow-left {
    inset: 0% auto 0% -3%;
  }

  .slider-arrow.arrow-right {
    inset: 0% 0% 0% auto;
  }

  .how-we-started-grid {
    margin-top: 40px;
  }

  .team-member-photo-container.blog-post {
    width: 74px;
  }

  .tabs-menu-container {
    flex-wrap: wrap;
  }

  .tab-link {
    border-radius: 8px;
    margin: 8px 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._3-columns-grid, ._3-columns-grid.merch {
    grid-template-columns: 1fr;
  }

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

  .tabs-content.product {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._1-column-grid.albums {
    margin-top: 10px;
  }

  .album-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .album-date {
    font-size: 18px;
    line-height: 20px;
  }

  .album-bottom-details {
    margin-top: 42px;
  }

  .music-icons-container.single-track {
    display: none;
  }

  .album-cover {
    width: 100%;
  }

  .album-track-single-grid, .album-track-single-grid.single {
    grid-template-columns: 40px 1.4fr .8fr;
  }

  .text-20px {
    font-size: 18px;
    line-height: 20px;
  }

  .product-card-bottom-details {
    flex-direction: column;
  }

  .product-card-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-card-pricing {
    margin-bottom: 10px;
  }

  .dual-heading {
    flex-wrap: wrap;
  }

  .blog-card-text-top.featured {
    padding-left: 28px;
    padding-right: 28px;
  }

  .category-badge {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 24px;
  }

  .category-badge.blog-post {
    padding: 14px 22px;
  }

  .blog-category-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .container-blog-post {
    margin-top: 40px;
  }

  .card {
    padding-left: 38px;
    padding-right: 38px;
  }

  .arrow-container-blog-post {
    margin-bottom: 20px;
  }

  .form-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .success-message {
    min-height: auto;
  }

  .author-image-photo-container {
    max-width: 133px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .author-name {
    font-size: 40px;
    line-height: 48px;
  }

  .author-role {
    font-size: 20px;
    line-height: 24px;
  }

  .author-top-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-bottom-24px-5 {
    color: #f39005;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .heading-59 {
    color: #f39005;
  }

  .heading-46 {
    color: #f39005;
    font-family: Exo, sans-serif;
  }

  .margin-bottom-24px-3 {
    color: #f39005;
    font-family: Exo, sans-serif;
    font-weight: 400;
  }

  .laamp-apply {
    padding: 60px 15px;
  }

  .heading-63 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Red Hat Display, sans-serif;
    font-size: 30px;
    display: flex;
  }

  .heading-63.centered {
    left: 15%;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .big-text-bg-2 {
    font-size: 120px;
    line-height: 130px;
  }

  .big-text-bg-2.music {
    font-size: 110px;
    line-height: 120px;
    top: 6%;
    left: -8%;
  }

  .heading-73 {
    color: var(--bg-neutral-100);
  }

  .paragraph-large-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .button-primary-7 {
    padding: 22px 34px;
  }

  .gallery-dyn-list-3 {
    column-count: 2;
  }

  .gallery-item-3 {
    min-width: 50%;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .app-navigation {
    border-radius: 0;
    width: 100%;
    padding-bottom: 21px;
    bottom: 0;
  }

  .app-nav-link {
    flex: 1;
  }

  .footer-nav-text {
    margin-top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-66 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .track {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .section-heading {
    font-size: 25px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-info-wrapper-2 {
    display: none;
  }

  .button-secondary-2, .button-primary-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .design-letter {
    font-size: 4em;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .paragraph-4 {
    font-size: 1.2em;
  }

  .interaction-letter {
    font-size: 4em;
  }

  .transition-block {
    display: block;
  }

  .design-letter-2, .dev-letter {
    font-size: 4em;
  }

  .footer-content-wrapper {
    max-width: 500px;
  }

  .paragraph-5 {
    font-size: 1.2em;
  }

  .design-letter-3 {
    font-size: 4em;
  }

  .container-52.overflow-hidden {
    padding-top: 4.3em;
    padding-bottom: .7em;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-large-3 {
    font-size: 20px;
    line-height: 32px;
  }

  .button-primary-9 {
    padding: 22px 34px;
  }

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

  .section-18 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-18.hero-home {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .big-text-bg-3 {
    font-size: 120px;
    line-height: 130px;
  }

  .big-text-bg-3.music {
    font-size: 110px;
    line-height: 120px;
    top: 6%;
    left: -8%;
  }

  .big-text-bg-3.watch-us {
    line-height: 121px;
    top: 6%;
  }

  .big-text-bg-3.follow-us {
    font-size: 80px;
    line-height: 90px;
    top: 16%;
  }

  .big-text-bg-3.merch {
    font-size: 110px;
    line-height: 120px;
    top: 3%;
  }

  .big-text-bg-3.tracks {
    font-size: 120px;
    top: 3%;
  }

  .big-text-bg-3.events {
    top: 44%;
  }

  .paragraph-large-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .button-primary-10 {
    padding: 22px 34px;
  }

  .section-19 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-large-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .video-icon-2, .video-icon-2.small {
    width: 70px;
  }

  .video-text-wrapper-2, .video-text-wrapper-2.small {
    margin-left: 16px;
  }

  .section-20 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .footer-top-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .social-icon-3.sound-cloud.big {
    font-size: 21px;
  }

  .social-icon-3.tidal.big {
    font-size: 23px;
  }

  .social-icon-3.spotify.big {
    font-size: 28px;
  }

  .social-icon-3.youtube.big {
    font-size: 24px;
  }

  .social-icon-3.apple-music.big {
    font-size: 26px;
  }

  .product-card-bottom-details-2 {
    flex-direction: column;
  }

  .footer-middle-2 {
    grid-column-gap: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-22 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-22.hero-inner {
    padding-top: 170px;
  }

  .music-icons-container-2.single-track {
    display: none;
  }

  .album-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .album-cover-2 {
    width: 100%;
  }

  .section-23 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .album-bottom-details-2 {
    margin-top: 42px;
  }

  .text-20px-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .album-track-single-grid-2, .album-track-single-grid-2.single {
    grid-template-columns: 40px 1.4fr .8fr;
  }

  .section-24 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-24.position-relative.album-tracks {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .tab-link-2 {
    border-radius: 8px;
    margin: 8px 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .event-card-text-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25, .section-26 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-26.hero-inner {
    padding-top: 170px;
  }

  .event-card-text-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-28 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-8 {
    font-size: 1.2em;
  }

  .interaction-letter-2 {
    font-size: 4em;
  }

  .transition-block-2 {
    display: block;
  }

  .design-letter-4, .dev-letter-2 {
    font-size: 4em;
  }

  .button-primary-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s-scroll-bg-img-4.is-2.beckett {
    background-size: cover, cover;
  }

  .design-letter-5 {
    font-size: 4em;
  }

  .mp-track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .example-section {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 29%);
  }

  .example-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-wrap {
    padding: 20px;
  }

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

  .container-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feat-explore-item {
    height: 300px;
  }

  .feat-explore-item.scroll-item {
    width: 35vw;
    height: 40vh;
  }

  .explore-card-header-5 {
    font-size: .8rem;
  }

  .example-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-card-details-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    max-height: 50px;
    font-size: 16px;
    line-height: 28px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 42px;
  }

  h3 {
    font-size: 22px;
    line-height: 29px;
  }

  blockquote {
    padding: 34px 24px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-uppercase {
    margin-top: 0;
  }

  .container-default {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-styleguide {
    padding-top: 135px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-large {
    text-align: center;
    line-height: 26px;
    display: flex;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary._2-buttons {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-primary.mg-bottom-responsive-24px {
    margin-bottom: 24px;
  }

  .menu-button {
    padding: 10px;
    font-size: 24px;
  }

  .display-1 {
    font-size: 50px;
    line-height: 58px;
  }

  .page-wrapper.hide {
    display: flex;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.hero-home {
    opacity: 1;
    background-image: url('../images/hero-home-music-x-webflow-template.jpeg');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .section.position-relative.how-we-started {
    padding-bottom: 96px;
  }

  .section.position-relative.brett {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.hero-inner {
    padding-top: 156px;
  }

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

  .section.posts {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-750px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .card-container.changelog {
    padding: 40px 20px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.text-color-neutral-100.home-hero {
    color: #fffdfd;
    text-align: center;
    text-align: center;
    margin-bottom: 20px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 4em;
    font-weight: 400;
    line-height: .9;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .cart-button {
    margin-right: 12px;
    font-size: 14px;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 145px;
  }

  ._2-buttons-container {
    flex-direction: column;
  }

  .bg-overlay {
    background-position: 50%;
    width: 100%;
  }

  ._2-columns-grid.our-latest-album-home {
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .home-album-cover-container {
    display: flex;
  }

  .home-album-cover-container.hide {
    display: none;
  }

  .album-cover-top {
    width: 65%;
    height: auto;
  }

  .album-cover-middle {
    border-radius: 10px;
    width: 90%;
  }

  .album-cover-bottom {
    border-radius: 10px;
    max-width: 100%;
    margin-top: 0;
  }

  .big-text-bg {
    font-size: 80px;
    line-height: 90px;
  }

  .big-text-bg.music {
    color: #1d1d20;
    font-size: 70px;
    line-height: 80px;
    top: 5%;
    left: 8%;
  }

  .big-text-bg.about-us {
    font-size: 70px;
    line-height: 70px;
    top: 6%;
  }

  .big-text-bg.follow-us {
    font-size: 60px;
    line-height: 56px;
    top: 10%;
  }

  .big-text-bg.about-page {
    font-size: 100px;
  }

  .big-text-bg.our-story {
    font-size: 100px;
    line-height: 80px;
  }

  .big-text-bg.the-band {
    font-size: 70px;
    line-height: 90px;
    top: 2%;
    right: -1%;
  }

  .big-text-bg.events {
    top: 3%;
  }

  .big-text-bg.albums {
    font-size: 60px;
  }

  .big-text-bg.tracks {
    top: 4%;
  }

  .big-text-bg.merch {
    top: 3%;
  }

  .big-text-bg.blog {
    font-size: 100px;
    line-height: 110px;
    top: 7%;
  }

  .about-images-container-home {
    padding-bottom: 144px;
  }

  .about-image-home-one {
    width: 90%;
  }

  .about-image-home-two {
    max-width: 60%;
  }

  .container-medium-680px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-medium-680px.author {
    padding: 46px 20px;
  }

  .container-medium-680px.no-border {
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .video-text-container {
    flex-direction: column;
    align-items: flex-start;
    bottom: 22px;
    left: 22px;
  }

  .video-text-container.small {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-container.hide, .video-sub-text {
    display: none;
  }

  .video-text-wrapper, .video-text-wrapper.small {
    margin-top: 16px;
    margin-left: 0;
  }

  .video-icon {
    width: 60px;
  }

  .video-icon.small {
    width: 40px;
  }

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

  .instagram-image-container.image-five, .instagram-image-container.image-six, .instagram-image-container.image-seven {
    display: none;
  }

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

  .footer-bottom {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .footer-social-media {
    flex-wrap: wrap;
  }

  .footer-social-media.bottom, .footer-social-media.bottom.contact {
    justify-content: center;
  }

  .footer-social-media-item {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 24px;
  }

  .footer-social-media-item.bottom {
    margin-left: 15px;
    margin-right: 15px;
  }

  .social-icon.youtube.author {
    margin-left: 0;
  }

  .social-icon.facebook.author {
    margin-right: 14px;
  }

  .social-icon.instagram.author {
    margin-left: 0;
    margin-right: 14px;
  }

  .footer-social-subtitle {
    font-size: 18px;
  }

  .upcoming-concert-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .upcoming-concert-link {
    margin-top: 6px;
  }

  .link-arrow-container.mg-top-40px {
    text-align: center;
    width: auto;
    margin-top: 32px;
    font-size: 14px;
  }

  .event-card-text-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .event-date {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

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

  .slider-arrow.arrow-left {
    left: 5%;
  }

  .our-story-image-one {
    display: none;
  }

  .our-story-image-two {
    max-width: 100%;
  }

  .our-story-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .team-member-photo-container.blog-post {
    margin-bottom: 21px;
    margin-right: 12px;
  }

  .tabs-menu-container {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  ._3-columns-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .tabs-content.product {
    margin-top: 24px;
    padding: 41px 23px;
  }

  .album-bottom-details {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .album-tracks-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .album-track-single-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 40px 1.4fr .6fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .album-track-single-grid.single {
    grid-column-gap: 18px;
    grid-template-columns: 40px 1.8fr .6fr;
  }

  .text-20px {
    font-size: 16px;
    line-height: 18px;
  }

  .arrow-card-link-container.albums {
    margin-top: 24px;
  }

  .arrow-link-container {
    font-size: 12px;
    line-height: 1.3em;
  }

  .top-posts-grid {
    margin-top: 0;
  }

  .blog-card-text-top.featured {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-details {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .blog-card-date {
    margin-top: 10px;
  }

  .blog-categories-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .category-badge {
    text-align: center;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .blog-category-wrapper {
    flex-direction: column;
  }

  .blog-card-text-wrapper {
    padding: 40px 24px 46px;
  }

  .card.author {
    padding-left: 27px;
    padding-right: 27px;
  }

  .blog-post-author-card-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-author-details {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .blog-post-author-name {
    font-size: 20px;
    line-height: 29px;
  }

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

  .arrow-link-text {
    margin-right: 0;
    font-size: 22px;
  }

  .author-name {
    font-size: 36px;
  }

  .author-role {
    font-size: 18px;
  }

  .author-top-container {
    flex-direction: column;
  }

  .heading-size-h3 {
    color: #fdfbf8;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-size-h4 {
    margin-bottom: 12px;
  }

  .container-18 {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .hero-wrapper {
    align-items: center;
  }

  .hero-split {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two {
    max-width: 80%;
  }

  .heading-43 {
    color: #f39005;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Exo, sans-serif;
    font-size: 30px;
    line-height: 34px;
  }

  .margin-bottom-24px-2 {
    color: #f39005;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .background-video {
    background-color: #0000;
  }

  .div-block-58 {
    text-align: center;
  }

  .heading-57 {
    color: #f8a809;
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .button-26 {
    color: #e29908;
    background-color: #0000;
    border: 4px solid #fc9921;
    border-radius: 50px;
    margin-top: 300px;
    margin-bottom: 20px;
  }

  .margin-bottom-24px-5 {
    color: #f39005;
    text-align: left;
    margin-top: 20px;
    font-family: Exo, sans-serif;
    font-size: 22px;
  }

  .hero-heading-right-3 {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-split-3 {
    align-items: center;
  }

  .div-block-59 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text-27 {
    font-size: 25px;
  }

  .container-27 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .button-primary-5 {
    background-color: #0000;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Exo, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .heading-59 {
    color: #f39005;
    font-family: Exo, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

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

  .shadow-two-3 {
    width: 350px;
  }

  .laamp-sessions {
    background-color: #0000;
  }

  .container-20 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: 10px;
    display: flex;
  }

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

  .heading-46 {
    color: #f39005;
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 32px;
    line-height: 50px;
  }

  .margin-bottom-24px-3 {
    color: #f39005;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-54 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
  }

  .html-embed-10 {
    object-fit: cover;
    flex-direction: column;
    align-items: center;
    width: 300px;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .text-block-30 {
    font-size: 20px;
  }

  .video {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .button-primary-3 {
    background-color: #0000;
    margin-bottom: 40px;
    font-family: Exo, sans-serif;
    font-size: 20px;
  }

  .laamp-apply {
    flex-flow: column wrap;
    align-content: center;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .text-block-29 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .shadow-two-4 {
    max-width: 380px;
  }

  .text-block-31 {
    margin-top: 20px;
  }

  .heading-63 {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    display: flex;
  }

  .heading-63.centered {
    font-size: 36px;
    line-height: 1.3em;
    top: 60%;
    left: 0%;
  }

  .heading-68, .heading-69 {
    color: #f39005;
  }

  .hero-heading-right {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-4 {
    align-items: center;
  }

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

  .button-primary-6 {
    text-align: center;
    background-color: #1843f0;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .heading-72 {
    display: flex;
  }

  .video-section {
    margin-bottom: 20px;
    display: none;
  }

  .heading-34 {
    color: #fffdfd;
    text-align: center;
    margin-top: 40px;
    font-family: Red Hat Display, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    display: block;
  }

  .collection-list-wrapper-4 {
    flex-direction: column;
    display: inline;
  }

  .collection-list-2 {
    flex-direction: column;
    display: flex;
  }

  .collection-list-2._3-column {
    display: block;
  }

  .collection-item-3 {
    margin-bottom: 0;
    padding: 10px 20px 0;
    display: block;
  }

  .video-2 {
    flex-direction: column;
    display: none;
  }

  .empty-state-2 {
    background-color: #0000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    color: #5d24ff;
  }

  .big-text-bg-2 {
    font-size: 80px;
    line-height: 90px;
  }

  .big-text-bg-2.music {
    font-size: 70px;
    line-height: 80px;
    top: 5%;
    left: 8%;
  }

  .heading-73 {
    color: var(--bg-neutral-100);
    text-align: center;
  }

  .paragraph-large-2 {
    line-height: 26px;
  }

  .button-primary-7 {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-74 {
    color: #fffdfd;
    text-align: center;
    font-weight: 500;
  }

  .gallery-dyn-list-3 {
    flex-direction: column;
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .gallery-item-3 {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 10px;
  }

  .column, .container-29 {
    margin-top: 60px;
  }

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

  .gallery-dyn-list {
    flex-direction: column;
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .heading-76 {
    font-size: 30px;
    line-height: 30px;
  }

  .video-3 {
    margin-bottom: 40px;
    display: block;
  }

  .video-4 {
    margin-top: 0;
    display: none;
  }

  .collection-list-wrapper-13 {
    display: block;
  }

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

  .heading-78 {
    margin-top: 40px;
    font-size: 30px;
    display: block;
  }

  .heading-79 {
    text-align: center;
    font-size: 40px;
    display: none;
  }

  .collection-list-4 {
    display: block;
  }

  .collection-item-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-navigation {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 13px 10px 30px;
    bottom: 0;
  }

  .app-navigation.frosted-glass {
    opacity: 1;
    background-color: #171811b8;
    border-radius: 20px;
    width: 300px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 10px;
  }

  .app-nav-link {
    background-color: #0000;
    flex-direction: column;
    flex: 1;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    transition: filter .2s;
    display: flex;
    top: 0;
    bottom: 0;
  }

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

  .app-nav-link.w--current {
    color: #fcaa9e;
  }

  .footer-nav-icon {
    width: 20px;
    margin-bottom: 0;
  }

  .footer-nav-text {
    color: #fff;
    font-size: 10px;
  }

  .div-block-62 {
    flex-direction: column;
    width: auto;
  }

  .image-4 {
    top: -120px;
  }

  .div-block-63 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-80 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .heading-81 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-hide {
    text-align: center;
    flex-direction: column;
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    display: block;
  }

  .navbar-logo-left-container.shadow-three.hide {
    display: none;
  }

  .container-31 {
    max-width: none;
  }

  .nav-menu-two {
    color: var(--bg-neutral-100);
    flex-direction: column;
  }

  .nav-link-2.black {
    color: var(--neutral-800);
  }

  .nav-link-accent.black {
    font-weight: 500;
  }

  .text-block-37.black {
    color: var(--neutral-800);
  }

  .section-5 {
    height: auto;
    margin-top: -60px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-64 {
    background-image: none;
    min-height: auto;
    margin-top: 0;
  }

  .list-item.black {
    color: var(--neutral-800);
  }

  .image-7 {
    width: 10%;
    margin-right: 5px;
  }

  .heading-82 {
    font-size: 18px;
  }

  .div-block-65 {
    bottom: 82%;
    left: 4%;
  }

  .image-8 {
    margin-bottom: 0;
  }

  .div-block-66.hide {
    margin-top: 40px;
    display: flex;
  }

  .example-badge {
    font-size: 10px;
  }

  .track {
    min-width: auto;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .example {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .section-button {
    height: 45px;
  }

  .container-32 {
    align-items: stretch;
    max-width: none;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-wrapper.example-one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .example-wrapper.example-one.mobile {
    display: flex;
  }

  .example-wrapper.example-three {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .example-wrapper.example-three.music-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .example-wrapper.example-three {
    width: 100%;
    max-width: none;
  }

  .media-player {
    position: sticky;
  }

  .main-media-player-2 {
    display: flex;
  }

  .thumbnail-2 {
    display: none;
  }

  .media-info-wrapper-2 {
    display: flex;
  }

  .absolute-image {
    overflow: hidden;
  }

  .section-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-9.book-class-page {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-button {
    background-color: #4c4a4a;
  }

  .book-class-form-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3em;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

  .checkbox-label-3 {
    font-size: 11px;
  }

  .book-class-wrapper {
    box-shadow: none;
    background-color: #797e8e80;
    border-radius: 0;
    padding: 40px 20px;
    overflow: visible;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3.book-class-page {
    padding-left: 0;
    padding-right: 0;
  }

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

  .vertical-videos {
    padding-left: 1px;
    padding-right: 1px;
  }

  .vertical-videos.live {
    margin-top: 100px;
  }

  .vertical-videos.live.hide {
    display: none;
  }

  .heading-83 {
    margin-top: 40px;
    font-size: 20px;
    display: block;
  }

  .container-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-89 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-89.centered {
    justify-content: center;
  }

  .collection-list-5 {
    flex-wrap: wrap;
  }

  .collection-list-5.socialks {
    flex-flow: wrap;
    justify-content: center;
  }

  .social-link-dark {
    box-shadow: none;
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon-2 {
    width: 20px;
    height: 20px;
  }

  .heading-84 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .rich-text-block {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .rich-text-block._20-border {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .heading-85 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .paragraph-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    line-height: 1.5em;
  }

  .image-9 {
    opacity: .34;
    position: relative;
    bottom: 122px;
    left: 142px;
  }

  .heading-86 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }

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

  .link-2.w--current {
    margin-top: 100px;
  }

  .section-11 {
    flex-flow: column;
    display: flex;
  }

  .link-3, .link-4, .link-5, .link-6 {
    text-decoration: none;
  }

  .heading-88 {
    font-size: 16px;
    line-height: 1.2em;
    display: none;
  }

  .div-block-90 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: static;
  }

  .background-video-2 {
    position: static;
  }

  .body-4 {
    display: block;
  }

  .div-block-91 {
    opacity: 1;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .button-28 {
    background-color: var(--neutral-700);
    border-radius: 20px;
    font-size: 14px;
  }

  .image-10 {
    position: relative;
    top: 0;
  }

  .image-11 {
    position: relative;
    inset: auto 10% 20% auto;
  }

  .text-block-38 {
    text-align: center;
    position: relative;
    inset: auto 0% 10%;
  }

  .image-12 {
    max-width: 15%;
    position: relative;
    inset: auto 9% 32% auto;
  }

  .video-7 {
    position: static;
  }

  .button-secondary-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary-2.white-button {
    background-color: #ff5100;
    max-width: 250px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5em;
  }

  .button-primary-2 {
    max-width: 250px;
    padding: 10px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
  }

  .number {
    color: #d8d8cc;
    text-shadow: 0 1px 1px #0003;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .container-default-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s-scroll-bg-img.is-2 {
    background-image: url('../images/MiPB-at-Dreamland-bw.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 11px;
    display: flex;
  }

  .design-letter {
    text-shadow: 0 1px 1px #08030c;
    font-size: 5em;
  }

  .button-row-last {
    width: 250px;
  }

  .content-top {
    padding: 40px;
  }

  .content-heading-wrapper {
    margin-bottom: 10px;
  }

  .heading-148 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #08030c;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 2em;
    line-height: 1.2;
  }

  .content-main {
    margin-top: 200px;
  }

  .s-scroll {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    min-height: 720px;
    margin-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .button-row-first {
    width: 250px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-row-2 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .content-bottom {
    padding: 40px 40px 30px;
  }

  .image-13 {
    opacity: 0;
  }

  .lightbox-link-4 {
    width: auto;
    height: 100%;
    position: absolute;
  }

  .lightbox-link-4.share {
    height: auto;
  }

  .image-14 {
    opacity: 0;
    background-image: none;
    height: auto;
    position: absolute;
  }

  .body-5 {
    max-height: none;
  }

  .background-video-4 {
    height: 667px;
  }

  .div-block-93 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 25% 0% auto;
  }

  .div-block-94 {
    display: flex;
    position: absolute;
    inset: 44% auto auto 41%;
  }

  .image-15 {
    opacity: .64;
  }

  .div-block-95 {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .button-29 {
    background-color: #3898ec00;
    border: 2px solid #fdfafa;
    border-radius: 20px;
    width: auto;
    font-weight: 500;
  }

  .image-16 {
    position: absolute;
    inset: auto 10% 25% auto;
  }

  .image-17 {
    position: absolute;
    inset: auto 10% 39% auto;
  }

  .image-18 {
    opacity: 1;
  }

  .image-19 {
    z-index: auto;
    opacity: 1;
    position: absolute;
    inset: 40% auto auto 42%;
  }

  .image-19.home {
    bottom: 56%;
    left: 42%;
  }

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

  .background-video-5 {
    height: 100%;
    min-height: 0;
  }

  .background-video-6 {
    height: 660px;
  }

  .background-video-7 {
    width: auto;
    height: auto;
    min-height: 100%;
    max-height: none;
  }

  .div-block-97 {
    height: 600px;
  }

  .background-video-8 {
    background-image: none;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .link-7 {
    margin-top: 10px;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .div-block-98 {
    top: 50%;
    left: 44%;
    right: 40px;
  }

  .link-block-2.w--current {
    display: flex;
  }

  .section-13 {
    background-color: var(--neutral-800);
  }

  .sp-play {
    width: 25px;
  }

  .sp-track {
    flex-flow: row;
  }

  .sp-track-wrapper {
    opacity: 1;
    background-color: #0000;
    border-color: #0000;
    padding-top: 2px;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0;
  }

  .sp-track-wrapper.share.landscape {
    display: none;
  }

  .main-media-player-3 {
    display: none;
    position: sticky;
  }

  .main-media-player-3.show {
    height: auto;
    position: fixed;
  }

  .media-player-2 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .div-block-99 {
    display: none;
  }

  .s-scroll-2 {
    height: 80vh;
  }

  .s-scroll-2.footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s-scroll-2.footer.no-margin {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: 1em;
  }

  .interaction-letter {
    font-size: 4em;
  }

  .content-top-right {
    max-width: 100%;
  }

  .section-p {
    display: none;
  }

  .heading-149 {
    font-size: 2em;
  }

  .transition-block {
    display: none;
  }

  .design-letter-2 {
    font-size: 2em;
  }

  .content-top-2 {
    padding: 40px;
  }

  .dev-letter {
    font-size: 4em;
  }

  .content-bottom-2 {
    padding: 40px;
  }

  .paragraph-5 {
    font-size: 1em;
  }

  .s-scroll-bg-img-3.is-1._2, .s-scroll-bg-img-3.is-1._2.brett {
    background-position: 50%;
  }

  .s-scroll-bg-img-3.is-1 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-150 {
    font-size: 2em;
  }

  .design-letter-3 {
    font-size: 4em;
  }

  .content-top-3, .content-bottom-3 {
    padding: 40px;
  }

  .link-block-3.w--current {
    display: flex;
  }

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

  .h1 {
    font-size: 6.9em;
  }

  .h1.text-purple {
    padding-left: 0;
    padding-right: 0;
  }

  .container-52 {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .section-16, .section-16.share {
    display: block;
  }

  .mp-track {
    background-color: #000;
  }

  .mp-example-wrapper {
    flex-flow: column;
    width: auto;
    max-width: none;
  }

  .mp-single-track {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mp-title {
    font-size: 12px;
  }

  .mp-track-wrapper {
    flex-flow: column;
    display: flex;
  }

  .section-17 {
    height: 200px;
    overflow: visible;
  }

  .field-label, .image-23 {
    margin-top: 20px;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .button-primary-9 {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary-9._2-buttons {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._2-buttons-container-2 {
    flex-direction: column;
  }

  .display-2 {
    font-size: 50px;
    line-height: 58px;
  }

  .bg-overlay-2 {
    width: 100%;
  }

  .section-18 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .big-text-bg-3 {
    font-size: 80px;
    line-height: 90px;
  }

  .big-text-bg-3.music {
    font-size: 70px;
    line-height: 80px;
    display: flex;
    top: 5%;
    left: 8%;
    overflow: hidden;
  }

  .big-text-bg-3.watch-us {
    font-size: 120px;
    display: none;
  }

  .big-text-bg-3.follow-us {
    font-size: 60px;
    line-height: 56px;
    top: 10%;
  }

  .big-text-bg-3.merch {
    display: flex;
    top: 3%;
    overflow: hidden;
  }

  .big-text-bg-3.tracks {
    top: 4%;
  }

  .big-text-bg-3.events {
    display: flex;
    top: 3%;
  }

  .button-primary-10 {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-default-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-19 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-19.position-relative {
    align-items: stretch;
    overflow: visible;
  }

  .heading-151 {
    width: auto;
    font-size: 30px;
  }

  .paragraph-7 {
    display: flex;
  }

  .home {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .mobile {
    display: none;
  }

  .image-24 {
    display: inline-block;
  }

  .paragraph-large-5 {
    display: none;
  }

  .video-icon-2, .video-icon-2.small {
    width: 40px;
  }

  .video-text-wrapper-2, .video-text-wrapper-2.small {
    margin-top: 16px;
    margin-left: 0;
  }

  .container-default-10 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .bg-overlay-3 {
    width: 100%;
  }

  .bg-overlay-3.video-gradient {
    display: none;
  }

  .section-20 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-20.position-relative {
    padding-bottom: 60px;
  }

  .section-20.position-relative._150 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .section-21.socials {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-21.socials.black-background {
    background-color: var(--bg-cards);
  }

  .container-default-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-card-image-container-2 {
    width: auto;
  }

  .upcoming-concert-item-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-default-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-12._5-margin {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .heading-size-h3-2 {
    font-size: 22px;
    line-height: 28px;
  }

  ._3-columns-grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .section-22 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-22.hero-inner {
    padding-top: 100px;
    overflow: visible;
  }

  .album-grid-2 {
    margin-bottom: 20px;
  }

  .container-default-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-23 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-23.album-hero-single.no-pad {
    display: flex;
  }

  .album-bottom-details-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-20px-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .album-track-single-grid-2 {
    grid-template-columns: 40px 1.4fr .6fr;
  }

  .album-track-single-grid-2.single {
    grid-column-gap: 18px;
    grid-template-columns: 40px 1.8fr .6fr;
  }

  .section-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-53 {
    background-color: var(--bg-cards);
    padding: 5px;
  }

  .instagram-link {
    font-size: 16px;
  }

  .instagram-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .collection-list-8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-link-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .section-25 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-25.events-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-26 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-26.hero-inner {
    padding-top: 156px;
  }

  .div-block-102 {
    width: 100%;
  }

  .container-54 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-size-h3-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-103 {
    width: 100vw;
  }

  .collection-item-6 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-28 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-29 {
    display: none;
  }

  .paragraph-8 {
    font-size: 1em;
  }

  .interaction-letter-2, .heading-152 {
    font-size: 2em;
  }

  .image-26, .transition-block-2 {
    display: none;
  }

  .design-letter-4, .dev-letter-2 {
    font-size: 2em;
  }

  .content-bottom-4 {
    padding: 40px;
  }

  .button-32 {
    border: 2px solid var(--bg-neutral-100);
    background-color: var(--bg-cards);
    color: var(--bg-neutral-100);
    text-align: center;
    border-radius: 20px;
    min-width: 250px;
    font-weight: 900;
    position: static;
    bottom: 194px;
    left: 38px;
  }

  .text-block-39 {
    margin-bottom: 20px;
  }

  .background-video-9 {
    height: 600vh;
    display: none;
    overflow: visible;
  }

  .background-video-10 {
    height: 600px;
    display: block;
  }

  .background-video-11 {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .image-27 {
    overflow: hidden;
  }

  .div-block-104 {
    background-image: url('../images/MPB-BACKGROUND-BW.jpg');
    background-position: 50%;
    background-size: cover;
    height: 600px;
    overflow: hidden;
  }

  .image-28 {
    width: 70%;
    display: block;
  }

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

  .button-primary-11 {
    max-width: 250px;
    padding: 10px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
  }

  .number-4 {
    color: #d8d8cc;
    text-shadow: 0 1px 1px #0003;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .container-default-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s-scroll-bg-img-4.is-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 11px;
    display: flex;
  }

  .s-scroll-bg-img-4.is-2.beckett {
    background-image: url('../images/IMG_4508.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, cover, auto;
  }

  .s-scroll-bg-img-4.is-2.brett, .s-scroll-bg-img-4.is-2.ben {
    background-position: 50%, 50% 0;
  }

  .design-letter-5 {
    text-shadow: 0 1px 1px #08030c;
    font-size: 5em;
  }

  .content-top-4 {
    padding: 40px;
  }

  .content-heading-wrapper-5 {
    margin-bottom: 10px;
  }

  .heading-154 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #08030c;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 2em;
    line-height: 1.2;
  }

  .content-main-2 {
    margin-top: 200px;
  }

  .s-scroll-3 {
    height: 80vh;
  }

  .content-bottom-5 {
    padding: 40px 40px 30px;
  }

  .mp-track-2 {
    padding-top: 10px;
  }

  .example-section {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 20%);
  }

  .image-29 {
    display: block;
    position: absolute;
    top: 400px;
  }

  .image-wrap {
    opacity: 1;
    padding: 0;
    position: relative;
  }

  ._2-column-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    line-height: 28px;
  }

  .subheading-4 {
    text-align: left;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
  }

  .container-55 {
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .text-column-wrap {
    flex-flow: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .font-size-3em {
    font-size: 2.5em;
  }

  .font-size-3em.font-normal {
    font-family: Lato, sans-serif;
    font-size: 1.5em;
  }

  .div-block-108 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-109 {
    width: 100vw;
  }

  .background-video-12 {
    display: none;
  }

  .background-video-13 {
    background-image: none;
    background-size: auto;
    align-self: stretch;
    height: 600px;
    display: block;
  }

  .background-video-14 {
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: clip;
  }

  .background-video-15, .background-video-16 {
    width: 100vw;
    height: 100vh;
  }

  .heading-155 {
    font-size: 20px;
  }

  .scroll-arrow-txt-2 {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .header-wrapper-2 {
    margin-top: 4%;
  }

  .header-wrapper-2.centerd {
    flex-direction: column;
    align-items: center;
  }

  .explore-card-link-3 {
    background-image: url('../images/IMG_6654.JPG');
    border-radius: 10px;
    width: 200px;
    height: 300px;
    padding-top: 0;
  }

  .explore-img-2 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .scroll-section-wrapper-4 {
    width: 100%;
  }

  .scroll-arrow-img-4 {
    width: 20px;
  }

  .scrolling-list-5 {
    place-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 14px;
  }

  .header-column-left {
    width: 75%;
  }

  .card-info-wrap-3 {
    text-align: left;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    line-height: 1em;
    display: flex;
  }

  .feat-explore-item {
    width: 100%;
    height: 350px;
  }

  .feat-explore-item.scroll-item {
    width: 150px;
    height: auto;
    margin-left: 2px;
    margin-right: 10px;
    box-shadow: 0 7px 10px 3px #0000001a;
  }

  .scroll-arrow-4 {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .scrolling-section-3 {
    margin-left: 0;
  }

  .explore-card-header-5 {
    font-size: .8rem;
    line-height: 1em;
    display: inline;
  }

  .header-column-right-2 {
    width: 25%;
    padding-right: 2%;
  }

  .example-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-45 {
    max-width: 22px;
  }

  .flex-block-3 {
    width: 100%;
    bottom: 25px;
    left: 0;
  }

  .heading-170 {
    margin-left: 10px;
    font-size: 12px;
    inset: 1% auto auto 0%;
  }

  .italic-text-10 {
    font-size: 14px;
  }

  .div-block-114 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .div-block-115 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .product-card-image-container-3, .product-card-details-2 {
    width: 100%;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-f750aa35-482b-88b3-432d-113b13c17800-54826375 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c83388a-c4e4-c13a-c490-1f5e5261ea43-548262f0 {
  align-self: center;
}

#w-node-b57638b1-91b4-411e-7992-4aa8d82e816a-548262f0, #w-node-_8c54ec5c-e4aa-afdb-09fd-b9b22409a916-548262f0 {
  align-self: end;
}

#w-node-_6581f6e2-23c8-8293-f53d-535912747023-548262f0 {
  place-self: end;
}

#w-node-_0cd7527f-2e4b-c43e-d289-25df62898544-ae2f46c5 {
  justify-self: end;
}

#w-node-c78119e7-d1df-60fc-d72c-d34669dc72a3-548262f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b42e01e-4c2e-4af5-ce66-1e86dc37ce39-548262f1, #w-node-_2986baba-03a2-72ec-c6ec-33792b60052b-5482636a {
  justify-self: end;
}

#w-node-_0977162f-5c82-f9a9-4b8c-0b990337ab5b-54826378, #w-node-fe77d1c4-a479-4c18-8a01-609cca9e0c93-ca9e0c88 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c78119e7-d1df-60fc-d72c-d34669dc72a3-54826392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b42e01e-4c2e-4af5-ce66-1e86dc37ce39-54826392 {
  justify-self: end;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-54826396, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-54826396, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-54826396, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-54826396, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-54826396, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-54826396 {
  align-self: end;
}

#w-node-_0977162f-5c82-f9a9-4b8c-0b990337ab5b-cebedb5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-85af1a96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf245-85af1a96 {
  place-self: center stretch;
}

#w-node-f750aa35-482b-88b3-432d-113b13c17800-29206cfb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-29206cfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf245-29206cfb {
  place-self: center stretch;
}

#w-node-e448c76c-de1f-829c-8069-9b5da5d9391b-fd71280b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f750aa35-482b-88b3-432d-113b13c17800-fd71280b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_954cee18-74df-65e6-cccc-16158d7b09c4-fd71280b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-fd71280b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c24357ff-0310-ece0-3e04-4783dbbaf245-fd71280b {
  place-self: center stretch;
}

#w-node-f750aa35-482b-88b3-432d-113b13c17800-fea024af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_522e1f53-61b5-db04-ae7c-7b9f6493a1a3-5482630a {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9c83388a-c4e4-c13a-c490-1f5e5261ea43-548262f0 {
    order: -9999;
  }

  #w-node-_6581f6e2-23c8-8293-f53d-535912747023-548262f0, #w-node-_0cd7527f-2e4b-c43e-d289-25df62898544-ae2f46c5 {
    justify-self: start;
  }

  #w-node-_9aa84a33-c74a-509f-06ff-25f778a16b35-ae2f46c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b42e01e-4c2e-4af5-ce66-1e86dc37ce39-548262f1 {
    justify-self: start;
  }

  #w-node-_514dac44-7fc5-32f6-b94b-8a54e1e9b5a7-5482636a {
    order: -9999;
  }

  #w-node-_2986baba-03a2-72ec-c6ec-33792b60052b-5482636a {
    justify-self: start;
  }

  #w-node-_183ded0e-0fcd-ad6c-c173-788f96e39c7b-54826378, #w-node-_66497a00-9319-e0a8-e89e-12e931ca26af-54826391 {
    order: 9999;
  }

  #w-node-_5b42e01e-4c2e-4af5-ce66-1e86dc37ce39-54826392 {
    justify-self: start;
  }

  #w-node-_183ded0e-0fcd-ad6c-c173-788f96e39c7b-cebedb5d, #w-node-_39290210-ae9a-087b-274a-a1ab8c7c08bb-85af1a96, #w-node-_39290210-ae9a-087b-274a-a1ab8c7c08bb-29206cfb, #w-node-_32338c7f-09cf-0113-cf9b-e6d49632022a-29206cfb {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0cd7527f-2e4b-c43e-d289-25df62898544-ae2f46c5 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9aa84a33-c74a-509f-06ff-25f778a16b35-ae2f46c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_37fe0785-6b1c-25d4-d7ba-e186d54c123d-54826332 {
    justify-self: stretch;
  }

  #w-node-fe77d1c4-a479-4c18-8a01-609cca9e0c93-ca9e0c88 {
    grid-row: span 1 / span 1;
  }

  #w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-85af1a96, #w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-29206cfb, #w-node-c24357ff-0310-ece0-3e04-4783dbbaf23c-fd71280b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Font';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}