@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_italic_master_web.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_regular_master_web.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Happy Times;
  src: url('../fonts/happy-times-NG_bold_master_web.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-PlainBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url('../fonts/open-sans-v17-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url('../fonts/open-sans-v17-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cotham Sans;
  src: url('../fonts/CothamSans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --dark: #1c1c1c;
  --primary-2: #848484;
  --white: white;
  --border: #0000001a;
  --light: #f4f3ee;
  --primary: #848484;
  --red: #692619;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: var(--dark);
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Times, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: var(--dark);
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

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

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0;
  font-family: Happy Times, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.reduced-padding {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.reduced-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section.title-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.blog-post-header {
  padding-top: 120px;
  padding-bottom: 48px;
}

.section.categories {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.section.hero {
  padding-top: 120px;
  padding-bottom: 48px;
}

.section.reduced-top-padding {
  padding-top: 48px;
}

.section.hidden {
  display: none;
}

.section.reduced-padding-top {
  padding-top: 48px;
}

.section.reduced-padding-top.nopaddingtop {
  padding-top: 0;
}

.section.cc-red {
  background-color: #692619;
  padding-top: 0;
  padding-bottom: 0;
}

.container---main {
  width: 100%;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-color {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 112px;
  position: relative;
}

.bg-primary {
  background-color: var(--primary-2);
  color: #fff;
}

.bg-dark {
  background-color: var(--dark);
  color: #fff;
}

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

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.large-text {
  font-size: 24px;
  line-height: 32px;
}

.small-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.small-text.cart-title {
  font-weight: 400;
}

.button {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  display: flex;
}

.button.bg-light {
  border: 1px solid var(--border);
  color: var(--dark);
}

.button.bg-white, .button.bg-white.w--current {
  background-color: var(--white);
  color: var(--dark);
}

.button.bg-white.hidden {
  display: none;
}

.button.border-white-faded {
  background-color: #0000;
  border: 1px solid #ffffff40;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.border-white-faded:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--dark);
}

.button.bordered {
  border: 1px solid var(--border);
  color: var(--dark);
  background-color: #0000;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button.bordered:hover {
  border-left-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.button.add-to-cart {
  flex: 1;
}

.form-block {
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--border);
  background-color: var(--light);
  border-radius: 0;
  height: 42px;
  margin-bottom: 0;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--dark);
}

.form-input.text-area {
  min-height: 150px;
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 14px;
}

.footer {
  padding-top: 72px;
  padding-bottom: 48px;
}

.back-to-top-button {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.announcement-bar {
  background-color: var(--light);
  align-items: center;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  z-index: 999;
  opacity: .5;
  cursor: pointer;
  width: 18px;
  height: 18px;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.announcement-cross:hover {
  opacity: 1;
}

.announcement-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.trigger-search-modal {
  padding: 0;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  width: 410px;
  display: flex;
}

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

.search-modal-container {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 72px;
  display: flex;
  position: relative;
}

.select-wrapper {
  border: 1px solid #000;
  padding: 7px;
  overflow: hidden;
}

.select-field {
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
}

.display-heading {
  letter-spacing: -.01em;
  font-family: Happy Times, sans-serif;
  font-size: 72px;
  line-height: 1.1em;
}

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

.checkbox, .radio {
  margin-top: 0;
  margin-left: 0;
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.style-guide-color-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.form-success {
  background-color: var(--light);
  text-align: center;
  padding: 24px;
}

.form-error {
  text-align: center;
  margin-top: 0;
  padding: 18px;
}

.menu-button {
  padding: 0;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: #262626;
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: #262626;
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  z-index: 99;
  background-color: #fffffff2;
}

.navbar {
  background-color: #0000;
  position: static;
}

.navbar-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

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

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

.typography-demo {
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.serif {
  font-family: Happy Times, sans-serif;
}

.article h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.3em;
}

.article p {
  margin-bottom: 1.4em;
}

.article li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4em;
}

.article ul {
  padding-left: .8em;
}

.article h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.article h3 {
  margin-top: 1em;
  margin-bottom: .75em;
}

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

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

.columns.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.columns.gap-2x.subscribe-row {
  align-items: center;
}

.columns.gap-2x.footer-bottom-row {
  opacity: .5;
}

.columns.gap-2x.blog-posts {
  grid-template-columns: 1fr 1fr;
}

.columns.gap-2x.blog-hero {
  grid-auto-columns: 2fr;
}

.columns.gap-2x.featured-artist-columns {
  grid-template-columns: 410px;
}

.columns.gap-2x.categories {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.columns.gap-2x.images {
  margin-top: 48px;
  margin-bottom: 64px;
}

.columns.gap-2x.contact-header {
  margin-bottom: 24px;
}

.columns.gap-0-25x {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.columns.gap-0-25x.subscribe-form {
  grid-auto-columns: auto;
}

.columns.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.columns.gap-1x.social-links {
  grid-template-columns: 20px;
  grid-auto-columns: 20px;
}

.columns.gap-0-75x.product-thumbnail-title {
  align-items: start;
}

.columns.gap-0-25x.breadcrumbs {
  align-items: center;
  display: flex;
}

.columns.gap-2x.features {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-columns: 1fr 1px 1fr 1fr 1fr;
  display: flex;
}

.columns.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.columns.gap-4x.featured-artist {
  align-items: center;
}

.horizontal-rule {
  background-color: var(--border);
  height: 1px;
}

.horizontal-rule.bg-white-faded {
  background-color: var(--white);
  opacity: .25;
}

.rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rows.gap-2x {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rows.gap-2x.menu-row {
  align-items: start;
}

.rows.gap-0-25x {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
}

.rows.gap-0-25x.menu {
  justify-items: start;
}

.rows.gap-0-25x.hidden {
  display: none;
}

.rows.gap-0-75x {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.rows.gap-0-75x.justify-between {
  align-content: space-between;
}

.rows.gap-0-75x.cc-ausbildung {
  padding-top: .75rem;
}

.rows.gap-1x.text-center {
  text-align: center;
}

.rows.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.rows.gap-3x.product-details {
  padding: 48px;
}

.rows.gap-1-5x.collection-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: 1fr 1px 1fr;
}

.rows.gap-1-5x.featured-collection-contents {
  grid-template-rows: auto 1px auto;
}

.rows.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows.gap-0-75x.padded-feature {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.rows.checkout {
  margin-right: 0;
}

.rows.ausstellungen {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr) minmax(0, 20px);
  padding-top: 0;
}

.rows.ausstellungen.top {
  padding-top: 5px;
}

.underlined {
  text-decoration: underline;
}

.underlined.hover-link {
  opacity: .5;
}

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

.align-right {
  justify-content: flex-end;
  display: flex;
}

.empty-state {
  background-color: var(--light);
  text-align: center;
  padding: 24px;
}

.container---m {
  width: 100%;
  max-width: 652px;
}

.container---l {
  width: 100%;
  max-width: 893px;
}

.container---l.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container---l.align-center.vertical {
  flex-direction: column;
}

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

.heading {
  letter-spacing: -.01em;
  font-size: 48px;
  line-height: 1.1em;
}

.body {
  font-size: 16px;
  line-height: 1.4em;
}

.small-square-image {
  width: 248px;
  height: 248px;
}

.container---xs {
  width: 100%;
  max-width: 410px;
}

.container---xs.align-right {
  margin-left: auto;
}

.featured-artist-contents {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.product-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.table-item {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.flush-section-gallery {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-image: radial-gradient(circle at 100% 100%, #edebe5, #e8e7e3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px;
  display: flex;
}

.title.padded-feature {
  flex: 1;
  padding-top: 48px;
  padding-bottom: 48px;
}

.vertical-rule {
  background-color: var(--border);
  width: 1px;
}

.flush-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flush-section-contents {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.flush-section-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.category-tile {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.category-image {
  width: 100%;
  display: block;
}

.italic {
  font-size: 32px;
  font-style: italic;
}

.italic.center.white {
  color: var(--white);
}

.category-tile-text {
  color: var(--light);
  text-align: center;
  margin: 24px;
  font-style: italic;
  position: absolute;
}

.muted-text {
  opacity: .5;
}

.copyright-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.social-image-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.category-link {
  width: 100%;
  display: block;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
}

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

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

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  display: flex;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

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

.dropdown.cc-hidden {
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-cart-button {
  color: var(--dark);
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  color: var(--dark);
  min-width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.cart-text {
  margin-right: 3px;
}

.announcement-text {
  z-index: 1;
  text-align: center;
  flex: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  position: relative;
}

.logo {
  width: 2.5rem;
}

.logo.cc-footer {
  width: 3.25rem;
}

.dropdown-list.w--open {
  border: 1px solid var(--dark);
  background-color: #fff;
  border-radius: 9px;
  min-width: 200px;
  padding: 12px;
  transform: translate(0, 9px);
}

.dropdown-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hover-link {
  transition: opacity .2s;
  display: block;
}

.hover-link:hover {
  opacity: .5;
}

.image-cover {
  object-fit: cover;
}

.title-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.title-grid.restricted-width {
  grid-template-columns: 1fr 410px;
}

.post-intro {
  margin-bottom: 54px;
  font-family: Happy Times, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

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

.product-grid-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.product-collection-item {
  width: 100%;
  display: flex;
}

.product-grid-image-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.product-heading {
  font-size: 30px;
  font-style: italic;
  line-height: 1.25em;
}

.main-product-image {
  max-height: 500px;
  box-shadow: 0 4px 6px #0000000d;
}

.add-to-cart {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.out-of-stock {
  background-color: var(--light);
  text-align: center;
  margin-top: 0;
  padding: 24px;
}

.cart-header {
  border-bottom-color: var(--border);
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart-close-button {
  width: 24px;
  height: 24px;
  padding: 0;
}

.cart-close-icon {
  width: 24px;
  display: block;
}

.cart-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
}

.cart-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  padding: 0;
}

.cart-item-image {
  flex: none;
  width: auto;
  max-width: 72px;
  height: auto;
}

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

.cart-item-title {
  margin-left: 0;
  margin-right: 0;
}

.lightbox-product-gallery {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.lightbox-thumbnail {
  border: 2px solid #fff;
  width: 100px;
  height: 130px;
  display: block;
}

.hide {
  display: none;
}

.top-arrow {
  transform: rotate(-90deg);
}

.checkout-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 0;
  display: grid;
}

.sidebar {
  top: 24px;
}

.block-header {
  border-color: var(--border);
  padding: 18px 24px;
}

.block-content {
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  padding: 24px;
}

.block-content.no-padding {
  padding: 0;
}

.label {
  margin-bottom: 0;
}

.form-column {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--border);
}

.container---xl {
  width: 100%;
  max-width: 1134px;
}

.container---xl.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container---xl.align-center.vertical {
  flex-direction: column;
  align-items: stretch;
}

.billing-address-toggle {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
}

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

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

.order-item {
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
}

.order-item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.pagination {
  margin-top: 48px;
}

.pagination-icon {
  position: relative;
  bottom: 3px;
}

.search-result-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-url {
  opacity: .5;
  margin-top: 3px;
  margin-bottom: 9px;
  font-size: 14px;
}

.search-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cart-empty {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
}

.search-modal-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 0;
  display: flex;
}

.lightbox-link {
  display: block;
}

.product-grid-image {
  flex: none;
  height: auto;
  transition: opacity .2s;
  display: block;
}

.product-grid-image:hover {
  opacity: .8;
}

.span-small {
  font-size: 16px;
  position: relative;
  top: -.85rem;
}

.category-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flow {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h1 {
  font-size: 48px;
  line-height: 1.1em;
}

.filter-formblock {
  margin-bottom: 4rem;
}

.filter-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-field-category {
  letter-spacing: .01em;
  cursor: pointer;
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button-category {
  z-index: 10;
  border: 1px solid var(--dark);
  background-color: #0000;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-button-category:hover {
  background-color: var(--dark);
}

.radio-button-category.w--redirected-checked {
  border-color: var(--dark);
  background-color: var(--dark);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.radio-button-category.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.radio-label-category {
  z-index: 30;
  pointer-events: none;
  color: var(--dark);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
  position: relative;
}

.category-select {
  color: #daff1c;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #daff1c;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .375rem 1rem .5rem;
  font-size: 1.125rem;
  font-weight: 900;
  display: none;
}

.category-select:active, .category-select:focus, .category-select:focus-visible, .category-select[data-wf-focus-visible] {
  border-color: #daff1c;
}

.custom-code {
  opacity: 0;
  height: 0;
}

.row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: center;
  display: flex;
}

.row.cc-hidden-categories {
  display: block;
}

.category {
  font-size: 11px;
  line-height: 1.3;
}

.category.cc-hidden {
  display: none;
}

.image-contain, .img-contain-ca {
  object-fit: contain;
  width: 100%;
  height: 63%;
}

.left-aligned {
  text-align: right;
}

.div-block {
  max-width: 37%;
}

.div-block-2 {
  width: 75%;
  max-width: 12.3rem;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero {
    padding-top: 120px;
  }

  .container---main.categories {
    padding-left: 60px;
    padding-right: 60px;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .display-heading {
    font-size: 48px;
  }

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

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

  .navbar {
    position: relative;
  }

  .navbar-row {
    justify-content: space-between;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
  }

  .columns.gap-2x.subscribe-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .columns.gap-2x.blog-posts {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .columns.gap-2x.social-images, .columns.gap-2x.blog-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .columns.gap-2x.categories {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .columns.gap-2x.images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .columns.gap-2x.features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.gap-4x.featured-artist {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-auto-flow: row;
    justify-items: center;
    max-width: 491px;
  }

  .rows.gap-3x.product-details {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rows.gap-1-5x.featured-collection-contents {
    width: 100%;
  }

  .rows.gap-0-75x.padded-feature {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container---m {
    max-width: 531px;
  }

  .small-square-image.contact-image {
    display: none;
  }

  .product-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .title.padded-feature {
    padding: 0;
  }

  .vertical-rule {
    width: 100%;
    height: 1px;
  }

  .flush-section {
    flex-direction: column;
    display: flex;
  }

  .flush-section-contents {
    padding-top: 48px;
  }

  .flush-section-image-wrapper {
    aspect-ratio: auto;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .flush-section-image-wrapper.on-right {
    padding-top: 0;
    padding-bottom: 48px;
  }

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

  .nav-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-menu {
    border: 1px solid var(--dark);
    background-color: #fff;
    border-radius: 9px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    top: 65px;
  }

  .dropdown {
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .dropdown-list.w--open {
    margin-bottom: 24px;
    position: relative;
  }

  .image-cover.social-image {
    display: none;
  }

  .title-grid.restricted-width {
    grid-template-columns: 1fr 1fr;
  }

  .post-intro {
    margin-bottom: 48px;
  }

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

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .img-contain-ca {
    aspect-ratio: 16 / 9;
  }

  .div-block {
    max-width: 24%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.2em;
  }

  h2, h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .section.title-section {
    padding-top: 64px;
  }

  .section.categories {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.hero {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .container---main.categories {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-heading {
    font-size: 42px;
  }

  .columns.gap-2x.featured-artist-columns {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .columns.gap-2x.categories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-2x.contact-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-auto-flow: row;
  }

  .rows.gap-0-75x.cc-ausbildung {
    padding-top: .5rem;
  }

  .rows.gap-2x.title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .align-right.product-details {
    justify-content: flex-start;
  }

  .featured-artist-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flush-section-contents {
    padding: 24px;
  }

  .flush-section-image-wrapper {
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flush-section-image-wrapper.on-right {
    padding-bottom: 24px;
  }

  .announcement-text {
    text-align: left;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .search-modal-form {
    width: 100%;
  }

  .flow {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1 {
    font-size: 36px;
    line-height: 1.2em;
  }

  .filter-formblock {
    margin-bottom: 2rem;
  }

  .filter-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .left-aligned {
    text-align: left;
  }

  .div-block-2 {
    width: 50%;
    max-width: 10rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3, h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.reduced-padding-top {
    padding-top: 24px;
  }

  .container---main {
    padding-left: 21px;
    padding-right: 21px;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .button.bg-light {
    align-self: stretch;
  }

  .announcement-contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .trigger-search-modal {
    display: none;
  }

  .search-modal-container {
    padding: 18px;
  }

  .navbar-row {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .typography-license-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-demo {
    font-size: 72px;
  }

  .columns.gap-2x.footer-bottom-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-2x.blog-post-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-auto-flow: row;
  }

  .columns.gap-2x.featured-artist-columns {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .columns.gap-2x.categories {
    grid-template-columns: 1fr;
  }

  .columns.gap-2x.images {
    margin-top: 0;
  }

  .columns.gap-2x.contact-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .columns.gap-0-25x.subscribe-form {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .columns.gap-3x.menus {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .columns.gap-1-5x.flush-contents-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-auto-flow: row;
  }

  .rows {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows.gap-2x {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rows.gap-2x.menu-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.gap-3x.product-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rows.gap-1-5x.collection-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.gap-1-5x.featured-collection-contents {
    min-height: auto;
  }

  .rows.ausstellungen {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr) minmax(0, 20px);
  }

  .featured-artist-contents {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .flush-section-gallery {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 48px 24px 24px;
  }

  .italic {
    font-size: 24px;
  }

  .nav-menu {
    top: 60px;
  }

  .navbar-right-contents {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .logo {
    padding-left: 0;
  }

  .logo.cc-footer {
    width: 3rem;
  }

  .image-cover.social-image {
    display: block;
  }

  .title-grid, .title-grid.restricted-width {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .lightbox-product-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .lightbox-thumbnail {
    max-height: 72px;
  }

  .search-modal-form {
    flex-direction: column;
    align-items: stretch;
  }

  .h1 {
    font-size: 30px;
  }

  .filter-formblock {
    margin-bottom: 0;
  }

  .radio-field-category {
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .category-select {
    display: flex;
  }

  .img-contain-ca {
    aspect-ratio: auto;
    height: 100%;
  }

  .left-aligned {
    text-align: left;
  }

  .div-block {
    width: 33.33%;
    min-width: 9.8rem;
    max-width: none;
  }

  .div-block-2 {
    width: 33.33%;
    min-width: 9.6rem;
    max-width: none;
  }
}

#w-node-ea056733-0c52-b9d3-8754-8bf7caa023f7-80b3f5d4, #w-node-c4b49375-068f-d4ae-483c-00822a4ad069-80b3f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4b49375-068f-d4ae-483c-00822a4ad06a-80b3f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c4b49375-068f-d4ae-483c-00822a4ad06c-80b3f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c4b49375-068f-d4ae-483c-00822a4ad06f-80b3f5d4 {
  justify-self: start;
}

#w-node-c4b49375-068f-d4ae-483c-00822a4ad070-80b3f5d4, #w-node-ea056733-0c52-b9d3-8754-8bf7caa02414-80b3f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea056733-0c52-b9d3-8754-8bf7caa0243f-80b3f5d4 {
  justify-self: start;
}

#w-node-ea056733-0c52-b9d3-8754-8bf7caa02440-80b3f5d4, #w-node-_5ef8c5c9-930e-7330-3524-edffd4115120-80b3f5d4, #w-node-_5ef8c5c9-930e-7330-3524-edffd4115121-80b3f5d4, #w-node-_5ef8c5c9-930e-7330-3524-edffd4115125-80b3f5d4, #w-node-_5ef8c5c9-930e-7330-3524-edffd4115128-80b3f5d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea056733-0c52-b9d3-8754-8bf7caa02480-80b3f5d4 {
  justify-self: start;
}

#w-node-ea056733-0c52-b9d3-8754-8bf7caa02481-80b3f5d4, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b79-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b7a-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b7b-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b7c-55b37658, #w-node-a1274cc3-6369-f073-0d4e-b82a73cef984-55b37658, #w-node-b0d17c03-d829-3c01-956e-36a28cb7e38d-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b8a-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b8b-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b8e-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b91-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b99-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b9a-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686b9b-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686ba1-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686ba9-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686baa-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bac-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686baf-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bb1-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bb6-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bb7-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bb8-55b37658, #w-node-bdecf9c7-ae9b-7e2f-1e85-8eabeb686bba-55b37658, #w-node-f7ffa84b-c83a-817f-461f-4d7849a6e2b9-49a6e2b6, #w-node-d6e933b9-85e2-194c-c568-70e7e26d6364-49a6e2b6, #w-node-f7ffa84b-c83a-817f-461f-4d7849a6e2bb-49a6e2b6, #w-node-f7ffa84b-c83a-817f-461f-4d7849a6e2bd-49a6e2b6, #w-node-_8bc05bd6-931f-49e6-705a-ba4bb125c562-49a6e2b6, #w-node-_2b1aa688-94fd-f831-a2e6-5c967ab863af-80b3f5dc, #w-node-_2b1aa688-94fd-f831-a2e6-5c967ab863b0-80b3f5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b1aa688-94fd-f831-a2e6-5c967ab863b1-80b3f5dc {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_2b1aa688-94fd-f831-a2e6-5c967ab863b4-80b3f5dc, #w-node-_3ef15c3b-e9dc-8ea7-bf37-1aa0e3778463-80b3f5dc, #w-node-edc7bab8-843d-829b-9adf-705fcdd07a44-80b3f5dc, #w-node-_4c4e7b0b-f59b-71b6-7595-0096a0611103-80b3f5dc, #w-node-fc68b0d8-d917-6886-dcd4-d0b5c2a4e0e9-80b3f5dd, #w-node-_5902dc5b-ee7e-84cb-282a-56a6cac54ef8-80b3f5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc68b0d8-d917-6886-dcd4-d0b5c2a4e0ec-80b3f5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d1-80b3f5dd, #w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d2-80b3f5dd, #w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d4-80b3f5dd, #w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d6-80b3f5dd, #w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d8-80b3f5dd, #w-node-_07278f55-f52f-de51-c280-6fffe1881ed0-e1881ece, #w-node-_07278f55-f52f-de51-c280-6fffe1881ed1-e1881ece, #w-node-_9fe179a0-5cf0-f907-2c7c-6186b8706631-e1881ece, #w-node-_07278f55-f52f-de51-c280-6fffe1881ed4-e1881ece, #w-node-_07278f55-f52f-de51-c280-6fffe1881ed8-e1881ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07278f55-f52f-de51-c280-6fffe1881edc-e1881ece {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_551a8655-0f8b-ab64-fb5f-06291ed84ad5-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84ad9-80b3f5de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551a8655-0f8b-ab64-fb5f-06291ed84ada-80b3f5de {
  align-self: end;
}

#w-node-_551a8655-0f8b-ab64-fb5f-06291ed84adb-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84ae7-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84aea-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84aeb-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84aed-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84aef-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84af1-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84af5-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84af7-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84af9-80b3f5de, #w-node-_551a8655-0f8b-ab64-fb5f-06291ed84afb-80b3f5de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551a8655-0f8b-ab64-fb5f-06291ed84aff-80b3f5de {
  justify-self: start;
}

#w-node-_551a8655-0f8b-ab64-fb5f-06291ed84b00-80b3f5de, #w-node-_37585b17-f79f-24c8-153a-5b27c19df298-80b3f5df, #w-node-_37585b17-f79f-24c8-153a-5b27c19df299-80b3f5df, #w-node-_37585b17-f79f-24c8-153a-5b27c19df2a0-80b3f5df, #w-node-_37585b17-f79f-24c8-153a-5b27c19df2a1-80b3f5df, #w-node-_37585b17-f79f-24c8-153a-5b27c19df2a3-80b3f5df, #w-node-_407b720b-a22b-380c-0d02-3cbb62a4f341-80b3f5df, #w-node-_407b720b-a22b-380c-0d02-3cbb62a4f346-80b3f5df, #w-node-_407b720b-a22b-380c-0d02-3cbb62a4f347-80b3f5df, #w-node-_407b720b-a22b-380c-0d02-3cbb62a4f348-80b3f5df, #w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5841-80b3f5e0, #w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5842-80b3f5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5843-80b3f5e0 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5846-80b3f5e0, #w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5847-80b3f5e0, #w-node-a57a8300-2552-571f-8432-547201b059c7-80b3f5e1, #w-node-a57a8300-2552-571f-8432-547201b059c8-80b3f5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a57a8300-2552-571f-8432-547201b059c9-80b3f5e1 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f1d0c3c0-d31a-dea8-82df-40c3e1fd6a31-80b3f5e1, #w-node-a57a8300-2552-571f-8432-547201b059cc-80b3f5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1530bc4a-5085-37bb-3315-2850b4d37894-80b3f5e1 {
  align-self: start;
}

#w-node-_740b534d-622f-87d0-f7ca-957a327711d1-80b3f5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669d6ffb-683a-b1c2-ff93-ffacaa7e7b6c-80b3f5e1 {
  align-self: start;
}

#w-node-_8710fd84-ccfe-090c-3ce9-1d5dc594b23f-80b3f5e1, #w-node-_99e2d332-2940-bcfa-1e3c-70538e7b4c80-80b3f5e1, #w-node-_305f1c19-c1a8-ca90-3236-7902541f11a1-80b3f5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bde6e9c-8ce2-5021-8a04-02bed3f6bd25-80b3f5e3, #w-node-_98eaeb37-4c69-2e7f-0769-21a920a76481-80b3f5e3, #w-node-_773a862b-5b8f-ed15-62ac-bca76d3558e3-80b3f5e3, #w-node-_5dc95921-ac4c-ba2d-ac5f-07eb0ec748d4-80b3f5e3, #w-node-b2b9f496-1ccc-48d2-b1e6-e0df3ea71711-80b3f5e3 {
  align-self: start;
}

#w-node-beb45f57-ee6b-1472-4564-b43975a06909-80b3f5e3 {
  justify-self: stretch;
}

#w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f5e-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f5f-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f62-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f67-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f6b-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f6d-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f71-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f72-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f73-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f77-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f79-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f7c-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f7e-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f81-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f83-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f85-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f86-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f8a-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f8c-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f8f-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07f91-80b3f5e5, #w-node-_5bba7fa5-6b64-b77f-0ee1-710da5cb9f62-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fa3-80b3f5e5, #w-node-_37b20668-1b4b-8d25-bee1-35edf98c5f0a-80b3f5e5, #w-node-_4af95831-cde4-b0d4-dd9f-601b139e93c6-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fa8-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fad-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fb0-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fb2-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fb5-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fb7-80b3f5e5, #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fba-80b3f5e5, #w-node-_407cd15d-4ee2-6f12-daab-fe03d1149c37-80b3f5e5, #w-node-cf6aa15c-ae7f-3040-bd2e-dac14d9cb933-80b3f5e5, #w-node-dcbcd5ee-4762-368d-58d9-a3facb807116-80b3f5e5, #w-node-dcbcd5ee-4762-368d-58d9-a3facb80711a-80b3f5e5, #w-node-dcbcd5ee-4762-368d-58d9-a3facb80711d-80b3f5e5, #w-node-_4fa4d98f-83c9-661f-a799-c9554a2807de-80b3f5e5, #w-node-_9b4e6f47-a262-17bb-70a9-83f3d06ba797-80b3f5e5, #w-node-_9b4e6f47-a262-17bb-70a9-83f3d06ba79c-80b3f5e5, #w-node-_9b4e6f47-a262-17bb-70a9-83f3d06ba79d-80b3f5e5, #w-node-_8230cb0a-1617-dfc6-0c67-d4891621228d-80b3f5e6, #w-node-c7598f29-fc9a-12d2-0911-4c10285dd11f-80b3f5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8230cb0a-1617-dfc6-0c67-d48916212290-80b3f5e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8230cb0a-1617-dfc6-0c67-d48916212294-80b3f5e6, #w-node-eeaf3b31-9d65-d82a-a860-1afc6dd9d893-80b3f5e6, #w-node-eeaf3b31-9d65-d82a-a860-1afc6dd9d898-80b3f5e6, #w-node-eeaf3b31-9d65-d82a-a860-1afc6dd9d899-80b3f5e6, #w-node-eeaf3b31-9d65-d82a-a860-1afc6dd9d89a-80b3f5e6, #w-node-_6295222b-77bf-a128-9598-9c6ab00379d1-80b3f5e8, #w-node-c445c885-efc5-7e6e-2b1c-4e78667df5a5-80b3f5e8, #w-node-b9239244-eaab-c6fb-78af-a76a81ca17e1-80b3f5e8, #w-node-_35e09e1a-2a7b-b26d-b54e-7a506f9e133c-80b3f5e8, #w-node-_199f60c4-e859-cb88-198c-40bf5cf7c45b-80b3f5e8, #w-node-d3cc990a-6179-9aff-8161-a6b4ac3dda87-80b3f5e9, #w-node-_83015047-cb0c-3464-e225-7ba3b7414fa1-80b3f5ea, #w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f6-80b3f5ec, #w-node-f27cb09e-f805-bf9d-edcd-bd76b473b4f7-80b3f5ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f9-80b3f5ec {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9fc-80b3f5ec, #w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4103-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4104-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4105-80b3f5ed {
  justify-self: end;
}

#w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4107-80b3f5ed, #w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4108-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_970f1877-6d20-6693-e36d-2ab520db3480-80b3f5ed, #w-node-_8f98313a-5357-78db-593c-fcac7d3e05f0-80b3f5ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd822-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd825-80b3f5ed, #w-node-_9a9230d4-8934-914f-9250-9e174ddfd826-80b3f5ed, #w-node-_9a9230d4-8934-914f-9250-9e174ddfd82b-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd82e-80b3f5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd832-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd835-80b3f5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd839-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd83c-80b3f5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd840-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a9230d4-8934-914f-9250-9e174ddfd843-80b3f5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_830eb522-a7b1-b836-dc3a-33c2ebe06462-80b3f5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_830eb522-a7b1-b836-dc3a-33c2ebe06465-80b3f5ed, #w-node-_830eb522-a7b1-b836-dc3a-33c2ebe06466-80b3f5ed, #w-node-b83bc5d4-39fb-082b-691a-df8576924b37-80b3f5ed, #w-node-_5201983b-6d23-fae6-8497-0ac4f3b2e45f-80b3f5ed, #w-node-_830eb522-a7b1-b836-dc3a-33c2ebe06489-80b3f5ed, #w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4110-80b3f5ed, #w-node-_1a07c79d-4914-53e1-f127-402b19ac0f4a-80b3f5ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c85dc0-f2ec-f954-11fc-da39ec82d2b3-80b3f5ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1a07c79d-4914-53e1-f127-402b19ac0f4e-80b3f5ee {
  justify-self: end;
}

#w-node-_1a07c79d-4914-53e1-f127-402b19ac0f4f-80b3f5ee, #w-node-ea056733-0c52-b9d3-8754-8bf7caa023f7-80b3f5ef, #w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f6-2066bcbe, #w-node-f27cb09e-f805-bf9d-edcd-bd76b473b4f7-2066bcbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f9-2066bcbe {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9fc-2066bcbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_25042a6e-b47c-5796-d5b4-ff46b0b81a2f-80b3f5d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58c98932-7701-4188-90b6-aff785b45ec7-e1881ece {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_07278f55-f52f-de51-c280-6fffe1881ed7-e1881ece {
    place-self: stretch stretch;
  }

  #w-node-_1fd7d7ed-1e02-e9cf-13b1-d74d36b07fa0-80b3f5e5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3f71fdb-b44f-8119-f8a4-d38686cb4105-80b3f5ed {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25042a6e-b47c-5796-d5b4-ff46b0b81a2f-80b3f5d4, #w-node-_8bc05bd6-931f-49e6-705a-ba4bb125c562-49a6e2b6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b1aa688-94fd-f831-a2e6-5c967ab863b1-80b3f5dc, #w-node-fc68b0d8-d917-6886-dcd4-d0b5c2a4e0ec-80b3f5dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25d81a5d-e551-8048-8e39-b7d8b2f401d8-80b3f5dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_36268ed3-62ae-7f2d-0d0f-69fa060a5843-80b3f5e0, #w-node-a57a8300-2552-571f-8432-547201b059c9-80b3f5e1, #w-node-_8230cb0a-1617-dfc6-0c67-d48916212290-80b3f5e6, #w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f9-80b3f5ec, #w-node-bdcc72ab-5d5d-31d2-2936-b1cf1214c9f9-2066bcbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_italic_master_web.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_regular_master_web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Happy Times';
  src: url('../fonts/happy-times-NG_bold_master_web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-PlainBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v17-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cotham Sans';
  src: url('../fonts/CothamSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}