:root {
  --white: white;
  --black: black;
  --dark-grey: #a1a1a6;
  --black-2: #111;
  --dim-grey: #6e6e73;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-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 {
  color: var(--white);
  background-color: #000;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #a1a1a6;
  margin-bottom: 10px;
}

a {
  color: #a1a1a6;
  text-decoration: underline;
}

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

li {
  color: #a1a1a6;
}

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

blockquote {
  color: #a1a1a6;
  border-left: 5px solid #a1a1a640;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.4;
}

.heading-style-h4.text-color-black {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-size-small {
  color: var(--dark-grey);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-size-small.text-style-allcaps {
  color: var(--white);
  margin: 0 4px 4px;
  font-family: Hknova, sans-serif;
  font-weight: 400;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  color: var(--dark-grey);
  font-size: .75rem;
  line-height: 1.6;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.text-size-large {
  color: var(--dark-grey);
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.4;
}

.styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--dark-grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.vertical-center-align {
  margin: auto;
}

.container-large.extended {
  max-width: 100%;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  color: var(--white);
  margin: 6rem;
  font-family: Hknova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: var(--black);
}

.text-color-grey {
  color: var(--dark-grey);
}

.heading-style-h2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
}

.heading-style-h2.text-align-center {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.heading-style-h2.text-color-black {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
}

.heading-style-h2.text-color-pink {
  color: #e90069;
}

.heading-style-h2.text-align-left {
  font-family: Merriweather, serif;
}

.heading-style-h2.text-align-left.huge-text {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h2.massive-callout {
  font-family: Hknova, sans-serif;
  font-size: 8.7rem;
}

.heading-style-h2.text-black {
  color: #000;
}

.heading-style-h2.super-huge {
  font-family: Hknova, sans-serif;
  font-size: 22rem;
}

.heading-style-h2.medium-callout {
  font-family: Hknova, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  text-decoration: none;
}

.heading-style-h2.massive-callout-copy {
  font-family: Hknova, sans-serif;
  font-size: 8.7rem;
}

.heading-style-h2.small-callout {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.heading-style-h2.massive-callout-two {
  letter-spacing: 5px;
  font-family: Hknova, sans-serif;
  font-size: 16vh;
  font-weight: 700;
  line-height: .95;
}

.heading-style-h2.product-calllout {
  margin-top: 24px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 3rem;
}

.heading-style-h2.massive-callout-two-copy {
  letter-spacing: 4px;
  margin-top: 50px;
  font-family: Hknova, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: .9;
}

.heading-style-h2.product-calllout-landing {
  margin-top: 24px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 100%;
}

.max-width-large.align-center {
  text-align: left;
  max-width: 72rem;
  font-weight: 700;
  text-decoration: none;
}

.max-width-large.align-center.bottle-container {
  text-align: center;
}

.max-width-large.align-center.extend {
  max-width: 100rem;
}

.max-width-large.align-center-copy {
  max-width: 55rem;
}

.padding-bottom, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.text-style-link {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .4s;
}

.text-style-link:hover {
  opacity: .6;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 3rem;
  line-height: 1.2;
}

.styleguide-label {
  color: var(--white);
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  color: var(--dark-grey);
  border-left: .25rem solid #a1a1a640;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-3lines {
  color: var(--dark-grey);
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  color: var(--dark-grey);
  font-family: Hknova, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.text-color-white {
  color: #fff;
  font-family: Hknova, sans-serif;
}

.text-size-medium.text-color-black {
  font-size: 1rem;
}

.text-size-medium.text-align-left {
  font-family: Hknova, sans-serif;
}

.text-size-medium.text-align-left.text-color-white {
  font-size: .8rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium.sticky {
  padding-top: 4rem;
  position: sticky;
  top: 8rem;
}

.max-width-medium.align-right {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
}

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

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-input {
  color: var(--dark-grey);
  background-color: #0000;
  border: 1px #a1a1a640;
  border-bottom: 1px solid #a1a1a680;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border .4s;
}

.form-input:hover {
  border-bottom-color: #a1a1a6;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.round-border {
  border-radius: 50px;
}

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

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.bg-wine {
  background-image: url('../images/Sanger.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global.quotepaddingcenter.filmlanding {
  height: 100vh;
}

.padding-global.bg-tanks {
  background-image: url('../images/SangerTanks.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global.bg-champagne-dark {
  background-image: url('../images/BottleFlat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global.partnerinfo {
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.partnerinfo.product-stack {
  height: auto;
}

.padding-global.partnerinfo.our-products {
  height: 70vh;
}

.padding-global.quotepaddingcenter {
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.quotepaddingcenter.product-stack {
  height: auto;
}

.padding-global.quotepaddingcenter.our-products {
  height: 70vh;
}

.padding-global.storycomplexityelement {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.storycomplexityelement.product-stack {
  height: auto;
}

.padding-global.storycomplexityelement.our-products {
  height: 70vh;
}

.padding-global.iequote {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.iequote.product-stack {
  height: auto;
}

.padding-global.iequote.our-products {
  height: 70vh;
}

.padding-global.meanderingquote {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.meanderingquote.product-stack {
  height: auto;
}

.padding-global.meanderingquote.our-products {
  height: 70vh;
}

.padding-global.bg-vintageglass {
  background-image: url('../images/DSC09664-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global.videoheroinnerwrapper {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.product-info-hero-image {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-info-hero-image.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-info-hero-image.margin-large._3-cols {
  display: none;
}

.product-info-hero-image.margin-medium {
  text-align: left;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-info-hero-image.margin-xlarge {
  text-align: center;
}

.product-info-hero-image.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 405px;
}

.product-info-hero-image.margin-xlarge.imagefloat2 {
  position: relative;
  top: -360px;
  left: -375px;
}

.product-info-hero-image.margin-xlarge.imagefloat3 {
  z-index: 900;
  object-fit: contain;
  width: 590px;
  height: 760px;
  position: absolute;
  inset: 53% 0% 0% auto;
}

.product-info-hero-image.margin-xlarge.image-float-0 {
  width: 650px;
  height: 760px;
  margin-top: 0;
  position: relative;
  left: 230px;
}

.product-info-hero-image.margin-xlarge.image-float-vid {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-info-hero-image.margin-xlarge.image-float-vid-2 {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-info-hero-image.margin-xlarge.image-float-vid-2.hide-mobile-portrait.hide-mobile-landscape {
  width: 27vw;
  height: 48vh;
}

.product-info-hero-image.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-grey {
  background-color: var(--dark-grey);
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.vertical-center-align {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide-header {
  border-bottom: 1px solid #a1a1a640;
}

.text-style-2lines {
  color: var(--dark-grey);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-message-success {
  padding: 1.25rem;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-color.is-03 {
  background-color: var(--dark-grey);
}

.styleguide-color.is-01 {
  background-color: var(--black);
}

.styleguide-color.is-02 {
  background-color: var(--black-2);
}

.styleguide-color.neutral-01 {
  background-color: #a1a1a640;
}

.styleguide-color.neutral-02 {
  background-color: #dad7d412;
}

.styleguide-color.neutral-03 {
  background-color: #dad7d41a;
}

.main-wrapper {
  height: auto;
}

.product-buy-btn {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 4px;
  justify-content: center;
  margin-top: 24px;
  margin-left: 0;
  padding: 1rem 2rem;
  font-size: .815rem;
  font-weight: 500;
  transition: all .4s;
}

.product-buy-btn:hover {
  color: #e3e3e3;
  background-color: #0000;
  border: 1px solid #c6c6c6;
}

.product-buy-btn.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.product-buy-btn.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.product-buy-btn.is-large {
  padding: 1rem 2rem;
}

.product-buy-btn.is-small {
  padding: .5rem 1.25rem;
}

.product-buy-btn.width-100 {
  width: 100%;
}

.product-buy-btn.white {
  background-color: var(--white);
  color: var(--black);
}

.product-buy-btn.white:hover {
  color: var(--white);
  background-color: #0000;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  color: #fff;
  margin-top: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1.hero {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.heading-style-h1.super-large {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.heading-style-h1.super-large.serif {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.heading-style-h1.super-large---black {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1.super-large---white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1.medium-large---white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 8.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1.medium-large---white.text-align-left {
  text-align: left;
}

.heading-style-h1.hero-intro {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 7rem;
  text-decoration: none;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide-social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 28rem;
}

.social-link {
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.icon-1x1-small {
  font-size: 1rem;
  line-height: 1;
}

.checkout-form-wrapper {
  background-color: #0000;
  margin-top: 3rem;
  padding: 0;
}

.checkout-header-block {
  background-color: #dad7d412;
  border-style: solid;
  border-color: #a1a1a640;
  padding: 2rem;
}

.checkout-content-block {
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  border-top-style: none;
  padding: 2rem;
}

.checktou-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 1.5rem;
}

.order-item-price {
  margin-top: 1rem;
}

.apple-pay-button {
  border-radius: 0;
}

.discount-wrapper {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1rem;
}

.empty-state {
  background-color: #dad7d412;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.paypal-checkout-form, .order-confirmation-content {
  background-color: #0000;
  margin-top: 3rem;
  padding: 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 {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.instructions-content-wrapper {
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.text-rich-text {
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text p {
  color: var(--dark-grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text li {
  color: #a1a1a6;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text blockquote {
  color: #a1a1a6;
  border-left-color: #a1a1a640;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-rich-text a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.text-rich-text a:hover {
  opacity: .6;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.divider-line {
  background-color: #a1a1a640;
  width: 100%;
  height: 1px;
}

.licenses-content-wrapper {
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.licenses-image-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.changelog-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 4rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.horizontal-flex.blog-post, .horizontal-flex.align-left {
  justify-content: flex-start;
}

.horizontal-flex.bottom-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.list-blog-categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.blog-post-category-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-line {
  background-color: #a1a1a640;
  width: 32px;
  height: 2px;
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

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

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

.pricing-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan-content-wrapper {
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  transition: background-color .4s;
  overflow: hidden;
}

.plan-content-wrapper.categories {
  width: 26rem;
}

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

.check-icon {
  color: #1b993b;
  font-family: Filled Icon, sans-serif;
}

.pricing-features-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.plan-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plan-top-content.package {
  justify-content: space-between;
}

.price-text {
  margin-bottom: 5px;
  font-size: 2.25rem;
  line-height: 1.2;
}

.checked-icon {
  background-color: #1b993b4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.inner-package-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.plan-features-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.product-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.product-content {
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  padding: 3rem 2.5rem;
}

.input-wrap {
  background-color: #fff;
  border: 1px solid #dce0eb;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrap.quantity {
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}

.input-wrap.quantity.hide {
  display: none;
}

.selector-input {
  background-color: #0000;
  border: 1px #000;
}

.quantity-input {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
}

.product-category-component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-scene-wrapper {
  z-index: 1;
  perspective: 24rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.frame-wrapper {
  transform-style: preserve-3d;
  width: 32rem;
  height: 32rem;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.frame-item {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.frame-item._5 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  line-height: 1.2;
  display: flex;
  overflow: visible;
}

.frame-item._5.hide {
  display: none;
}

.frame-item._4 {
  transform-style: preserve-3d;
  left: 0;
  right: 0%;
  transform: translate3d(0, 0, -150rem);
}

.frame-item._3 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -100rem);
}

.frame-item._2 {
  transform-style: preserve-3d;
  left: auto;
  right: 90%;
  transform: translate3d(0, 0, -50rem);
}

.frame-item._1 {
  left: 50%;
  right: auto;
}

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

.hero-image.door {
  object-fit: contain;
}

.scene-trigger {
  height: 100dvh;
}

.scene-extra {
  height: 75dvh;
  display: none;
}

.section-home-about {
  z-index: 100;
  background-color: #000;
  position: relative;
  box-shadow: 0 -20px 30px #000;
}

.section-home-about.height-full {
  min-height: auto;
}

.section-home-about.height-full.bottle-container {
  height: 100vh;
  position: sticky;
  top: 100px;
}

.headline-wrap {
  z-index: 99999;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.headline-wrap.overflow {
  overflow: hidden;
}

.headline-wrap.zindexbottom {
  z-index: -99;
}

.text-shadow {
  background-image: linear-gradient(110deg, #0000, #000 50%);
  width: 200%;
  font-family: Merriweather, serif;
  position: absolute;
  inset: 0%;
}

.close-icon {
  margin-top: -5px;
  font-family: Filled Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.quantity-cart {
  background-color: #0000;
  border-color: #81818b66;
}

.cart-quantity {
  z-index: 2;
  color: #fff;
  background-color: #7c7c7c;
  border-radius: 100%;
  min-width: auto;
  height: auto;
  margin-left: -5px;
  padding: 6px 8px;
  font-size: .675rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: -15px;
}

.cart-footer {
  border-top-color: #81818b33;
}

.cart-header {
  border-bottom-color: #81818b33;
  padding: 2rem 1.5rem;
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav-menu-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr 1fr;
  width: 100%;
  height: 100%;
  padding: 15vh 10vw 10vh;
  position: relative;
}

.cart-button-wrapper {
  margin-top: 10px;
  transition: transform .3s;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-family: Hknova, sans-serif;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: #9c9c9c;
}

.nav-link.w--current {
  font-family: Hknova, sans-serif;
}

.nav-column-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.remove-button {
  color: #9c9c9c;
  transition: color .4s;
}

.remove-button:hover {
  color: #81818b;
}

.nav-menu-wrapper {
  z-index: 90;
  background-color: #111;
  border-radius: 0;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cart-close-button {
  color: #fff;
  text-decoration: none;
}

.cart-default-state {
  margin-bottom: 0;
}

.nav-bottom-content {
  text-transform: uppercase;
  overflow: hidden;
}

.nav-overflow-hidden, .nav-overflow-hidden.nav-link-margin {
  overflow: hidden;
}

.cart-wrapper {
  margin-right: 2rem;
}

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

.social-media-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nav-overflow {
  position: relative;
  overflow: visible;
}

.hamburger-menu {
  z-index: 9999;
  text-align: center;
  background-color: #dad7d400;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.hamburger-menu:hover {
  background-color: #9e9e9e40;
}

.hamburger-menu.w--open {
  z-index: 100;
  background-color: #9e9e9e1a;
}

.hamburger-menu.w--open:hover {
  background-color: #9e9e9e40;
}

.message-empty-state {
  text-align: center;
  background-color: #000;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.logo-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: opacity .3s;
}

.logo-link:hover {
  opacity: .75;
}

.logo-link.w--current {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  transition: opacity .3s;
}

.logo-link.w--current:hover {
  opacity: .75;
}

.cart-button-navbar {
  letter-spacing: .06rem;
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
}

.cart-button-navbar:hover {
  color: #9bdaf2;
}

.image-cart {
  z-index: 1;
  width: 22px;
  position: relative;
}

.social-link-wrapper {
  display: flex;
}

.line-menu {
  background-color: #211f54;
  border-radius: 20px;
  width: 1.5rem;
  height: 2px;
}

.line-menu.bottom {
  background-color: #fff;
  position: absolute;
  top: 39px;
}

.line-menu.top {
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: 31px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.message-error-state {
  color: #0d0d11;
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1.8rem 1.125rem;
  font-weight: 400;
}

.menu-right-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-font {
  color: #9c9c9c;
  margin-top: 3px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.link-wrapper {
  flex-direction: row;
  align-items: flex-start;
  height: 5.25rem;
  display: flex;
}

.nav-horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #000000d1;
  border: 1px #2b2b2b;
  border-bottom-style: solid;
  padding: 20px 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-container {
  background-color: #000;
  border-right: 1px solid #81818b4d;
}

.nav-text {
  color: #fff;
  height: 5rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: .9;
  text-decoration: none;
}

.menu-left-content {
  text-align: right;
}

.hero-text-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  display: flex;
  position: relative;
}

.section-home-service {
  z-index: 100;
  background-color: #000;
  position: relative;
}

.section-home-service.full-height {
  overflow: hidden;
}

.badge {
  color: var(--dim-grey);
  background-color: #dad7d400;
  padding: 6px 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.badge.text-color-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Hknova, sans-serif;
}

.badge.text-color-black {
  color: #000;
  letter-spacing: 1px;
}

.badge.partnerbadgehl {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.service-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.main-button {
  background-color: var(--dim-grey);
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-button {
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.card-content {
  background-color: #0000;
  padding: 2.5rem;
}

.service-icon {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
}

.about-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 20rem 1fr;
  width: 100%;
}

.text-size-xlarge {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.contact-inner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

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

.vertical-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-columns-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.experience-component-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.experience-inner-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #dad7d433;
  grid-template-rows: auto;
  padding-bottom: 10px;
}

.values-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
}

.value-icon {
  color: #a1a1a6;
  font-family: Filled Icon, sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
}

.value-icon._1 {
  color: #fd4367;
}

.value-icon._2 {
  color: #ffe853;
}

.value-icon._3 {
  color: #12d382;
}

.value-icon._4 {
  color: #874fff;
}

.faq-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.faq-icon-wrapper {
  background-color: #dad7d412;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.faq-icon-02 {
  background-color: #f0f0f0;
  width: 2px;
  min-height: 24px;
  position: absolute;
}

.faq-bottom {
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-icon-01 {
  background-color: #f0f0f0;
  width: 24px;
  min-height: 2px;
  position: absolute;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dad7d433;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: grid;
}

.faq-bottom-content {
  padding: 2rem 2.5rem 2.5rem;
}

.project-header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.project-link {
  color: #4e4e4e;
  text-decoration: underline;
}

.project-content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #000 90%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.project-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-blog-header {
  overflow: hidden;
}

.blog-header-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.blog-post-featured-sidebar {
  padding-bottom: 2rem;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper.sidebar {
  width: 12rem;
  height: 100%;
}

.heading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 36rem;
}

.link-content-blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-grey);
  background-color: #dad7d412;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 26px 20px 40px;
  display: flex;
}

.blog-post-item-content.featured {
  padding-bottom: 60px;
}

.heading-xsmall {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.sidebar-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.blog-sidebar {
  position: sticky;
  top: 2rem;
}

.categories-sidebar-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.blog-all-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.category-sidebar-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.categories-button-wrapper {
  max-width: 14rem;
}

.collection-list-latest-posts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.author-content {
  background-color: #dad7d412;
  padding: 2.5rem;
}

.author-image {
  border-radius: 100%;
  width: 3rem;
}

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

.section-home-projects {
  z-index: 100;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section-home-projects.blackpanel.med-height {
  height: 450px;
  min-height: 0;
  overflow: hidden;
}

.process-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.form-message-error-2 {
  color: #040404;
  background-color: #ffdede;
  padding: 1.125rem;
}

.form-message-success-2 {
  color: #fff;
  background-color: #81818b40;
  padding: 1.25rem;
}

.contact-form-block {
  color: #101118;
  background-color: #dad7d412;
  border: 1px solid #a1a1a640;
  padding: 6rem 4rem;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padlock {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: Filled Icon, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.shipping-method-list {
  background-color: #dad7d412;
  border-bottom: 1px solid #a1a1a640;
  border-left-style: solid;
  border-left-color: #a1a1a640;
  border-right-style: solid;
  border-right-color: #a1a1a640;
}

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
}

.section-home-process {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.section-home-process.white-bg {
  background-color: #fff;
}

.section-home-process.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.section-home-process.soft-grey-bg {
  background-color: #fff;
}

.section-home-process.height-full {
  height: 100vh;
}

.section-home-process.black-bg {
  background-color: #fff;
}

.section-home-process.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.section-home-process.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.section-home-process.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.section-home-process.dark-grey-bg {
  background-color: #fff;
}

.section-home-process.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.section-home-process.white-grey-bg {
  background-color: #fff;
}

.section-home-process.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.footer {
  z-index: 100;
  background-color: var(--black);
  margin-top: 48px;
  position: relative;
}

.footer-top {
  z-index: 1;
}

.form-message-error-3 {
  color: #262626;
  border-radius: 20px;
  margin-top: 2rem;
  padding: .75rem;
  font-weight: 400;
}

.footer-nav-item {
  margin-bottom: 1.4rem;
}

.footer-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  position: relative;
}

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

.flex-form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-wrapper {
  z-index: 2;
  position: relative;
}

.subscribe-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.social-icons-component {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: start;
  place-items: center;
}

.nav-footer-content {
  flex-wrap: wrap;
  display: flex;
}

.form-message-success-3 {
  color: #0d0d0d;
  background-color: #bfbfbf;
  border-radius: 20px;
  padding: 1.25rem;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.subscribe-form-wrapper {
  color: var(--dark-grey);
  width: 100%;
}

.text-nav-footer {
  color: var(--dark-grey);
  font-size: 1.25rem;
  font-weight: 300;
  transition: color .4s;
}

.text-nav-footer:hover {
  color: #fff;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

.max-width-small-2 {
  width: 100%;
  max-width: 24rem;
}

.footer-nav-link {
  text-decoration: none;
  display: inline-block;
}

.footer-bottom-wrapper {
  border-top: 1px solid #a1a1a640;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: #9c9c9c;
}

.webflow-logo {
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .4s;
}

.webflow-logo:hover {
  opacity: .6;
}

.header-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.team-members-component-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-content {
  background-color: #dad7d412;
  padding: 14px 14px 30px;
}

.member-info {
  padding-left: 10px;
  padding-right: 10px;
}

.section-call-to-action {
  z-index: 100;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.scrolling-loop {
  color: var(--dark-grey);
  align-items: stretch;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.scrolling-loop:hover {
  color: var(--white);
}

.scrolling-loop-wrapper {
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-heading {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 10em;
  line-height: 1;
}

.dot {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.preloader {
  z-index: 9999999;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16rem;
  display: flex;
}

.preloader-logo {
  width: 7rem;
}

.preloader-line-wrapper {
  width: 100%;
}

.preloader-line {
  background-color: #bfbfbf33;
  height: 2px;
}

.preloader-fill {
  background-color: #bfbfbf;
  width: 0%;
  height: 100%;
}

.logo {
  width: 7rem;
}

.authortitle {
  text-align: center;
}

.authortitle.margin-bottom {
  margin-top: 148px;
}

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

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

.image.imagep2 {
  width: 640px;
}

.image.imagep3 {
  width: 590px;
  max-width: 100%;
}

.text-shadow-white-bg {
  background-image: linear-gradient(110deg, #0000, #fff 50%);
  width: 200%;
  font-family: Merriweather, serif;
  position: absolute;
  inset: 0%;
}

.video-panel {
  z-index: 100;
  background-color: #000;
  min-height: 100vh;
  display: block;
  position: relative;
}

.background-video {
  min-height: 100vh;
}

.float-image-right {
  float: right;
  text-align: left;
  margin-top: -185px;
  margin-right: 10%;
  position: static;
  top: -65px;
  left: 384px;
}

.link-block {
  text-align: left;
  text-decoration: none;
}

.link-block.shoplink {
  text-align: left;
  margin-right: 40px;
}

.link-block.subscribelink {
  text-align: left;
  margin-right: 92px;
}

.div-block-3 {
  margin: auto;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
}

.image-absolute-position {
  z-index: -10;
  width: 420px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.image-absolute-position-2 {
  z-index: -10;
  width: 420px;
  margin-top: -1068px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-5 {
  position: relative;
  top: 40px;
  left: -46px;
  right: 92px;
}

.image-absolute-position-3 {
  z-index: -10;
  width: 290px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-absolute-position-3.hide-mobile-portrait {
  inset: 0% 0% auto auto;
}

.text-block {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.columns {
  min-height: 400px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-7 {
  background-image: url('../images/ID_DSC00718-1_N-copy.jpg');
  background-position: 0 -61px;
  background-size: cover;
  height: 100%;
}

.div-block-8 {
  background-image: url('../images/Screenshot-2023-08-30-at-5.15.45-PM.png');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.div-block-9 {
  background-image: url('../images/DSC00581.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.parallex-block-mtop, .parallex-block-mtop.margin-large, .parallex-block-mtop.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.parallex-block-mtop.margin-medium {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.parallex-block-mtop.margin-xlarge {
  text-align: center;
}

.parallex-block-mtop.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 315px;
}

.parallex-block-mtop.margin-xlarge.imagefloat2 {
  position: relative;
  top: -531px;
  left: -375px;
}

.parallex-block-mtop.margin-xlarge.parallax-block {
  z-index: 99999;
  position: relative;
  top: 1290px;
  left: auto;
}

.parallex-block-mtop.margin-xlarge.parallax-block-2 {
  position: relative;
  top: 2060px;
  left: 691px;
}

.parallex-block-mtop.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10 {
  width: 30rem;
}

.max-width-large-wider {
  width: 100%;
  max-width: 100%;
}

.max-width-large-wider.align-center {
  max-width: 72rem;
}

.max-width-large-wider.align-center-copy {
  max-width: 55rem;
}

.background-video-2 {
  height: 760px;
}

.div-block-11 {
  height: 3340px;
}

.link {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.bold-text {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.image-2 {
  text-align: left;
}

.bottle-image {
  text-align: left;
  height: 50vh;
}

.meandering_image_3 {
  z-index: -10;
  width: 420px;
  margin: auto;
  position: absolute;
  inset: auto 20% 13% auto;
}

.meandering_image_4 {
  z-index: -10;
  width: 420px;
  margin: auto;
  position: absolute;
  inset: -34% auto 0% 0%;
}

.background-video-2-copy {
  width: 27vw;
  height: 48vh;
}

.max-width-tiny {
  width: 100%;
  max-width: 100%;
}

.max-width-tiny.align-center {
  text-align: left;
  max-width: 38rem;
  font-weight: 700;
  text-decoration: none;
}

.max-width-tiny.align-center.bottle-container {
  text-align: center;
}

.max-width-tiny.align-center.extend {
  max-width: 100rem;
}

.max-width-tiny.align-center-copy {
  max-width: 55rem;
}

.bold-text-2 {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-self: center;
  align-items: center;
  height: 100vh;
}

.grid.product-stack {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  height: auto;
  min-height: 40vh;
}

.div-block-12 {
  box-sizing: border-box;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #2b2b2b;
  border-width: 1px 1px 0 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.div-block-12-copy {
  background-image: linear-gradient(#000000b3, #000000b3);
  border: 1px solid #2b2b2b;
  border-width: 1px 1px 0 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-12-copy-copy {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/PN_NV.jpg');
  background-position: 0 0, 0 -283px;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-13 {
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  margin: auto;
  display: block;
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.large-link-block {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  color: #fff;
}

.left-cap {
  text-align: left;
  border-right: 1px solid #2b2b2b;
  width: 128px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-cap {
  z-index: -1;
  border-left: 1px solid #2b2b2b;
  width: 160px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-12-copy-copy {
  background-image: linear-gradient(#000000b3, #000000b3);
  border: 1px solid #2b2b2b;
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-12-copy-copy-copy {
  background-image: linear-gradient(#000000b3, #000000b3);
  border: 1px solid #2b2b2b;
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-12-copy-copy-copy.right-side {
  border-top-width: 0;
  border-right-width: 1px;
}

.div-block-12-copy-copy-copy.last {
  border-top-style: none;
}

.section-home-process-copy {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.section-home-process-copy.white-bg {
  background-color: #fff;
}

.section-home-process-copy.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.section-home-process-copy.soft-grey-bg {
  background-color: #fff;
}

.section-home-process-copy.height-full {
  height: 100vh;
}

.section-home-process-copy.black-bg {
  background-color: #fff;
}

.section-home-process-copy.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.section-home-process-copy.black-bg.full-height.overflow-visible {
  height: auto;
  overflow: hidden;
}

.section-home-process-copy.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.section-home-process-copy.dark-grey-bg {
  background-color: #fff;
}

.section-home-process-copy.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.section-home-process-copy.white-grey-bg {
  background-color: #fff;
}

.section-home-process-copy.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

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

.collection-list-wrapper {
  display: none;
}

.div-block-14 {
  background-color: #1b1b1b;
  border: 1px solid #363636;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.heading-2 {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.list {
  line-height: 28px;
}

.product-info-image {
  width: 144px;
}

.bottle {
  z-index: 100;
  background-color: #000;
  position: relative;
  box-shadow: 0 -20px 30px #000;
}

.bottle.height-full.bottle-container {
  height: 100vh;
  position: sticky;
  top: 100px;
}

.jump {
  z-index: 100;
  background-color: #000;
  position: relative;
  box-shadow: 0 -20px 30px #000;
}

.jump.height-full.bottle-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.introline {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.introline._5 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  line-height: 1.2;
  display: flex;
  left: 0%;
  overflow: visible;
}

.introline._5.hide {
  display: none;
}

.introline._4 {
  transform-style: preserve-3d;
  left: 0;
  right: 0%;
  transform: translate3d(0, 0, -150rem);
}

.introline._3 {
  transform-style: preserve-3d;
  left: 75%;
  right: auto;
  transform: translate3d(0, 0, -100rem);
}

.introline._2 {
  transform-style: preserve-3d;
  left: auto;
  right: 90%;
  transform: translate3d(0, 0, -50rem);
}

.introline._1 {
  left: 50%;
  right: auto;
}

.scrollguidance {
  color: var(--dark-grey);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

.scrollguidance.text-style-allcaps {
  text-align: center;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  position: absolute;
  inset: auto 0% 4%;
}

.columns-2 {
  align-items: center;
  height: 100vh;
  display: block;
}

.column {
  border-right: 1px solid #1d1d1d;
  align-items: center;
  height: 100vh;
  display: flex;
}

.column-2 {
  height: 100vh;
}

.intrologocontainer {
  z-index: 4;
  background-color: var(--black);
  background-image: linear-gradient(#000, #000);
  border-bottom: 1px solid #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  margin: auto;
  display: flex;
  position: absolute;
}

.image-3 {
  width: 340px;
  display: block;
}

.flex-block-2 {
  text-align: center;
  align-items: center;
}

.intropagechooseexperience {
  z-index: 220;
  aspect-ratio: auto;
  background-color: #000;
  border: 1px solid #1d1d1d;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 350px;
  height: 5vh;
  margin: auto;
  display: flex;
  position: absolute;
  inset: auto 0 -27px 0%;
}

.flex-block-3 {
  text-align: center;
  align-items: center;
}

.choosedoorsymbol {
  height: 100px;
  margin-bottom: 16px;
  display: block;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.heading-style-h1-copy {
  color: #fff;
  margin-top: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1-copy.hero {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.heading-style-h1-copy.super-large {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.heading-style-h1-copy.super-large.serif {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.heading-style-h1-copy.super-large---black {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1-copy.super-large---white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1-copy.medium-large---white {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Hknova, sans-serif;
  font-size: 8.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1-copy.medium-large---white.text-align-left {
  text-align: left;
}

.image-3-copy {
  width: 230px;
  margin-top: 10px;
  display: block;
}

.ourproductshero {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.ourproductshero.white-bg {
  background-color: #fff;
}

.ourproductshero.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.ourproductshero.soft-grey-bg {
  background-color: #fff;
}

.ourproductshero.height-full {
  height: 100vh;
}

.ourproductshero.black-bg {
  background-color: #fff;
}

.ourproductshero.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.ourproductshero.black-bg.full-height.overflow-visible {
  height: 70vh;
  display: block;
  overflow: hidden;
}

.ourproductshero.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.ourproductshero.dark-grey-bg {
  background-color: #fff;
}

.ourproductshero.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.ourproductshero.white-grey-bg {
  background-color: #fff;
}

.ourproductshero.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.productcontainer {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.productcontainer.white-bg {
  background-color: #fff;
}

.productcontainer.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.productcontainer.soft-grey-bg {
  background-color: #fff;
}

.productcontainer.height-full {
  height: 100vh;
}

.productcontainer.black-bg {
  background-color: #fff;
}

.productcontainer.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.productcontainer.black-bg.full-height.overflow-visible {
  overflow: hidden;
}

.productcontainer.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.productcontainer.black-bg.full-height.overflow-visible.product-stack {
  height: auto;
  overflow: visible;
}

.productcontainer.dark-grey-bg {
  background-color: #fff;
}

.productcontainer.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.productcontainer.white-grey-bg {
  background-color: #fff;
}

.productcontainer.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.flex-block-4 {
  align-items: center;
}

.product-badge {
  color: var(--dim-grey);
  background-color: #dad7d400;
  padding: 6px 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.product-badge.text-color-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Hknova, sans-serif;
  font-size: 12px;
}

.product-badge.text-color-black {
  color: #000;
  letter-spacing: 1px;
}

.flex-block-5 {
  align-items: center;
}

.link-block-5 {
  text-align: center;
  text-decoration: none;
}

.mini-separator {
  border-top: 1px solid #fff;
  width: 40px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.text-span-2 {
  color: var(--black);
  background-color: #fff;
  padding-right: 0;
}

.transition {
  z-index: 99999;
  opacity: 1;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.transition-trigger {
  z-index: 2000;
  opacity: 1;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.transition-content {
  z-index: 2000;
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

.link-block-7 {
  text-decoration: none;
}

.margin-top {
  margin: 4rem 0 0;
}

.margin-top.bodycopy {
  color: #fff;
  text-align: left;
  font-family: Hknova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.ie-quote-landing {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.ie-quote-landing.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.ie-quote-landing.margin-large._3-cols {
  display: none;
}

.ie-quote-landing.margin-medium {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.ie-quote-landing.margin-xlarge {
  text-align: center;
}

.ie-quote-landing.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 405px;
}

.ie-quote-landing.margin-xlarge.imagefloat2 {
  position: relative;
  top: -360px;
  left: -375px;
}

.ie-quote-landing.margin-xlarge.imagefloat3 {
  z-index: 900;
  object-fit: contain;
  width: 590px;
  height: 760px;
  position: absolute;
  inset: 53% 0% 0% auto;
}

.ie-quote-landing.margin-xlarge.image-float-0 {
  width: 650px;
  height: 760px;
  margin-top: 0;
  position: relative;
  left: 230px;
}

.ie-quote-landing.margin-xlarge.image-float-vid {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ie-quote-landing.margin-xlarge.image-float-vid-2 {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ie-quote-landing.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.instaembed {
  z-index: 999;
  position: relative;
}

.quote {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.quote.white-bg {
  background-color: #fff;
}

.quote.white-bg.full-height {
  height: 70vh;
  display: block;
  overflow: hidden;
}

.quote.soft-grey-bg {
  background-color: #fff;
}

.quote.height-full {
  height: 100vh;
}

.quote.black-bg {
  background-color: #fff;
}

.quote.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.quote.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.quote.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.quote.dark-grey-bg {
  background-color: #fff;
}

.quote.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.quote.white-grey-bg {
  background-color: #fff;
}

.quote.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.quote.grey-bg {
  background-color: #fff;
}

.quote.grey-bg.full-height {
  background-color: #e2e2e2;
  height: 70vh;
  display: block;
  overflow: hidden;
}

.quoteblock {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
}

.quoteblock.text-align-center {
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
}

.quoteblock.text-color-black {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}

.quoteblock.text-color-pink {
  color: #e90069;
}

.quoteblock.text-align-left {
  font-family: Merriweather, serif;
}

.quoteblock.text-align-left.huge-text {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.quoteblock.massive-callout {
  font-family: Hknova, sans-serif;
  font-size: 8.7rem;
}

.quoteblock.text-black {
  color: #000;
}

.quoteblock.super-huge {
  font-family: Hknova, sans-serif;
  font-size: 22rem;
}

.quoteblock.medium-callout {
  font-family: Hknova, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  text-decoration: none;
}

.quoteblock.massive-callout-copy {
  font-family: Hknova, sans-serif;
  font-size: 8.7rem;
}

.quoteblock.small-callout {
  text-transform: uppercase;
  font-family: Hknova, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.quoteblock.massive-callout-two {
  letter-spacing: 5px;
  font-family: Hknova, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: .95;
}

.quoteblock.product-calllout {
  margin-top: 24px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 3rem;
}

.quoteblock.massive-callout-two-copy {
  letter-spacing: 4px;
  margin-top: 50px;
  font-family: Hknova, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: .9;
}

.quoteblock.product-calllout-landing {
  margin-top: 24px;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 3rem;
}

.quote-text-container {
  width: 100%;
  max-width: 100%;
}

.quote-text-container.align-center {
  text-align: left;
  max-width: 63rem;
  font-weight: 700;
  text-decoration: none;
}

.quote-text-container.align-center.bottle-container {
  text-align: center;
}

.quote-text-container.align-center.extend {
  max-width: 100rem;
}

.quote-text-container.align-center-copy {
  max-width: 55rem;
}

.authortitletext {
  color: var(--dim-grey);
  background-color: #dad7d400;
  padding: 6px 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.authortitletext.text-color-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.authortitletext.text-color-black {
  color: #000;
  letter-spacing: 1px;
  font-family: Hknova, sans-serif;
}

.authortitletext.partnerbadgehl {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.authornametext {
  color: var(--dim-grey);
  background-color: #dad7d400;
  padding: 6px 0;
  font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.authornametext.text-color-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.authornametext.text-color-black {
  color: #000;
  letter-spacing: 1px;
  font-family: Hknova, sans-serif;
  font-weight: 700;
}

.authornametext.partnerbadgehl {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.presshero {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.presshero.white-bg {
  background-color: #fff;
}

.presshero.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.presshero.soft-grey-bg {
  background-color: #fff;
}

.presshero.height-full {
  height: 100vh;
}

.presshero.black-bg {
  background-color: #fff;
}

.presshero.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.presshero.black-bg.full-height.overflow-visible {
  height: 70vh;
  display: block;
  overflow: hidden;
}

.presshero.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.presshero.dark-grey-bg {
  background-color: #fff;
}

.presshero.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.presshero.white-grey-bg {
  background-color: #fff;
}

.presshero.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.pressblockitem {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #2b2b2b;
  border-width: 1px 1px 0 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.bottleimage {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.bottleimage.white-bg {
  background-color: #fff;
}

.bottleimage.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.bottleimage.soft-grey-bg {
  background-color: #fff;
}

.bottleimage.height-full {
  height: 70vh;
}

.bottleimage.black-bg {
  background-color: #fff;
}

.bottleimage.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.bottleimage.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.bottleimage.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.bottleimage.dark-grey-bg {
  background-color: #fff;
}

.bottleimage.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.bottleimage.white-grey-bg {
  background-color: #fff;
}

.bottleimage.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.massivequote {
  width: 100%;
  max-width: 100%;
}

.massivequote.align-center {
  text-align: left;
  max-width: 72rem;
  font-weight: 700;
  text-decoration: none;
}

.massivequote.align-center.bottle-container {
  text-align: center;
}

.massivequote.align-center.extend {
  max-width: 100rem;
}

.massivequote.align-center-copy {
  max-width: 55rem;
}

.callout {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.callout.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.callout.margin-large._3-cols {
  display: none;
}

.callout.margin-medium {
  text-align: left;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.callout.margin-xlarge {
  text-align: center;
}

.callout.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 405px;
}

.callout.margin-xlarge.imagefloat2 {
  position: relative;
  top: -360px;
  left: -375px;
}

.callout.margin-xlarge.imagefloat3 {
  z-index: 900;
  object-fit: contain;
  width: 590px;
  height: 760px;
  position: absolute;
  inset: 53% 0% 0% auto;
}

.callout.margin-xlarge.image-float-0 {
  width: 650px;
  height: 760px;
  margin-top: 0;
  position: relative;
  left: 230px;
}

.callout.margin-xlarge.image-float-vid {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.callout.margin-xlarge.image-float-vid-2 {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.callout.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-info-hero-image-bottom-right {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-info-hero-image-bottom-right.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-info-hero-image-bottom-right.margin-large._3-cols {
  display: none;
}

.product-info-hero-image-bottom-right.margin-medium {
  text-align: left;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-info-hero-image-bottom-right.margin-xlarge {
  text-align: center;
}

.product-info-hero-image-bottom-right.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 405px;
}

.product-info-hero-image-bottom-right.margin-xlarge.imagefloat2 {
  position: relative;
  top: -360px;
  left: -375px;
}

.product-info-hero-image-bottom-right.margin-xlarge.imagefloat3 {
  z-index: 900;
  object-fit: contain;
  width: 590px;
  height: 760px;
  position: absolute;
  inset: 53% 0% 0% auto;
}

.product-info-hero-image-bottom-right.margin-xlarge.image-float-0 {
  width: 650px;
  height: 760px;
  margin-top: 0;
  position: relative;
  left: 230px;
}

.product-info-hero-image-bottom-right.margin-xlarge.image-float-vid {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-info-hero-image-bottom-right.margin-xlarge.image-float-vid.hide-mobile-portrait.hide-mobile-landscape {
  width: 28vw;
  height: 48vh;
}

.product-info-hero-image-bottom-right.margin-xlarge.image-float-vid-2 {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-info-hero-image-bottom-right.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.eventimage {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.eventimage.white-bg {
  background-color: #fff;
}

.eventimage.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.eventimage.soft-grey-bg {
  background-color: #fff;
}

.eventimage.height-full {
  height: 70vh;
}

.eventimage.black-bg {
  background-color: #fff;
}

.eventimage.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.eventimage.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.eventimage.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.eventimage.dark-grey-bg {
  background-color: #fff;
}

.eventimage.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.eventimage.white-grey-bg {
  background-color: #fff;
}

.eventimage.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.hpnarrative {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hpnarrative.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hpnarrative.margin-large._3-cols {
  display: none;
}

.hpnarrative.margin-medium {
  text-align: left;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hpnarrative.margin-xlarge {
  text-align: center;
}

.hpnarrative.margin-xlarge.imagefloat {
  position: relative;
  top: -160px;
  left: 405px;
}

.hpnarrative.margin-xlarge.imagefloat2 {
  position: relative;
  top: -360px;
  left: -375px;
}

.hpnarrative.margin-xlarge.imagefloat3 {
  z-index: 900;
  object-fit: contain;
  width: 590px;
  height: 760px;
  position: absolute;
  inset: 53% 0% 0% auto;
}

.hpnarrative.margin-xlarge.image-float-0 {
  width: 650px;
  height: 760px;
  margin-top: 0;
  position: relative;
  left: 230px;
}

.hpnarrative.margin-xlarge.image-float-vid {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hpnarrative.margin-xlarge.image-float-vid-2 {
  z-index: 100;
  width: 360px;
  height: 630px;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hpnarrative.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-video-2-copy-copy {
  width: 28vw;
  height: 48vh;
  right: 0;
}

.image-absolute-position-3-copy {
  z-index: -10;
  width: 290px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-absolute-position-3-copy.hide-mobile-portrait {
  inset: 0% auto auto 0%;
}

.presshero-copy {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.presshero-copy.white-bg {
  background-color: #fff;
}

.presshero-copy.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.presshero-copy.soft-grey-bg {
  background-color: #fff;
}

.presshero-copy.height-full {
  height: 100vh;
}

.presshero-copy.black-bg {
  background-color: #fff;
}

.presshero-copy.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.presshero-copy.black-bg.full-height.overflow-visible {
  height: 70vh;
  display: block;
  overflow: hidden;
}

.presshero-copy.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.presshero-copy.dark-grey-bg {
  background-color: #fff;
}

.presshero-copy.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.presshero-copy.white-grey-bg {
  background-color: #fff;
}

.presshero-copy.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.herofilm {
  margin-top: 0;
}

.herofilmwrapper {
  width: 100%;
  height: 630px;
  margin-top: 0;
  display: block;
  position: relative;
}

.thefilmhero-copy {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.thefilmhero-copy.white-bg {
  background-color: #fff;
}

.thefilmhero-copy.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.thefilmhero-copy.soft-grey-bg {
  background-color: #fff;
}

.thefilmhero-copy.height-full {
  height: 100vh;
}

.thefilmhero-copy.black-bg {
  background-color: #fff;
}

.thefilmhero-copy.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.thefilmhero-copy.black-bg.full-height.overflow-visible {
  height: 100vh;
  display: block;
  overflow: hidden;
}

.thefilmhero-copy.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.thefilmhero-copy.dark-grey-bg {
  background-color: #fff;
}

.thefilmhero-copy.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.thefilmhero-copy.white-grey-bg {
  background-color: #fff;
}

.thefilmhero-copy.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.videohero {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.videohero.white-bg {
  background-color: #fff;
}

.videohero.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.videohero.soft-grey-bg {
  background-color: #fff;
}

.videohero.height-full {
  height: 100vh;
  margin-top: 48px;
}

.videohero.black-bg {
  background-color: #fff;
}

.videohero.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.videohero.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.videohero.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.videohero.dark-grey-bg {
  background-color: #fff;
}

.videohero.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.videohero.white-grey-bg {
  background-color: #fff;
}

.videohero.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.signup {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.signup.white-bg {
  background-color: #fff;
}

.signup.white-bg.full-height {
  height: 70vh;
  display: block;
  overflow: hidden;
}

.signup.soft-grey-bg {
  background-color: #fff;
}

.signup.height-full {
  height: 100vh;
}

.signup.black-bg {
  background-color: #fff;
}

.signup.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.signup.black-bg.full-height.overflow-visible {
  height: 100vh;
  overflow: hidden;
}

.signup.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.signup.dark-grey-bg {
  background-color: #fff;
}

.signup.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.signup.white-grey-bg {
  background-color: #fff;
}

.signup.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.signup.grey-bg {
  background-color: #fff;
}

.signup.grey-bg.full-height {
  background-color: #bbb;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.embedcontainer {
  margin: auto;
}

.embedcontainerpage {
  z-index: 100;
  background-color: var(--black);
  position: relative;
}

.embedcontainerpage.white-bg {
  background-color: #fff;
}

.embedcontainerpage.white-bg.full-height {
  height: 100vh;
  overflow: hidden;
}

.embedcontainerpage.soft-grey-bg {
  background-color: #fff;
}

.embedcontainerpage.height-full {
  height: 100vh;
}

.embedcontainerpage.black-bg {
  background-color: #fff;
}

.embedcontainerpage.black-bg.full-height {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.embedcontainerpage.black-bg.full-height.overflow-visible {
  height: 100vh;
  display: block;
  overflow: hidden;
}

.embedcontainerpage.black-bg.full-height.overflow-visible.bg-transparent {
  background-color: #0000;
}

.embedcontainerpage.dark-grey-bg {
  background-color: #fff;
}

.embedcontainerpage.dark-grey-bg.full-height {
  background-color: #111;
  height: 100vh;
  overflow: hidden;
}

.embedcontainerpage.white-grey-bg {
  background-color: #fff;
}

.embedcontainerpage.white-grey-bg.full-height {
  background-color: #f3f3f3;
  height: 100vh;
  overflow: hidden;
}

.embedcontainerpadding {
  padding-left: 0;
  padding-right: 0;
}

.embedcontainerpadding.bg-wine {
  background-image: url('../images/Sanger.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embedcontainerpadding.quotepaddingcenter.filmlanding {
  height: 100vh;
}

.embedcontainerpadding.bg-tanks {
  background-image: url('../images/SangerTanks.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embedcontainerpadding.bg-champagne-dark {
  background-image: url('../images/BottleFlat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embedcontainerpadding.partnerinfo {
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.embedcontainerpadding.partnerinfo.product-stack {
  height: auto;
}

.embedcontainerpadding.partnerinfo.our-products {
  height: 70vh;
}

.embedcontainerpadding.quotepaddingcenter {
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.embedcontainerpadding.quotepaddingcenter.product-stack {
  height: auto;
}

.embedcontainerpadding.quotepaddingcenter.our-products {
  height: 70vh;
}

.embedcontainerpadding.storycomplexityelement {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.embedcontainerpadding.storycomplexityelement.product-stack {
  height: auto;
}

.embedcontainerpadding.storycomplexityelement.our-products {
  height: 70vh;
}

.embedcontainerpadding.iequote {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.embedcontainerpadding.iequote.product-stack {
  height: auto;
}

.embedcontainerpadding.iequote.our-products {
  height: 70vh;
}

.embedcontainerpadding.meanderingquote {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.embedcontainerpadding.meanderingquote.product-stack {
  height: auto;
}

.embedcontainerpadding.meanderingquote.our-products {
  height: 70vh;
}

.embedcontainerpadding.bg-vintageglass {
  background-image: url('../images/DSC09664-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embedcontainerpadding.videoheroinnerwrapper {
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-inner-cap {
  z-index: -1;
  border-left: 1px solid #2b2b2b;
  width: 159px;
  height: 100%;
  margin-right: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1440px) {
  .heading-style-h4, .text-size-tiny {
    text-align: center;
  }

  .container-large {
    max-width: 100rem;
  }

  .container-large.extended {
    max-width: 100%;
  }

  .heading-style-h2 {
    text-align: center;
    text-transform: none;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 4.6rem;
    font-weight: 300;
    line-height: 1;
  }

  .heading-style-h2.text-color-black {
    text-transform: uppercase;
    font-family: Hknova, sans-serif;
    font-size: 4.3rem;
  }

  .heading-style-h2.text-align-left.huge-text {
    text-align: left;
    font-family: Hknova, sans-serif;
  }

  .heading-style-h2.nova {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  }

  .heading-style-h2.massive-callout {
    font-family: Hknova, sans-serif;
    font-size: 8.7rem;
    line-height: 1;
  }

  .heading-style-h2.super-huge {
    font-family: Hknova, sans-serif;
    font-size: 22rem;
    line-height: 1;
  }

  .heading-style-h2.medium-callout {
    letter-spacing: 2px;
    font-family: Hknova, sans-serif;
    font-size: 6rem;
    line-height: 1;
  }

  .heading-style-h2.massive-callout-copy {
    font-family: Hknova, sans-serif;
    font-size: 8.7rem;
    line-height: 1;
  }

  .heading-style-h2.small-callout {
    text-transform: uppercase;
    font-family: Hknova, sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .heading-style-h2.massive-callout-two {
    border-radius: 0;
    font-family: Hknova, sans-serif;
    font-size: 16vh;
    line-height: .9;
  }

  .heading-style-h2.product-calllout {
    letter-spacing: 2px;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 3.9rem;
    line-height: 1.1;
  }

  .heading-style-h2.massive-callout-two-copy {
    border-radius: 0;
    font-family: Hknova, sans-serif;
    font-size: 4vw;
    line-height: .9;
  }

  .heading-style-h2.product-calllout-landing {
    letter-spacing: 2px;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 3.9rem;
    line-height: 1.1;
  }

  .max-width-large {
    overflow: hidden;
  }

  .max-width-large.align-center {
    text-transform: none;
    max-width: 72rem;
  }

  .max-width-large.align-center.extend {
    max-width: 100rem;
  }

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

  .text-size-medium.text-align-center {
    color: #fff;
    font-size: 1.3rem;
  }

  .text-size-medium.text-color-white {
    font-size: 1rem;
    line-height: 1.7;
  }

  .text-size-medium.text-color-black.text-align-left, .text-size-medium.text-align-left {
    text-align: left;
  }

  .text-size-medium.text-align-left.text-color-white {
    font-size: 1rem;
    line-height: 1.5;
  }

  .max-width-medium {
    max-width: 40rem;
  }

  .padding-global.bg-wine {
    background-image: url('../images/Sanger.jpg');
  }

  .padding-global.quotepaddingcenter {
    line-height: 20px;
  }

  .padding-global.bg-tanks {
    background-image: url('../images/SangerTanks.jpg');
  }

  .padding-global.bg-champagne-dark {
    background-image: url('../images/BottleFlat.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .padding-global.partnerinfo, .padding-global.quotepaddingcenter, .padding-global.storycomplexityelement, .padding-global.iequote, .padding-global.meanderingquote {
    line-height: 20px;
  }

  .padding-global.bg-vintageglass {
    background-image: url('../images/DSC09664-copy.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .padding-global.videoheroinnerwrapper {
    background-image: url('../images/BottleFlat.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .product-info-hero-image {
    text-align: center;
  }

  .product-info-hero-image.margin-xlarge.imagefloat {
    left: 408px;
  }

  .product-info-hero-image.margin-xlarge.imagefloat2 {
    top: -256px;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid {
    z-index: 120;
    width: 310px;
    height: 466px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid-2 {
    z-index: 120;
    width: 310px;
    height: 420px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid-2.hide-mobile-portrait.hide-mobile-landscape {
    width: 27vw;
  }

  .padding-section-large {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 14px;
  }

  .heading-style-h1.hero {
    font-family: Merriweather, serif;
  }

  .heading-style-h1.super-large {
    font-family: Hknova, sans-serif;
    text-decoration: none;
  }

  .heading-style-h1.super-large---black {
    font-size: 10rem;
  }

  .heading-style-h1.medium-large---white.text-align-left {
    text-align: left;
  }

  .heading-style-h1.hero-intro {
    font-family: Merriweather, serif;
  }

  .frame-item._4 {
    inset: 0%;
  }

  .hero-image.door {
    object-fit: contain;
  }

  .section-home-about.height-full {
    min-height: auto;
  }

  .headline-wrap {
    overflow: visible;
  }

  .nav-link, .nav-link.w--current {
    font-family: Hknova, sans-serif;
  }

  .nav-column-content {
    line-height: 48px;
  }

  .social-media-component {
    grid-template-columns: 1fr;
  }

  .icon-font {
    font-family: Social Icon, sans-serif;
  }

  .navbar {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #000000b8;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-home-service {
    overflow: hidden;
  }

  .badge {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-weight: 400;
  }

  .badge.text-color-white, .badge.partnerbadgehl {
    font-size: .7rem;
  }

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

  .section-home-projects.blackpanel.med-height {
    height: 540px;
  }

  .section-home-process.white-bg {
    background-color: #fff;
  }

  .section-home-process.white-bg.full-height {
    overflow: hidden;
  }

  .section-home-process.soft-grey-bg, .section-home-process.black-bg {
    background-color: #fff;
  }

  .section-home-process.black-bg.full-height {
    overflow: hidden;
  }

  .section-home-process.dark-grey-bg {
    background-color: #fff;
  }

  .section-home-process.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .section-home-process.white-grey-bg {
    background-color: #fff;
  }

  .section-home-process.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .header-bottom {
    grid-template-columns: 1fr;
  }

  .logo {
    width: 7rem;
  }

  .authortitle {
    font-family: Hknova, sans-serif;
  }

  .image {
    text-align: left;
  }

  .image.imagep3 {
    width: auto;
  }

  .video-panel {
    min-height: 700px;
  }

  .background-video {
    object-fit: fill;
    height: 700px;
  }

  .div-block-2 {
    height: 100%;
  }

  .float-image-right {
    margin-top: -189px;
  }

  .link-block {
    color: #fff;
  }

  .link-block.shoplink {
    margin-right: 20px;
  }

  .link-block.subscribelink {
    margin-left: -121px;
    margin-right: 5vw;
    position: absolute;
  }

  .image-absolute-position {
    width: 460px;
    margin: 0;
    inset: auto auto 0% 0%;
  }

  .image-absolute-position-2 {
    margin-top: auto;
    margin-right: auto;
    inset: 0% 0% auto auto;
  }

  .div-block-5 {
    left: 14px;
  }

  .div-block-6 {
    position: relative;
    left: 55px;
  }

  .image-absolute-position-3 {
    margin-top: auto;
    margin-left: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }

  .div-block-10 {
    width: 30rem;
  }

  .background-video-2 {
    left: auto;
  }

  .div-block-11 {
    font-family: Hknova, sans-serif;
  }

  .bold-text {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  }

  .bottle-image {
    height: 70vh;
  }

  .meandering_image_3 {
    width: 460px;
    margin: 0;
    inset: 896px 0% 0% auto;
  }

  .meandering_image_4 {
    width: 460px;
    margin: 0;
    inset: auto auto 0% 0%;
  }

  .background-video-2-copy {
    height: 48vh;
    left: auto;
  }

  .max-width-tiny.align-center {
    text-transform: none;
    max-width: 37rem;
  }

  .max-width-tiny.align-center.extend {
    max-width: 100rem;
  }

  .bold-text-2 {
    line-height: .6;
  }

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

  .heading {
    text-transform: uppercase;
  }

  .bold-text-3 {
    font-size: 23.6rem;
  }

  .left-cap {
    background-color: #ca313100;
    border-right: 1px solid #2b2b2b;
    border-radius: 1px;
    width: 132px;
    height: 100%;
    margin-top: -20px;
    margin-left: 0;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .right-cap {
    background-color: #ca313100;
    border-left: 1px solid #2b2b2b;
    border-right: 1px #2b2b2b;
    border-radius: 0;
    width: 115px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .section-home-process-copy.white-bg {
    background-color: #fff;
  }

  .section-home-process-copy.white-bg.full-height {
    overflow: hidden;
  }

  .section-home-process-copy.soft-grey-bg, .section-home-process-copy.black-bg {
    background-color: #fff;
  }

  .section-home-process-copy.black-bg.full-height {
    overflow: hidden;
  }

  .section-home-process-copy.dark-grey-bg {
    background-color: #fff;
  }

  .section-home-process-copy.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .section-home-process-copy.white-grey-bg {
    background-color: #fff;
  }

  .section-home-process-copy.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .list-item {
    font-size: 15px;
  }

  .product-info-image {
    width: 156px;
    padding-bottom: 44px;
  }

  .bottle.height-full.bottle-container {
    top: 80px;
  }

  .introline._4 {
    inset: 0%;
  }

  .heading-style-h1-copy.hero {
    font-family: Merriweather, serif;
  }

  .heading-style-h1-copy.super-large {
    font-family: Hknova, sans-serif;
    text-decoration: none;
  }

  .heading-style-h1-copy.super-large---black {
    font-size: 10rem;
  }

  .heading-style-h1-copy.medium-large---white.text-align-left {
    text-align: left;
  }

  .ourproductshero.white-bg {
    background-color: #fff;
  }

  .ourproductshero.white-bg.full-height {
    overflow: hidden;
  }

  .ourproductshero.soft-grey-bg, .ourproductshero.black-bg {
    background-color: #fff;
  }

  .ourproductshero.black-bg.full-height {
    overflow: hidden;
  }

  .ourproductshero.dark-grey-bg {
    background-color: #fff;
  }

  .ourproductshero.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .ourproductshero.white-grey-bg {
    background-color: #fff;
  }

  .ourproductshero.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .productcontainer.white-bg {
    background-color: #fff;
  }

  .productcontainer.white-bg.full-height {
    overflow: hidden;
  }

  .productcontainer.soft-grey-bg, .productcontainer.black-bg {
    background-color: #fff;
  }

  .productcontainer.black-bg.full-height {
    overflow: hidden;
  }

  .productcontainer.dark-grey-bg {
    background-color: #fff;
  }

  .productcontainer.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .productcontainer.white-grey-bg {
    background-color: #fff;
  }

  .productcontainer.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .product-badge {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-weight: 400;
  }

  .product-badge.text-color-white {
    font-size: .7rem;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .ie-quote-landing {
    text-align: center;
  }

  .ie-quote-landing.margin-xlarge.imagefloat {
    left: 408px;
  }

  .ie-quote-landing.margin-xlarge.imagefloat2 {
    top: -256px;
  }

  .ie-quote-landing.margin-xlarge.image-float-vid {
    z-index: 120;
    width: 310px;
    height: 466px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .ie-quote-landing.margin-xlarge.image-float-vid-2 {
    z-index: 120;
    width: 310px;
    height: 420px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .quote.white-bg {
    background-color: #fff;
  }

  .quote.white-bg.full-height {
    height: 70vh;
    display: block;
    overflow: hidden;
  }

  .quote.soft-grey-bg, .quote.black-bg {
    background-color: #fff;
  }

  .quote.black-bg.full-height {
    overflow: hidden;
  }

  .quote.dark-grey-bg {
    background-color: #fff;
  }

  .quote.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .quote.white-grey-bg {
    background-color: #fff;
  }

  .quote.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .quote.grey-bg {
    background-color: #fff;
  }

  .quote.grey-bg.full-height {
    height: 70vh;
    display: block;
    overflow: hidden;
  }

  .quoteblock {
    text-align: center;
    text-transform: none;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 4.6rem;
    font-weight: 300;
    line-height: 1.1;
  }

  .quoteblock.text-color-black {
    text-transform: uppercase;
    font-family: Hknova, sans-serif;
    font-size: 3.2rem;
  }

  .quoteblock.text-align-left.huge-text {
    text-align: left;
    font-family: Hknova, sans-serif;
  }

  .quoteblock.nova {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
  }

  .quoteblock.massive-callout {
    font-family: Hknova, sans-serif;
    font-size: 8.7rem;
    line-height: 1;
  }

  .quoteblock.super-huge {
    font-family: Hknova, sans-serif;
    font-size: 22rem;
    line-height: 1;
  }

  .quoteblock.medium-callout {
    letter-spacing: 2px;
    font-family: Hknova, sans-serif;
    font-size: 6rem;
    line-height: 1;
  }

  .quoteblock.massive-callout-copy {
    font-family: Hknova, sans-serif;
    font-size: 8.7rem;
    line-height: 1;
  }

  .quoteblock.small-callout {
    text-transform: uppercase;
    font-family: Hknova, sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .quoteblock.massive-callout-two {
    border-radius: 0;
    font-family: Hknova, sans-serif;
    font-size: 11vw;
    line-height: .9;
  }

  .quoteblock.product-calllout {
    letter-spacing: 2px;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 3.9rem;
    line-height: 1.1;
  }

  .quoteblock.massive-callout-two-copy {
    border-radius: 0;
    font-family: Hknova, sans-serif;
    font-size: 4vw;
    line-height: .9;
  }

  .quoteblock.product-calllout-landing {
    letter-spacing: 2px;
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 3.9rem;
    line-height: 1.1;
  }

  .quote-text-container.align-center {
    text-transform: none;
    max-width: 63rem;
  }

  .quote-text-container.align-center.extend {
    max-width: 100rem;
  }

  .authortitletext {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-weight: 400;
  }

  .authortitletext.text-color-white {
    font-size: .7rem;
  }

  .authortitletext.text-color-black {
    font-family: Hknova, sans-serif;
  }

  .authortitletext.partnerbadgehl {
    font-size: .7rem;
  }

  .authornametext {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-weight: 400;
  }

  .authornametext.text-color-white {
    font-size: .7rem;
  }

  .authornametext.text-color-black {
    font-family: Hknova, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .authornametext.partnerbadgehl {
    font-size: .7rem;
  }

  .presshero.white-bg {
    background-color: #fff;
  }

  .presshero.white-bg.full-height {
    overflow: hidden;
  }

  .presshero.soft-grey-bg, .presshero.black-bg {
    background-color: #fff;
  }

  .presshero.black-bg.full-height {
    overflow: hidden;
  }

  .presshero.dark-grey-bg {
    background-color: #fff;
  }

  .presshero.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .presshero.white-grey-bg {
    background-color: #fff;
  }

  .presshero.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .bottleimage.white-bg {
    background-color: #fff;
  }

  .bottleimage.white-bg.full-height {
    overflow: hidden;
  }

  .bottleimage.soft-grey-bg {
    background-color: #fff;
  }

  .bottleimage.height-full {
    height: 80vh;
  }

  .bottleimage.black-bg {
    background-color: #fff;
  }

  .bottleimage.black-bg.full-height {
    overflow: hidden;
  }

  .bottleimage.dark-grey-bg {
    background-color: #fff;
  }

  .bottleimage.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .bottleimage.white-grey-bg {
    background-color: #fff;
  }

  .bottleimage.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .massivequote {
    overflow: hidden;
  }

  .massivequote.align-center {
    text-transform: none;
    max-width: 72rem;
  }

  .massivequote.align-center.extend {
    max-width: 100rem;
  }

  .callout {
    text-align: center;
  }

  .callout.margin-xlarge.imagefloat {
    left: 408px;
  }

  .callout.margin-xlarge.imagefloat2 {
    top: -256px;
  }

  .callout.margin-xlarge.image-float-vid {
    z-index: 120;
    width: 310px;
    height: 466px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .callout.margin-xlarge.image-float-vid-2 {
    z-index: 120;
    width: 310px;
    height: 420px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .product-info-hero-image-bottom-right {
    text-align: center;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat {
    left: 408px;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat2 {
    top: -256px;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.image-float-vid {
    z-index: 120;
    width: 310px;
    height: 466px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.image-float-vid-2 {
    z-index: 120;
    width: 310px;
    height: 420px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .eventimage.white-bg {
    background-color: #fff;
  }

  .eventimage.white-bg.full-height {
    overflow: hidden;
  }

  .eventimage.soft-grey-bg {
    background-color: #fff;
  }

  .eventimage.height-full {
    height: 80vh;
  }

  .eventimage.black-bg {
    background-color: #fff;
  }

  .eventimage.black-bg.full-height {
    overflow: hidden;
  }

  .eventimage.dark-grey-bg {
    background-color: #fff;
  }

  .eventimage.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .eventimage.white-grey-bg {
    background-color: #fff;
  }

  .eventimage.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .hpnarrative {
    text-align: center;
  }

  .hpnarrative.margin-xlarge.imagefloat {
    left: 408px;
  }

  .hpnarrative.margin-xlarge.imagefloat2 {
    top: -256px;
  }

  .hpnarrative.margin-xlarge.image-float-vid {
    z-index: 120;
    width: 310px;
    height: 466px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hpnarrative.margin-xlarge.image-float-vid-2 {
    z-index: 120;
    width: 310px;
    height: 420px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .background-video-2-copy-copy {
    height: 48vh;
    left: auto;
  }

  .image-absolute-position-3-copy {
    margin-top: auto;
    margin-left: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }

  .presshero-copy.white-bg {
    background-color: #fff;
  }

  .presshero-copy.white-bg.full-height {
    overflow: hidden;
  }

  .presshero-copy.soft-grey-bg, .presshero-copy.black-bg {
    background-color: #fff;
  }

  .presshero-copy.black-bg.full-height {
    overflow: hidden;
  }

  .presshero-copy.dark-grey-bg {
    background-color: #fff;
  }

  .presshero-copy.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .presshero-copy.white-grey-bg {
    background-color: #fff;
  }

  .presshero-copy.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .image-4 {
    max-width: 100%;
  }

  .thefilmhero-copy.white-bg {
    background-color: #fff;
  }

  .thefilmhero-copy.white-bg.full-height {
    overflow: hidden;
  }

  .thefilmhero-copy.soft-grey-bg, .thefilmhero-copy.black-bg {
    background-color: #fff;
  }

  .thefilmhero-copy.black-bg.full-height {
    overflow: hidden;
  }

  .thefilmhero-copy.dark-grey-bg {
    background-color: #fff;
  }

  .thefilmhero-copy.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .thefilmhero-copy.white-grey-bg {
    background-color: #fff;
  }

  .thefilmhero-copy.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .videohero.white-bg {
    background-color: #fff;
  }

  .videohero.white-bg.full-height {
    overflow: hidden;
  }

  .videohero.soft-grey-bg {
    background-color: #fff;
  }

  .videohero.height-full {
    height: 80vh;
  }

  .videohero.black-bg {
    background-color: #fff;
  }

  .videohero.black-bg.full-height {
    overflow: hidden;
  }

  .videohero.dark-grey-bg {
    background-color: #fff;
  }

  .videohero.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .videohero.white-grey-bg {
    background-color: #fff;
  }

  .videohero.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .signup.white-bg {
    background-color: #fff;
  }

  .signup.white-bg.full-height {
    height: 70vh;
    display: block;
    overflow: hidden;
  }

  .signup.soft-grey-bg, .signup.black-bg {
    background-color: #fff;
  }

  .signup.black-bg.full-height {
    overflow: hidden;
  }

  .signup.dark-grey-bg {
    background-color: #fff;
  }

  .signup.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .signup.white-grey-bg {
    background-color: #fff;
  }

  .signup.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .signup.grey-bg {
    background-color: #fff;
  }

  .signup.grey-bg.full-height {
    height: 100vh;
    display: block;
    overflow: hidden;
  }

  .embedcontainer {
    margin-top: auto;
    margin-bottom: auto;
  }

  .embedcontainerpage.white-bg {
    background-color: #fff;
  }

  .embedcontainerpage.white-bg.full-height {
    overflow: hidden;
  }

  .embedcontainerpage.soft-grey-bg, .embedcontainerpage.black-bg {
    background-color: #fff;
  }

  .embedcontainerpage.black-bg.full-height {
    overflow: hidden;
  }

  .embedcontainerpage.dark-grey-bg {
    background-color: #fff;
  }

  .embedcontainerpage.dark-grey-bg.full-height {
    background-color: #111;
    overflow: hidden;
  }

  .embedcontainerpage.white-grey-bg {
    background-color: #fff;
  }

  .embedcontainerpage.white-grey-bg.full-height {
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .embedcontainerpadding.bg-wine {
    background-image: url('../images/Sanger.jpg');
  }

  .embedcontainerpadding.quotepaddingcenter {
    line-height: 20px;
  }

  .embedcontainerpadding.bg-tanks {
    background-image: url('../images/SangerTanks.jpg');
  }

  .embedcontainerpadding.bg-champagne-dark {
    background-image: url('../images/BottleFlat.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .embedcontainerpadding.partnerinfo, .embedcontainerpadding.quotepaddingcenter, .embedcontainerpadding.storycomplexityelement, .embedcontainerpadding.iequote, .embedcontainerpadding.meanderingquote {
    line-height: 20px;
  }

  .embedcontainerpadding.bg-vintageglass {
    background-image: url('../images/DSC09664-copy.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .embedcontainerpadding.videoheroinnerwrapper {
    background-image: url('../images/BottleFlat.jpg');
    background-position: 50%;
    height: 80vh;
  }

  .right-inner-cap {
    background-color: #ca313100;
    border-left: 1px solid #2b2b2b;
    border-right: 1px #2b2b2b;
    border-radius: 0;
    width: 116px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 116px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 130rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-weight: 300;
    line-height: 1.1;
  }

  .heading-style-h2.nova {
    font-family: Hknova, sans-serif;
  }

  .heading-style-h2.massive-callout-two {
    font-size: 11rem;
  }

  .max-width-large {
    max-width: 100%;
  }

  .max-width-large.align-center {
    max-width: 77rem;
  }

  .max-width-large.align-center-copy {
    max-width: 55rem;
  }

  .text-size-medium {
    color: var(--white);
    font-weight: 200;
  }

  .text-size-medium.text-color-white {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-black {
    color: #000;
  }

  .text-size-medium.text-align-left.text-color-white {
    font-size: 1rem;
  }

  .max-width-medium {
    max-width: 80rem;
  }

  .max-width-medium.align-right {
    text-align: center;
    max-width: 100%;
  }

  .padding-global {
    border-bottom: 0px solid var(--black-2);
  }

  .padding-global.border-bottom {
    border: 1px #000;
  }

  .product-info-hero-image.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .product-info-hero-image.margin-xlarge.imagefloat3 {
    left: 1230px;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid.hide-mobile-portrait.hide-mobile-landscape {
    position: absolute;
    bottom: 0%;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid-2.hide-mobile-portrait.hide-mobile-landscape {
    width: 20vw;
  }

  .heading-style-h1.hero, .heading-style-h1.hero-intro {
    font-family: Merriweather, serif;
  }

  .frame-item._4 {
    inset: 0%;
  }

  .frame-item._4.door {
    overflow: visible;
  }

  .hero-image.door {
    object-fit: contain;
  }

  .section-home-about.height-full {
    box-shadow: 0 -20px 30px #000;
  }

  .headline-wrap {
    width: auto;
  }

  .headline-wrap.zindexbottom {
    top: 210px;
  }

  .text-shadow {
    background-image: linear-gradient(110deg, #0000, #000 50%);
  }

  .nav-link.w--current, .link-wrapper {
    font-family: Merriweather, serif;
  }

  .navbar {
    border: 1px #292929;
    border-bottom-style: solid;
  }

  .nav-text {
    font-family: Hknova, sans-serif;
  }

  .badge {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: static;
  }

  .badge.text-color-black {
    font-size: 1.4rem;
  }

  .section-home-projects.blackpanel {
    border: 0 #000;
    border-radius: 0;
    height: 80vh;
    padding-top: 351px;
  }

  .section-home-projects.blackpanel.med-height {
    height: 1160px;
  }

  .section-home-projects.fixed-height {
    height: 100vh;
  }

  .section-home-process.white-bg, .section-home-process.soft-grey-bg, .section-home-process.black-bg, .section-home-process.dark-grey-bg, .section-home-process.white-grey-bg {
    background-color: #fff;
  }

  .logo {
    width: 8rem;
  }

  .authortitle {
    text-align: center;
  }

  .image {
    z-index: auto;
    top: auto;
  }

  .text-shadow-white-bg {
    background-image: linear-gradient(110deg, #0000, #fff 30%);
    display: block;
  }

  .float-image-right {
    width: 990px;
    margin-top: 299px;
    margin-left: -390px;
    margin-right: 830px;
    position: absolute;
    inset: 0% auto 0% 50%;
  }

  .link-block.subscribelink {
    margin-left: -140px;
  }

  .image-absolute-position {
    width: 580px;
    margin: auto;
    bottom: 0;
    left: 0%;
  }

  .image-absolute-position.hide-mobile-portrait {
    width: auto;
    height: 37vh;
  }

  .image-absolute-position-2 {
    width: 570px;
    margin-top: -1329px;
    margin-right: auto;
    position: absolute;
    top: auto;
    right: 0;
  }

  .div-block-5 {
    left: 363px;
  }

  .div-block-6 {
    position: relative;
    left: 294px;
  }

  .image-absolute-position-3 {
    width: 570px;
    margin-top: -1442px;
  }

  .image-absolute-position-3.hide-mobile-portrait {
    width: auto;
    height: 50vh;
    margin-top: 0;
  }

  .parallex-block-mtop.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .max-width-large-wider {
    max-width: 100%;
  }

  .max-width-large-wider.align-center {
    max-width: 92rem;
  }

  .max-width-large-wider.align-center-copy {
    max-width: 55rem;
  }

  .background-video-2 {
    top: 144px;
    left: 334px;
  }

  .meandering_image_3, .meandering_image_4 {
    width: 580px;
    margin: auto;
    bottom: 0;
    left: 0%;
  }

  .background-video-2-copy {
    width: 20vw;
    height: 48vh;
    top: 0;
    left: 0;
    right: 0;
  }

  .max-width-tiny {
    max-width: 100%;
  }

  .max-width-tiny.align-center {
    max-width: 77rem;
  }

  .max-width-tiny.align-center-copy {
    max-width: 55rem;
  }

  .left-cap {
    width: 130px;
  }

  .right-cap {
    width: 129px;
  }

  .section-home-process-copy.white-bg, .section-home-process-copy.soft-grey-bg, .section-home-process-copy.black-bg, .section-home-process-copy.dark-grey-bg, .section-home-process-copy.white-grey-bg {
    background-color: #fff;
  }

  .bottle.height-full, .jump.height-full {
    box-shadow: 0 -20px 30px #000;
  }

  .introline._4 {
    inset: 0%;
  }

  .introline._4.door {
    overflow: visible;
  }

  .heading-style-h1-copy.hero {
    font-family: Merriweather, serif;
  }

  .ourproductshero.white-bg, .ourproductshero.soft-grey-bg, .ourproductshero.black-bg, .ourproductshero.dark-grey-bg, .ourproductshero.white-grey-bg, .productcontainer.white-bg, .productcontainer.soft-grey-bg, .productcontainer.black-bg, .productcontainer.dark-grey-bg, .productcontainer.white-grey-bg {
    background-color: #fff;
  }

  .product-badge {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: static;
  }

  .product-badge.text-color-black {
    font-size: 1.4rem;
  }

  .ie-quote-landing.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .ie-quote-landing.margin-xlarge.imagefloat3 {
    left: 1230px;
  }

  .quote.white-bg, .quote.soft-grey-bg, .quote.black-bg, .quote.dark-grey-bg, .quote.white-grey-bg, .quote.grey-bg {
    background-color: #fff;
  }

  .quoteblock {
    text-align: center;
    font-weight: 300;
    line-height: 1.1;
  }

  .quoteblock.nova {
    font-family: Hknova, sans-serif;
  }

  .quote-text-container {
    max-width: 100%;
  }

  .quote-text-container.align-center {
    max-width: 77rem;
  }

  .quote-text-container.align-center-copy {
    max-width: 55rem;
  }

  .authortitletext {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: static;
  }

  .authortitletext.text-color-black {
    font-size: 1.4rem;
  }

  .authornametext {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: static;
  }

  .authornametext.text-color-black {
    font-size: 1.4rem;
  }

  .presshero.white-bg, .presshero.soft-grey-bg, .presshero.black-bg, .presshero.dark-grey-bg, .presshero.white-grey-bg, .bottleimage.white-bg, .bottleimage.soft-grey-bg, .bottleimage.black-bg, .bottleimage.dark-grey-bg, .bottleimage.white-grey-bg {
    background-color: #fff;
  }

  .massivequote {
    max-width: 100%;
  }

  .massivequote.align-center {
    max-width: 77rem;
  }

  .massivequote.align-center.extend {
    overflow: visible;
  }

  .massivequote.align-center-copy {
    max-width: 55rem;
  }

  .callout.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .callout.margin-xlarge.imagefloat3 {
    left: 1230px;
  }

  .callout.margin-xlarge.image-float-vid.hide-mobile-portrait.hide-mobile-landscape {
    position: absolute;
    bottom: 0%;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat3 {
    left: 1230px;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.image-float-vid.hide-mobile-portrait.hide-mobile-landscape {
    height: 48vh;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .eventimage.white-bg, .eventimage.soft-grey-bg, .eventimage.black-bg, .eventimage.dark-grey-bg, .eventimage.white-grey-bg {
    background-color: #fff;
  }

  .hpnarrative.margin-xlarge.imagefloat {
    z-index: -2;
  }

  .hpnarrative.margin-xlarge.imagefloat3 {
    left: 1230px;
  }

  .hpnarrative.margin-xlarge.image-float-vid.hide-mobile-portrait.hide-mobile-landscape {
    position: absolute;
    bottom: 0%;
  }

  .background-video-2-copy-copy {
    width: 28vw;
    height: 48vh;
    top: 0;
    left: 0;
    right: 0;
  }

  .image-absolute-position-3-copy {
    width: auto;
    height: 52vh;
    margin-top: 0;
    margin-left: auto;
  }

  .image-absolute-position-3-copy.hide-mobile-portrait {
    margin-top: -127px;
  }

  .presshero-copy.white-bg, .presshero-copy.soft-grey-bg, .presshero-copy.black-bg, .presshero-copy.dark-grey-bg, .presshero-copy.white-grey-bg, .thefilmhero-copy.white-bg, .thefilmhero-copy.soft-grey-bg, .thefilmhero-copy.black-bg, .thefilmhero-copy.dark-grey-bg, .thefilmhero-copy.white-grey-bg, .videohero.white-bg, .videohero.soft-grey-bg, .videohero.black-bg, .videohero.dark-grey-bg, .videohero.white-grey-bg, .signup.white-bg, .signup.soft-grey-bg, .signup.black-bg, .signup.dark-grey-bg, .signup.white-grey-bg, .signup.grey-bg, .embedcontainerpage.white-bg, .embedcontainerpage.soft-grey-bg, .embedcontainerpage.black-bg, .embedcontainerpage.dark-grey-bg, .embedcontainerpage.white-grey-bg {
    background-color: #fff;
  }

  .embedcontainerpadding {
    border-bottom: 0px solid var(--black-2);
  }

  .embedcontainerpadding.border-bottom {
    border: 1px #000;
  }

  .right-inner-cap {
    width: 124px;
    margin-right: 129px;
  }
}

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-style-h2 {
    font-size: 4rem;
  }

  .heading-style-h2.super-huge {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .product-info-hero-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h1.super-large {
    font-size: 9rem;
  }

  .heading-style-h1.hero-intro {
    font-size: 4rem;
  }

  .blog-post-category-component {
    grid-template-columns: 1fr;
  }

  .title-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-component-grid, .pricing-component-grid, .product-component-grid {
    grid-template-columns: 1fr;
  }

  .frame-wrapper {
    width: 25rem;
    height: 25rem;
  }

  .nav-column-content {
    margin-bottom: 5vh;
  }

  .nav-menu-wrapper {
    background-color: #0d0d11;
    border-top: 1px solid #81818b33;
    border-bottom: 1px solid #81818b33;
    width: 100%;
    height: 100vh;
    padding: 24px;
  }

  .hamburger-menu {
    padding: 2px 12px;
  }

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

  .message-empty-state {
    background-color: #000;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .line-menu {
    background-color: #fff;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .navbar {
    border: 1px solid #1b1b1b;
  }

  .nav-text {
    text-align: center;
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 4.2rem;
  }

  .service-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-inner-grid {
    margin-top: 2rem;
  }

  ._2-columns-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .values-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-header-component {
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 1.8rem;
  }

  .collection-list-latest-posts {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .process-component-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 4rem 2.5rem;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .header-bottom {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .parallex-block-mtop {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-3 {
    font-size: 11.4rem;
  }

  .left-cap {
    border-right-width: 0;
    width: 16vw;
  }

  .right-cap {
    border-left-width: 0;
    width: 16vw;
  }

  .heading-style-h1-copy.super-large {
    font-size: 9rem;
  }

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

  .ie-quote-landing {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-4 {
    font-size: 4.5rem;
  }

  .callout, .product-info-hero-image-bottom-right, .hpnarrative {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .right-inner-cap {
    border-left-width: 0;
    width: 16vw;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h2.super-huge {
    font-size: 4rem;
  }

  .heading-style-h2.medium-callout {
    font-size: 1.6rem;
  }

  .heading-style-h2.small-callout {
    font-size: 1.9rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .icon-1x1-large {
    width: 4rem;
    height: 4rem;
  }

  .max-width-medium.sticky {
    padding-top: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-info-hero-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xxhuge {
    padding-top: 10rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .instructions-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2.8rem;
  }

  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .licenses-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .frame-wrapper {
    width: 15rem;
    height: 15rem;
  }

  .frame-item._5 {
    font-size: 3rem;
  }

  .nav-menu-component {
    padding-bottom: 5vh;
  }

  .logo-link.w--current {
    margin-top: 5px;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .nav-text {
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 4rem;
  }

  .text-size-xlarge {
    font-size: 2.5rem;
  }

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

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .faq-title {
    padding-left: 0;
  }

  .faq-bottom-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .project-header-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .project-content-grid, .project-component-grid {
    grid-template-columns: 1fr;
  }

  .heading-xsmall {
    font-size: 1.4rem;
  }

  .blog-sidebar {
    position: static;
  }

  .categories-sidebar-wrapper {
    margin-bottom: 2rem;
  }

  .blog-all-component, .collection-list-latest-posts, .process-component-grid, .contact-component-grid {
    grid-template-columns: 1fr;
  }

  .padlock {
    font-size: 10rem;
  }

  .footer-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
  }

  .header-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 6em;
  }

  .parallex-block-mtop {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .introline._5, .heading-style-h1-copy {
    font-size: 3rem;
  }

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

  .ie-quote-landing {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quoteblock {
    font-size: 2.5rem;
  }

  .quoteblock.super-huge {
    font-size: 4rem;
  }

  .quoteblock.medium-callout {
    font-size: 1.6rem;
  }

  .quoteblock.small-callout {
    font-size: 1.9rem;
  }

  .callout, .product-info-hero-image-bottom-right, .hpnarrative {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .embedcontainerpadding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-small.text-style-allcaps {
    font-size: .7rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    line-height: 1.4;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .heading-style-h2 {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading-style-h2.text-align-left.huge-text {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h2.super-huge {
    font-size: 4rem;
  }

  .heading-style-h2.medium-callout {
    font-size: 1.6rem;
  }

  .heading-style-h2.small-callout {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .heading-style-h2.massive-callout-two {
    width: auto;
    font-size: 2rem;
    line-height: 1.1;
  }

  .heading-style-h2.product-calllout {
    margin-top: 1px;
    margin-bottom: 57px;
    font-size: 1.9rem;
  }

  .heading-style-h2.massive-callout-two-copy {
    font-size: 2.8rem;
  }

  .heading-style-h2.product-calllout-landing {
    margin-top: 1px;
    margin-bottom: 150px;
    font-size: 1.9rem;
  }

  .max-width-large {
    width: auto;
    max-width: none;
    margin-top: auto;
  }

  .max-width-large.align-center.extend {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium.text-color-white {
    display: block;
  }

  .text-size-medium.text-align-left.text-color-white {
    text-align: center;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.border-bottom {
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.bg-wine {
    height: 50vh;
  }

  .padding-global.quotepaddingcenter.our-products, .padding-global.quotepaddingcenter.filmlanding {
    height: 390px;
  }

  .padding-global.bg-tanks {
    height: 50vh;
  }

  .padding-global.bg-champagne-dark {
    background-position: -207px 0;
    height: 50vh;
  }

  .padding-global.partnerinfo {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 161px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.partnerinfo.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.partnerinfo.our-products {
    height: 390px;
  }

  .padding-global.quotepaddingcenter {
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.quotepaddingcenter.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.quotepaddingcenter.our-products {
    height: 390px;
  }

  .padding-global.storycomplexityelement {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.storycomplexityelement.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.storycomplexityelement.our-products {
    height: 390px;
  }

  .padding-global.iequote {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.iequote.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.iequote.our-products {
    height: 390px;
  }

  .padding-global.meanderingquote {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.meanderingquote.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.meanderingquote.our-products {
    height: 390px;
  }

  .padding-global.bg-vintageglass {
    background-position: 50%;
    height: 50vh;
  }

  .padding-global.videoheroinnerwrapper {
    background-position: -207px 0;
    height: 50vh;
  }

  .product-info-hero-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-info-hero-image.margin-small {
    width: 100%;
  }

  .product-info-hero-image.margin-medium {
    margin-top: auto;
    margin-bottom: auto;
  }

  .product-info-hero-image.margin-xlarge.imagefloat {
    margin-top: 132px;
    top: auto;
    left: auto;
  }

  .product-info-hero-image.margin-xlarge.imagefloat3 {
    margin-top: auto;
  }

  .product-info-hero-image.margin-xlarge.image-float-0 {
    width: 100%;
    height: auto;
    margin-top: 3rem;
    left: auto;
  }

  .product-info-hero-image.margin-xlarge.image-float-vid, .product-info-hero-image.margin-xlarge.image-float-vid-2 {
    width: 100%;
    height: 330px;
    left: auto;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-buy-btn {
    border-radius: 60px;
    margin-top: 11px;
  }

  .heading-style-h1.hero {
    text-align: center;
    white-space: normal;
    word-break: normal;
    width: 100%;
    margin-bottom: 7px;
    font-size: 6vw;
    font-weight: 400;
  }

  .heading-style-h1.super-large {
    font-size: 3rem;
  }

  .heading-style-h1.super-large---black {
    font-size: 3.7rem;
  }

  .heading-style-h1.hero-intro {
    text-align: center;
    white-space: normal;
    word-break: normal;
    width: 100%;
    font-size: 10vw;
    font-weight: 400;
  }

  .checkout-header-block, .checkout-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .instructions-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .text-rich-text h6 {
    font-size: 1rem;
  }

  .text-rich-text h4 {
    font-size: 1.6rem;
  }

  .text-rich-text h3 {
    font-size: 1.8rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h5 {
    font-size: 1.2rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .licenses-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .licenses-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .category-item {
    margin-bottom: 10px;
  }

  .blog-post-category-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .plan-content-wrapper, .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .frame-wrapper {
    width: 12rem;
    height: 12rem;
  }

  .frame-item._1 {
    left: 40%;
  }

  .scene-extra {
    height: 60dvh;
  }

  .headline-wrap {
    width: auto;
    padding-top: 0;
  }

  .text-shadow {
    display: block;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-menu-component {
    padding-top: 10vh;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: .5rem;
  }

  .social-media-component {
    grid-template-columns: 1fr;
  }

  .hamburger-menu {
    left: 5px;
  }

  .logo-link {
    padding-left: 0;
  }

  .button-wrapper {
    margin-left: 0;
  }

  .link-wrapper {
    height: 3.5rem;
  }

  .navbar {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-text {
    height: 3.25rem;
    min-height: 3.25rem;
    font-size: 1.9rem;
    line-height: 1.7;
  }

  .menu-left-content {
    text-align: right;
  }

  .hero-text-content {
    word-break: break-all;
    margin-top: 0;
  }

  .section-home-service.full-height {
    height: 100vh;
    display: block;
  }

  .badge.partnerbadgehl {
    margin-bottom: 26px;
  }

  .service-component-grid {
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .values-component-grid {
    grid-template-columns: 1fr;
  }

  .faq-icon-02 {
    min-height: 20px;
  }

  .faq-icon-01 {
    width: 20px;
  }

  .blog-image-wrapper.sidebar {
    width: 8rem;
  }

  .heading-xsmall {
    font-size: 1.2rem;
  }

  .sidebar-content-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .author-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-home-projects.blackpanel.med-height.hide-mobile {
    display: none;
  }

  .contact-form-block {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padlock {
    font-size: 8rem;
  }

  .section-home-process.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .section-home-process.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .section-home-process.height-full {
    height: 50vh;
  }

  .section-home-process.black-bg.full-height.overflow-visible {
    height: 100vh;
    display: block;
  }

  .section-home-process.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .section-home-process.dark-grey-bg.full-height, .section-home-process.white-grey-bg.full-height {
    height: auto;
  }

  .footer-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-nav-footer {
    font-size: 1.125rem;
  }

  .footer-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .cta-heading {
    font-size: 5em;
  }

  .preloader-content {
    max-width: 14rem;
  }

  .preloader-logo {
    width: 6rem;
  }

  .logo {
    width: 5.3rem;
    margin-left: 0;
    display: block;
  }

  .authortitle.margin-bottom {
    margin-top: 11px;
  }

  .authortitle.hide {
    margin-top: auto;
  }

  .link-block.shoplink {
    text-align: left;
    margin-right: 19px;
  }

  .link-block.subscribelink {
    text-align: left;
    margin-right: 19px;
    display: none;
  }

  .image-absolute-position {
    width: 180px;
    bottom: -35px;
  }

  .image-absolute-position-2 {
    margin-top: -900px;
  }

  .parallex-block-mtop {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .parallex-block-mtop.margin-xlarge.parallax-block {
    margin-top: 0;
    top: 0;
  }

  .div-block-10 {
    width: 100%;
  }

  .background-video-2 {
    height: 330px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .link {
    font-size: 1.3rem;
  }

  .meandering_image_3 {
    width: 220px;
    inset: auto 0% 9%;
  }

  .meandering_image_4 {
    width: 210px;
    inset: 4% 0% auto;
  }

  .background-video-2-copy {
    height: 330px;
  }

  .max-width-tiny.align-center.extend {
    max-width: 100%;
  }

  .bold-text-2 {
    font-size: 2.2rem;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 300px 300px;
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    grid-auto-columns: 1fr;
    align-content: stretch;
    height: auto;
    display: grid;
  }

  .grid.product-stack {
    flex: 1;
    margin-top: 0;
    display: block;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#0000007a, #0000007a);
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 400px;
    display: flex;
  }

  .div-block-12-copy {
    background-image: linear-gradient(#0000007a, #0000007a);
    min-height: 380px;
  }

  .heading {
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .left-cap {
    border-right-width: 1px;
    width: 82px;
  }

  .right-cap {
    border-left-width: 1px;
    width: 82px;
  }

  .div-block-12-copy-copy, .div-block-12-copy-copy-copy {
    background-image: linear-gradient(#0000007a, #0000007a);
    min-height: 380px;
  }

  .section-home-process-copy.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .section-home-process-copy.height-full {
    height: 50vh;
  }

  .section-home-process-copy.black-bg.full-height.overflow-visible {
    height: auto;
    display: block;
    overflow: hidden;
  }

  .section-home-process-copy.dark-grey-bg.full-height, .section-home-process-copy.white-grey-bg.full-height {
    height: auto;
  }

  .product-info-image {
    width: 60px;
  }

  .jump.height-full.bottle-container {
    height: 100vh;
  }

  .introline._1 {
    left: 40%;
  }

  .scrollguidance.text-style-allcaps {
    bottom: 14%;
  }

  .columns-2 {
    flex-wrap: wrap;
    height: auto;
    min-height: 490px;
    display: flex;
    position: relative;
    top: 143px;
  }

  .column {
    flex: 1;
    height: 240px;
    display: flex;
  }

  .column-2 {
    height: 200px;
    display: block;
  }

  .intrologocontainer {
    height: 135px;
  }

  .intropagechooseexperience {
    width: 100%;
    display: none;
  }

  .choosedoorsymbol {
    height: 80px;
  }

  .heading-style-h1-copy.hero {
    width: 100%;
    margin-top: -12px;
    margin-bottom: 4px;
    font-size: 6vw;
  }

  .heading-style-h1-copy.super-large {
    font-size: 3rem;
  }

  .heading-style-h1-copy.super-large---black {
    font-size: 3.7rem;
  }

  .image-3-copy {
    width: 130px;
  }

  .ourproductshero.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .ourproductshero.height-full {
    height: 50vh;
  }

  .ourproductshero.black-bg.full-height.overflow-visible {
    height: 300px;
    margin-top: 112px;
    display: block;
  }

  .ourproductshero.dark-grey-bg.full-height, .ourproductshero.white-grey-bg.full-height {
    height: auto;
  }

  .productcontainer.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .productcontainer.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .productcontainer.height-full {
    height: 50vh;
  }

  .productcontainer.black-bg.full-height.overflow-visible {
    height: 60vh;
    display: block;
  }

  .productcontainer.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .productcontainer.dark-grey-bg.full-height, .productcontainer.white-grey-bg.full-height {
    height: auto;
  }

  .text-span-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .margin-top.bodycopy {
    margin-bottom: 58px;
  }

  .ie-quote-landing {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ie-quote-landing.margin-medium {
    margin-top: 120px;
  }

  .ie-quote-landing.margin-xlarge.imagefloat {
    margin-top: 132px;
    top: auto;
    left: auto;
  }

  .ie-quote-landing.margin-xlarge.imagefloat3 {
    margin-top: auto;
  }

  .ie-quote-landing.margin-xlarge.image-float-0, .ie-quote-landing.margin-xlarge.image-float-vid, .ie-quote-landing.margin-xlarge.image-float-vid-2 {
    width: 100%;
    height: 330px;
    left: auto;
  }

  .text-span-3 {
    font-size: 9vw;
  }

  .chooseseparator {
    border-bottom: 1px solid #1d1d1d;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 243px;
  }

  .quote.white-bg.full-height {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .quote.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .quote.height-full {
    height: 50vh;
  }

  .quote.black-bg.full-height.overflow-visible {
    height: 60vh;
    display: block;
  }

  .quote.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .quote.dark-grey-bg.full-height, .quote.white-grey-bg.full-height {
    height: auto;
  }

  .quote.grey-bg.full-height {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .quote.grey-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .quoteblock {
    font-family: "Bodoni 72 Smallcaps Book", sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

  .quoteblock.text-color-black {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .quoteblock.text-align-left.huge-text {
    font-size: 2rem;
  }

  .quoteblock.super-huge {
    font-size: 4rem;
  }

  .quoteblock.medium-callout {
    font-size: 1.6rem;
  }

  .quoteblock.small-callout {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .quoteblock.massive-callout-two {
    width: auto;
    font-size: 2rem;
    line-height: 1.1;
  }

  .quoteblock.product-calllout {
    margin-top: 1px;
    margin-bottom: 57px;
    font-size: 1.9rem;
  }

  .quoteblock.massive-callout-two-copy {
    font-size: 2.8rem;
  }

  .quoteblock.product-calllout-landing {
    margin-top: 1px;
    margin-bottom: 150px;
    font-size: 1.9rem;
  }

  .quote-text-container.align-center.extend {
    max-width: 100%;
  }

  .authortitletext.partnerbadgehl, .authornametext.partnerbadgehl {
    margin-bottom: 26px;
  }

  .presshero.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .presshero.height-full {
    height: 50vh;
  }

  .presshero.black-bg.full-height.overflow-visible {
    height: 300px;
    margin-top: 112px;
    display: block;
  }

  .presshero.dark-grey-bg.full-height, .presshero.white-grey-bg.full-height {
    height: auto;
  }

  .pressblockitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#0000007a, #0000007a);
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 400px;
    display: flex;
  }

  .bottleimage.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .bottleimage.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .bottleimage.height-full {
    height: 50vh;
  }

  .bottleimage.black-bg.full-height.overflow-visible {
    height: 100vh;
    display: block;
  }

  .bottleimage.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .bottleimage.dark-grey-bg.full-height, .bottleimage.white-grey-bg.full-height {
    height: auto;
  }

  .massivequote {
    width: auto;
    max-width: none;
    margin-top: auto;
  }

  .massivequote.align-center.extend {
    width: 100%;
    max-width: none;
  }

  .callout {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .callout.margin-medium {
    margin-top: auto;
    margin-bottom: auto;
  }

  .callout.margin-xlarge.imagefloat {
    margin-top: 132px;
    top: auto;
    left: auto;
  }

  .callout.margin-xlarge.imagefloat3 {
    margin-top: auto;
  }

  .callout.margin-xlarge.image-float-0, .callout.margin-xlarge.image-float-vid, .callout.margin-xlarge.image-float-vid-2 {
    width: 100%;
    height: 330px;
    left: auto;
  }

  .product-info-hero-image-bottom-right {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-info-hero-image-bottom-right.margin-medium {
    margin-top: auto;
    margin-bottom: auto;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat {
    margin-top: 132px;
    top: auto;
    left: auto;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.imagefloat3 {
    margin-top: auto;
  }

  .product-info-hero-image-bottom-right.margin-xlarge.image-float-0, .product-info-hero-image-bottom-right.margin-xlarge.image-float-vid, .product-info-hero-image-bottom-right.margin-xlarge.image-float-vid-2 {
    width: 100%;
    height: 330px;
    left: auto;
  }

  .eventimage.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .eventimage.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .eventimage.height-full {
    width: 100%;
    height: 50vh;
  }

  .eventimage.black-bg.full-height.overflow-visible {
    height: 100vh;
    display: block;
  }

  .eventimage.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .eventimage.dark-grey-bg.full-height, .eventimage.white-grey-bg.full-height {
    height: auto;
  }

  .mobileshift {
    margin-top: 156px;
  }

  .hpnarrative {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hpnarrative.margin-medium {
    margin-top: 477px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .hpnarrative.margin-xlarge.imagefloat {
    margin-top: 132px;
    top: auto;
    left: auto;
  }

  .hpnarrative.margin-xlarge.imagefloat3 {
    margin-top: auto;
  }

  .hpnarrative.margin-xlarge.image-float-0, .hpnarrative.margin-xlarge.image-float-vid, .hpnarrative.margin-xlarge.image-float-vid-2 {
    width: 100%;
    height: 330px;
    left: auto;
  }

  .background-video-2-copy-copy {
    height: 330px;
  }

  .image-absolute-position-3-copy {
    width: 100%;
  }

  .presshero-copy.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .presshero-copy.height-full {
    height: 50vh;
  }

  .presshero-copy.black-bg.full-height.overflow-visible {
    height: 300px;
    margin-top: 112px;
    display: block;
  }

  .presshero-copy.dark-grey-bg.full-height, .presshero-copy.white-grey-bg.full-height {
    height: auto;
  }

  .herofilmwrapper {
    height: auto;
    margin-top: 0;
  }

  .thefilmhero-copy.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .thefilmhero-copy.height-full {
    height: 50vh;
  }

  .thefilmhero-copy.black-bg.full-height.overflow-visible {
    height: 300px;
    margin-top: 112px;
    display: block;
  }

  .thefilmhero-copy.dark-grey-bg.full-height, .thefilmhero-copy.white-grey-bg.full-height {
    height: auto;
  }

  .videohero.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .videohero.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .videohero.height-full {
    height: 50vh;
  }

  .videohero.black-bg.full-height.overflow-visible {
    height: 100vh;
    display: block;
  }

  .videohero.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .videohero.dark-grey-bg.full-height, .videohero.white-grey-bg.full-height {
    height: auto;
  }

  .signup.white-bg.full-height {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .signup.white-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .signup.height-full {
    height: 50vh;
  }

  .signup.black-bg.full-height.overflow-visible {
    height: 60vh;
    display: block;
  }

  .signup.black-bg.full-height.overflow-visible.product-stack {
    height: auto;
    overflow: hidden;
  }

  .signup.dark-grey-bg.full-height, .signup.white-grey-bg.full-height {
    height: auto;
  }

  .signup.grey-bg.full-height {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .signup.grey-bg.full-height.hide.hide-mobile-landscape.hide-mobile-portrait {
    display: none;
  }

  .signupembed {
    width: auto;
  }

  .embedcontainerpage.white-bg.full-height {
    height: 60vh;
    display: block;
  }

  .embedcontainerpage.height-full {
    height: 50vh;
  }

  .embedcontainerpage.black-bg.full-height.overflow-visible {
    height: auto;
    margin-top: 112px;
    display: block;
  }

  .embedcontainerpage.dark-grey-bg.full-height, .embedcontainerpage.white-grey-bg.full-height {
    height: auto;
  }

  .embedcontainerpadding {
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.border-bottom {
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .embedcontainerpadding.bg-wine {
    height: 50vh;
  }

  .embedcontainerpadding.quotepaddingcenter.filmlanding {
    height: auto;
  }

  .embedcontainerpadding.bg-tanks {
    height: 50vh;
  }

  .embedcontainerpadding.bg-champagne-dark {
    background-position: -207px 0;
    height: 50vh;
  }

  .embedcontainerpadding.partnerinfo {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 161px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embedcontainerpadding.partnerinfo.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.partnerinfo.our-products {
    height: 390px;
  }

  .embedcontainerpadding.quotepaddingcenter {
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embedcontainerpadding.quotepaddingcenter.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.quotepaddingcenter.our-products {
    height: 390px;
  }

  .embedcontainerpadding.storycomplexityelement {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embedcontainerpadding.storycomplexityelement.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.storycomplexityelement.our-products {
    height: 390px;
  }

  .embedcontainerpadding.iequote {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embedcontainerpadding.iequote.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.iequote.our-products {
    height: 390px;
  }

  .embedcontainerpadding.meanderingquote {
    height: 60vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embedcontainerpadding.meanderingquote.product-stack {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .embedcontainerpadding.meanderingquote.our-products {
    height: 390px;
  }

  .embedcontainerpadding.bg-vintageglass {
    background-position: 50%;
    height: 50vh;
  }

  .embedcontainerpadding.videoheroinnerwrapper {
    background-position: -207px 0;
    height: 50vh;
  }

  .right-inner-cap {
    border-left-width: 1px;
    width: 82px;
    display: none;
  }
}

#w-node-bc21d9f2-aabc-bd39-f78b-bdb710d67c02-30ea0f17 {
  grid-area: Area-2;
}

#w-node-_012ab25a-9546-c594-39df-b99d61845fe6-30ea0f17, #w-node-_0b99215a-7a99-4b1b-6f6e-6432ba456806-30ea0f17, #w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-30ea0f17, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-30ea0f17, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-30ea0f17, #w-node-_665c85b2-af4d-25c7-5a08-1dd1255c20a1-30ea0f17, #w-node-_665c85b2-af4d-25c7-5a08-1dd1255c20a8-30ea0f17, #w-node-_665c85b2-af4d-25c7-5a08-1dd1255c20af-30ea0f17, #w-node-_9f99fff3-379e-71b4-e7c9-a9f96771d882-30ea0f17, #w-node-_9f99fff3-379e-71b4-e7c9-a9f96771d889-30ea0f17, #w-node-_9f99fff3-379e-71b4-e7c9-a9f96771d890-30ea0f17, #w-node-_8b58dc31-b7b1-271b-263b-4f373344496d-33444950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09b95-34a09b8f {
  align-self: center;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09b96-34a09b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09bca-34a09b8f {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09bcb-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09bd3-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09bdb-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09be3-34a09b8f, #w-node-_71adc75f-763e-3cc8-4d78-b35b6c4cb44b-34a09b8f, #w-node-e7beea10-3d10-20c4-10c3-77638fce47b6-34a09b8f, #w-node-_1aac3d5e-14b8-c461-b9c7-dbea919ab709-34a09b8f {
  place-self: center;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09beb-34a09b8f {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09bf2-34a09b8f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09c09-34a09b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09c0a-34a09b8f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_3e11580a-c961-ea53-0636-d48334a09c0c-34a09b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb39-6c1cbb33 {
  align-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb3a-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6e-6c1cbb33 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb77-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb7f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb8f-6c1cbb33 {
  place-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb97-6c1cbb33 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb9e-6c1cbb33 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbba1-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbba2-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbba5-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbba9-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbbaa-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbbad-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbbae-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb35-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb36-6c1cbb33 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-a7744a01-1d24-e8b2-11ca-29bb9594b975-6c1cbb33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a425b526-f62e-b089-f7fb-1309e987bb12-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_80b14db8-ba91-0377-d359-b3ed296a9974-30ea0f28, #w-node-_80b14db8-ba91-0377-d359-b3ed296a997c-30ea0f28, #w-node-_80b14db8-ba91-0377-d359-b3ed296a997f-30ea0f28, #w-node-_80b14db8-ba91-0377-d359-b3ed296a9980-30ea0f28, #w-node-_80b14db8-ba91-0377-d359-b3ed296a9983-30ea0f28, #w-node-_80b14db8-ba91-0377-d359-b3ed296a9987-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80b14db8-ba91-0377-d359-b3ed296a9988-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_80b14db8-ba91-0377-d359-b3ed296a998b-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80b14db8-ba91-0377-d359-b3ed296a998c-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bcafeb44-6824-7955-24b7-ee66069fff72-30ea0f28, #w-node-fd9a15a4-b993-85c1-8b22-d670d3453b55-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b5a-30ea0f28 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b63-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b68-30ea0f28 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b71-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b76-30ea0f28 {
  justify-self: end;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b7f-30ea0f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a15a4-b993-85c1-8b22-d670d3453b84-30ea0f28 {
  justify-self: end;
}

#w-node-_03f49a19-72de-0610-3411-c327c73c3117-30ea0f2e, #w-node-_1556a030-3452-4610-2eee-3b3ee5d71cc5-30ea0f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-30ea0f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_307534c0-008b-5d11-933b-37656903641f-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-376569036426-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-376569036427-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-37656903642c-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-376569036431-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-376569036436-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-37656903643b-30ea0f2f, #w-node-_307534c0-008b-5d11-933b-376569036440-30ea0f2f, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0ba-30ea0f30, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c0-30ea0f30, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c6-30ea0f30, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0cc-30ea0f30, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0d2-30ea0f30, #w-node-_0c4ac050-cca3-4271-ae98-72df3a1b784c-30ea0f31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ae9c9f-f43a-6167-f96f-facc38a007c3-30ea0f31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-eb7f785d-2320-0b77-8351-1c0cd4ec4367-30ea0f31, #w-node-_4ada22f3-8c87-c2d8-903b-e5c698eebd32-30ea0f31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a867ad-ff57-d84d-5fa1-307de181ebf8-49feafe9, #w-node-_7081e595-139b-ef49-d81c-4aa1d131cc63-49feafe9, #w-node-_642f2028-d7eb-1df6-2b0c-882aca4675bb-49feafe9, #w-node-_8db465bb-9345-06cd-ded2-f84a9a9366e1-49feafe9, #w-node-_8bda99fd-6794-5252-f9d6-b9e027976f0a-49feafe9, #w-node-_837231b7-d494-bb36-3a6b-1b48322f7058-49feafe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-49feafe9, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-49feafe9, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-49feafe9, #w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-8c353816, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-8c353816, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-8c353816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-fb2ef1d8, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-dcf95023, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-98bd40bb, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-60234f93, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-b2d102ff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_35a867ad-ff57-d84d-5fa1-307de181ebf8-7af47366, #w-node-_128f8fbe-a1d9-a4a1-901a-fd4d35ca5b6e-7af47366, #w-node-_047daf8e-ebf5-1745-223e-89623a11e285-7af47366, #w-node-dcec5219-34f9-439a-6d5a-f80e75cdcc45-7af47366, #w-node-_944933b7-836d-d97c-4261-67bfd6faea44-7af47366, #w-node-_1f601472-7b6b-f127-1271-5384dc83054b-7af47366, #w-node-c99e2076-4ff4-b43a-05ce-c02f61a9be31-7af47366, #w-node-dcaf3117-e4f3-b47b-552c-b808f052bc31-7af47366, #w-node-f8767764-a502-f71c-471a-38b30c3d8d4b-7af47366, #w-node-_0cc279fb-29c1-9da6-12e7-6bf29bdf6159-7af47366, #w-node-_45591492-ab98-367e-ff66-ca7e9e518eaa-7af47366, #w-node-ec136de0-cf71-2901-d661-37266594c373-7af47366, #w-node-dde6fcd3-c889-c916-3475-b49584979697-7af47366, #w-node-_86030974-1e05-3ab8-abfd-f4f5c64c2166-7af47366, #w-node-_44f98781-8dd7-56bd-1964-8f5732249e9d-7af47366, #w-node-cbefd283-a7e8-5a50-49e9-d4e797dfdda1-7af47366, #w-node-_7fa9f27b-85c0-3445-452a-d7e10e4f910f-7af47366, #w-node-_5e74366a-7e70-7075-4d35-17a8fb7bff7e-7af47366, #w-node-_26af8b09-8fc5-c008-95fb-8dfe1de53eb2-7af47366, #w-node-e7bd9e5d-d5d4-76db-3a8d-8185b450992a-7af47366, #w-node-a3fa2376-4e39-7a89-de2a-ee5d5609102c-7af47366, #w-node-_15a7761e-ad11-36f8-8751-f408a7454f46-7af47366, #w-node-f146c9a7-c053-9ef9-e2b1-6d0960edede2-7af47366, #w-node-a2590594-b893-de7b-aa9d-e0378db70f5c-7af47366, #w-node-_21987023-8878-ad61-6245-4d9b0fc21441-7af47366, #w-node-_0d60e998-fc55-aca6-9b51-3871750ba185-7af47366, #w-node-_043fbf8f-8bcd-d38f-5c8c-d50990d00ebf-7af47366, #w-node-ec9f1194-5eeb-9784-ff61-641e5a4f7cac-7af47366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-7af47366, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-7af47366, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-7af47366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a867ad-ff57-d84d-5fa1-307de181ebf8-fbf7d2c3, #w-node-_128f8fbe-a1d9-a4a1-901a-fd4d35ca5b6e-fbf7d2c3, #w-node-_047daf8e-ebf5-1745-223e-89623a11e285-fbf7d2c3, #w-node-dcec5219-34f9-439a-6d5a-f80e75cdcc45-fbf7d2c3, #w-node-_944933b7-836d-d97c-4261-67bfd6faea44-fbf7d2c3, #w-node-_1f601472-7b6b-f127-1271-5384dc83054b-fbf7d2c3, #w-node-_4a16086d-95f3-f020-54d9-02e933566093-fbf7d2c3, #w-node-b9bb5a23-db44-3797-9462-c6d23ee30ffa-fbf7d2c3, #w-node-_6b95be1b-e338-55de-dcb4-4e261f092d6b-fbf7d2c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-fbf7d2c3, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-fbf7d2c3, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-fbf7d2c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a867ad-ff57-d84d-5fa1-307de181ebf8-860d2f1c, #w-node-e00aa221-7dd5-5f8b-ab1d-50591d5905cd-860d2f1c, #w-node-_128f8fbe-a1d9-a4a1-901a-fd4d35ca5b6e-860d2f1c, #w-node-_047daf8e-ebf5-1745-223e-89623a11e285-860d2f1c, #w-node-dcec5219-34f9-439a-6d5a-f80e75cdcc45-860d2f1c, #w-node-_944933b7-836d-d97c-4261-67bfd6faea44-860d2f1c, #w-node-_1f601472-7b6b-f127-1271-5384dc83054b-860d2f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-860d2f1c, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-860d2f1c, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-860d2f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-a7abcfef {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-ef4fdcf3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-09d56830, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-09d56830, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-09d56830, #w-node-_4606ac7e-a9f6-2f7d-f6c8-5dc46f47c3f5-96ed5138, #w-node-_1a61e08b-37d1-d989-3ea2-92355487fb7e-96ed5138, #w-node-_2ab5205e-f20b-db69-f329-34265baa52f7-96ed5138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_665c85b2-af4d-25c7-5a08-1dd1255c20a8-30ea0f17, #w-node-_665c85b2-af4d-25c7-5a08-1dd1255c20af-30ea0f17, #w-node-_9f99fff3-379e-71b4-e7c9-a9f96771d889-30ea0f17, #w-node-_9f99fff3-379e-71b4-e7c9-a9f96771d890-30ea0f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3e11580a-c961-ea53-0636-d48334a09c0c-34a09b8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3e11580a-c961-ea53-0636-d48334a09b96-34a09b8f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3e11580a-c961-ea53-0636-d48334a09bcb-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09bd3-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09bdb-34a09b8f, #w-node-_3e11580a-c961-ea53-0636-d48334a09be3-34a09b8f, #w-node-_71adc75f-763e-3cc8-4d78-b35b6c4cb44b-34a09b8f, #w-node-e7beea10-3d10-20c4-10c3-77638fce47b6-34a09b8f, #w-node-_1aac3d5e-14b8-c461-b9c7-dbea919ab709-34a09b8f {
    place-self: center;
  }

  #w-node-_3e11580a-c961-ea53-0636-d48334a09c0a-34a09b8f {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb3a-6c1cbb33 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb6f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb77-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb7f-6c1cbb33, #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb8f-6c1cbb33 {
    place-self: center;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb36-6c1cbb33 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-30ea0f2e {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e11580a-c961-ea53-0636-d48334a09beb-34a09b8f {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start center;
  }

  #w-node-_3e11580a-c961-ea53-0636-d48334a09bf2-34a09b8f {
    grid-column: 1 / 3;
    place-self: center;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb97-6c1cbb33 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start center;
  }

  #w-node-_8822de3a-0de7-55da-a05c-048b6c1cbb9e-6c1cbb33 {
    grid-column: 1 / 3;
    place-self: center;
  }

  #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-fb2ef1d8, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-dcf95023, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-98bd40bb, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-60234f93, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-b2d102ff, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-a7abcfef, #w-node-bf79a551-25e9-b7c6-208f-255e53946cf7-ef4fdcf3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni 72 Smallcaps Book';
  src: url('../fonts/Bodoni-72-Smallcaps-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}