@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-SemiBoldItalic.woff2') format("woff2"), url('../fonts/QuatroSlab-SemiBoldItalic.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-SemiBoldItalic.woff') format("woff"), url('../fonts/QuatroSlab-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-UltraBlackItalic.woff2') format("woff2"), url('../fonts/QuatroSlab-UltraBlackItalic.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-UltraBlackItalic.woff') format("woff"), url('../fonts/QuatroSlab-UltraBlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-Medium.woff2') format("woff2"), url('../fonts/QuatroSlab-Medium.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-Medium.woff') format("woff"), url('../fonts/QuatroSlab-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-UltraBlack.woff2') format("woff2"), url('../fonts/QuatroSlab-UltraBlack.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-UltraBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-Italic.woff2') format("woff2"), url('../fonts/QuatroSlab-Italic.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-Italic.woff') format("woff"), url('../fonts/QuatroSlab-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-BoldItalic.woff2') format("woff2"), url('../fonts/QuatroSlab-BoldItalic.woff') format("woff"), url('../fonts/QuatroSlab-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-SemiBold.woff2') format("woff2"), url('../fonts/QuatroSlab-SemiBold.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-SemiBold.woff') format("woff"), url('../fonts/QuatroSlab-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-MediumItalic.woff2') format("woff2"), url('../fonts/QuatroSlab-MediumItalic.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Quatroslab;
  src: url('../fonts/QuatroSlab-Bold.woff2') format("woff2"), url('../fonts/QuatroSlab-Bold.eot') format("embedded-opentype"), url('../fonts/QuatroSlab-Bold.woff') format("woff"), url('../fonts/QuatroSlab-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Chinook;
  src: url('../fonts/Chinook-Regular.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --beige: #ffeedb;
  --white: white;
  --dark_red: #3c0d0d;
  --red: #b84141;
  --smokey_white: #f4f4f4;
  --dark_red_2: #392222;
  --gold: #edc16e;
  --deep_grey: #1f1f1f;
  --navy_blue: #0c1c33;
  --blood_orange: #eb8351;
  --turquoise: #69adb6;
  --mustard: #e9bf83;
  --pink: #fadbd2;
  --0-5-rem: .5rem;
  --3-rem: 3rem;
  --cherry-wood-brown: #902b1d;
  --1-rem: 1rem;
  --blue_sky: #3c608d;
  --hover-pink: #fadbd230;
  --pink-2: #f7c2c2;
  --ketchup: #b2171f;
  --green: #2c5f3b;
  --charcoal_grey: #4e4e4e;
  --ketchup_red: #d90000;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray600: #475467;
  --untitled-ui--white: white;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #7f56d9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--beige);
  color: var(--white);
  font-family: Quatroslab, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--dark_red);
  color: var(--dark_red);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--dark_red);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.no-image {
  background-image: none;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
  position: relative;
}

.padding-small.socials {
  top: -13px;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 0;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  display: flex;
}

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

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-huge.appear-mobile {
  display: none;
}

.padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
}

.text-size-medium.is-black {
  color: var(--dark_red);
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--red);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--smokey_white);
}

.heading-style-h6 {
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.heading-style-h5 {
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--beige);
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h1.is-red {
  color: var(--dark_red);
  text-shadow: 0 1px 1px #0000008f, 0 0 2px #ecd9c2;
}

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

.form-checkbox-icon {
  border: 1px solid var(--dark_red);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 3px solid var(--beige);
  background-color: var(--red);
  color: var(--beige);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 8rem;
  padding: .8rem 2rem;
  font-size: 1.3rem;
  line-height: 1;
  transition: all .3s;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.button:hover {
  background-color: var(--dark_red);
  box-shadow: 0 0 0 4px var(--dark_red);
}

.button.is-link {
  color: var(--dark_red);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--dark_red_2);
  box-shadow: 0 0 0 4px var(--dark_red_2);
  color: var(--beige);
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
}

.button.is-secondary:hover {
  background-color: var(--red);
  box-shadow: 0 0 0 4px var(--red);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.cta-section-button:hover {
  border-color: var(--dark_red);
  background-color: var(--beige);
  box-shadow: 0 0 0 4px var(--beige);
  color: var(--red);
}

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

.heading-style-h4 {
  color: var(--red);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  color: var(--red);
  font-weight: 400;
}

.text-size-regular.is-black {
  color: var(--dark_red);
}

.text-size-regular.is-black:hover {
  text-decoration: underline;
}

.text-size-regular.is-gold {
  color: var(--beige);
}

.text-size-regular.is-white {
  color: var(--white);
  display: block;
}

.text-size-regular.is-white.footer {
  background-color: #22080873;
  padding: 15px 20px;
  transition: all .3s;
}

.text-size-regular.is-white.footer:hover {
  color: var(--gold);
  background-color: #220808ba;
}

.text-size-regular.is-white.legal {
  display: none;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-black {
  color: var(--dark_red);
}

.heading-style-h3.is-white {
  color: var(--white);
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--dark_red);
  background-color: var(--white);
  color: var(--dark_red);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--dark_red);
}

.rl-styleguide_color.is-gray {
  background-color: var(--smokey_white);
}

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

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

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

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

.text-weight-semibold {
  font-weight: 600;
}

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--deep_grey);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #8d3f21, #541506 48%, var(--dark_red));
  color: var(--white);
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: inset 0 2px 48px 48px #1f0101b8;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--dark_red);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-align-center.heading-style-h2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-align-center.heading-style-h2.is-white {
  color: var(--white);
  text-shadow: 0 0 #0000, 1.2px 1.7px 2.2px #00000012, 2.4px 3.4px 4.4px #00000016, 3.7px 5.3px 6.6px #00000019, 5.2px 7.5px 8.9px #0000001a, 7px 10.1px 11.4px #0000001c, 9.4px 13.5px 14.2px #0000001c, 12.7px 18.2px 17.5px #0000001d, 17.7px 25.4px 21.7px #0000001e, 26.1px 37.5px 27.7px #00000020, 43.6px 62.7px 38.4px #0002;
}

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--dark_red);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  color: var(--red);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.page-wrapper-2 {
  z-index: 0;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.marquee-title {
  position: absolute;
  inset: 8% 0% auto;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.navbar2_logo-link {
  padding-left: 0;
  text-decoration: none;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_component {
  background-color: #411717;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 16px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar2_link {
  color: var(--white);
  text-shadow: 5px 5px 1px #000;
  padding: .5rem 1rem;
  font-size: 1.9rem;
  transition: all .3s cubic-bezier(.789, .2, .25, 1);
  transform: scale(.95);
}

.navbar2_link:hover {
  color: var(--gold);
  transform: scale(1);
}

.navbar2_link.w--current {
  color: var(--dark_red);
}

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

.body.about {
  background-color: #fff;
}

.cheese-overlay-image {
  min-width: 100vw;
}

.wave-overlay {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: var(--dark_red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.marquee.bottom.black {
  background-color: var(--deep_grey);
}

.marquee.reviews {
  background-image: radial-gradient(circle, #ff8c53, #b97649 12%, #72371d 34%, #531505 61%);
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: none;
  position: relative;
  box-shadow: inset 0 2px 48px 18px #00000082;
}

.marquee.last {
  background-color: #6784a0;
}

.marquee.navy {
  background-image: linear-gradient(180deg, var(--navy_blue), #64829f);
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-text {
  font-size: 8vh;
  font-weight: 700;
}

.marquee-text.is-orange {
  color: var(--blood_orange);
  text-transform: capitalize;
  margin-right: 3rem;
}

.marquee-text.is-blue {
  color: #00306b;
  text-transform: capitalize;
  margin-right: 3rem;
}

.marquee-text.is-blue._2 {
  color: var(--turquoise);
}

.marquee-text.is-white {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 3rem;
}

.marquee-text.is-yellow {
  color: var(--gold);
  text-transform: capitalize;
  margin-right: 3rem;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: var(--red);
}

.learnmore_header-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

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

.learnmore_grid.hide-mobile-portrait {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.learnmore_wrapper {
  height: 100%;
  min-height: 100%;
  overflow: visible;
}

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

.background-color-gold.curved-black-border {
  border: .5rem solid var(--dark_red);
  background-color: var(--mustard);
  border-radius: 3rem;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.background-color-gold.curved-black-border.transparent-bg {
  color: var(--white);
  background-color: #0000001f;
  background-image: linear-gradient(135deg, #000000c4 21%, #0000 93%), url('../images/SpiceSt_TacoNight_Stills_28.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.learnmore_nutrition-eye-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.margin-negative {
  margin-top: -215px;
}

.learnmore-arrow {
  max-width: 1.5rem;
  transform: rotate(-90deg);
}

.learnmore-arrow.is-white {
  filter: invert();
}

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

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

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

.grid._1-column {
  grid-template-columns: 2.5fr;
}

.section_spices {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.spice_grid_component {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.background-wrapper {
  background-color: var(--pink);
  position: relative;
}

.background-wrapper.curved-black-border {
  border: .5rem solid var(--dark_red);
  border-radius: 3rem;
}

.background-wrapper.curved-black-border.wood {
  background-color: var(--cherry-wood-brown);
  background-image: url('../images/cherry-wood-spicest.webp');
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.background-wrapper.curved-black-border.wood.padding-bottom {
  padding-bottom: 30px;
}

.background-wrapper.curved-black-border.wood.about-page {
  border-radius: var(--1-rem);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.burgers-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.shelf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--1-rem);
  background-image: radial-gradient(circle, #00000061 10%, #000000a1), url('../images/cherry-wood-spicest.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 12px;
  display: flex;
  overflow: scroll;
  box-shadow: inset 0 2px 20px 1px #000000ad;
}

.shelf.flex {
  flex-flow: row;
}

.shelf.flex.center {
  justify-content: center;
  align-items: center;
}

.shelf.horizontal-scroll.mobile-only {
  display: none;
}

.shelf.no-padding {
  border: 7px solid var(--dark_red);
  height: auto;
  padding: 0 0;
  overflow: hidden;
}

.shelf.video-wrapper {
  height: auto;
}

.divider {
  background-color: var(--dark_red);
  height: 4px;
}

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

.section_gallery21 {
  overflow: hidden;
}

.testimonial17_rating-icon {
  color: var(--dark_red);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.gallery21_content {
  border: 1px none var(--dark_red);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  max-width: 33%;
  padding: 2rem;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.cta_component {
  border-radius: 3rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cta_center {
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.cta_rightburger.hide-mobile-portrait {
  object-fit: scale-down;
  height: 500px;
  position: relative;
  left: -10%;
}

.cta_rightburger.hide-mobile-portrait.right {
  left: auto;
  right: -10%;
}

.flex-center {
  justify-content: space-between;
  display: flex;
}

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

.cta_text-grid.increased-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.header-massive {
  font-size: 5rem;
}

.header-massive.text-align-center {
  color: var(--white);
  font-size: 5.1rem;
}

.header-massive.text-align-center.custom_color_1 {
  color: var(--beige);
  text-shadow: 0 1px 48px #0000005e;
}

.cta_button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_button-wrapper.padding-top.padding-huge {
  padding-top: 4rem;
}

.section_footer {
  background-color: #0000;
}

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

.footer_component._2 {
  background-color: var(--blue_sky);
  border-radius: 0;
}

.footer_component._3 {
  background-color: #250000;
}

.footer_grid-layout {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  padding: 71px 50px 50px;
  position: relative;
}

.footer_top-grid {
  grid-template-rows: auto;
}

.footer_top-email {
  width: 75%;
  min-width: 25rem;
}

.form-2 {
  width: 100%;
  display: flex;
}

.email-form {
  border: 1px solid #000;
  border-radius: 1rem;
  height: 3rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
}

.footer-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 17px;
  margin-left: 18px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  transition: opacity .3s;
}

.footer-button:hover {
  background-color: var(--deep_grey);
  color: var(--white);
}

.email-disclaimer.text-size-tiny {
  font-family: Roboto, sans-serif;
}

.email-disclaimer-link {
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

.form-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer_grid-link-wrapper {
  border-radius: 11px;
}

.footer_grid-link-wrapper.menu {
  z-index: 3;
  border: 3px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.link-holding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.footer_bottom-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.footer-social-grid {
  filter: contrast(200%) invert();
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.icon-facebook {
  cursor: pointer;
  display: none;
}

.icon-insta {
  cursor: pointer;
}

.cta-mobile-image-wrapper.appear-mobile {
  display: none;
}

.image-10 {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.product-header8_content-left {
  background-color: #fff0;
}

.product-header8_content-left.background {
  z-index: 2;
  border: .4rem solid var(--dark_red);
  border-radius: var(--3-rem);
  background-color: var(--pink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 80vh;
  padding: 10% 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.product-header8_content-left.background.wood {
  background-image: url('../images/cherry-wood-spicest.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: .5rem;
  padding-right: .5rem;
}

.product_page_wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  position: relative;
  overflow: scroll;
}

.product-header8_lightbox-link {
  z-index: 2;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 4px;
  border-radius: 1rem;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 15px 3px #0003;
}

.product-header8_tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000096, #00000096);
  background-position: 0 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-bottom: 1rem;
  padding: 14px;
  display: flex;
  overflow: scroll;
}

.absolute_video_wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video.portrait {
  z-index: 1;
  aspect-ratio: 2 / 3;
  height: auto;
  max-height: 65vh;
}

.smile {
  transform-style: preserve-3d;
  border-bottom: 16px solid #000;
  border-radius: 100%;
  width: 100px;
  height: 82px;
  position: absolute;
  inset: auto 10% 1% auto;
  transform: rotateX(53deg)rotateY(0)rotateZ(-23deg);
}

.smile.is-white {
  border-bottom-color: var(--white);
}

.nav-search {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: flex;
}

.icon.truck {
  display: none;
}

.nav-standard {
  background-color: var(--dark_red);
  border-bottom: 3px solid #d2d2d7;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 2% 25px;
  display: flex;
}

.menu-primary {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-button-bar {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.nav-button-bar.hide {
  display: none;
}

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

.search-dropdown.w--open {
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  min-width: 180px;
  padding: 8px;
  top: 60px;
  left: -10px;
}

.search-wrapper {
  width: 100%;
  margin-right: 14px;
  display: none;
}

.search-bar-wrapper-large {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.search-toggle {
  color: #1e1e20;
  border-radius: 4px;
  padding: 4px 32px 4px 8px;
  font-weight: 500;
  line-height: 24px;
}

.search-toggle.w--open {
  background-color: #ececee;
}

.navigation-container {
  z-index: 2;
  background-color: var(--dark_red);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-container.simple {
  max-width: 1200px;
  height: auto;
  display: flex;
}

.nav-line-break {
  background-color: #d2d2d7;
  width: 1px;
  height: 24px;
  margin-left: 8px;
  margin-right: 16px;
}

.search-block {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.logo-link-large {
  margin-right: 62px;
  transition: opacity .3s;
}

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

.nav-wrapper {
  z-index: 9999;
  position: sticky;
  inset: 0% auto auto;
}

.nav-link-square {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--pink);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
  transition: color .3s;
  display: block;
}

.nav-link-square:hover {
  background-color: var(--hover-pink);
  color: var(--white);
}

.dropdown-link-copy {
  color: #b3b3b3;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.search-large {
  color: var(--dark_red);
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 42px 12px 16px;
  font-size: 16px;
  line-height: 24px;
  transition: all .25s;
}

.search-large:hover {
  border-color: #b6b9ce;
}

.search-large:focus {
  color: #160042;
  border-color: #160042;
}

.search-large::placeholder {
  color: #2f171782;
}

.nav-link-small {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-small:hover {
  background-color: var(--pink);
  box-shadow: none;
  color: var(--dark_red);
}

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

.nav-link-small.w--current:hover {
  background-color: var(--pink);
  color: var(--dark_red);
}

.nav-search-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

.nav-link {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-banner-detail {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.nav-banner {
  color: var(--white);
  background-color: #a3471b;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 5%;
  display: flex;
  position: relative;
}

.search-drop-icon {
  margin-right: 10px;
}

.search-icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 14px auto auto;
}

.dropdown-link {
  color: #1e1e20;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
}

.dropdown-link:hover {
  background-color: #f5f5f7;
}

.dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.ingredients-list {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: scroll;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.card-background-color-1 {
  background-color: var(--gold);
}

.card-background-color-1.curved-black-border {
  border: .5rem solid var(--dark_red);
  color: var(--white);
  background-color: #683358;
  background-image: linear-gradient(190deg, #241521 67%, #0000 67%);
  border-radius: 3rem;
  align-items: center;
  height: 100%;
  min-height: 500px;
  max-height: 418.617px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.card-background-color-2 {
  background-color: var(--gold);
}

.card-background-color-2.curved-black-border {
  border: .5rem solid var(--dark_red);
  background-color: var(--cherry-wood-brown);
  background-image: linear-gradient(190deg, transparent 67%, var(--blood_orange) 67%);
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.background-color-image {
  background-color: var(--pink);
  background-image: linear-gradient(180deg, #6784a0, var(--blue_sky) 16%, transparent 48%, transparent 74%, var(--deep_grey) 84%), url('../images/spice_st_mkt_bg_v1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-color-image.curved {
  z-index: 2;
  color: var(--white);
  background-image: linear-gradient(#000 8%, #0000 34% 64%, #000 87%), url('../images/spice_st_mkt_bg_v1.avif');
  background-position: 0 0, 50%;
  position: relative;
}

.background-color-image.absolute {
  position: absolute;
  inset: 0%;
}

.background-color-image.absolute.about-page {
  background-image: url('../images/spice-st-about-us-bg-image.webp'), url('../images/spice_st_mkt_bg_v1.avif');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.copy-large {
  font-size: 22px;
  line-height: 1.4;
}

.diagonal-horizontal-wrapper {
  position: relative;
}

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

.section-layout-6 {
  background-color: var(--dark_red);
  color: var(--white);
  position: relative;
}

.section-layout-6.blue {
  background-color: var(--navy_blue);
  background-image: url('../images/cherry-wood-spicest.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.heading-style-h1-3 {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: .9;
}

.heading-style-h1-3.align-center {
  text-align: center;
  line-height: 1.2;
}

.breakout-content-right-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: 50%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.grid-demo-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 7.5rem 20px;
  display: flex;
}

.grid-demo-content.background {
  border: 3px solid var(--dark_red);
  border-radius: var(--1-rem);
  background-color: var(--beige);
  background-image: linear-gradient(190deg, var(--red) 50%, var(--dark_red) 50%);
  justify-content: space-between;
  box-shadow: 0 2px 48px #000000a3;
}

.grid-demo-content.background.padding-custom4 {
  background-image: linear-gradient(190deg, var(--red) 65%, var(--dark_red) 65%);
  justify-content: flex-start;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.grid-demo {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
}

.section-layout-1 {
  position: relative;
}

.diagonal-breakout-left-image-wrapper-copy {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer_image {
  -webkit-backdrop-filter: blur(2px) drop-shadow(0 2px 13px #000000b3);
  backdrop-filter: blur(2px) drop-shadow(0 2px 13px #000000b3);
}

.absolute_image_wrapper {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute_image_wrapper.contain {
  object-fit: contain;
  padding: 0;
}

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

.footer_menu_link {
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  padding: 0;
}

.menu {
  -webkit-backdrop-filter: blur(20px) blur(20px);
  backdrop-filter: blur(20px) blur(20px);
  background-image: url('../images/cherry-wood-spicest.webp');
  background-position: 50%;
  background-size: cover;
  padding: 0;
  position: relative;
}

.menu_heading {
  border-bottom: 3px solid var(--white);
  background-color: var(--dark_red);
  padding: 15px;
  box-shadow: 0 6px 14px #0003;
}

.light-pointer {
  z-index: 4;
  opacity: 0;
  filter: blur(20px);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0%;
}

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

.bbb-wrap-1 {
  display: flex;
}

.bbb-imput-1 {
  color: #bcbcbc;
  border: 1px solid #fff;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
  width: 13em;
  margin-bottom: 0;
  padding: 1.4em 1em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bbb-b-text-1 {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.bbb-a-text-1 {
  color: #fff;
  text-align: center;
  margin-right: 1em;
  font-size: 1.1em;
  line-height: 1.3em;
  display: inline-block;
}

.bbb-a-text-1._500 {
  font-weight: 500;
}

.bbb-wrap-4 {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 0;
  padding-bottom: 2.5em;
}

.bbb-button-1 {
  background-color: #fff;
  background-image: url('../images/search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  padding: .5em 1em;
}

.bbb-decor-2 {
  background-color: #fff;
  border: 2px solid #bcbcbc;
  width: 2em;
  height: 2em;
  margin-right: .5em;
}

.bbb-wrap-3 {
  flex: 1;
}

.bbb-wrap-1-2 {
  color: #d90000;
  border-bottom: 1px solid #a9a9a9;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: .8em;
  display: flex;
}

.bbb-text-1-5 {
  color: #fff;
  text-align: center;
  flex: none;
  width: 9em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
  overflow: visible;
}

.bbb-a-icon-1 {
  height: .7em;
}

.bbb-text-6 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: .1em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.bbb-text-1 {
  color: #000;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

.bbb-b-list-1.w--open {
  background-color: #fff;
}

.bbb-wrap-1-5 {
  margin-right: .3em;
}

.bbb-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.bbb-link-2 {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.bbb-wrap-7 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.bbb-button-2 {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: .6em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.3em;
  transition: all .25s;
  display: flex;
}

.bbb-button-2:hover {
  background-color: var(--dark_red_2);
  color: #fff;
  border-color: #000;
}

.bbb-text-8 {
  color: var(--smokey_white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.bbb-text-2 {
  color: var(--dark_red_2);
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
}

.bbb-wrap-1-6 {
  z-index: 2;
  background-color: #268794;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 7px 13px 20px 4px #0000001f;
}

.bbb-wrap-1-7 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.bbb-search-1 {
  background-color: #fffdfd;
  border: 1px solid #aeaeae;
  border-radius: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 1em;
  display: flex;
  overflow: hidden;
}

.bbb-wrap-1-4 {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.bbb-decor-6 {
  background-image: url('../images/Group-6_1Group 6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  inset: 1.5em 1em auto auto;
}

.bbb-a-wrap-1 {
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
}

.bbb-heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: .9em;
  font-size: 3.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.bbb-text-1-1 {
  color: var(--smokey_white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.bbb-text-5 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 900;
  line-height: 1.3em;
  display: none;
}

.bbb-pic-1 {
  z-index: 1;
  filter: saturate(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.bbb-pic-1:hover {
  filter: saturate();
}

.bbb-wrap-1-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bbb-section-1 {
  padding-top: 4.7em;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 1vw;
}

.bbb-section-1._70vhtoppadding {
  background-image: url('../images/spice-st-recipes-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 49vh;
}

.bbb-icon-3 {
  object-fit: cover;
  height: .7em;
}

.bbb-b-toggle-1 {
  background-color: #fff;
  background-image: url('../images/chevron-down.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: .9em;
  border: 2px solid #d5d5d5;
  border-radius: 1.5em;
  padding: .5em 2.5em .5em 1em;
}

.bbb-link-block-2 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bbb-wrap-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.bbb-decor-1 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.bbb-decor-3 {
  margin-top: 2em;
}

.bbb-text-1-3 {
  color: var(--white);
  text-align: center;
  font-size: 1em;
  line-height: 1.3em;
}

.bbb-wrap-1-8 {
  border-radius: .3em;
  padding: 1em .7em;
  box-shadow: 0 8px 9px #0000003b;
}

.bbb-wrap-1-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bbb-a-link-block-1 {
  background-color: var(--red);
  border-radius: 1.3em;
  align-items: center;
  margin-bottom: .5em;
  margin-right: .5em;
  padding: .5em 1.3em .5em 1em;
  text-decoration: none;
  display: inline-block;
  box-shadow: 3px 3px 7px 1px #0000002b;
}

.bbb-a-link-block-1:hover {
  filter: saturate(33%);
}

.bbb-wrap-2 {
  margin-right: 4em;
  position: relative;
}

.product-wrap {
  z-index: 2;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-wrap:hover {
  box-shadow: inset 0 2px 20px 7px #00000026;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-5 {
  z-index: -1;
  background-image: url('../images/spice_st_mkt_bg_v1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sticky {
  position: sticky;
  top: 230px;
}

.description_wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.description_wrap.white {
  color: var(--beige);
  font-family: Varela, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.ingredients-tab {
  border: 2px solid var(--beige);
  background-color: var(--red);
  color: var(--beige);
  border-radius: 12px;
  margin-left: .25rem;
  margin-right: .25rem;
  padding: 9px 22px;
  font-family: PT Serif, serif;
  font-weight: 700;
  line-height: 1.2;
  transition: all .2s;
  position: relative;
}

.ingredients-tab:hover {
  border: 2px solid var(--navy_blue);
  background-color: var(--beige);
  color: var(--deep_grey);
  font-weight: 700;
  transform: translate(3px, -3px);
  box-shadow: -3px 5px 8px -1px #000000a1;
}

.empty-state {
  display: none;
}

.pricing {
  color: var(--white);
  background-image: linear-gradient(#4b6035, #4b6035);
  border: 3px solid #fadbd21f;
  border-radius: .9rem;
  margin-bottom: .5em;
  padding: .6rem 1.6rem;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 2px 10px 3px #0003;
}

.pricing.non-members {
  background-image: linear-gradient(#752c1e, #752c1e);
  transform: scale(.8);
}

.close-button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 52%;
  display: flex;
  position: absolute;
  inset: auto 2% auto auto;
}

.line-1 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.line-1._2 {
  transform: rotate(-45deg);
}

.div-block-8 {
  margin-left: auto;
  position: relative;
  left: auto;
  right: 0;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coming-soon {
  color: var(--hover-pink);
}

.coming-soon:hover {
  color: var(--dark_red);
}

.coming-soon.white {
  color: var(--smokey_white);
}

.coming-soon.white.thin {
  font-family: Bitter, serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.product-page-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.on-load {
  position: relative;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.full-width {
  flex: 1;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recipe-collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.recipe-image {
  border: 3px solid var(--mustard);
  border-radius: var(--1-rem);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  display: flex;
}

.content-h3 {
  color: var(--beige);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1;
}

.title-category {
  color: var(--mustard);
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.title-category:hover {
  color: var(--pink-2);
}

.collection-list-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  display: grid;
}

.search-form {
  position: relative;
}

.search-input-wrapper {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.no-results {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  text-align: left;
  background-color: #0e245d85;
  border: 1px solid #ffffff30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .325s ease-out;
  display: none;
}

.no-results:hover {
  text-decoration: none;
}

.no-result-emoji {
  flex-direction: column;
  width: 60px;
  margin-bottom: 6px;
  display: flex;
}

.no-results-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icon-2 {
  z-index: 0;
  opacity: .26;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 35% auto auto 2%;
}

.search-cms-item {
  flex: none;
  width: 100%;
  display: block;
}

.search-cms-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-search-item {
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 570px;
  display: none;
  overflow: visible;
}

.search-input {
  border-radius: 20px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 42px;
  padding-right: 0;
  box-shadow: inset 0 0 18px 3px #0003;
}

.search-input:focus {
  border-style: none;
  border-width: 0;
}

.search-cms-wrapper {
  color: #fff;
  width: 100%;
  max-height: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: absolute;
  overflow: auto;
}

.grid-3 {
  grid-template-rows: auto;
}

.collection-list-wrapper-3 {
  margin-top: 25px;
}

.content-h5 {
  color: var(--beige);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Droid Serif, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.recipe-sticky {
  position: sticky;
  top: 255px;
}

.content-h3-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.1;
}

.ingredient-content {
  padding: 40px;
}

.line-break {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.recipe-icon-wrap {
  filter: sepia() invert();
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 14px;
}

.form-block-4 {
  width: 100%;
  margin-top: 20px;
}

.text-field {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  min-height: 52px;
}

.other-recipes {
  margin-bottom: 40px;
}

.newsletter {
  border: .5rem solid var(--dark_red_2);
  border-radius: var(--3-rem);
  text-align: center;
  background-color: #2e200fd6;
  background-image: url('../images/cherry-wood-spicest.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 40px;
  padding: 60px 28px;
  display: flex;
  box-shadow: inset 0 2px 48px #00000096;
}

.content-heading {
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 1.4;
}

.recipe-grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

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

.recipe-detail-block {
  align-items: center;
  display: flex;
}

.ingredient-block-header {
  border-radius: var(--1-rem);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.recipe-detail-small {
  color: var(--pink);
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.content-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 3%;
  position: relative;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.side-blog {
  text-decoration: none;
}

.recipe-extra-grid {
  background-color: var(--dark_red);
  color: var(--beige);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  transition: all .3s;
  overflow: hidden;
}

.recipe-extra-grid:hover {
  background-color: var(--pink-2);
  color: var(--dark_red);
  transform: translate(-3px, -3px);
  box-shadow: 6px 15px 13px -7px #0003;
}

.div-block-10 {
  height: 120px;
}

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

.recipe-title-wrap {
  align-items: center;
  display: flex;
}

.content-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-4 {
  color: var(--beige);
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.review-content {
  color: #fffcfa;
}

.product-rating {
  filter: sepia() invert();
}

.container-large-4 {
  width: 100%;
}

.empty-state-5 {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-title {
  color: #302b25;
  margin-bottom: 30px;
  font-size: 4em;
  font-weight: 800;
}

.hero-title-subcontainer {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.review-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-review-item {
  background-color: #822814;
  background-image: linear-gradient(44deg, #0000, #ff86868a);
  border: 3px solid #302b25;
  border-radius: .5rem;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 0 #0000, 0 2px 5.8px #0000000b, 0 4px 11.7px #0000000d, 0 7px 18px #0000000e, 0 12px 25.3px #0000000f, 0 23px 35.9px #00000010;
}

.heading-h5 {
  color: #fffcfa;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3em;
}

.heading-h6 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3em;
}

.product3-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product3-content-wrap {
  max-width: 100%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  color: var(--white);
  font-weight: 700;
}

.hero-decoration {
  width: 62%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-copy-wrap {
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.button-5 {
  z-index: 1;
  border: 3px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: -4px 4px 0 1px #000;
}

.button-5:hover {
  background-color: var(--beige);
  color: var(--dark_red_2);
  border-color: #13172a;
  transform: translate(3px, -3px);
  box-shadow: -6px 6px 0 1px #13172a;
}

.button-5.w--current {
  border-color: var(--navy_blue);
  background-color: var(--beige);
  color: var(--navy_blue);
  transition: all .3s;
}

.button-5.full-width {
  width: 100%;
}

.button-5.amazon {
  width: 100%;
  margin-top: 1.5rem;
  position: sticky;
  inset: auto 0% 0%;
}

.button-5.margin-top-about-us {
  margin-top: 151px;
}

.slider-description-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.stage-copy {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4em;
}

.button-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-stage-splitscreen {
  background-color: var(--dark_red);
  color: #fff0dc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80svh;
  display: flex;
  position: relative;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.left {
  background-image: linear-gradient(15deg, transparent 40%, var(--ketchup) 40%);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.splitscreen-column.right {
  background-color: #2e0100;
}

.display-none {
  display: none;
}

.panel {
  aspect-ratio: 2 / 3;
  background-color: #e2c047;
  border-radius: 8px;
  height: 22vh;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  box-shadow: 2px 11px 32px -11px #0003;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.frontside {
  z-index: 2;
  backface-visibility: hidden;
  background-color: #e2c047;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.recipe-slider {
  aspect-ratio: 3 / 2;
  border-radius: var(--1-rem);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-image {
  z-index: 2;
  backface-visibility: visible;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.banner {
  border: 3px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slider-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.scene {
  perspective: 790px;
  perspective-origin: 50% 43%;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  display: flex;
  position: relative;
  inset: auto 0%;
  transform: rotate(0);
}

.bottom-content-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.product-content-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.second-section-home {
  border-radius: var(--1-rem);
  width: 100%;
  min-width: 100%;
  margin-top: 1.5rem;
  overflow: hidden;
}

.second-section-home.two {
  border-radius: var(--1-rem);
  overflow: hidden;
}

.backside {
  backface-visibility: hidden;
  background-color: #e2c047;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-second-section {
  border-radius: var(--1-rem);
  background-image: radial-gradient(circle, #0000 27%, #000000e0);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 48px 20px #00000038;
}

.image-second-section.full {
  box-shadow: none;
  background-image: none;
  height: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.content-second-section {
  border-radius: var(--1-rem);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 10% 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cta-form {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product-header4_lightbox-link {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}

.product-header4_rating-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.product-header4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-header4_component {
  padding-bottom: 3rem;
  position: relative;
}

.text-size-small-2 {
  font-family: Exo, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.section-product-header4 {
  position: relative;
}

.product-header4_main-image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.product-header4_main-image-wrapper.mobile {
  display: none;
}

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

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.product-header4_list-wrapper {
  flex-direction: column;
}

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

.paragraph-5 {
  color: #1b0e08;
}

.product-header4_item {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

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

.product-header4_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
  position: sticky;
  top: 20px;
}

.product-header4_gallery.mobile {
  display: none;
  position: relative;
}

.product-header4_tab-details {
  height: 370px;
  overflow: scroll;
}

.product-header4_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.breadcrumb-text-link {
  color: var(--beige);
  font-family: Droid Serif, serif;
}

.product-header4_price-wrapper {
  color: var(--beige);
  display: flex;
}

.product-header4_product-details {
  position: sticky;
}

.product-header4_breadcrumb {
  color: var(--beige);
  align-items: center;
  width: 100%;
  font-size: .875rem;
  display: flex;
}

.product-header4_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

.breadcrumb-link.w--current {
  border-bottom: 2px solid #000;
}

.product-header4_text-divider {
  background-color: #000;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.heading-large.product-title {
  color: var(--beige);
  font-family: Chinook, sans-serif;
}

.heading-small {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

.tab-list-wrapper {
  width: 100%;
  height: 100%;
}

.image-15 {
  border: 6px solid var(--dark_red);
  border-radius: 16px;
  height: 300px;
  position: relative;
}

.div-block-12 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-4 {
  display: flex;
  position: relative;
}

.recipe-item {
  width: 100%;
  height: 100%;
}

.div-block-13 {
  margin-bottom: 1rem;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-heading {
  width: 100%;
  height: 100px;
  margin-bottom: auto;
  position: relative;
  top: 26px;
}

.video {
  border-radius: 20px;
  margin-top: 54px;
}

.paragraph-7 {
  color: var(--beige);
  font-family: Droid Serif, serif;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.group-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 370px;
  padding-left: 10px;
  padding-right: 70px;
  display: flex;
}

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

.product-item-wrapper {
  aspect-ratio: 2 / 3;
  color: var(--dark_red);
  object-fit: cover;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 365px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  top: auto;
  bottom: 0;
}

.spice-link {
  filter: saturate(90%);
  transition: all .2s;
  transform: scale(.98);
}

.spice-link:hover {
  filter: saturate(110%);
  transform: scale(1);
}

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

.product-block {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  position: relative;
  overflow: hidden;
}

.back-text {
  z-index: -1;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
}

.hero-section {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.media-block-landscape {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  z-index: 1;
  aspect-ratio: 1;
  border: 3px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: -4px 4px 0 1px #000;
}

.slider-arrow:hover {
  background-color: var(--beige);
  color: var(--dark_red_2);
  border-color: #13172a;
  transform: translate(3px, -3px);
  box-shadow: -6px 6px 0 1px #13172a;
}

.slider-arrow.w--current {
  border-color: var(--navy_blue);
  background-color: var(--beige);
  color: var(--navy_blue);
  transition: all .3s;
}

.media-block-portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  position: relative;
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: scroll;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.website-background-media {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-demo-text-wrapper.margin-bottom.margin-custom2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: auto;
  display: flex;
}

.bg-media-wrapper {
  width: 100%;
  height: 100%;
}

.bg-media-wrapper.portrait {
  z-index: 1;
  aspect-ratio: 2 / 3;
  height: auto;
}

.bg-media-wrapper.about-page {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-slider {
  width: 100%;
  height: 100%;
}

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

.lightbox-link {
  width: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-spacer {
  width: 100%;
  height: 40svh;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.overlay.fixed {
  z-index: 0;
  position: fixed;
}

.recipe-container {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

@media screen and (min-width: 1280px) {
  .marquee {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .shelf.video-wrapper {
    height: auto;
  }

  .coming-soon {
    color: var(--red);
  }

  .image-second-section.full {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .marquee {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spice_grid_component {
    max-width: 1440px;
  }

  .footer_grid-layout {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large-3 {
    max-width: 1440px;
  }

  .grid-demo-content.background.padding-custom4.about-us {
    padding-left: 73px;
    padding-right: 73px;
  }

  .bbb-section-1 {
    font-size: 14px;
  }

  .group-wrapper {
    height: 550px;
  }

  .product-item-wrapper {
    height: 520px;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: none;
  }

  .marquee {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .background-wrapper.curved-black-border.wood.about-page {
    justify-content: center;
    align-items: center;
  }

  .shelf.video-wrapper {
    overflow: clip;
  }

  .background-video.portrait {
    max-height: 80vh;
  }

  .grid-demo {
    grid-template-columns: 1fr .5fr;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-wrapper-2 {
    max-width: 1660px;
  }

  .hero-decoration {
    position: relative;
    right: auto;
  }

  .slider-description-wrap {
    margin-top: 60px;
  }

  .button-container {
    position: relative;
  }

  .panel {
    height: 23vh;
  }

  .grid-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-second-section.full {
    height: auto;
  }

  .carousel-wrapper {
    max-height: 80vh;
  }

  .product-header4_product-details {
    position: relative;
  }

  .group-wrapper {
    height: 670px;
  }

  .product-item-wrapper {
    height: 640px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    width: auto;
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-bottom {
    background-color: var(--white);
    color: var(--white);
    width: 50px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: var(--white);
    color: var(--white);
    width: 50px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .marquee {
    height: 10svh;
  }

  .marquee-text {
    font-size: 5vh;
  }

  .learnmore_header-grid {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .learnmore_grid {
    grid-template: "Area"
                   "Area-2"
                   / .5fr .5fr;
    grid-auto-rows: 2fr;
    grid-auto-flow: row;
  }

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

  .background-wrapper.curved-black-border {
    border-width: var(--0-5-rem);
    border-radius: var(--3-rem);
  }

  .background-wrapper.curved-black-border.wood.about-page {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .burgers-top-grid {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .shelf {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .shelf.horizontal-scroll {
    height: auto;
  }

  .shelf.horizontal-scroll.mobile-only {
    display: flex;
  }

  .shelf.video-wrapper {
    height: auto;
  }

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

  .footer-button {
    margin-left: 0;
  }

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

  .footer_bottom-link-grid {
    grid-template-columns: auto;
  }

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

  .product_page_wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 45vh;
  }

  .background-video.portrait {
    height: auto;
  }

  .smile {
    border-bottom: 18px solid #000;
    border-radius: 100%;
    width: 100px;
    height: 79px;
  }

  .nav-search {
    display: none;
  }

  .nav-standard {
    height: auto;
    position: relative;
  }

  .menu-primary {
    background-color: var(--dark_red);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    display: flex;
    position: relative;
  }

  .menu-primary.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-bar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .search-wrapper {
    display: none;
  }

  .navigation-container {
    background-color: #0000;
    height: auto;
    display: block;
  }

  .navigation-container.simple {
    flex-flow: column;
  }

  .nav-line-break {
    display: none;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .logo-link-large.hide-on-mobile, .nav-icon-wrapper {
    display: none;
  }

  .menu-button {
    background-color: var(--pink);
    color: #000;
    border-radius: 8px;
    margin-left: 8px;
    padding: 10px;
    transition: all .3s;
  }

  .menu-button:hover {
    background-color: var(--red);
    color: #fff;
  }

  .menu-button.w--open, .nav-link-small:hover {
    background-color: var(--pink);
    color: var(--dark_red);
  }

  .nav-search-block {
    width: 100%;
    display: none;
  }

  .nav-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .ingredients-list {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .copy-large {
    font-size: 18px;
  }

  .heading-style-h1-3 {
    font-size: 3rem;
  }

  .breakout-content-right-wrapper {
    padding-left: 2.5rem;
  }

  .grid-demo-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-demo-content.background.padding-custom4 {
    background-image: linear-gradient(185deg, var(--red) 65%, var(--dark_red) 65%);
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .grid-demo-content.background.padding-custom4.about-us {
    background-image: linear-gradient(185deg, var(--red) 65%, var(--dark_red) 65%);
  }

  .grid-demo {
    grid-column-gap: 2.7rem;
    grid-template-columns: 1fr;
  }

  .bbb-imput-1 {
    width: 12.5em;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-decor-6 {
    top: 1em;
  }

  .bbb-section-1 {
    font-size: 1.3vw;
  }

  .bbb-wrap-8 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
  }

  .product-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ingredients-tab {
    width: 100%;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .div-block-8 {
    text-align: right;
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    flex-flow: column;
  }

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

  .image-wrapper {
    height: 380px;
  }

  .image-wrapper.recipe {
    aspect-ratio: 1;
    width: 90%;
    height: auto;
  }

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

  .content-block.recipes {
    padding: 8px;
  }

  .content-h3.recipes {
    font-size: 1.8rem;
  }

  .search-icon-2 {
    left: 3%;
  }

  .hero-search-item {
    min-width: 445px;
  }

  .search-input {
    height: 50px;
    padding-left: 40px;
  }

  .other-recipes {
    padding: 40px;
  }

  .recipe-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .recipe-extra-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    height: 240px;
  }

  .empty-state-5 {
    max-width: 738px;
  }

  .hero-title-subcontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-h6 {
    font-size: 26px;
  }

  .product3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .brix---container-default {
    max-width: 90%;
  }

  .hero-decoration {
    width: 22%;
  }

  .slider-copy-wrap {
    width: 90%;
  }

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

  .button-5.margin-top-about-us {
    margin-top: 0;
  }

  .slider-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85%;
  }

  .button-container {
    flex-flow: wrap;
  }

  .slider-stage-splitscreen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 90svh;
    min-height: auto;
    max-height: none;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    background-image: linear-gradient(6deg, transparent 40%, var(--ketchup) 40%);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .splitscreen-column.right {
    height: 50svh;
  }

  .panel {
    height: 15vh;
  }

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

  .recipe-slider {
    aspect-ratio: 1;
    border-radius: var(--1-rem);
    overflow: hidden;
  }

  .second-section-home {
    border-radius: var(--1-rem);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }

  .image-second-section {
    height: 100%;
  }

  .content-second-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .carousel-wrapper {
    min-height: 260px;
  }

  .cta-form {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .product-header4_lightbox-link {
    margin-bottom: 0;
  }

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

  .product-header4_component {
    padding-bottom: 2.5rem;
  }

  .product-header4_main-image-wrapper.mobile {
    border-radius: 2rem;
    display: flex;
    overflow: hidden;
  }

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

  .product-header4_gallery {
    display: none;
  }

  .product-header4_gallery.mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: sticky;
    overflow: scroll;
  }

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header4_price-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .product-header4_product-details {
    text-align: center;
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header4_breadcrumb {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-large.product-title {
    text-align: center;
  }

  .image-15 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .recipe-item {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .horizontal-scroll {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .group-wrapper {
    overflow: scroll;
  }

  .grid-demo-text-wrapper.margin-bottom.margin-custom2 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .heading-style-h1 {
    font-size: 2.2rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

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

  .text-size-large {
    font-size: 1.125rem;
  }

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

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .learnmore_emptydiv.hide-mobile-landscape {
    display: block;
  }

  .shelf.no-padding {
    align-items: stretch;
  }

  .shelf.video-wrapper {
    max-height: none;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .gallery21_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

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

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

  .product_page_wrapper {
    height: auto;
  }

  .smile {
    border-bottom-width: 12px;
  }

  .nav-search {
    justify-content: space-between;
  }

  .copy-large {
    font-size: 1.3rem;
  }

  .diagonal-breakout-image {
    height: 33vh;
  }

  .heading-style-h1-3 {
    font-size: 3.2rem;
  }

  .breakout-content-right-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .diagonal-breakout-left-image-wrapper-copy {
    width: 100%;
    height: auto;
    position: relative;
  }

  .bbb-wrap-1 {
    flex-direction: column;
  }

  .bbb-wrap-4 {
    border-right: 1px solid #d5d5d5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 2em;
    display: flex;
  }

  .bbb-text-1-5 {
    flex: none;
  }

  .bbb-text-6 {
    font-size: 1.3em;
  }

  .bbb-text-1, .bbb-button-2 {
    font-size: 1.2em;
  }

  .bbb-text-8 {
    font-size: 1em;
  }

  .bbb-text-2 {
    font-size: 1.2em;
  }

  .bbb-wrap-1-6 {
    width: 9em;
    height: 2.4em;
  }

  .bbb-search-1 {
    border-radius: 1.5em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-decor-6 {
    width: 3em;
    height: 3em;
    top: 1.3em;
    right: 1.5em;
  }

  .bbb-text-1-1, .bbb-text-5 {
    font-size: 1em;
  }

  .bbb-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .bbb-icon-3 {
    height: .8em;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .bbb-decor-3 {
    width: 100%;
  }

  .bbb-text-1-3 {
    font-size: 1.1em;
  }

  .bbb-wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1.5em;
    margin-right: 0;
    display: grid;
  }

  .pricing {
    font-size: 1.7em;
  }

  .content-wrapper-2 {
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
  }

  .flex {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .recipe-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .search-input-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }

  .hero-search-item, .search-input {
    width: 100%;
  }

  .ingredient-content, .other-recipes {
    padding-left: 32px;
    padding-right: 32px;
  }

  .recipe-detail-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .empty-state-5 {
    width: 100%;
    max-width: none;
  }

  .hero-title-subcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-h6 {
    font-size: 26px;
  }

  .product3-grid {
    flex-wrap: wrap;
  }

  .hero-decoration {
    width: 28%;
  }

  .slider-copy-wrap {
    width: 100%;
  }

  .button-5 {
    white-space: nowrap;
  }

  .slider-description-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 30px;
  }

  .button-container {
    flex-flow: wrap;
    margin-top: 80px;
  }

  .splitscreen-column.left {
    background-image: linear-gradient(5deg, transparent 35%, var(--ketchup) 35%);
    max-height: 65vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .panel {
    height: 100%;
  }

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

  .recipe-slider {
    aspect-ratio: 2 / 3;
  }

  .banner {
    height: 150px;
  }

  .scene {
    order: -1;
    width: 100%;
    margin-top: 40px;
    position: static;
    inset: -200px auto 0% 0%;
  }

  .bottom-content-product {
    text-align: center;
    margin-bottom: 20px;
  }

  .image-second-section {
    justify-content: center;
    align-items: center;
  }

  .carousel-wrapper {
    flex-direction: column-reverse;
    height: auto;
    min-height: 300px;
  }

  .product-header4_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-header4_component {
    padding-bottom: 1.5rem;
  }

  .page-padding-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .product-block, .hero-section, .media-block-landscape {
    max-height: 100vh;
  }

  .media-block-landscape.desktop-only {
    display: none;
  }

  .slider-arrow {
    white-space: nowrap;
  }

  .media-block-portrait {
    max-height: 100vh;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .main-wrapper {
    background-position: 50%;
    overflow: hidden;
  }

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

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

  .margin-bottom.margin-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
    display: flex;
  }

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

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

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

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

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

  .padding-top.padding-huge.appear-mobile {
    display: none;
  }

  .padding-top.padding-small {
    padding-top: 5.25rem;
  }

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

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

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

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

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

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

  .heading-style-h1 {
    width: 100%;
    font-size: 1.4rem;
  }

  .button {
    font-size: 1.5rem;
  }

  .button.is-secondary {
    margin-left: auto;
    margin-right: auto;
  }

  .text-align-center.heading-style-h2.is-white {
    font-size: 2.2rem;
  }

  .marquee {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .marquee-text.is-orange, .marquee-text.is-blue, .marquee-text.is-white, .marquee-text.is-yellow {
    font-size: 10vw;
  }

  .learnmore_header {
    padding-bottom: 1rem;
  }

  .learnmore_header-grid {
    grid-template-columns: 3.75fr;
  }

  .learnmore_emptydiv.hide-mobile-landscape {
    display: none;
  }

  .learnmore_grid {
    grid-template: "Area Area-3"
                   ". Area-2"
                   ". ."
                   / .5fr 1fr;
  }

  .learnmore_grid.hide-mobile-portrait {
    display: block;
  }

  .learnmore_wrapper {
    margin-top: 1rem;
    position: relative;
  }

  .background-wrapper.curved-black-border.wood.about-page {
    padding: 0 9px;
  }

  .burgers-top-grid {
    text-align: center;
    grid-template-columns: 1.5fr;
  }

  .shelf.flex {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .shelf.no-padding {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .cta_text-grid.increased-gap {
    grid-template-rows: auto auto auto;
  }

  .header-massive.text-align-center {
    font-size: 5rem;
  }

  .header-massive.text-align-center.custom_color_1 {
    font-size: 4.2rem;
  }

  .footer_grid-layout {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-grid {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_top-email {
    width: 100%;
    min-width: 0;
  }

  .form-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-button {
    margin-left: 0;
  }

  .form-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .link-holding-grid {
    grid-template-rows: auto auto;
  }

  .footer-bottom-grid {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .footer-social-grid {
    flex-flow: column;
    display: flex;
  }

  .cta-mobile-image-wrapper {
    justify-content: center;
    display: flex;
  }

  .cta-mobile-image-wrapper.appear-mobile {
    display: flex;
  }

  .image-7 {
    max-width: 75%;
  }

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

  .product-header8_content-left.background {
    margin-bottom: 37px;
  }

  .product-header8_content-left.background.wood {
    width: 100%;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .product-header8_tabs-menu {
    align-items: flex-start;
    overflow: scroll;
  }

  .nav-standard {
    position: sticky;
    top: 0;
  }

  .menu-primary {
    padding: 14px;
  }

  .nav-wrapper {
    position: sticky;
    inset: 0% 0% auto;
  }

  .nav-banner {
    display: none;
  }

  .copy-large {
    line-height: 1.2;
  }

  .breakout-content-right-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .grid-demo-content.background.padding-custom4 {
    background-image: linear-gradient(185deg, var(--red) 80%, var(--dark_red) 80%);
  }

  .grid-demo-content.background.padding-custom4.about-us {
    background-image: linear-gradient(185deg, var(--red) 75%, var(--dark_red) 75%);
  }

  .bbb-imput-1 {
    flex: 1;
    width: auto;
    font-size: 1.3em;
  }

  .bbb-wrap-4 {
    border-right-width: 0;
    padding-right: 0;
  }

  .bbb-wrap-1-2 {
    align-items: flex-start;
  }

  .bbb-text-1, .bbb-button-2 {
    font-size: 1.3em;
  }

  .bbb-text-8 {
    font-size: 1.2em;
  }

  .bbb-text-2 {
    font-size: 1.3em;
  }

  .bbb-wrap-1-6 {
    width: 10em;
    height: 2.6em;
  }

  .bbb-search-1 {
    width: auto;
  }

  .bbb-decor-6 {
    width: 4em;
    height: 4em;
    top: 2em;
    right: 2em;
  }

  .bbb-text-1-1 {
    font-size: 1.2em;
  }

  .bbb-text-5 {
    font-size: 1.1em;
  }

  .bbb-section-1 {
    font-size: 2.5vw;
  }

  .bbb-icon-3 {
    height: .9em;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr;
  }

  .bbb-text-1-3 {
    font-size: 1.3em;
  }

  .bbb-wrap-2 {
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing {
    font-size: 2em;
  }

  .content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    height: 460px;
  }

  .image-wrapper.recipe {
    aspect-ratio: 16 / 9;
    border: 2px solid var(--beige);
    border-radius: var(--1-rem);
    height: auto;
  }

  .recipe-image {
    aspect-ratio: 3 / 2;
  }

  .content-h3 {
    margin-bottom: 24px;
  }

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

  .search-form, .search-input-wrapper {
    margin-bottom: 0;
  }

  .no-results {
    display: none;
  }

  .search-icon-2 {
    width: 17px;
    top: 30%;
    left: 3%;
  }

  .search-cms-item {
    display: flex;
  }

  .hero-search-item {
    width: 100%;
    min-width: 125px;
  }

  .search-input {
    padding-left: 33px;
    font-size: 16px;
  }

  .search-input::placeholder {
    font-size: 12px;
  }

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

  .content-h3-2 {
    margin-bottom: 24px;
  }

  .ingredient-content {
    padding: 32px 20px;
  }

  .other-recipes {
    padding-left: 24px;
    padding-right: 24px;
  }

  .recipe-detail-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ingredient-block-header {
    width: 90%;
  }

  .content-section {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-title-subcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .product-review-item {
    margin-bottom: 30px;
    padding: 20px;
  }

  .heading-h5 {
    font-size: 20px;
  }

  .heading-h6 {
    font-size: 18px;
  }

  .product3-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-copy-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .button-5 {
    white-space: normal;
    justify-content: center;
    align-items: center;
    padding: 15px 26px;
    font-size: 1rem;
    line-height: 1;
    display: flex;
  }

  .button-5.full-width.hero {
    width: 80%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .slider-description-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .stage-copy {
    font-size: 1.3em;
  }

  .button-container {
    flex-flow: column;
    margin-top: 0;
  }

  .splitscreen-column.left {
    height: 50vh;
    padding: 13px;
  }

  .splitscreen-column.right {
    height: 40svh;
  }

  .panel {
    aspect-ratio: auto;
    width: 100px;
    height: 200px;
  }

  .grid-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .recipe-slider {
    aspect-ratio: 1;
  }

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

  .bottom-content-product {
    margin-bottom: 24px;
  }

  .second-section-home {
    border-radius: 0;
  }

  .carousel-wrapper {
    min-height: 35vh;
  }

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

  .page-padding-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-large-5 {
    max-width: none;
  }

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

  .product-header4_gallery {
    position: relative;
  }

  .product-header4_layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .breadcrumb-text-link {
    color: var(--beige);
  }

  .product-header4_price-wrapper {
    flex-direction: column;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .group-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200%;
  }

  .product-item-wrapper {
    margin-right: .8rem;
  }

  .product-title {
    font-size: .8rem;
  }

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

  .product-block {
    max-height: 50vh;
  }

  .hero-section {
    height: 100svh;
    max-height: 100svh;
  }

  .media-block-landscape {
    max-height: 50vh;
  }

  .media-block-landscape.hide-on-mobile {
    display: none;
  }

  .slider-arrow {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1;
  }

  .media-block-portrait {
    max-height: 50vh;
  }

  .media-block-portrait.hide-on-mobile {
    display: none;
  }
}

#w-node-_61809d6a-6978-adc8-6087-4da04fae29c9-977004ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a086-977004ff {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a0c1-977004ff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a132-977004ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a121-977004ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3c8a-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3c8c-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3c8d-ef1b3c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3c92-ef1b3c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3ca1-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3ca2-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3ca5-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cab-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cac-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3caf-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cb2-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cb6-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cba-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cbb-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cbd-ef1b3c71, #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cbf-ef1b3c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cc1-ef1b3c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cc2-ef1b3c71, #w-node-da51cfae-3145-185e-af31-3709a47c31e8-ef1b3c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebd0-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebd1-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebd6-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebd7-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebe9-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebea-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebf2-96c0ebca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebfa-96c0ebca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebfb-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebfe-96c0ebca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec00-96c0ebca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec0e-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec0f-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec20-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec21-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec29-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec31-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec32-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec35-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec36-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec37-96c0ebca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-97700516 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-97700516 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-97700516 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-97700516, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-97700516, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-97700516 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-97700516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-97700516 {
  justify-self: start;
}

#w-node-_0e8196f9-a855-0f8f-8af4-07cf58d06907-5a07d4b7, #w-node-ab0bd7ef-06d5-88ad-00d5-554995d9ad67-5a07d4b7, #w-node-fc3c5a0d-2900-be82-7824-036a84a45dcc-5a07d4b9, #w-node-fc3c5a0d-2900-be82-7824-036a84a45dd0-5a07d4b9, #w-node-_80ec5bfa-6106-4cd5-1c9c-52f4cab5b201-5a07d4b9, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61735-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61736-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61737-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6173d-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6173e-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61750-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61751-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61759-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61761-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61762-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61765-d6d87864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ce5f6f-81aa-3323-295e-9598e1c61767-d6d87864 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14ce5f6f-81aa-3323-295e-9598e1c61773-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61774-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61785-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61786-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6178e-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61796-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61797-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6179a-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6179b-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c6179c-d6d87864, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c8219e-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821a0-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821a1-5a8d7b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe095050-9ba8-d2f1-49f1-e46af5c821a6-5a8d7b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fe095050-9ba8-d2f1-49f1-e46af5c821b5-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821b6-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821b9-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821bf-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821c0-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821c3-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821cc-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821ce-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d2-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d3-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d5-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d7-5a8d7b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d9-5a8d7b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-fe095050-9ba8-d2f1-49f1-e46af5c821da-5a8d7b3d, #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821db-5a8d7b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2b64e8ca-ddde-d404-8082-38632349d57f-17c5aaa9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_17f596e7-0b7e-9fe4-8b7d-efffaf4288a4-17c5aaa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e77-17c5aaa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1f2d05-3c66-c11c-1432-736c929bc386-17c5aaa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec1f2d05-3c66-c11c-1432-736c929bc37a-17c5aaa9, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-17c5aaa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc155084-2d9b-c0dd-73ed-dd1b0efb2113-17c5aaa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc392-17c5aaa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57da24fc-acd9-6581-37fb-2021b8fdac83-17c5aaa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29ceaba1-fae4-7591-ef84-eace8cf7894e-d326236e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b64e8ca-ddde-d404-8082-38632349d57f-b46e3c18 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_17f596e7-0b7e-9fe4-8b7d-efffaf4288a4-b46e3c18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e77-b46e3c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1f2d05-3c66-c11c-1432-736c929bc386-b46e3c18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec1f2d05-3c66-c11c-1432-736c929bc37a-b46e3c18, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-b46e3c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc155084-2d9b-c0dd-73ed-dd1b0efb2113-b46e3c18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc392-b46e3c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57da24fc-acd9-6581-37fb-2021b8fdac83-b46e3c18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06bb47ae-c88f-8c47-b6a5-8b8cccb3fe3a-b46e3c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b5c780-5547-4313-61d3-853fcb6cdcca-b46e3c18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6f0b87-9833-249e-ce6b-5ce6d765fe8e-b46e3c18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a086-977004ff {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ebfa-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec31-96c0ebca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab0bd7ef-06d5-88ad-00d5-554995d9ad67-5a07d4b7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61761-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61796-d6d87864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a0c1-977004ff, #w-node-_1c59dd1d-bb15-42c2-499b-74c5c555a132-977004ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3c92-ef1b3c71 {
    justify-self: start;
  }

  #w-node-ab0bd7ef-06d5-88ad-00d5-554995d9ad67-5a07d4b7 {
    grid-column: span 6 / span 6;
  }

  #w-node-d3a83f7e-ff33-2982-7422-316b544bb0ea-5a07d4b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821a6-5a8d7b3d {
    justify-self: start;
  }

  #w-node-_17f596e7-0b7e-9fe4-8b7d-efffaf4288a4-17c5aaa9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4e2e8b0-9a50-3712-1782-79cf9fa902f3-17c5aaa9, #w-node-fa430d53-50b6-8f32-d2b5-95283330b3dd-17c5aaa9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-17c5aaa9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7f-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e77-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e83-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e87-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e93-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e9b-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc37a-17c5aaa9, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e97-17c5aaa9, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc38a-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc382-17c5aaa9, #w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-17c5aaa9, #w-node-_289f9395-cfaf-5572-5ebb-9b177b504470-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc38e-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc39a-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc392-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc39e-17c5aaa9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17f596e7-0b7e-9fe4-8b7d-efffaf4288a4-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4e2e8b0-9a50-3712-1782-79cf9fa902f3-b46e3c18, #w-node-fa430d53-50b6-8f32-d2b5-95283330b3dd-b46e3c18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e77-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7f-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e83-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e87-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e93-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e97-b46e3c18, #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e9b-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc37a-b46e3c18, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc382-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc38a-b46e3c18, #w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc38e-b46e3c18, #w-node-_289f9395-cfaf-5572-5ebb-9b177b504470-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc39a-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc392-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc39e-b46e3c18, #w-node-_06bb47ae-c88f-8c47-b6a5-8b8cccb3fe3a-b46e3c18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1b5c780-5547-4313-61d3-853fcb6cdcca-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6a6f0b87-9833-249e-ce6b-5ce6d765fe8e-b46e3c18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e9d6770-7593-d0e6-3c60-566cef1b3cc1-ef1b3c71 {
    justify-self: start;
  }

  #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec0e-96c0ebca, #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec20-96c0ebca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ab7a651-4663-36ab-a1b9-93dd96c0ec31-96c0ebca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab0bd7ef-06d5-88ad-00d5-554995d9ad67-5a07d4b7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61773-d6d87864, #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61785-d6d87864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14ce5f6f-81aa-3323-295e-9598e1c61796-d6d87864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe095050-9ba8-d2f1-49f1-e46af5c821d9-5a8d7b3d {
    justify-self: start;
  }

  #w-node-e4e2e8b0-9a50-3712-1782-79cf9fa902f3-17c5aaa9, #w-node-fa430d53-50b6-8f32-d2b5-95283330b3dd-17c5aaa9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-17c5aaa9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e93-17c5aaa9, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc386-17c5aaa9, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-17c5aaa9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc155084-2d9b-c0dd-73ed-dd1b0efb2113-17c5aaa9, #w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-17c5aaa9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4e2e8b0-9a50-3712-1782-79cf9fa902f3-b46e3c18, #w-node-fa430d53-50b6-8f32-d2b5-95283330b3dd-b46e3c18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e7b-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e899b594-ec2e-618b-5f06-1ec8069d6e93-b46e3c18, #w-node-ec1f2d05-3c66-c11c-1432-736c929bc386-b46e3c18, #w-node-_7871a41b-9782-f74a-032b-6972e51c3397-b46e3c18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc155084-2d9b-c0dd-73ed-dd1b0efb2113-b46e3c18, #w-node-_1af695eb-e308-54fb-89ec-274c8b324da8-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06bb47ae-c88f-8c47-b6a5-8b8cccb3fe3a-b46e3c18 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6a6f0b87-9833-249e-ce6b-5ce6d765fe8e-b46e3c18 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-SemiBoldItalic.woff2') format('woff2'), url('../fonts/QuatroSlab-SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-SemiBoldItalic.woff') format('woff'), url('../fonts/QuatroSlab-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-UltraBlackItalic.woff2') format('woff2'), url('../fonts/QuatroSlab-UltraBlackItalic.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-UltraBlackItalic.woff') format('woff'), url('../fonts/QuatroSlab-UltraBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-Medium.woff2') format('woff2'), url('../fonts/QuatroSlab-Medium.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-Medium.woff') format('woff'), url('../fonts/QuatroSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-UltraBlack.woff2') format('woff2'), url('../fonts/QuatroSlab-UltraBlack.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-UltraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-Italic.woff2') format('woff2'), url('../fonts/QuatroSlab-Italic.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-Italic.woff') format('woff'), url('../fonts/QuatroSlab-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-BoldItalic.woff2') format('woff2'), url('../fonts/QuatroSlab-BoldItalic.woff') format('woff'), url('../fonts/QuatroSlab-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-SemiBold.woff2') format('woff2'), url('../fonts/QuatroSlab-SemiBold.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-SemiBold.woff') format('woff'), url('../fonts/QuatroSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-MediumItalic.woff2') format('woff2'), url('../fonts/QuatroSlab-MediumItalic.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-Bold.woff2') format('woff2'), url('../fonts/QuatroSlab-Bold.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-Bold.woff') format('woff'), url('../fonts/QuatroSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatroslab';
  src: url('../fonts/QuatroSlab-Regular.eot') format('embedded-opentype'), url('../fonts/QuatroSlab-Regular.woff') format('woff'), url('../fonts/QuatroSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chinook';
  src: url('../fonts/Chinook-Regular.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}