:root {
  --18181d: #18181d;
  --olive-drab: #509e2f;
  --black: black;
  --white: white;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --white-wash: rgba(255, 255, 255, .6);
  --indian-red: #db4b68;
  --sea-green: #12b878;
  --saddle-brown: #774212;
  --olive-drab-10-tint: rgba(80, 158, 47, .16);
  --olive-drab-tint: #6cc24a;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --orange: #f5a905;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray500: #667085;
  --untitled-ui-primary800: #53389e;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --kütüp-library-dark-slate-grey: #264653;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --color: white;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingzippostalcode: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: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

@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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

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

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

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

a {
  color: var(--18181d);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

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

li {
  color: #774212;
  margin-bottom: 10px;
}

label {
  color: rgba(24, 24, 29, .7);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: rgba(24, 24, 29, .7);
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: rgba(24, 24, 29, .5);
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  min-height: 860px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/uma-mini--hero-dusk_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero1-image.lightbox-wrap {
  background-position: 50%;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.careers-header-3 {
  color: var(--olive-drab);
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.careers-header-3.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.careers-header-3.size1-bottom-clear {
  margin-bottom: 0;
}

.careers-header-3.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.careers-header-3.customer-header {
  padding-left: 0;
}

.careers-header-3.esg-header-1 {
  color: var(--olive-drab);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(170, 170, 170, .2);
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
}

.label.inside-label {
  z-index: 40;
  background-color: var(--white);
  color: var(--18181d);
  border-style: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.black-label.sale-label {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.label.news-label {
  z-index: 40;
  background-color: var(--white);
  color: var(--18181d);
  border-style: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.outline-button-large.w--current {
  margin-top: 40px;
}

.button-large.hero2-button {
  width: 300px;
  background-color: #030303;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: #3b3e45;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-large.hero3-button:hover {
  background-color: #363e52;
}

.button-large.uma-button {
  width: 582px;
  background-color: #758056;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-large.uma-button:hover {
  background-color: #5f6736;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.hero1-product-name {
  width: 309px;
  background-color: #fff;
  border-top: 1px solid #ebedee;
  border-right: 1px solid #ebedee;
  padding: 36px 56px;
  position: absolute;
  top: auto;
  bottom: 86px;
  left: auto;
  right: 0%;
}

.section {
  background-color: var(--white);
  mix-blend-mode: normal;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70a {
  opacity: .7;
  color: #f7f9fa;
  margin: 20px 20px 40px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-70a.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  height: 480px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.button-small {
  background-color: var(--18181d);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  max-height: 60px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0 10px;
}

.button-small.white-small.w--current {
  height: 40px;
  padding: 10px;
}

.button-small.form-centered-button {
  justify-content: center;
}

.text-label-1 {
  opacity: .7;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin: 10px auto 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label-1.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.content23-item {
  margin-bottom: 25px;
}

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  min-height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 67px;
}

.content24-quote {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  width: 12px;
  height: 6px;
  background-color: var(--rosy-brown);
  flex: none;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  width: 100vw;
  height: 714px;
  background-color: var(--white);
  object-fit: fill;
  align-items: center;
  margin-top: -63px;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.convenience-store-image {
  z-index: 1;
  min-height: 580px;
  margin: -51px -70px 67px 143px;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  height: 580px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  width: 479px;
  position: relative;
}

.content4-image {
  height: 700px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Eniscope-device.png');
  background-position: 50% 0;
  background-size: cover;
}

.content4-image2 {
  height: 520px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/belmont_essence_1_low_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content10-content-wrap {
  position: relative;
}

.content10-image2 {
  width: 376px;
  min-height: 480px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-pendant-chandelier-environmental-stairway-3k_download.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.content10-image {
  width: 100%;
  height: 700px;
  max-width: 1200px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  height: 1px;
  background-color: #292931;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  height: 230px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-disc_environment_1_download.jpg');
  background-position: 50% 10%;
  background-size: cover;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.footer1 {
  background-color: var(--white);
  border: 0 #000;
  border-radius: 0;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  height: 460px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
}

.content9-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content9-image2 {
  height: 320px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bel_occhio_whiteblackback_72_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.content9-grey-section {
  min-height: 140px;
  background-color: #fafafa;
}

.content8-category-image {
  height: 460px;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product8-headline-wrap {
  padding-right: 40px;
}

.hero3-image {
  min-height: 860px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero2-background {
  min-height: 900px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero2-image {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Office-Lobby-en.png');
  background-position: 50%;
  background-size: cover;
}

.hero-with-background-wrap {
  border-bottom: 1px solid var(--white-smoke);
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 1px solid var(--white-smoke);
}

.hero2-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-height: 900px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero2-product {
  background-color: var(--white);
  color: var(--18181d);
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 36px;
  padding-right: 123px;
  display: flex;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--black);
}

.hero2-image-collection {
  width: 180px;
  height: 180px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content23-image {
  width: 100%;
  height: 400px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content10-bottom-section {
  margin-top: 100px;
}

.hero3-content {
  margin-top: -114px;
  padding-right: 36px;
}

.content32-quote {
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.content32-image {
  height: 400px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 103px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bel_occhio_whiteblackback_72_download.jpg');
}

.content35-feed-image.content35-image5 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-bedroom-ft-v2_download.jpg');
}

.content35-feed-image.content35-image1 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content35-pictures-feed {
  min-height: 273px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content11-image {
  height: 100%;
  min-height: 600px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/belmont-22in-group-environment-high_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.content11-headline-wrap {
  margin-bottom: 80px;
}

.top-notification {
  background-color: var(--18181d);
  text-align: center;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  height: 460px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Energy-Saving-Suite-a.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
}

.product2-content-wrap {
  z-index: 5;
  min-height: 582px;
  color: var(--white-smoke);
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Energent-Light-Background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.product2-name-wrap {
  margin-bottom: 10px;
}

.nav1-menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: var(--18181d);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.products {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: bicyclette, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.products:hover {
  opacity: .7;
}

.products.w--current {
  opacity: .7;
  color: var(--18181d);
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.cart {
  margin-left: 15px;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero1 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  height: 460px;
}

.content6-image3 {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Corporations.png');
  background-position: 50%;
  background-size: cover;
}

.hero6 {
  min-height: 640px;
  color: #fff;
  text-align: center;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 54px;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  width: 100%;
  height: 260px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  min-height: 460px;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  width: 100px;
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2, .content17-author-pic.content17-image1, .content17-author-pic.content17-image3, .content17-author-pic.content17-image4 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/profile-pic.png');
}

.content17-author-pic.content17-image8 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-8.jpg');
}

.content17-author-pic.content17-image7 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-7.jpg');
}

.content17-author-pic.content17-image6 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-6.jpg');
}

.content17-author-pic.content17-image5 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-5.jpg');
}

.product2-content-card-wrap {
  color: var(--18181d);
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  width: 100%;
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  width: 60px;
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

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

.content14-image {
  height: 460px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content14-image:hover {
  opacity: .8;
}

.content14-image.content14-image1 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/uma-mini-part-mode-1_download.jpg');
  background-position: 50% 0;
}

.content14-image.content14-image2 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/uma-mini-top-view-updated-grill_download.jpg');
  background-position: 50%;
}

.content14-image.content14-image3 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/uma-mini--v7-copy_download.jpg');
  background-position: 50%;
}

.text-area {
  min-height: 170px;
  background-color: #f5f5f5;
  border-style: none;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu {
  margin-left: -200px;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content6-image1 {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Commercial-Real-Estate.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 80;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .39);
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.content4-grid {
  width: 150%;
  height: 768.608px;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: ". . . . ."
                 "Area Area Area Area Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: grid;
}

.content6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: ". . . . . . . . . Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content7-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content8-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content9-grid, .content10-grid, .content11-grid, .content14-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content16-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content17-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: ". . . . . . . . . ."
                 ". . . . . . . . . Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content22-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid, .content25-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content32-grid, .content33-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid, .product8-categories-grid, .product8-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.blog2-image {
  width: 70%;
  height: 320px;
  background-color: var(--white);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  display: block;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog3-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  max-width: 582px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer1-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .5fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.other4-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer1-bottom-grid {
  width: 100%;
  max-width: 1200px;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 18.25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.cart-wrap {
  color: #fff;
  background-color: rgba(24, 24, 29, .3);
}

.content6-headline-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  min-width: 440px;
  background-color: var(--18181d);
  box-shadow: 0 2px 6px rgba(24, 24, 29, .1);
}

.web-payment-button {
  height: 48px;
  border-radius: 0;
  margin-bottom: 15px;
}

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

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: var(--white);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

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

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

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  width: 100%;
  max-width: 1200px;
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(18, 184, 120, .1);
  border-bottom: 3px solid #12b878;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper {
  background-color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  font-family: bicyclette, sans-serif;
}

.wrapper.m100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  background-image: linear-gradient(to bottom, var(--olive-drab), white 58%);
  padding-top: 20px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 40px;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.m100-0 {
  padding-top: 100px;
}

.wrapper.first-wrap {
  margin-bottom: 100px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #f4f6f6;
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(rgba(24, 24, 29, .1), rgba(24, 24, 29, .1));
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

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

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

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

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

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

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.blog3-link:hover {
  opacity: .8;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

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

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
  position: relative;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.footer1-link {
  opacity: .7;
  color: var(--black);
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link:hover {
  opacity: 1;
  color: var(--olive-drab);
}

.footer1-link:active {
  color: var(--olive-drab);
}

.footer1-link:focus {
  color: var(--black);
}

.footer1-link:focus-visible {
  color: var(--black);
}

.footer1-link[data-wf-focus-visible], .footer1-link:visited {
  color: var(--black);
}

.footer1-link.w--current {
  opacity: 1;
  font-family: bicyclette, sans-serif;
  font-size: 16px;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.footer1-bottom-link {
  float: none;
  clear: both;
  opacity: .7;
  color: #18181d;
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

.lightbox-product-image {
  width: 173px;
  height: 173px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

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

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  min-height: 360px;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  background-image: linear-gradient(rgba(24, 24, 29, .45), rgba(24, 24, 29, .45)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/belmont_essence_1_low_download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content36-author-pic {
  width: 100%;
  height: 360px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-6.jpg');
}

.content36-author-pic.content36-pic2 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-2.jpg');
}

.content36-author-pic.content36-pic3 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-7.jpg');
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home1-deco-part {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content28-logo {
  max-height: 103px;
  max-width: 103px;
  opacity: .3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: rgba(24, 24, 29, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.blog1-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: rgba(24, 24, 29, .7);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

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

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  height: 100px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
}

.checkout-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

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

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  height: 700px;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: content-box;
  overflow: auto;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
}

.blog-detail-author-pic {
  width: 57px;
  height: 57px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--sea-green);
}

.styleguide-button-wrap {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

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

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  width: 360px;
  flex-direction: column;
  display: flex;
}

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

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Avatar-1.jpg');
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.promopage-deco-part {
  height: 360px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Uma-Mini--26_300.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image {
  width: 300px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.div-block {
  align-self: flex-start;
}

.licence-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.paypal {
  margin-bottom: 15px;
}

.text-block {
  padding-top: 2px;
}

.grid-2 {
  grid-template-rows: minmax(200px, .25fr) auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-flow: row;
  margin-top: 20px;
}

.link-2 {
  margin-top: 0;
  margin-left: 0;
}

.link-3, .link-4, .link-5 {
  margin-top: 40px;
  margin-left: 0;
}

.section-2 {
  margin-top: 40px;
  padding-left: 100px;
}

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

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

.grid-4 {
  grid-template: "Area Area Area Area"
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-right: 60px;
}

.grid-5 {
  grid-template: "Area Area Area Area"
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-6 {
  grid-template-columns: .25fr 1fr 1fr .25fr;
}

.image-2 {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 100px;
}

.grid-7 {
  background-image: none;
  background-size: auto;
  margin-top: 60px;
  transform: translate(0);
}

.why-syrio-text-wrapper {
  width: 40%;
  height: auto;
  margin-right: 20px;
}

.why-syrio-wrappper {
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  clear: both;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 100px;
  display: flex;
  position: relative;
  left: 140px;
}

.extra-large-paragraph {
  max-width: none;
  color: #3c3c3b;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}

.table-head-text {
  text-transform: uppercase;
  font-size: 19px;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}

.separator.dark {
  background-color: #3b3b3b;
  margin-top: 10px;
}

.features-heading {
  max-width: 550px;
  color: #3b3b3b;
  text-align: center;
  font-size: 65px;
  line-height: 1.2;
}

.table-wrapper {
  width: 60%;
}

.top-text {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.syrio-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e6e6e6;
  border-style: none solid solid none;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 3.25fr 1fr 1fr 1fr;
}

.table-cell-wrapper {
  height: auto;
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0 #000;
  border-left: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-cell-wrapper.first-column {
  border-left: 1px solid #e6e6e6;
}

.table-cell-wrapper.last-row {
  border-bottom-style: none;
}

.table-cell-wrapper.first-row {
  border-top: 1px solid #e6e6e6;
}

.table-cell-wrapper.first {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.table-cell-wrapper.last {
  border-right-style: none;
}

.text-block-113 {
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.syrio-tabs-description-wrapper {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.table-head {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .75fr .5fr;
}

.paragraph-71 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  margin-right: 40px;
}

.link-block {
  text-align: left;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/ipmvp-b-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-service-restaurant {
  z-index: 1;
  min-height: 580px;
  margin: 6px -70px 67px 143px;
  position: relative;
}

.banks-credit-unions {
  z-index: -1;
  min-height: 580px;
  object-fit: scale-down;
  object-position: 20px 200%;
  margin: 67px -70px 67px 143px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 140px;
}

.commercial-real-estate {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Commercial-Real-Estate.png');
  background-size: cover;
  margin: 67px -70px 67px 143px;
  position: relative;
}

.corporations {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Corporations.png');
  background-size: cover;
  margin: 67px -70px 67px 143px;
  position: relative;
}

.schools {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Schools.png');
  background-size: cover;
  margin: 67px -70px 67px 143px;
  position: relative;
}

.corporate {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Corporations.png');
  background-size: cover;
  margin: -32px -70px 67px 143px;
  position: relative;
}

.manufacturing {
  z-index: 1;
  min-height: 580px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Manufacturing-copy.png');
  background-size: cover;
  background-clip: border-box;
  margin: -32px -70px 67px 143px;
  position: relative;
}

.education {
  z-index: 1;
  min-height: 580px;
  margin: -32px -70px 67px 143px;
  position: relative;
}

.retail {
  z-index: 1;
  min-height: 580px;
  margin: -38px -70px 67px 143px;
  position: relative;
}

.corporate-copy {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Corporations.png');
  background-size: cover;
  margin: 67px -70px 67px 143px;
  position: relative;
}

.commercial-property {
  z-index: 1;
  min-height: 580px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Commercial-Real-Estate.png');
  background-size: cover;
  margin: -32px -70px 67px 143px;
  position: relative;
}

.other-products {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 122px;
  padding-left: 36px;
  padding-right: 36px;
}

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

.banks-ext {
  z-index: 1;
  min-height: 580px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: -32px -70px 67px 143px;
  position: relative;
}

.image-4 {
  width: 1000px;
  min-width: 1200px;
  clear: both;
  text-align: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: 0;
}

.section-4 {
  min-width: 1000px;
}

.container {
  max-width: 1200px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.our-team {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.sub-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.blog3 {
  width: 90%;
  height: 320px;
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  display: block;
}

.blog3:hover {
  opacity: .8;
}

.footer1-link-bold {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link-bold:hover, .footer1-link-bold.w--current {
  opacity: 1;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-6 {
  margin-top: 20px;
}

.div-block-7 {
  margin-top: 60px;
}

.image-6 {
  height: auto;
  clear: both;
  text-align: center;
}

.footer-graphic {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Green-Swoosh.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 40px;
  padding-left: 36px;
  padding-right: 36px;
}

.section-5 {
  height: 60px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spaghetti-Border-copy.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 40px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .25fr;
}

.image-7 {
  width: 250px;
  height: 10px;
  align-self: flex-start;
  margin-top: -13px;
}

.footer1-link-copy {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link-copy:hover, .footer1-link-copy.w--current {
  opacity: 1;
}

.image-8 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 100px;
}

.background-video {
  min-height: 800px;
  margin-top: -156px;
}

.section-6 {
  height: 20px;
  object-fit: cover;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spaghetti-Border-copy.png');
  background-position: 0 0;
  background-size: auto;
}

.grid-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-7 {
  background-color: #6cc24a;
  background-image: linear-gradient(#509e2f, #6cc24a);
}

.heading-2 {
  color: var(--white-smoke);
  margin-top: 48px;
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-114 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  line-height: 18px;
}

.image-9 {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 29px;
  transform: translate(0);
}

.image-9:hover {
  background-color: #774212;
  display: block;
  transform: none;
}

.container-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-10 {
  padding-left: 20px;
}

.our-products-header {
  color: var(--olive-drab);
  -webkit-text-stroke-color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.image-11 {
  margin-top: 100px;
}

.heading-4 {
  color: #509e2f;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

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

.text-block-115 {
  margin-top: 100px;
}

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

.list-item {
  margin-left: 40px;
}

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

.container-4 {
  margin-bottom: 20px;
}

.image-12 {
  max-height: 10px;
  min-height: 10px;
  margin-top: 0;
}

.image-13 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  transition: transform .2s;
}

.slide {
  min-height: 450px;
  -webkit-text-fill-color: inherit;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1006889022-sm-crop.jpg');
  background-position: 0%;
  background-size: cover;
  background-clip: padding-box;
  position: -webkit-sticky;
  position: sticky;
}

.mask {
  min-height: 450px;
  object-fit: cover;
}

.section-8, .slider {
  min-height: 450px;
}

.slide-2 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1295846255-sm.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  position: static;
}

.sustainability-learn-more {
  background-color: var(--olive-drab);
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 20px 6px 40px 0;
  padding: 15px 25px;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.sustainability-learn-more:hover {
  background-color: #6cc24a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.sustainability-learn-more._2 {
  background-color: #0a356c;
}

.sustainability-learn-more._2:hover {
  background-color: #fc3585;
}

.hero-container {
  height: 100%;
  object-fit: fill;
  padding-top: 60px;
  position: relative;
}

.home-about-header {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.home-about-header.word {
  color: #774212;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 48px;
  display: inline-block;
}

.home-about-header.title-2 {
  margin-top: 21px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.hero-text-block {
  z-index: 500;
  width: 540px;
  float: left;
  transition: opacity .2s;
  position: static;
}

.hero-image {
  height: auto;
  max-width: 50%;
  margin-top: 40px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.hero-image.macbook {
  height: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: 0;
  transition: opacity .2s;
  top: -6px;
  left: 20px;
  right: 0;
}

.hero-buttons-wrapper {
  margin-top: 0;
  margin-bottom: 40px;
}

.list-item-2, .list-item-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.list-item-4 {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.list-item-10 {
  color: var(--white);
}

.image-14 {
  white-space: normal;
}

.image-14:hover {
  background-color: #774212;
}

.image-15 {
  white-space: normal;
}

.image-15:hover {
  background-color: #774212;
}

.capabilities-home-par {
  max-width: 600px;
  float: none;
  color: var(--black);
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  position: static;
  overflow: auto;
}

.slide-3 {
  height: 750px;
  max-height: 750px;
  min-height: 750px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1006889022-sm-crop.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-16 {
  max-width: 500px;
  float: none;
  clear: both;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.hp-our-people-image-1 {
  max-width: 620px;
  float: left;
  clear: right;
  object-fit: contain;
  object-position: 100% 50%;
  margin: 40px auto;
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.work-culture-home {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.work-culture-home2 {
  color: var(--saddle-brown);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.heading-7 {
  font-weight: 400;
}

.main-office-pic {
  margin-top: 66px;
  margin-bottom: 40px;
  margin-left: 0;
}

.heading-8 {
  color: var(--white);
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.our-people-pics {
  max-width: 350px;
  float: right;
  clear: right;
  text-align: right;
  object-fit: fill;
  margin: 20px auto 60px;
  padding-left: 0;
  display: block;
  position: static;
}

.container-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-title-2 {
  color: #509e2f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.hero-title-2.word {
  color: #774212;
  margin-top: 40px;
  margin-right: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 48px;
  display: inline-block;
}

.hero-title-2.title-2 {
  margin-top: 21px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.image-20 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 20px;
}

.grid-17 {
  grid-template: "."
                 "."
                 "Area"
                 / .25fr 1fr;
  margin-top: 40px;
}

.section-10 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-184964156-sm.jpg'), linear-gradient(to bottom, var(--saddle-brown), var(--saddle-brown));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.container-7 {
  margin-top: 20px;
}

.mission-vision {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.mission-vision.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.mission-vision.size1-bottom-clear {
  margin-bottom: 0;
}

.mission-vision.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.mission-vision.customer-header {
  padding-left: 0;
}

.mission-vision.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.winland-way-copy {
  color: var(--saddle-brown);
  white-space: normal;
  object-fit: cover;
  margin-top: 38px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.winland-way-copy.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.winland-way-copy.size1-bottom-clear {
  margin-bottom: 0;
}

.winland-way-copy.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.winland-way-copy.customer-header {
  padding-left: 0;
}

.winland-way-copy.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.winland-way-copy {
  color: var(--olive-drab);
  white-space: normal;
  object-fit: cover;
  margin-top: 38px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.winland-way-copy.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.winland-way-copy.size1-bottom-clear {
  margin-bottom: 0;
}

.winland-way-copy.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.winland-way-copy.customer-header {
  padding-left: 0;
}

.winland-way-copy.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-header1 {
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.about-header1.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.about-header1.size1-bottom-clear {
  margin-bottom: 0;
}

.about-header1.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.about-header1.customer-header {
  padding-left: 0;
}

.about-header1.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-winland-paragraph {
  opacity: .7;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
}

.about-winland-paragraph.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.image-22 {
  margin-top: 41px;
}

.winland-way-copy {
  color: var(--white);
  white-space: normal;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.winland-way-copy.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.winland-way-copy.size1-bottom-clear {
  margin-bottom: 0;
}

.winland-way-copy.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.winland-way-copy.customer-header {
  padding-left: 0;
}

.winland-way-copy.our-people-header-1 {
  color: var(--saddle-brown);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-label-1-copy {
  opacity: .7;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label-1-copy.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.paragraph-70a-copy {
  opacity: .7;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-70a-copy.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, 0);
}

.hero-title-copy {
  color: #509e2f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.hero-title-copy.word {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: 25px;
  margin-right: 14px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.hero-title-copy.title-2 {
  margin-top: 21px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.nav1-wrap-copy {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar1-copy1 {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1-copy1.active-nav1 {
  z-index: 80;
  background-color: var(--white);
  object-fit: fill;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar1-copy2 {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1-copy2.active-nav1 {
  z-index: 80;
  object-fit: fill;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar1-copy2.active-nav1:hover {
  color: var(--black);
}

.section-11 {
  background-color: var(--olive-drab-10-tint);
}

.column {
  text-align: left;
}

.image-23 {
  margin-top: 120px;
  margin-bottom: 20px;
  margin-left: 0;
}

.locations-section {
  background-color: rgba(0, 0, 0, 0);
}

.columns {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-173239728.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-18 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.pastas {
  mix-blend-mode: normal;
}

.pastas:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.map-section {
  background-image: linear-gradient(to bottom, var(--olive-drab-10-tint), var(--olive-drab-10-tint));
  grid-template-columns: .5fr .25fr .25fr;
}

.locations-heading-9 {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: -27px;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.locations {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.list-item-11 {
  color: var(--white);
}

.list-item-12 {
  color: var(--white);
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
}

.list-item-13, .list-item-14 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.grid-20 {
  height: 450px;
  max-height: 450px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.text-block-116 {
  color: var(--saddle-brown);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

.section-12 {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
  color: var(--saddle-brown);
  margin-top: 0;
}

.columns-4 {
  margin-left: -15px;
}

.section-13 {
  background-image: linear-gradient(to bottom, var(--olive-drab-tint), var(--olive-drab-tint));
}

.paragraph-73 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.winland-way-copy {
  color: var(--white);
  white-space: normal;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 100px;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.winland-way-copy.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.winland-way-copy.size1-bottom-clear {
  margin-bottom: 0;
}

.winland-way-copy.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.winland-way-copy.customer-header {
  padding-left: 0;
}

.winland-way-copy.esg-header-1 {
  color: var(--saddle-brown);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

.main-office-home-2 {
  margin-top: 20px;
}

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

.our-people-home-header {
  color: var(--saddle-brown);
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.heading-10 {
  color: var(--olive-drab);
  font-size: 30px;
}

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

.link-block-2 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pourable-Dressing-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-3 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pastas.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-4 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Preserves.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-5 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Red-Sauces.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-6 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spoonable-Dressings-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-7 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Syrups.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-8 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Dry-Blends-and-Baking.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-9 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Dry-Dinners.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-10 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pie-Filling.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-11 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pita-Chips-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-12 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Other-Sauces.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-15 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.div-block-12, .paragraph-74 {
  font-family: Montserrat, sans-serif;
}

.image-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-75, .paragraph-76 {
  font-family: Montserrat, sans-serif;
}

.paragraph-77 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-78 {
  color: var(--white);
  margin-top: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.mission-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-80, .div-block-13, .paragraph-81, .paragraph-82 {
  font-family: Montserrat, sans-serif;
}

.image-26 {
  max-width: 500px;
  float: none;
  clear: left;
  margin: 40px auto 20px;
}

.op-home-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 20px;
}

.paragraph-83 {
  float: left;
}

.div-block-14 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-84 {
  color: var(--white);
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.paragraph-85 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.column-2 {
  background-color: rgba(0, 0, 0, 0);
}

.section-16 {
  background-color: var(--olive-drab);
}

.paragraph-86 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-87 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.jobs-at-winland-header {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 40px;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.section-17 {
  height: 440px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-823447656.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-18 {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-185065945-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.sustainability-header-home {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin-top: 240px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.section-19 {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-823447656.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: static;
}

.image-27 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-28 {
  margin-top: 40px;
}

.image-29 {
  margin-top: 20px;
}

.link-6 {
  color: var(--saddle-brown);
}

.section-20 {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1355185622.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-21 {
  height: 400px;
  background-image: linear-gradient(rgba(80, 158, 47, .82), rgba(80, 158, 47, .82)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Commerce-Plaza-Hero-Shot_SQ-600x600.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-88 {
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.what-is-wfi {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.submit-button {
  background-color: var(--olive-drab);
  margin-left: 20px;
}

.image-30 {
  max-width: none;
  padding-left: 10px;
}

.image-31 {
  max-height: 100%;
  max-width: 140%;
  min-height: 72%;
  margin-top: 20px;
}

.submit-button-2 {
  background-color: var(--saddle-brown);
}

.columns-5 {
  background-image: linear-gradient(to bottom, var(--saddle-brown), white), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

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

.div-block-15 {
  background-color: var(--olive-drab-10-tint);
  margin-left: 0;
}

.div-block-16 {
  background-color: var(--olive-drab-10-tint);
  margin-right: 20px;
}

.field-label, .field-label-2 {
  padding-left: 20px;
}

.text-field-2 {
  background-color: rgba(255, 255, 255, .5);
  padding-left: 20px;
  padding-right: 20px;
}

.field-label-3 {
  padding-left: 20px;
}

.text-field-3 {
  background-color: rgba(255, 255, 255, .5);
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  padding-left: 20px;
}

.textarea, .text-field-4, .text-field-5, .text-field-6, .text-field-7, .text-field-8 {
  background-color: rgba(255, 255, 255, .5);
}

.paragraph-89 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.careers-header-1 {
  color: var(--olive-drab);
  white-space: normal;
  object-fit: cover;
  margin-top: 140px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.careers-header-1.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.careers-header-1.size1-bottom-clear {
  margin-bottom: 0;
}

.careers-header-1.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.careers-header-1.customer-header {
  padding-left: 0;
}

.careers-header-1.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.who-we-are-head {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.heading-11 {
  color: var(--white);
  text-shadow: 0 1px 1px var(--black);
  font-family: bicyclette, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-12, .heading-13 {
  color: var(--white);
  text-shadow: 0 1px 1px var(--black);
  font-family: bicyclette, sans-serif;
  font-weight: 400;
}

.columns-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.columns-7 {
  height: 600px;
  background-image: linear-gradient(rgba(119, 66, 18, .41), rgba(119, 66, 18, .41)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1212499034.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-22 {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-958465850-cropped.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.sourcing-quality-ingredients-header {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1364454753.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-14, .heading-15 {
  color: var(--olive-drab);
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
}

.who-we-serve {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 157px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.grid-26 {
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 2.5fr .4fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-90 {
  margin-bottom: 40px;
}

.columns-8 {
  height: 600px;
  background-image: linear-gradient(to bottom, var(--olive-drab-tint), var(--olive-drab-tint)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-931441692.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sustaiablity-at-win-header {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-91 {
  max-width: 550px;
  min-width: 300px;
  color: var(--black);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.columns-9 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.image-32 {
  box-shadow: 0 2px 5px 0 var(--black);
  margin-top: 40px;
}

.rnd-innovation-section {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.grid-27 {
  grid-template-rows: auto auto;
  grid-template-areas: "."
                       ".";
}

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

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

.div-block-17 {
  height: 440px;
  background-image: linear-gradient(rgba(255, 255, 255, .44), rgba(255, 255, 255, .44));
}

.food-manufacturing {
  height: 700px;
  background-image: linear-gradient(rgba(119, 66, 18, .58), rgba(119, 66, 18, .58)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-974695328.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.list-item-15 {
  color: var(--white);
  font-family: bicyclette, sans-serif;
}

.text-block-118, .location-text {
  color: var(--white);
  font-family: bicyclette, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.location-text-copy {
  color: var(--white);
  font-family: bicyclette, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-18 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

.div-block-18 {
  margin-top: 46px;
  padding-left: 10px;
  padding-right: 120px;
}

.esg-section {
  background-image: linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1360278367.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 20px;
}

.esg-header {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.esg-paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-33 {
  max-height: 400px;
  max-width: 380px;
  margin-top: 100px;
  padding-left: 40px;
}

.image-34 {
  padding-left: 40px;
}

.pack-engineering-section {
  background-image: linear-gradient(rgba(119, 66, 18, .51), rgba(119, 66, 18, .51)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-112156489.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-24 {
  height: 750px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1331902192.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: -75px;
}

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

.section-25 {
  height: 600px;
}

.the-winland-way-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 60px;
  padding-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.why-we-love-working-here {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 72px;
  margin-left: -14px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

.image-35, .image-36 {
  max-height: 100%;
}

.image-37 {
  width: 78%;
  height: 78%;
  max-height: 78%;
  max-width: 78%;
  min-height: 0;
  min-width: 200px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
}

.image-38 {
  height: 100px;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.column-3 {
  padding-right: 0;
}

.image-39 {
  height: 120px;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.paragraph-92 {
  color: var(--black);
  margin-top: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-40 {
  margin-bottom: 40px;
}

.column-4 {
  margin-top: 3px;
  margin-bottom: 20px;
}

.div-block-19 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: -17px;
}

.working-at-winland {
  height: 450px;
  max-height: 450px;
  margin-top: -31px;
}

.working-at-winland-pic {
  height: 450px;
  max-height: 450px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1373293834.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: -11px;
}

.columns-10 {
  margin-top: 0;
}

.section-26 {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.div-block-20 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Excelsior-Springs-MO-plant.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column-6 {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Excelsior-Springs-MO-plant.jpg');
  background-position: 0 0;
  background-size: cover;
}

.about-win-par {
  color: var(--white);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-93 {
  max-width: 100%;
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-23, .div-block-24 {
  margin-top: 80px;
}

.home-link {
  font-size: 16px;
}

.home-link:hover {
  color: var(--olive-drab);
}

.home-link:active {
  -webkit-text-stroke-color: var(--olive-drab);
}

.home-link:visited {
  color: var(--olive-drab);
}

.home-link.w--current {
  color: var(--black);
}

.home-link.w--current:hover, .home-link.w--current:visited {
  color: var(--olive-drab);
}

.products-link {
  font-size: 16px;
}

.products-link:hover, .products-link:visited {
  color: var(--olive-drab);
}

.careers-link {
  font-size: 16px;
}

.careers-link:hover, .careers-link:visited {
  color: var(--olive-drab);
}

.capabilities-link {
  font-size: 16px;
}

.capabilities-link:hover, .capabilities-link:visited {
  color: var(--olive-drab);
}

.about-link {
  font-size: 16px;
}

.about-link:hover, .about-link:visited {
  color: var(--olive-drab);
}

.div-block-25 {
  padding-left: 20px;
}

.div-block-26 {
  height: 400px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1295846255.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-27 {
  max-height: 350px;
  min-height: 300px;
  object-fit: cover;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1341305893.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: -24px;
}

.paragraph-95 {
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-27 {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.about-small-head {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.div-block-28 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1368420797.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-29 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1409896506.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-30 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1141999191.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-31 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-521812367.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-32 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-153337656.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-33 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1364454753.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -22px;
  margin-bottom: 0;
  margin-left: -14px;
}

.food-safety {
  margin-top: 20px;
}

.rnd-innovation {
  height: 700px;
  background-image: linear-gradient(rgba(119, 66, 18, .58), rgba(119, 66, 18, .58)), url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1327977778.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.food-manufacturing-header-copy {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.bold-text {
  text-transform: uppercase;
}

.paragraph-96s {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.paragraph-97 {
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.rnd-innovation-image {
  height: 600px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1327977778.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-left: -20px;
}

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

.food-manufacturing-image {
  height: 600px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-974695328.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-left: -20px;
  margin-right: -30px;
}

.rnd-inn-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

.packaging-graphics-section {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.pack-eng-and-graphics-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.pack-eng-graphics-image {
  height: 620px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-605442315.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-left: -20px;
  margin-right: -46px;
}

.food-manufacturing-section {
  height: 700px;
  max-height: 600px;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.warehouse-logistics-section, .rnd-innovation-section-copy {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
}

.warehouse-logistic-image {
  height: 600px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-931441692-Logistics-copy.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: -20px;
}

.warehouse-logistics-grid {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1.5fr;
}

.warehouse-logistics-section1 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.image-41, .image-42, .image-43, .image-44, .image-45, .image-46 {
  max-width: 100px;
}

.image-47 {
  max-width: 200px;
}

.image-48 {
  max-width: 300px;
}

.columns-11 {
  height: 400px;
}

.div-block-34 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-141269214.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-12 {
  margin-top: 20px;
}

.products-subheaed {
  font-family: bicyclette, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.pasta-subhead-bullets {
  color: var(--white);
  margin-left: 40px;
}

.pasta-header {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.link-7 {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}

.products-subheaed-bullets {
  margin-left: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.pasta-subhead-bullets-copy {
  color: var(--white);
  margin-left: 20px;
}

.pasta-subhead {
  color: var(--olive-drab);
  margin-left: 0;
}

.pasta-subhead-2 {
  color: var(--white);
  margin-left: 0;
}

.bullets, .bullets-2 {
  max-width: 400px;
  min-width: 400px;
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
}

.bullets-3 {
  max-width: 400px;
  min-width: 400px;
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.products-header {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 1px 1px var(--black);
  margin-top: 140px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.paragraph-98 {
  max-width: 600px;
  margin-bottom: 20px;
}

.mission-vision-values-sub-head {
  clear: both;
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-28 {
  background-image: linear-gradient(to bottom, var(--olive-drab-10-tint), var(--olive-drab-10-tint));
}

.div-block-36 {
  padding-left: 20px;
}

.environmental-impact-header-copy {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.rnd-paragraph-91-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.logistics-header-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 200px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.logistics-paragraph-91-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--black);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  padding-left: 0;
  font-size: 30px;
  line-height: 36px;
}

.pack-graphics-paragraph-91-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .7fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.brix---slider-mask {
  width: auto;
  height: 100%;
  margin-left: 46px;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.brix---text-300-bold {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: bicyclette, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---mg-bottom-48px {
  text-align: left;
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 24px;
}

.brix---section-small---bottom-large, .brix---section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-49 {
  max-width: 100px;
  margin-left: 10px;
}

.image-50, .image-51, .image-52, .image-53, .image-54 {
  max-width: 80px;
}

.grid-33, .grid-34 {
  grid-template-rows: auto;
}

.grid-35 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.image-55 {
  margin-top: 60px;
  padding-left: 20px;
}

.grid-36 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 20px;
}

.div-block-37 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Mission.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  margin-right: 20px;
  padding-right: 20px;
}

.div-block-38 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Vision.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 150px 120px;
  margin-right: 20px;
}

.div-block-39 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Values.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 150px;
  margin-right: 20px;
}

.image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62 {
  max-width: 120px;
}

.image-63 {
  max-width: 120px;
  margin-left: -24px;
}

.slide-4 {
  margin-top: -28px;
  margin-left: 27px;
}

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

.brix---team-v8-overlay {
  height: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .88));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h3-size {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: bicyclette, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-v8-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: 48px;
  right: auto;
}

.brix---team-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---team-member-wrapper-v8 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---icon-square-36px {
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 76px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library-neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---content-inside-card {
  text-align: center;
  padding: 10px 28px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.product---avatar-image-link {
  max-width: 110%;
  margin-right: 0;
  transition: transform .3s;
}

.product---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---testimonial-image-wrapper {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---container-default-3 {
  max-width: 1500px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-64 {
  width: 75px;
  height: 22.2969px;
  max-width: 75px;
  min-height: 50px;
  min-width: 75px;
}

.products-button {
  background-color: var(--olive-drab);
  margin-top: 20px;
}

.products-button:hover {
  background-color: var(--orange);
}

.products-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-540878472.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--olive-drab);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

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

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

.brix---card-left-pd-40px {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.image-65 {
  clear: both;
  text-align: center;
  object-fit: contain;
  margin-left: 124px;
  margin-right: auto;
  position: static;
  overflow: auto;
}

.image-66 {
  position: static;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  text-align: left;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--olive-drab);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout84_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.uui-layout84_image-blob {
  z-index: -1;
  width: 34rem;
  height: auto;
  color: var(--untitled-ui-gray50);
  position: absolute;
  top: 12%;
}

.uui-layout84_image {
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.uui-layout84_image-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.uui-layout84_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: -4.7rem;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-layout84_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---section-small-2 {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 100px;
}

.link-8, .link-9, .link-10, .link-11 {
  color: var(--olive-drab);
  font-weight: 700;
}

.paragraph-99 {
  max-width: 600px;
  min-width: 500px;
  font-family: Montserrat, sans-serif;
}

.paragraph-100 {
  max-width: 600px;
  font-family: Montserrat, sans-serif;
}

.image-67, .image-68, .image-69, .image-70 {
  max-width: 600px;
}

.sustainability-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1458489528-web-cropped.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.about-us-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1151777022-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.about-sub-head {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.bold-text-8 {
  color: var(--white);
  text-transform: uppercase;
}

.who-we-serve-grid {
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 2fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-71 {
  max-width: 100px;
  margin-left: -46px;
}

.image-72 {
  max-width: 250px;
}

.terms-conditions-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.terms-conditions-copy.h2 {
  margin-top: 40px;
}

.term-conditions-header {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.term-conditions-header.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.term-conditions-header.size1-bottom-clear {
  margin-bottom: 0;
}

.term-conditions-header.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.term-conditions-header.customer-header {
  padding-left: 0;
}

.term-conditions-header.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.terms-conditions-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1151777022-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.link-12 {
  color: var(--olive-drab);
  font-weight: 600;
  text-decoration: underline;
}

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

.link-13, .link-14, .link-15 {
  color: var(--olive-drab);
  font-weight: 700;
  text-decoration: underline;
}

.uui-pricing11_row-content {
  border-left: 1px solid var(--untitled-ui-gray200);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing11_row-lead-text {
  color: var(--untitled-ui-gray900);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.uui-pricing11_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.uui-pricing11_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .25fr;
  align-items: stretch;
}

.uui-pricing11_heading-row-text {
  color: var(--untitled-ui-primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-pricing11_heading-row {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  margin-top: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-text-size-medium-2 {
  width: 400px;
  height: 150px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-pricing11_price-text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing11_price {
  color: var(--untitled-ui-gray900);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing11_top-row-content {
  height: 100%;
  border-left: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
}

.uui-pricing11_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-pricing11_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.uui-pricing11_plans {
  width: 100%;
}

.uui-pricing11_tabs-content {
  width: 100%;
  overflow: visible;
}

.uui-pricing11_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui-gray500);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing11_tab-link.w--current {
  color: var(--untitled-ui-gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.uui-pricing11_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui-gray100);
  background-color: var(--untitled-ui-gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 5rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing11_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-pricing11_row-lead-text-header {
  color: var(--untitled-ui-gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
}

.uui-pricing11_row-lead-text-header1 {
  color: var(--olive-drab);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105 {
  text-align: left;
}

.chart-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .25fr;
  align-items: stretch;
}

.paragraph-106, .paragraph-107, .paragraph-108, .paragraph-109 {
  text-align: left;
}

.chart-1-content, .chart-2-content {
  border-left: 1px solid var(--untitled-ui-gray200);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

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

.chart-2-top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  background-image: linear-gradient(to bottom, var(--olive-drab-tint), var(--olive-drab-tint));
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.5fr;
  align-items: stretch;
}

.chart-2-content-2, .chart-2-content-3, .chart-2content-4, .chart-2-content-5, .chart-2-content-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.5fr;
  align-items: stretch;
}

.link-16, .link-17 {
  color: var(--olive-drab);
  font-weight: 700;
}

.chart-2-last-row-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.5fr;
  align-items: stretch;
}

.dressing-lead-content-image-1 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1470311643.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.dressing-lead-content-image-2 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Thousand-Island_HPB_SSD_THIL_BTY_4C_833128-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.dressing-lead-content-image-3 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-912624962.jpg');
  background-position: 50%;
  background-size: cover;
}

.dressing-lead-content-image-4 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1218085329.jpg');
  background-position: 50%;
  background-size: cover;
}

.dressing-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Honey-Diijon_GettyImages-1384893626.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-heading-xsmall {
  color: var(--olive-drab);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.uui-layout68_item-text-wrapper {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: .5rem;
}

.uui-layout68_item-icon-wrapper {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pasta-Shapes-green_1.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item {
  margin-top: 0;
  display: flex;
}

.uui-layout68_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  margin-top: 0;
}

.uui-layout68_image {
  width: 100%;
  object-fit: cover;
}

.uui-layout68_image-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.uui-layout68_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: .6rem;
  padding-bottom: .2rem;
}

.pasta-page-brands {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.shapes-image {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary600);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pasta-Shapes-green.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.packaging-image {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Packaging-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.formulations-image {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Formulation-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.text-block-120 {
  color: var(--olive-drab);
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-73 {
  clear: both;
}

.link-18 {
  color: var(--olive-drab);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.uui-layout12_image {
  width: 40rem;
  min-width: 40rem;
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.uui-layout12_image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 33rem;
  background-color: var(--untitled-ui-gray100);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout12_number-text {
  color: var(--untitled-ui-gray900);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.uui-layout12_number {
  color: var(--olive-drab);
  margin-top: -.8rem;
  margin-bottom: -2.4rem;
  font-family: bicyclette, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.2;
}

.uui-layout12_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout12_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-121 {
  font-size: 10px;
}

.text-block-122 {
  margin-top: -28px;
  font-family: Montserrat, sans-serif;
}

.link-19 {
  color: var(--olive-drab);
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.pasta-lead-content-image-1-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1091193600.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pasta-lead-content-image-2-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/STL-short-cut.jpg');
  background-position: 50%;
  background-size: cover;
}

.pasta-lead-content-image-3-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spaghetti--Cheese-Stuffed-Meatballs-Creamette-020-16x9.jpg');
  background-position: 0 0;
  background-size: cover;
}

.pasta-lead-content-image-4-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-185065945-sm.jpg');
  background-position: 0 0;
  background-size: cover;
}

.red-sauces-header-image-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-482134833.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.link-20 {
  color: var(--olive-drab);
  font-weight: 600;
}

.red-sauce-lead-content-image-1-copy-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1297236819.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.red-sauces-header-image-copy-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-961510780.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.red-sauces-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1252486826.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.pasta-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-482134833.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.red-sauces-content-image-2-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1224027446.jpg');
  background-position: 50%;
  background-size: cover;
}

.red-sauce-lead-content-image-3-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1305097222.jpg');
  background-position: 0 0;
  background-size: cover;
}

.red-sauce-lead-content-image-4-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1128551029.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 150px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.spoonable-header-image-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1216002630.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.spoonables-lead-content-image-1-copy-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-650449684.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.spoonables-lead-content-image-2-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-154932258-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.spoonables-lead-content-image-3-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-171590287.jpg');
  background-position: 0 0;
  background-size: cover;
}

.spoonables-lead-content-image-4-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-499611467.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-icon-wrapper-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spoon-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.mayo-header {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 139px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.preserves-header-image-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-469719908.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.pie-filling-lead-content-image-1-copy-copy {
  height: 630px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-527018272.jpg');
  background-position: 50%;
  background-size: cover;
}

.preserves-lead-content-image-2-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown.png');
  background-position: 50%;
  background-size: cover;
}

.pie-filling-lead-content-image-3-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Apple-pie.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pie-filling-lead-content-image-4-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1057240654.jpg');
  background-position: 0 0;
  background-size: cover;
}

.pie-filling-hero-image {
  width: 100%;
  object-fit: cover;
}

.uui-layout68_item-icon-wrapper-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pie-Filling-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pie-filling-header-1 {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.grid-38 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-right: -27px;
}

.div-block-40 {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1212499034.jpg');
  background-position: 0 0;
  background-size: cover;
}

.about-us-header-hero-image, .pie-filling-header-text {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 1px 1px var(--black);
  margin-top: 183px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.pie-filling-page-brands-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.uui-layout68_item-icon-wrapper-copy-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spoon-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-text-wrapper-copy {
  padding-top: 0;
  padding-bottom: .5rem;
}

.uui-layout68_item-copy {
  margin-top: 0;
}

.image-74 {
  margin-top: 20px;
}

.uui-layout68_item-copy {
  margin-top: 100px;
  display: flex;
}

.capabilities-header-home-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 105px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.intro-section {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.capabilities-section {
  height: 600px;
  margin-top: 31px;
}

.products-section {
  height: 750px;
  max-height: 750px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1331902192.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.working-at-winland-section {
  height: 450px;
  max-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.uui-layout68_item-copy {
  margin-top: 0;
  display: flex;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 220px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy-copy {
  width: 400px;
  height: 200px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy {
  margin-top: 40px;
  display: flex;
}

.uui-layout68_item-copy-copy {
  margin-top: -142px;
  display: flex;
}

.packaging-image-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Packaging-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-copy3 {
  margin-top: 0;
  display: flex;
}

.uui-layout68_item-copy {
  margin-top: 101px;
  display: flex;
}

.preserves-lead-content-image-1-copy-copy-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-639772540.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.preserves-lead-content-image-4-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown-2.png');
  background-position: 50%;
  background-size: cover;
}

.preserves-lead-content-image-3-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown-1.png');
  background-position: 50%;
  background-size: cover;
}

.preserves-hero-image-copy {
  width: 100%;
  object-fit: cover;
}

.uui-layout68_item-icon-wrapper-copy-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Preserves-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.preserves-header-copy {
  margin-top: 71px;
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.uui-layout68_item-copy-copy {
  margin-top: 0;
  display: flex;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.process {
  margin-top: 0;
  display: flex;
}

.process-image {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Formulation-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.dressing-products {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Dressings-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-copy, .uui-layout68_item-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.shapes-paragr {
  width: 400px;
  height: 170px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.formulation-paragr {
  width: 400px;
  height: 200px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-icon-wrapper-copy-copy-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Spoon-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-copy-copy {
  margin-top: 101px;
  display: flex;
}

.paragraph-98-copy {
  max-width: 600px;
  margin-bottom: 0;
}

.values-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-office-text {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.food-quality-grid {
  grid-template-columns: 1.25fr 1fr;
}

.syrup-header-image-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-79557567.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.syrup-lead-content-image-1-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-99275958.jpg');
  background-position: 50%;
  background-size: cover;
}

.syrup-lead-content-image-2-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1127119823.jpg');
  background-position: 50%;
  background-size: cover;
}

.syrup-lead-content-image-3-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-518525367-sm.jpg');
  background-position: 50%;
  background-size: cover;
}

.syrup-lead-content-image-4-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1050603470.jpg');
  background-position: 50%;
  background-size: cover;
}

.pie-filling-header-image-copy-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-905735840.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.pie-filling-lead-content-image-2-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Raspberry-desert-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.uui-layout68_item-copy {
  margin-top: -79px;
  display: flex;
}

.dry-blends-header-image-copy-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1130692219.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.dry-blends-lead-content-image-1-copy-copy {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1193156198.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.dry-blends-lead-content-image-2-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-905122618.jpg');
  background-position: 50%;
  background-size: cover;
}

.dry-dinners-lead-content-image-3 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-168511092.jpg');
  background-position: 50%;
  background-size: cover;
}

.dry-blends-lead-content-image-4-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1207948426.jpg');
  background-position: 50%;
  background-size: cover;
}

.uui-layout68_image-copy {
  width: 100%;
  object-fit: cover;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 200px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_image-copy-copy {
  width: 100%;
  object-fit: cover;
  margin-top: 10px;
}

.dry-dinners-header-image {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-487334594.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.dry-dinners-lead-content-image-1-copy-copy-copy {
  height: 630px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-135538442.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.dry-dinners-lead-content-image-2 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-175230124.jpg');
  background-position: 50%;
  background-size: cover;
}

.dry-dinners-lead-content-image-4 {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1035008138.jpg');
  background-position: 50%;
  background-size: cover;
}

.dry-dinner-hero-image {
  width: 100%;
  object-fit: cover;
}

.uui-layout68_item-copy-copy {
  margin-top: -65px;
  display: flex;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy-copy {
  width: 400px;
  height: 200px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.fun-fact-image {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Fun-Facts-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-copy-copy {
  margin-top: -50px;
  display: flex;
}

.uui-layout68_item-copy {
  margin-top: 0;
  display: flex;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 170px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy-copy {
  width: 400px;
  height: 350px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.fun-fact-image-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Fun-Facts-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pita-chips-header-image-copy-copy-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1402189543.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.pita-chips-lead-content-image-1-copy-copy-copy {
  height: 550px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/MAS_PC_SE_PAG_RGB_712132-sm.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pita-chips-lead-content-image-2-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-179028132.jpg');
  background-position: 50%;
  background-size: cover;
}

.pita-chips-lead-content-image-3-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-168511092.jpg');
  background-position: 50%;
  background-size: cover;
}

.pita-chips-lead-content-image-4-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1207948426.jpg');
  background-position: 50%;
  background-size: cover;
}

.pita-chips-hero-image {
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}

.about-chips-image-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Formulation-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout68_item-copy-copy-copy {
  margin-top: -50px;
  display: flex;
}

.uui-text-size-medium-2-copy-copy {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy-copy-copy {
  width: 400px;
  height: 170px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.pb-protein-header-image-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1448803358.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 350px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-p-dressing {
  width: 400px;
  height: 80px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-p-dressing-2 {
  width: 400px;
  height: 200px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 350px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-p-dressing-3 {
  width: 400px;
  height: 260px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-preserves-1 {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-preserves-2 {
  width: 400px;
  height: 120px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-preserves-3 {
  width: 400px;
  height: 160px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-baking-3 {
  width: 400px;
  height: 150px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-baking-2 {
  margin-top: 0;
  display: flex;
}

.uui-text-size-medium-baking-1 {
  width: 400px;
  height: 170px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-baking-4 {
  margin-top: 0;
  display: flex;
}

.uui-text-size-medium-baking-4 {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-dry-din-2 {
  width: 400px;
  height: 310px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-dry-din-3 {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.pita-chips-lead-content-image-1-copy-copy-copy-copy {
  height: 550px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/MAS_PC_SE_PAG_RGB_712132-sm.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-26-copy {
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 2fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-26-pita {
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 2fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.uui-text-size-medium-pita-4 {
  width: 400px;
  height: 220px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-pita-3 {
  width: 400px;
  height: 130px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-pita-2 {
  width: 400px;
  height: 150px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-pita-5 {
  width: 400px;
  height: 50px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.pb-protein-lead-content-image-1-copy-copy-copy-copy {
  height: 630px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/P2_Burger_PROCESSED.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 0;
}

.pb-protein-lead-content-image-2-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/P2_Chorizo_PROCESSED.jpg');
  background-position: 50%;
  background-size: cover;
}

.pb-protein-lead-content-image-3-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/P2_Spaghetti_PROCESSED.jpg');
  background-position: 50%;
  background-size: cover;
}

.pb-protein-lead-content-image-4-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/P2_Tacos_PROCESSED.jpg');
  background-position: 50%;
  background-size: cover;
}

.pb-protein-hero-image-copy {
  width: 80%;
  object-fit: cover;
  margin-left: 100px;
}

.uui-text-size-medium-pb-protein {
  width: 400px;
  height: 140px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-pb-protein2 {
  width: 400px;
  height: 190px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-pb-protein-4 {
  width: 400px;
  height: 100px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-75 {
  clear: none;
}

.uui-text-size-medium-red-sauces {
  width: 400px;
  height: 150px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 350px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.spoonable-detail-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.spoonable-detail-2 {
  width: 400px;
  height: 220px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.spoonable-detail-3 {
  width: 400px;
  height: 180px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy {
  margin-top: 0;
  display: flex;
}

.uui-layout68_item-copy-copy {
  margin-top: 20px;
  display: flex;
}

.syrup-detail-1 {
  width: 400px;
  height: 380px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.syrup-detail-2 {
  width: 400px;
  height: 300px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-text-size-medium-dry-dinner-4 {
  width: 400px;
  height: 80px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-size-medium-2-copy {
  width: 400px;
  height: 350px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.pie-filling-content-2 {
  width: 400px;
  height: 70px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.pita-content-3 {
  margin-top: 0;
  display: flex;
}

.image-76 {
  float: none;
  clear: both;
  margin-left: 0;
  position: relative;
  left: 0;
}

.columns-3-copy {
  height: 450px;
  max-height: 450px;
}

.dry-blends-lead-content-image-3-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-640307626.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-41 {
  width: 350px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Beringause-9_squareforLinkedIn.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-18-copy {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-120-copy {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  font-family: bicyclette, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.kutup-button-line {
  width: 100%;
  height: 1px;
  background-color: var(--kütüp-library-burntsienna);
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library-white);
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-white {
  background-color: var(--kütüp-library-white);
  color: var(--kütüp-library-dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-subhead-white {
  color: rgba(255, 255, 255, .7);
  font-size: 19px;
  font-weight: 400;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-display-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: #fff;
}

.kutup-small-top-text {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-cta-right-part {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.kutup-cta-photo {
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-cta-3 {
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.welcome-to-winland-section {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.welcome-hero-image {
  background-color: rgba(147, 255, 102, .16);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
  background-position: 50%;
  background-size: cover;
}

.welcome-right-part {
  background-color: var(--olive-drab-10-tint);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 6%;
  display: flex;
}

.welcome-left-part {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.capabilities-left-part {
  height: 600px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0% 40px 7%;
  display: flex;
}

.capabilities-section-2 {
  height: 500px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.capabilities-hero-image-copy {
  height: 500px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pasta-Plant-0426231331.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-to-winland-section-copy {
  min-height: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.working-at-winland-hero-image-copy {
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1373293834.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.working-at-winland-section-2 {
  min-height: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.home-pg-products--grid-3-columns-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-section2 {
  color: var(--elements-webflow-library-neutral--100);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1331902192.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.products-cat-label {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.products-header-2 {
  color: var(--olive-drab);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.product-image-link {
  max-width: 110%;
  margin-right: 0;
  transition: transform .3s;
}

.product-image-link:hover {
  transform: scale(1.1);
}

.product---badge-wrapper-top-right-copy {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.product---content-inside-card-copy {
  text-align: center;
  padding: 10px 28px;
}

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

.product---mg-bottom-48px-copy {
  text-align: left;
  margin-bottom: 48px;
}

.product---container-default-3-copy {
  max-width: 1500px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-copy {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---card-copy {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.product-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 25px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}

.brix---card-copy {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.product---testimonial-image-wrapper-copy, .product---testimonial-image-wrapper {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---badge-wrapper-top-right-copy, .product---badge-wrapper-top-right-copy-copy {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.product---card-copy {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.about-us-right-part-copy {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 6%;
  display: flex;
}

.image-77 {
  margin-top: 20px;
}

.about-hero-image-copy {
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Excelsior-Springs-MO-plant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.other-sauces-header-image-copy-copy {
  height: 500px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-171256168.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.other-sauces-lead-content-image-1-copy-copy-copy {
  height: 630px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-853303964.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.other-sauces-lead-content-image-2-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-471746063.jpg');
  background-position: 50%;
  background-size: cover;
}

.other-sauces-lead-content-image-3-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-488276728.jpg');
  background-position: 0 0;
  background-size: cover;
}

.other-sauces-lead-content-image-4-copy-copy-copy {
  min-height: 200px;
  min-width: 300px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1250084655.jpg');
  background-position: 50%;
  background-size: cover;
}

.other-sauces-hero-image-copy {
  width: 100%;
  object-fit: cover;
}

.mission-copy-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.mission-vision-sub-head {
  color: var(--olive-drab);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 52px;
}

.mission-vision-sub-head.size1-top-clear {
  color: var(--black);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.mission-vision-sub-head.size1-bottom-clear {
  margin-bottom: 0;
}

.mission-vision-sub-head.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.mission-vision-sub-head.customer-header {
  padding-left: 0;
}

.mission-vision-sub-head.our-people-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 16px;
}

.team-circles {
  background-color: rgba(80, 158, 47, .1);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 40px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.sustainability-iicons {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.uui-layout68_item-icon-wrapper-copy-copy-copy-copy {
  width: 120px;
  height: 120px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Dressings-Products-Green.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.div-block-43 {
  margin-top: -96px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-overeview {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 26px;
  padding: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-overeview:hover {
  color: var(--olive-drab);
}

.brix---header-overeview:active {
  color: var(--black);
}

.brix---header-overeview.w--current {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 50px;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.brix---header-overeview.w--current:hover {
  color: var(--olive-drab);
}

.brix---header-overeview.w--current:active {
  color: var(--black);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 0px solid var(--elements-webflow-library-neutral--300);
  color: var(--black);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--olive-drab);
}

.brix---footer-link:active {
  color: var(--black);
}

.brix---footer-link.w--current {
  color: var(--black);
  text-transform: uppercase;
  font-family: bicyclette, sans-serif;
  font-weight: 700;
}

.brix---footer-link.w--current:hover {
  color: var(--olive-drab);
}

.brix---footer-link.w--current:active {
  color: var(--black);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

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

.brix---footer-col-title {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px-2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-top {
  padding-top: 35px;
  padding-bottom: 4px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Green-Swoosh.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
}

.copyright-text {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

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

.paragraph-99-copy {
  max-width: 600px;
  min-width: 500px;
  font-family: Montserrat, sans-serif;
}

.brix---paragraph-default-3 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size-2 {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: bicyclette, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

.brix---content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---subtitle {
  color: var(--olive-drab);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
}

.who-we-are-2-section {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.welcome-hero-image-copy {
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title-copy-copy {
  color: #509e2f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.hero-title-copy-copy.word {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 41px;
  margin-bottom: 25px;
  margin-right: 14px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.hero-title-copy-copy.title-2 {
  margin-top: 21px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.our-culture-section-2-copy {
  height: 520px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 41%;
  left: auto;
  right: -12%;
  transform: rotate(140deg);
}

.brix---img-floating-right {
  border-radius: 24px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 20px 50px rgba(33, 31, 84, .24);
}

.brix---img-floating-left {
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(33, 31, 84, .16);
}

.brix---2-imgs-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab));
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.join-us-section-2-copy-copy {
  height: 500px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.our-culture-hero-image-copy-copy {
  height: 520px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-823447656.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.join-us-hero-image-copy-copy {
  height: 500px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1341305893.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.careers-hero-image-copy-copy {
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1295846255.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brix---paragraph-default-3-copy {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.grid-39 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.heading-18-copy {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: bicyclette, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.locations-section2 {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.locations-hero-image-copy {
  background-color: var(--olive-drab-10-tint);
}

.locations-right-part-copy {
  background-color: var(--olive-drab-10-tint);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 0%;
  display: flex;
}

.welcome-right-part-copy {
  background-color: var(--white);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 5%;
  display: flex;
}

.rnd-innovation-section-2 {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.environmental-impact-hero-image {
  background-color: var(--olive-drab-10-tint);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/World-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px 400px;
}

.rnd-innovation-right-part-copy-copy {
  background-color: var(--olive-drab);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 6%;
  display: flex;
}

.sustainability-hero-image {
  height: 600px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-926547380-cropped.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.food-manufacturing-section-2-copy {
  height: 600px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.food-safety-para {
  width: 470px;
  color: var(--black);
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.social-impact-hero-image {
  height: 400px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Social-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  margin-top: 100px;
}

.food-safety-par {
  height: 500px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .95fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.food-quality-section-copy {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.food-quality-para {
  color: var(--black);
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.governance-hero-image {
  width: 400px;
  height: 400px;
  max-height: 400px;
  max-width: 400px;
  min-height: 225px;
  min-width: 225px;
  background-color: var(--white-wash);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Repoprt-icon.png');
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 300px;
}

.image-79 {
  max-width: 60%;
}

.food-safety-section-2-copy {
  height: 620px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .7fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .7fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.food-safety-section-2-copy-copy {
  height: 500px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.packaging-and-graphics-section-2 {
  height: 640px;
  max-height: 9%;
  min-height: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.packaging-and-graphics-left-part-copy {
  height: 640px;
  background-color: var(--olive-drab);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0% 40px 25%;
  display: flex;
}

.packaging-and-graphics-hero-image {
  height: 640px;
  background-color: #fff;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-605442315.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.warehouse-logistics-section-copy-copy {
  min-height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.warehouse-logistics-hero-image-copy-copy {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-931441692-Logistics-copy.jpg');
  background-position: 0 0;
  background-size: cover;
}

.distribution-header-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 40px;
  font-family: bicyclette, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 42px;
}

.social-impact-head-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.brix---grid-6-columns-logo-strip-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  padding-right: 20px;
  display: grid;
}

.image-83 {
  margin-top: 20px;
}

.bold-text-9 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.view-products-button-copy {
  background-color: var(--olive-drab);
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 20px 6px 20px 0;
  padding: 15px 25px;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.view-products-button-copy:hover {
  background-color: #6cc24a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.view-products-button-copy._2 {
  background-color: #0a356c;
}

.view-products-button-copy._2:hover {
  background-color: #fc3585;
}

.image-72-copy {
  max-width: 250px;
}

.map2 {
  max-width: 100vw;
}

.image-86 {
  margin-top: 28px;
}

.paragraph-86-copy {
  width: 800px;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 156px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.brix---heading-h3-size-2-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: bicyclette, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  text-transform: uppercase;
}

.brix---grid-6-columns-logo-strip-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(auto, .75fr);
  grid-template-columns: .75fr .25fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  margin-left: 27px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.div-block-50 {
  margin-top: -124px;
}

.welcome-right-part-copy {
  background-color: var(--olive-drab-10-tint);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 6%;
  display: flex;
}

.welcome-right-part-copy-copy {
  background-color: var(--white);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 5%;
  display: flex;
}

.uui-layout68_item-copy-copy {
  margin-top: 100px;
  display: flex;
}

.capabilities-header-home-copy {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin-top: 183px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.capabilities-header-home-copy-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 105px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.bold-text-copy {
  text-transform: uppercase;
  text-transform: uppercase;
}

.uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.spoonable-detail-2-copy {
  width: 400px;
  height: 80px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.welcome-right-part-copy-copy {
  background-color: var(--white);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 5%;
  display: flex;
}

.food-safety-section-2-copy-copy {
  height: 620px;
  max-height: 9%;
  min-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.bold-text-copy-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  text-shadow: none;
  text-transform: uppercase;
}

.bold-text-copy-copy-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  text-shadow: none;
}

.div-block-43-copy {
  margin-top: -96px;
}

.div-block-18-copy {
  margin-top: 46px;
  padding-left: 10px;
  padding-right: 120px;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .7fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(auto, .75fr);
  grid-template-columns: .75fr .25fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  margin-left: 27px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .7fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.uui-layout68_item-copy, .uui-layout68_item-copy-copy {
  margin-top: 0;
  display: flex;
}

.other-sauces-lead-content-image-1-copy-copy-copy-copy {
  height: 630px;
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-853303964.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.uui-layout68_item-copy-copy-copy-copy {
  margin-top: 20px;
  display: flex;
}

.uui-layout68_item-copy-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.preserves-header-copy-copy {
  margin-top: 71px;
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.uui-layout68_item-copy-copy-copy-copy, .pita-content-3-copy, .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.pb-protein-hero-image-copy-copy {
  width: 80%;
  object-fit: cover;
  margin-left: 100px;
}

.uui-layout68_item-copy-copy-copy-copy-copy {
  margin-top: 20px;
  display: flex;
}

.uui-layout68_item-copy-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.spoonable-detail-2-copy {
  width: 400px;
  height: 220px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.uui-layout68_item-copy-copy {
  margin-top: -79px;
  display: flex;
}

.spoonables-header-home-copy-copy {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin-top: 183px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.spoonable-detail-2-copy-copy {
  width: 400px;
  height: 80px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
  margin-top: 20px;
  display: flex;
}

.uui-layout68_item-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.spoonable-detail-3-copy {
  width: 400px;
  height: 180px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout68_item-copy-copy-copy-copy-copy {
  margin-top: 20px;
  display: flex;
}

.uui-layout68_item-copy-copy-copy {
  margin-top: -8px;
  display: flex;
}

.uui-layout68_item-copy {
  margin-top: 0;
  display: flex;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(auto, .75fr);
  grid-template-columns: .75fr .25fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  margin-left: 27px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .7fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.welcome-right-part-copy-copy, .welcome-right-part-copy-copy-copy {
  background-color: var(--white);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 13% 40px 5%;
  display: flex;
}

.capabilities-header-home-copy-copy {
  color: var(--olive-drab);
  text-transform: uppercase;
  color: var(--olive-drab);
  text-transform: uppercase;
  margin-top: 105px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.sauces-detail-3-copy {
  width: 400px;
  height: 180px;
  color: var(--black);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.brix---grid-6-columns-logo-strip-copy-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.capabilities-header-home-copy {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin-top: 183px;
  font-family: bicyclette, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.uui-layout68_item-copy-copy, .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.uui-layout68_item-copy-copy-copy {
  margin-top: -79px;
  display: flex;
}

.uui-layout68_item-baking-2-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy-copy {
  margin-top: 0;
  display: flex;
}

.pack-graphics-paragraph-91-copy-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.food-safety-para-copy {
  width: 650px;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.rnd-paragraph-91-copy-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.food-quality-para-copy {
  color: var(--black);
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.pack-graphics-paragraph-91-copy-copy-copy {
  max-width: 550px;
  min-width: 300px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.sub-heading-esg {
  color: var(--white-smoke);
  margin-left: 20px;
  font-family: bicyclette, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.sustainability-sub-head {
  color: #070707;
  font-family: bicyclette, sans-serif;
}

.socilal-impact-sub-head {
  color: #080808;
  font-family: bicyclette, sans-serif;
  font-weight: 400;
}

.environmental-learn-more {
  background-color: var(--saddle-brown);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  margin-left: 20px;
  padding: 15px 25px;
  font-family: bicyclette, sans-serif;
  display: inline-block;
}

.environmental-learn-more:hover {
  background-color: var(--olive-drab-tint);
}

.bold-text-15 {
  color: var(--black);
  font-size: 24px;
  line-height: 24px;
}

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

.bold-text-16 {
  color: #070707;
}

.capabilities-header-image {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1179352825-overlay.jpg');
  background-position: 0 0;
  background-size: cover;
}

.randd-innovation-image {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1327977778.jpg');
  background-position: 0 0;
  background-size: cover;
}

.food-quality-image {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1364454753.jpg');
  background-position: 0 0;
  background-size: cover;
}

.food-safety-image {
  background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-153337656.jpg');
  background-position: 0 0;
  background-size: cover;
}

.food-safety-header {
  color: #509e2f;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 60px;
  font-family: bicyclette, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.italic-text-3, .italic-text-4 {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  .map-section {
    grid-template-rows: auto;
  }

  .paragraph-86 {
    width: 800px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 172px;
    padding-left: 0;
  }

  .jobs-at-winland-header {
    color: var(--olive-drab);
    font-size: 30px;
  }

  .sustainability-header-home {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .56);
    margin-top: 280px;
  }

  .who-we-are-head {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-26 {
    grid-template-areas: "Area"
                         "Area"
                         "Area";
  }

  .sustaiablity-at-win-header {
    color: var(--olive-drab);
    margin-top: 0;
    margin-left: 40px;
  }

  .paragraph-91 {
    margin-left: 40px;
  }

  .esg-header {
    color: var(--olive-drab);
    -webkit-text-stroke-color: var(--olive-drab);
  }

  .esg-paragraph {
    color: var(--black);
    font-style: normal;
    line-height: 30px;
  }

  .the-winland-way-header {
    padding-left: 0;
  }

  .why-we-love-working-here {
    width: 900px;
    text-align: left;
    margin-top: 32px;
    margin-left: 159px;
    font-size: 50px;
    font-weight: 700;
  }

  .paragraph-92 {
    color: var(--black);
    font-size: 18px;
    line-height: 30px;
  }

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

  .pack-eng-and-graphics-header {
    margin-top: 0;
    padding-left: 0;
  }

  .pack-graphics-paragraph-91-copy {
    max-width: 700px;
    min-width: 400px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right, .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 60px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: .75fr .75fr .7fr .75fr .75fr .75fr .75fr 1fr;
    margin-bottom: 10px;
  }

  .uui-text-size-large {
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
  }

  .bold-text-8 {
    text-transform: uppercase;
  }

  .pasta-page-brands {
    grid-template-rows: auto auto auto auto;
  }

  .spoonables-hero-image {
    margin-top: 20px;
  }

  .pie-filling-lead-content-image-1-copy-copy {
    height: 650px;
  }

  .preserves-lead-content-image-2-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown.png');
    background-position: 50%;
  }

  .capabilities-header-home-copy {
    color: var(--olive-drab);
    text-shadow: none;
  }

  .preserves-lead-content-image-4-copy-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown-2.png');
    background-position: 50%;
  }

  .preserves-lead-content-image-3-copy-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Unknown-1.png');
    background-position: 50%;
  }

  .values-text {
    font-size: 18px;
  }

  .food-quality-grid {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  .dry-dinners-header-image {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-487334594.jpg');
  }

  .dry-dinners-lead-content-image-1-copy-copy-copy {
    height: 630px;
    margin-top: 0;
  }

  .uui-text-size-medium-p-dressing {
    height: 70px;
  }

  .uui-text-size-medium-p-dressing-2 {
    height: 200px;
  }

  .uui-text-size-medium-p-dressing-3 {
    height: 240px;
  }

  .uui-text-size-medium-preserves-2 {
    height: 100px;
  }

  .uui-text-size-medium-preserves-3 {
    height: 130px;
  }

  .uui-text-size-medium-dry-din-2 {
    height: 310px;
  }

  .uui-text-size-medium-dry-din-3 {
    height: 100px;
  }

  .uui-text-size-medium-pita-4 {
    height: 230px;
  }

  .uui-text-size-medium-pita-3 {
    height: 100px;
  }

  .pb-protein-lead-content-image-1-copy-copy-copy-copy {
    height: 630px;
    margin-top: 0;
  }

  .spoonable-detail-2 {
    height: 220px;
  }

  .spoonable-detail-3 {
    height: 180px;
  }

  .uui-layout68_item-copy-copy {
    margin-top: -11px;
  }

  .syrup-detail-1 {
    height: 380px;
  }

  .uui-text-size-medium-dry-dinner-4 {
    height: 70px;
  }

  .heading-18-copy {
    margin-top: 10px;
  }

  .welcome-to-winland-section {
    background-color: var(--white);
  }

  .welcome-hero-image {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .welcome-right-part {
    color: var(--white);
  }

  .capabilities-left-part {
    height: 500px;
    background-color: var(--white-wash);
  }

  .capabilities-hero-image-copy {
    height: 500px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Pasta-Plant-0426231331.jpg');
  }

  .product-image-link {
    max-width: 110%;
  }

  .other-sauces-lead-content-image-1-copy-copy-copy {
    height: 630px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-853303964.jpg');
    background-position: 50% 100%;
  }

  .other-sauces-lead-content-image-4-copy-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1250084655.jpg');
  }

  .other-sauces-hero-image-copy {
    margin-top: 20px;
  }

  .container-10 {
    max-width: 1800px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .team-circles {
    background-color: rgba(80, 158, 47, .1);
    background-image: none;
    background-position: 0 0;
    padding-left: 0;
  }

  .sustainability-iicons {
    width: 270px;
    height: 270px;
    max-height: none;
    max-width: 100%;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-left: 0;
  }

  .brix---header-overeview {
    color: var(--black);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-weight: 700;
  }

  .brix---header-overeview:hover {
    color: var(--olive-drab);
  }

  .brix---header-overeview:visited, .brix---header-overeview.w--current {
    color: var(--black);
  }

  .brix---header-overeview.w--current:hover {
    color: var(--olive-drab);
  }

  .brix---header-overeview.w--current:visited, .brix---header-nav-list-item {
    color: var(--black);
  }

  .brix---header-nav-list-item:hover {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-weight: 700;
  }

  .brix---header-logo {
    max-width: 300px;
  }

  .brix---container-default-4 {
    max-width: 1400px;
    margin-left: 92px;
    margin-right: 89px;
  }

  .text-block-123 {
    color: var(--black);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-weight: 700;
  }

  .brix---paragraph-default-2 {
    color: var(--black);
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 69px;
    font-family: bicyclette, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .brix---footer-bottom {
    color: #ec6767;
    border-top-style: none;
    border-top-color: rgba(0, 0, 0, 0);
    padding-top: 0;
  }

  .brix---footer-link {
    color: var(--black);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
  }

  .brix---footer-link:hover {
    color: var(--olive-drab);
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, .25fr) auto auto;
  }

  .brix---footer-top {
    padding-bottom: 138px;
  }

  .brix---footer-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Green-Swoosh.png');
    background-position: 50% 110%;
    background-repeat: repeat-x;
    background-size: auto;
  }

  .copyright-text {
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 69px;
    font-family: bicyclette, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }

  .italic-text {
    text-align: center;
    line-height: 24px;
  }

  .brix---paragraph-default-3 {
    color: var(--black);
    text-align: left;
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }

  .brix---heading-h3-size-2 {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
  }

  .brix---heading-h2-size-3 {
    color: var(--black);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-weight: 400;
  }

  .brix---subtitle {
    color: var(--olive-drab);
    margin-bottom: 54px;
    font-family: bicyclette, sans-serif;
    font-size: 44px;
  }

  .welcome-hero-image-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1295846255.jpg');
    background-position: 50% 0;
  }

  .hero-title-copy-copy.word {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .brix---img-floating-right {
    margin-top: 110px;
    margin-left: -128px;
    padding-right: 0;
    top: -35%;
  }

  .brix---img-floating-left {
    margin-top: -91px;
    margin-left: -87px;
  }

  .brix---heading-h1-size {
    color: var(--white);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
  }

  .brix---section-hero-top-small {
    background-color: var(--olive-drab);
  }

  .join-us-section-2-copy-copy {
    height: 400px;
  }

  .our-culture-hero-image-copy-copy {
    height: 500px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-823447656.jpg');
  }

  .join-us-hero-image-copy-copy {
    height: 400px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1341305893.jpg');
  }

  .careers-hero-image-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1295846255.jpg');
    background-position: 50% 0;
  }

  .brix---paragraph-default-3-copy {
    color: var(--black);
    text-align: center;
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }

  .div-block-44 {
    padding-left: 10px;
  }

  .link-21, .link-22, .link-23, .link-24 {
    color: var(--olive-drab);
    font-weight: 700;
  }

  .link-25 {
    color: var(--olive-drab);
  }

  .link-25.w--current {
    font-weight: 700;
  }

  .link-26 {
    color: var(--olive-drab);
    font-weight: 700;
  }

  .welcome-right-part-copy {
    background-color: var(--white);
    color: var(--white);
  }

  .rnd-innovation-section-2 {
    background-color: var(--white);
    grid-template-columns: .95fr 1fr;
  }

  .environmental-impact-hero-image {
    background-color: var(--untitled-ui-white);
    object-fit: none;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/World-icon.png');
    background-position: 50%;
    background-size: 300px 300px;
    margin-left: 400px;
  }

  .rnd-innovation-right-part-copy-copy {
    background-color: var(--olive-drab-tint);
    color: var(--white);
  }

  .sustainability-hero-image {
    height: 500px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-926547380-cropped.jpg');
    background-position: 50% 0;
  }

  .food-manufacturing-section-2-copy {
    height: 500px;
  }

  .food-safety-para {
    width: 700px;
    color: var(--black);
    padding-right: 40px;
  }

  .social-impact-hero-image {
    width: 300px;
    height: 300px;
    max-height: 400px;
    max-width: 400px;
    min-height: 225px;
    min-width: 225px;
    object-fit: none;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Social-icon.png');
    background-position: 0 0;
    background-size: 300px;
    margin-top: 100px;
  }

  .food-safety-par {
    grid-template-columns: 1fr;
  }

  .food-quality-section-copy {
    background-color: var(--white);
    grid-template-columns: .75fr .75fr;
    margin-top: 18px;
  }

  .food-quality-para {
    color: var(--black);
  }

  .governance-hero-image {
    width: 200px;
    max-height: 400px;
    max-width: 200px;
    background-color: var(--color);
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Repoprt-icon.png');
    background-position: 50%;
    background-size: auto;
    margin-top: 20px;
    margin-left: 500px;
  }

  .div-block-48 {
    margin-bottom: 10px;
    margin-left: -119px;
  }

  .image-78, .image-79 {
    max-width: 60%;
  }

  .food-safety-section-2-copy {
    height: 580px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-template-columns: .5fr .5fr .7fr;
    margin-bottom: 46px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-template-columns: .5fr .5fr .5fr .5fr;
    margin-bottom: 46px;
  }

  .food-safety-section-2-copy-copy {
    height: 570px;
  }

  .packaging-and-graphics-section-2 {
    height: 520px;
    min-height: 520px;
  }

  .packaging-and-graphics-left-part-copy {
    height: 520px;
    background-color: var(--olive-drab);
    padding-top: 41px;
    padding-bottom: 0;
  }

  .packaging-and-graphics-hero-image {
    height: 520px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-605442315.jpg');
  }

  .warehouse-logistics-section-copy-copy {
    background-color: var(--white);
  }

  .warehouse-logistics-hero-image-copy-copy {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-931441692-Logistics-copy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .distribution-header-copy {
    margin-top: 99px;
    font-size: 30px;
  }

  .social-impact-head-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 10px;
    grid-template-columns: .5fr .5fr .7fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .image-80, .image-81 {
    max-width: 170px;
  }

  .image-82 {
    max-width: 270px;
  }

  .image-83 {
    margin-top: 20px;
  }

  .map2 {
    max-width: 220%;
  }

  .image-86 {
    margin-top: 28px;
  }

  .image-87, .image-88, .image-89 {
    margin-top: 18px;
  }

  .paragraph-86-copy {
    width: 800px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 131px;
    padding-left: 0;
  }

  .brix---heading-h3-size-2-copy {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-size: 30px;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    text-transform: uppercase;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-template-columns: .75fr .75fr .7fr .75fr .75fr .75fr .75fr;
    margin-bottom: 10px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 10px;
    grid-template-columns: .5fr .5fr .7fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .welcome-right-part-copy {
    color: var(--white);
  }

  .welcome-right-part-copy-copy {
    background-color: var(--white);
    color: var(--white);
  }

  .capabilities-header-home-copy {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .56);
  }

  .capabilities-header-home-copy-copy {
    color: var(--olive-drab);
    text-shadow: none;
  }

  .bold-text-copy {
    text-shadow: none;
    font-weight: 700;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-top: -11px;
  }

  .spoonable-detail-2-copy {
    height: 220px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-top: -11px;
  }

  .welcome-right-part-copy-copy {
    background-color: var(--white);
    color: var(--white);
  }

  .food-safety-section-2-copy-copy {
    height: 480px;
    grid-column-gap: 0px;
    grid-template-columns: .95fr 1fr;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-template-columns: .75fr .75fr .7fr .75fr .75fr .75fr .75fr 1fr;
    margin-bottom: 10px;
  }

  .bold-text-copy-copy, .bold-text-copy-copy-copy {
    text-shadow: none;
    font-weight: 700;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-template-columns: .5fr .5fr .5fr .5fr;
    margin-bottom: 46px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-template-columns: .75fr .75fr .7fr .75fr .75fr .75fr .75fr 1fr;
    margin-bottom: 10px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-template-columns: .75fr .75fr .7fr .75fr .75fr .75fr .75fr;
    margin-bottom: 10px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-template-columns: .5fr .5fr .5fr .5fr;
    margin-bottom: 46px;
  }

  .other-sauces-lead-content-image-1-copy-copy-copy-copy {
    height: 630px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-853303964.jpg');
    background-position: 50% 100%;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: 0;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: 40px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: -11px;
  }

  .spoonable-detail-2-copy {
    height: 220px;
  }

  .spoonables-header-home-copy-copy {
    color: var(--white);
    text-shadow: 0 3px 3px rgba(0, 0, 0, .56);
  }

  .spoonable-detail-2-copy-copy {
    height: 80px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: -11px;
  }

  .spoonable-detail-3-copy {
    height: 180px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-template-columns: .75fr .75fr .7fr;
    margin-bottom: 10px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-template-columns: .75fr .75fr .7fr;
    margin-bottom: 10px;
    margin-left: 100px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy-copy {
    grid-template-columns: .5fr .5fr .5fr .5fr;
    margin-bottom: 46px;
  }

  .welcome-right-part-copy-copy {
    background-color: var(--white);
    color: var(--white);
  }

  .welcome-right-part-copy-copy-copy {
    background-color: var(--white);
    color: var(--white);
    margin-top: 24px;
  }

  .capabilities-header-home-copy-copy {
    color: var(--olive-drab);
    text-shadow: none;
    color: var(--olive-drab);
    text-shadow: none;
  }

  .sauces-detail-3-copy {
    height: 240px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-column-gap: 10px;
    grid-template-columns: .5fr .5fr .7fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .capabilities-header-home-copy {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .56);
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: -11px;
  }

  .pack-graphics-paragraph-91-copy-copy {
    max-width: 700px;
    min-width: 400px;
  }

  .food-safety-para-copy {
    width: 700px;
    color: var(--black);
    margin-left: 200px;
    padding-right: 20px;
  }

  .food-quality-para-copy {
    color: var(--black);
  }

  .pack-graphics-paragraph-91-copy-copy-copy {
    max-width: 700px;
    min-width: 400px;
    padding-left: 0;
  }

  .sub-heading-esg {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-19 {
    color: #fff;
    text-align: center;
  }

  .bold-text-15 {
    color: var(--black);
    line-height: 24px;
  }

  .image-92 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bold-text-16 {
    color: #020202;
    text-align: center;
  }

  .randd-innovation-image {
    max-height: 815px;
    max-width: 980px;
  }

  .food-quality-image {
    max-height: 600px;
    max-width: 980px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-1364454753.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .food-safety-image {
    max-height: 700px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-153337656.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .food-safety-header {
    color: var(--olive-drab);
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 200px;
    font-family: bicyclette, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
  }

  .italic-text-3, .italic-text-4 {
    font-style: normal;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .careers-header-3.customer-header {
    margin-top: 0;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-large.uma-button {
    width: auto;
    position: static;
  }

  .hero1-product-name {
    width: auto;
    background-color: #fff;
    border-top-style: none;
    border-right-style: none;
    padding: 0;
    position: static;
  }

  .section {
    margin-top: -32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-70a {
    margin-bottom: 10px;
  }

  .product-image {
    background-position: 50%;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .convenience-store-image {
    width: auto;
    min-height: 480px;
    margin: 0 0 36px -3px;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    width: 100%;
    height: 640px;
    max-width: 738px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .content8-category-image {
    background-position: 50%;
  }

  .product8-headline-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    position: static;
  }

  .hero2-image {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    width: 100%;
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: static;
  }

  .hero2-product {
    color: var(--white);
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    padding: 47px 0 67px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .content {
    max-width: 738px;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content10-bottom-section {
    margin-top: 60px;
  }

  .content32-quote {
    width: auto;
    position: static;
  }

  .content32-image {
    margin-top: 0;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content11-image {
    min-height: 460px;
    background-position: 50%;
    margin-left: 0;
  }

  .content11-headline-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .nav1-menu-wrap {
    background-color: var(--white-wash);
  }

  .products {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    height: 260px;
  }

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

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .content14-image {
    height: 376px;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cta7-map-wrap {
    min-height: 360px;
    flex-direction: row;
    display: flex;
  }

  .content6-image1 {
    height: 260px;
    background-position: 50% 0;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content7-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content25-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 100px;
  }

  .content28-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content29-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content32-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content33-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: .5fr .25fr .25fr;
    grid-template-areas: ". Area";
  }

  .other4-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer1-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper {
    margin-top: 40px;
  }

  .wrapper.m50-100 {
    margin-left: 20px;
  }

  .wrapper.m0-50 {
    padding-bottom: 10px;
  }

  .wrapper.first-wrap {
    margin-top: 50px;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    min-height: 360px;
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer1-link {
    margin-top: 13px;
  }

  .footer1-bottom-link {
    margin-top: -20px;
    margin-left: 220px;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

  .checkout-form {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .order-confirmation-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .blog-detail-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .promopage-deco-part {
    height: 260px;
  }

  .image {
    width: 250px;
    margin-left: 40px;
  }

  .grid-2 {
    grid-template-rows: minmax(81px, 1.25fr) minmax(auto, .25fr);
  }

  .link-2, .link-3, .link-4, .link-5 {
    margin-top: 0;
  }

  .top-text-wrapper {
    margin-left: 20px;
  }

  .why-syrio-text-wrapper {
    width: 100%;
    margin-right: 20px;
  }

  .why-syrio-wrappper {
    flex-direction: column;
    margin-left: 20px;
  }

  .extra-large-paragraph {
    margin-left: 0;
    margin-right: 20px;
  }

  .features-heading {
    margin-left: 100px;
  }

  .table-wrapper {
    width: 100%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 20%;
  }

  .top-text {
    margin-left: 0;
  }

  .syrio-comparison {
    grid-template-columns: 2.75fr .75fr .75fr .75fr;
    margin-left: 20px;
    margin-right: 40px;
  }

  .table-cell-wrapper.first {
    background-color: rgba(0, 0, 0, 0);
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-right: 20px;
    padding-right: 0;
    position: relative;
    right: 140px;
  }

  .grid-8 {
    grid-template-columns: 1.25fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-71 {
    margin-top: 0;
    padding-left: 40px;
    font-size: 14px;
  }

  .quick-service-restaurant, .banks-credit-unions, .commercial-real-estate, .corporations, .schools, .corporate, .manufacturing, .education, .retail, .corporate-copy, .commercial-property {
    width: auto;
    min-height: 480px;
    margin: 0 0 36px -3px;
    position: static;
  }

  .other-products {
    margin-top: -84px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    margin-left: 10px;
  }

  .banks-ext {
    width: auto;
    min-height: 480px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Banks.png');
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 0 36px -3px;
    position: static;
  }

  .image-4 {
    width: 600px;
    min-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    min-width: 700px;
  }

  .container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-team {
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-graphic {
    margin-top: 60px;
    margin-left: -30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-11 {
    grid-template-columns: 1.25fr;
    grid-template-areas: "Area";
  }

  .background-video {
    min-height: 400px;
    margin-top: -120px;
  }

  .sustainability-learn-more {
    margin-left: 58px;
    padding-left: 25px;
  }

  .hero-container {
    padding-top: 124px;
  }

  .home-about-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .home-about-header.word {
    margin-top: 0;
    font-size: 47px;
  }

  .home-about-header.title-2 {
    margin-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .hero-text-block {
    width: 400px;
  }

  .hero-image {
    height: 400px;
    top: 147px;
  }

  .hero-image.macbook {
    height: 300px;
    margin-top: 140px;
    top: 64px;
    right: -29px;
  }

  .hero-buttons-wrapper {
    margin-top: 10px;
  }

  .capabilities-home-par {
    margin-bottom: 0;
    padding-left: 58px;
    font-size: 14px;
    line-height: 22px;
  }

  .work-culture-home {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .hero-title-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .hero-title-2.word {
    margin-top: 0;
    font-size: 47px;
  }

  .hero-title-2.title-2 {
    margin-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .mission-vision.customer-header, .winland-way-copy.customer-header, .winland-way-copy.customer-header, .about-header1.customer-header, .winland-way-copy.customer-header {
    margin-top: 0;
  }

  .hero-title-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .hero-title-copy.word {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-title-copy.title-2 {
    margin-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .nav1-wrap-copy {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .navbar1-copy1, .navbar1-copy2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar1-copy2.active-nav1 {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
  }

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

  .map-section {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    grid-template-areas: "Area Area"
                         ". .";
    grid-auto-columns: minmax(200px, 1fr);
  }

  .locations-heading-9 {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .grid-20 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .grid-22 {
    grid-template-columns: 59% 51%;
    display: inline-block;
  }

  .winland-way-copy.customer-header {
    margin-top: 0;
  }

  .div-block-12 {
    margin-left: 20px;
  }

  .jobs-at-winland-header {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .sustainability-header-home {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  }

  .image-31 {
    max-width: 600px;
  }

  .careers-header-1.customer-header {
    margin-top: 0;
  }

  .who-we-serve {
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .grid-26 {
    grid-template-columns: 2fr;
  }

  .sustaiablity-at-win-header {
    margin-top: -17px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-91 {
    max-width: 400px;
    min-width: 230px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-18 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-119 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-18 {
    margin-top: 56px;
  }

  .esg-header {
    font-size: 44px;
  }

  .section-24 {
    height: 820px;
  }

  .the-winland-way-header {
    padding-left: 0;
    line-height: 54px;
  }

  .why-we-love-working-here {
    text-transform: uppercase;
    margin-top: 22px;
    font-family: bicyclette, sans-serif;
    font-size: 30px;
  }

  .div-block-19 {
    min-height: 300px;
    margin-top: 10px;
    margin-left: 58px;
  }

  .working-at-winland-pic {
    max-height: 40%;
    min-height: 350px;
    object-fit: contain;
    margin-left: 77px;
  }

  .about-win-par {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-93 {
    max-width: 109%;
    margin-right: -24px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-94 {
    margin-right: 0;
  }

  .div-block-21 {
    margin-top: -25px;
    margin-left: -153px;
  }

  .div-block-23 {
    margin-top: 80px;
  }

  .home-link {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
  }

  .products-link, .careers-link, .capabilities-link, .about-link {
    background-image: linear-gradient(to bottom, var(--white-wash), var(--white-wash));
  }

  .div-block-28, .div-block-29, .div-block-30, .div-block-31 {
    min-width: 200px;
  }

  .bold-text {
    padding-left: 54px;
    font-size: 30px;
  }

  .paragraph-96s {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-32 {
    grid-template-columns: 1.25fr;
  }

  .food-manufacturing-image {
    height: 400px;
    background-position: 100%;
  }

  .rnd-inn-grid {
    grid-template-columns: 2fr;
  }

  .pack-eng-and-graphics-header {
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .warehouse-logistics-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 8.5fr 1.5fr;
  }

  .div-block-34 {
    height: 400px;
  }

  .div-block-35 {
    max-width: 150px;
    min-width: 100px;
  }

  .div-block-36 {
    margin-top: -60px;
    padding-left: 60px;
  }

  .environmental-impact-header-copy {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .rnd-paragraph-91-copy {
    max-width: 450px;
    min-width: 230px;
    font-size: 12px;
    line-height: 16px;
  }

  .logistics-header-copy {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .logistics-paragraph-91-copy {
    max-width: 450px;
    min-width: 230px;
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .pack-graphics-paragraph-91-copy {
    max-width: 450px;
    min-width: 300px;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .container-8 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 60px;
    margin-left: 20px;
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 60px;
    margin-left: -27px;
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    width: 550px;
    height: 200px;
    grid-column-gap: 8px;
    grid-template-columns: .75fr .75fr .75fr 1fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---container-default {
    max-width: 600px;
    padding-right: 40px;
  }

  .brix---section-small---bottom-large {
    height: 400px;
    padding-top: 20px;
    padding-bottom: 56px;
  }

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

  .grid-36 {
    grid-column-gap: 8px;
    grid-template-columns: 25% 70%;
  }

  .slide-4 {
    margin-top: 0;
    position: static;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .uui-layout84_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .uui-heading-medium {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

  .about-sub-head {
    margin-top: 10px;
  }

  .who-we-serve-grid {
    grid-template-columns: 2fr .25fr;
  }

  .image-72 {
    max-width: 160px;
    padding-left: 10px;
  }

  .term-conditions-header.customer-header {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .dressing-lead-content-image-1, .dressing-lead-content-image-2 {
    min-width: 200px;
  }

  .uui-layout68_item {
    margin-top: -24px;
    margin-left: 36px;
    padding-left: 112px;
  }

  .uui-layout68_item-list {
    margin-top: -137px;
  }

  .uui-layout68_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .uui-layout68_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pasta-page-brands {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-top: 40px;
  }

  .packaging-image {
    margin-left: -11px;
  }

  .uui-layout12_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout12_number-text {
    margin-top: 30px;
  }

  .uui-layout12_number {
    font-size: 80px;
  }

  .uui-layout12_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pasta-lead-content-image-1-copy, .pasta-lead-content-image-2-copy, .red-sauce-lead-content-image-1-copy-copy, .red-sauces-content-image-2-copy-copy {
    min-width: 200px;
  }

  .sauce-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .spoonables-lead-content-image-1-copy-copy, .spoonables-lead-content-image-2-copy-copy {
    min-width: 200px;
  }

  .spoonables-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
    margin-left: -27px;
  }

  .mayo-header {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .pie-filling-lead-content-image-1-copy-copy, .preserves-lead-content-image-2-copy-copy {
    min-width: 200px;
  }

  .pie-filling-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .pie-filling-header-1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .about-us-header-hero-image {
    padding-left: 20px;
  }

  .pie-filling-page-brands-copy {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .image-74 {
    margin-left: 124px;
  }

  .capabilities-header-home-copy {
    margin-top: 27px;
    margin-bottom: 0;
    margin-left: 58px;
    font-size: 40px;
  }

  .products-section {
    height: 820px;
  }

  .uui-layout68_item-copy3 {
    padding-left: 150px;
  }

  .preserves-lead-content-image-1-copy-copy-copy {
    min-width: 200px;
  }

  .preserves-hero-image-copy {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .preserves-header-copy {
    margin-top: 71px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 200px;
  }

  .process {
    margin-left: 146px;
  }

  .uui-layout68_item-copy {
    margin-left: -146px;
    padding-left: 87px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: -96px;
  }

  .main-office-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .syrup-lead-content-image-1-copy {
    min-width: 200px;
    background-position: 50% 0;
  }

  .syrup-lead-content-image-2-copy, .pie-filling-lead-content-image-2-copy-copy-copy {
    min-width: 200px;
  }

  .uui-layout68_item-copy {
    margin-left: 39px;
  }

  .dry-blends-lead-content-image-1-copy-copy, .dry-blends-lead-content-image-2-copy-copy {
    min-width: 200px;
  }

  .uui-layout68_image-copy {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .uui-layout68_image-copy-copy {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .dry-dinners-lead-content-image-1-copy-copy-copy {
    height: 400px;
    min-width: 200px;
  }

  .dry-dinners-lead-content-image-2 {
    min-width: 200px;
  }

  .dry-dinner-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    display: none;
  }

  .uui-layout68_item-copy {
    margin-top: 0;
    margin-left: 27px;
  }

  .pita-chips-lead-content-image-1-copy-copy-copy, .pita-chips-lead-content-image-2-copy-copy-copy {
    min-width: 200px;
  }

  .pita-chips-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .uui-text-size-medium-preserves-2 {
    height: 120px;
  }

  .uui-text-size-medium-preserves-3 {
    height: 150px;
  }

  .uui-layout68_item-baking-2 {
    margin-left: 146px;
  }

  .uui-layout68_item-baking-4 {
    margin-left: 134px;
  }

  .pita-chips-lead-content-image-1-copy-copy-copy-copy {
    min-width: 200px;
  }

  .uui-text-size-medium-pita-4 {
    height: 230px;
  }

  .uui-text-size-medium-pita-3 {
    height: 120px;
  }

  .pb-protein-lead-content-image-1-copy-copy-copy-copy {
    height: 400px;
    min-width: 200px;
  }

  .pb-protein-lead-content-image-2-copy {
    min-width: 200px;
  }

  .pb-protein-hero-image-copy {
    width: 300px;
    height: 450px;
    clear: both;
    object-fit: cover;
    margin-top: 62px;
    margin-left: 200px;
  }

  .uui-text-size-medium-pb-protein-4 {
    height: 100px;
  }

  .spoonable-detail-1 {
    font-family: Montserrat, sans-serif;
  }

  .spoonable-detail-2 {
    height: 220px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .spoonable-detail-3 {
    height: 240px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 128px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 124px;
  }

  .syrup-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .pita-content-3 {
    margin-left: 112px;
  }

  .div-block-41 {
    width: 500px;
    height: 600px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 49px;
  }

  .heading-18-copy {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .kutup-cta-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .welcome-to-winland-section {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .welcome-hero-image {
    background-position: 50% 0;
  }

  .capabilities-left-part {
    padding-left: 9%;
  }

  .capabilities-section-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .welcome-to-winland-section-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .working-at-winland-section-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .home-pg-products--grid-3-columns-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .products-section2 {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .products-cat-label {
    font-size: 22px;
    line-height: 32px;
  }

  .products-header-2 {
    font-size: 40px;
    line-height: 46px;
  }

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

  .product---mg-bottom-48px-copy {
    margin-bottom: 40px;
  }

  .brix---section-copy {
    padding-top: 118px;
    padding-bottom: 20px;
  }

  .image-77 {
    margin-left: 68px;
  }

  .other-sauces-lead-content-image-1-copy-copy-copy, .other-sauces-lead-content-image-2-copy-copy-copy {
    min-width: 200px;
  }

  .other-sauces-hero-image-copy {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
  }

  .mission-vision-sub-head.customer-header {
    margin-top: 0;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .sustainability-iicons {
    width: 190px;
    height: 190px;
  }

  .div-block-43 {
    margin-top: 65px;
    margin-left: -68px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-weight: 700;
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--black);
    text-transform: uppercase;
    padding: 24px;
    font-family: bicyclette, sans-serif;
    font-weight: 700;
  }

  .brix---header-menu-wrapper:hover {
    color: var(--olive-drab);
    font-weight: 700;
  }

  .brix---header-menu-wrapper:active {
    color: var(--black);
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper, .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-list-item {
    margin-bottom: 0;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 53px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .brix---footer-wrapper {
    background-position: 40% 100%;
    background-size: 100% 15%;
    background-attachment: scroll;
  }

  .italic-text {
    font-size: 14px;
    line-height: 20px;
  }

  .italic-text-2 {
    font-size: 26px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    color: var(--black);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
    font-size: 28px;
    line-height: 34px;
  }

  .brix---subtitle {
    color: var(--olive-drab);
    font-family: bicyclette, sans-serif;
    font-size: 44px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

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

  .who-we-are-2-section {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-title-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .hero-title-copy-copy.word {
    margin-top: 0;
    font-size: 30px;
  }

  .hero-title-copy-copy.title-2 {
    margin-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .our-culture-section-2-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---img-floating-right {
    width: 60%;
  }

  .brix---img-floating-left {
    width: 70%;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

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

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .join-us-section-2-copy-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-45 {
    margin-top: -62px;
  }

  .div-block-46 {
    margin-top: -65px;
  }

  .div-block-47 {
    padding-left: 0;
  }

  .heading-18-copy {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .locations-section2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .welcome-right-part-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .rnd-innovation-section-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .sustainability-hero-image {
    height: 550px;
    background-position: 100%;
  }

  .food-manufacturing-section-2-copy {
    height: 400px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr .75fr;
  }

  .food-safety-para {
    width: 320px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .social-impact-hero-image {
    height: 450px;
  }

  .food-safety-par {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .food-quality-section-copy {
    height: 420px;
    min-height: 350px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1.75fr;
  }

  .food-quality-para {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .governance-hero-image {
    height: 420px;
    max-height: 400px;
    max-width: 200px;
    margin-left: 89px;
  }

  .food-safety-section-2-copy {
    height: 450px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr .75fr;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    margin-top: 38px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-template-columns: .25fr .25fr .25fr 1fr;
    justify-content: center;
    margin-top: -17px;
  }

  .food-safety-section-2-copy-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .packaging-and-graphics-section-2 {
    height: 450px;
    min-height: 450px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .packaging-and-graphics-left-part-copy {
    padding-left: 13%;
  }

  .packaging-and-graphics-hero-image {
    height: 450px;
  }

  .warehouse-logistics-section-copy-copy {
    min-height: 350px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .warehouse-logistics-hero-image-copy-copy {
    background-position: 50%;
  }

  .distribution-header-copy {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .social-impact-head-copy {
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    width: 500px;
    height: 250px;
    min-height: 250px;
    min-width: 500px;
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr .75fr .75fr;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-83 {
    margin-top: 20px;
  }

  .bold-text-9 {
    font-size: 28px;
  }

  .image-84 {
    clear: both;
  }

  .image-85 {
    margin-top: 20px;
  }

  .view-products-button-copy {
    margin-left: 2px;
    padding-left: 25px;
  }

  .image-72-copy {
    max-width: 100px;
    padding-left: 10px;
  }

  .paragraph-86-copy {
    width: 700px;
    margin-left: -8px;
  }

  .brix---heading-h3-size-2-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    width: 250px;
    height: 100px;
    grid-column-gap: 8px;
    grid-template-columns: .25fr .25fr .25fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 52px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    width: 550px;
    height: 250px;
    min-height: 250px;
    min-width: 550px;
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-50 {
    margin-top: 20px;
  }

  .capabilities-header-home-copy {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  }

  .capabilities-header-home-copy-copy {
    margin-bottom: 0;
    margin-left: 58px;
    font-size: 40px;
  }

  .bold-text-copy {
    padding-left: 54px;
    font-size: 30px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 124px;
  }

  .uui-layout68_item-copy {
    padding-left: 112px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: -96px;
  }

  .spoonable-detail-2-copy {
    height: 220px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 124px;
  }

  .food-safety-section-2-copy-copy {
    height: 450px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1.75fr;
  }

  .brix---grid-6-columns-logo-strip-copy {
    width: 550px;
    height: 200px;
    grid-column-gap: 8px;
    grid-template-columns: .75fr .75fr .75fr 1fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
  }

  .bold-text-copy-copy, .bold-text-copy-copy-copy {
    padding-left: 0;
    font-size: 30px;
  }

  .div-block-43-copy {
    margin-top: 0;
    margin-left: -68px;
  }

  .div-block-18-copy {
    margin-top: 2px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-template-columns: .25fr .25fr .25fr 1fr;
    justify-content: center;
    margin-top: -17px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    width: 550px;
    height: 200px;
    grid-column-gap: 8px;
    grid-template-columns: .5fr .5fr .5fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    width: 350px;
    height: 100px;
    grid-column-gap: 8px;
    grid-template-columns: .5fr .5fr .5fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    width: 250px;
    height: 100px;
    min-height: 150px;
    min-width: 350px;
    grid-column-gap: 8px;
    grid-template-columns: .25fr .25fr .25fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-column-gap: 3px;
    grid-template-columns: .25fr .25fr .25fr 1fr;
    justify-content: center;
    margin-top: -17px;
  }

  .uui-layout68_item-copy {
    margin-top: 109px;
    padding-left: 112px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 49px;
    padding-left: 87px;
  }

  .other-sauces-lead-content-image-1-copy-copy-copy-copy {
    height: 300px;
    min-width: 200px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: 96px;
    margin-left: 124px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 128px;
  }

  .image-90 {
    margin-left: 93px;
  }

  .preserves-header-copy-copy {
    margin-top: 71px;
    font-size: 30px;
    line-height: 36px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: 0;
    margin-left: 150px;
  }

  .image-84-copy {
    clear: both;
    margin-left: 87px;
  }

  .pita-content-3-copy {
    margin-left: 134px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 153px;
  }

  .pb-protein-hero-image-copy-copy {
    width: 300px;
    height: 450px;
    clear: both;
    object-fit: cover;
    margin-top: 62px;
    margin-left: 200px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: 96px;
    margin-left: 124px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy-copy {
    margin-left: 128px;
  }

  .spoonable-detail-2-copy {
    height: 220px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 49px;
    padding-left: 87px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 159px;
  }

  .image-91 {
    margin-left: 36px;
  }

  .uui-layout68_item-copy-copy {
    margin-top: -14px;
    margin-left: 77px;
  }

  .spoonables-header-home-copy-copy {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  }

  .spoonable-detail-2-copy-copy {
    height: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 124px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-top: 0;
    margin-left: 124px;
  }

  .spoonable-detail-3-copy {
    height: 180px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: 93px;
    margin-left: 124px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-top: 65px;
    margin-left: 46px;
  }

  .uui-layout68_item-copy {
    margin-top: 99px;
    margin-left: 36px;
    padding-left: 112px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    width: 250px;
    height: 100px;
    min-height: 150px;
    min-width: 350px;
    grid-column-gap: 8px;
    grid-template-columns: .25fr .25fr .25fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 20px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    width: 350px;
    height: 100px;
    grid-column-gap: 8px;
    grid-template-columns: .5fr .5fr .5fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 8px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy-copy {
    grid-column-gap: 3px;
    grid-template-columns: .25fr .25fr .25fr 1fr;
    justify-content: center;
    margin-top: -17px;
  }

  .welcome-right-part-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .capabilities-header-home-copy-copy {
    margin-top: 27px;
    margin-bottom: 0;
    margin-left: 58px;
    font-size: 40px;
  }

  .sauces-detail-3-copy {
    height: 240px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    width: 550px;
    height: 250px;
    min-height: 250px;
    min-width: 550px;
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -33px;
    padding-right: 0;
  }

  .capabilities-header-home-copy {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  }

  .uui-layout68_item-copy-copy {
    margin-top: 109px;
    padding-left: 112px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 49px;
    padding-left: 87px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: 0;
    margin-left: 128px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-top: -14px;
    margin-left: 77px;
  }

  .uui-layout68_item-baking-2-copy {
    margin-left: 146px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 159px;
  }

  .pack-graphics-paragraph-91-copy-copy {
    max-width: 450px;
    min-width: 300px;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .food-safety-para-copy {
    width: 340px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .rnd-paragraph-91-copy-copy {
    max-width: 450px;
    min-width: 230px;
    font-size: 12px;
    line-height: 16px;
  }

  .food-quality-para-copy {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .pack-graphics-paragraph-91-copy-copy-copy {
    max-width: 450px;
    min-width: 300px;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-15 {
    font-size: 20px;
    line-height: 22px;
  }

  .randd-innovation-image, .food-safety-image {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .careers-header-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .section {
    margin-top: -38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .size3-text {
    margin-top: 100px;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .convenience-store-image {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

  .content9-image1 {
    margin-bottom: 20px;
  }

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero2-image {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content10-bottom-section {
    margin-top: 40px;
  }

  .content32-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content32-image {
    height: auto;
    min-height: 360px;
  }

  .content35-pictures-feed {
    min-height: 360px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content11-image {
    min-height: 360px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

  .products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content25-item {
    padding-right: 0;
  }

  .blog3-image {
    padding: 26px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .product5-nav-wrap {
    position: static;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content23-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content24-grid, .content25-grid, .content28-grid, .content29-grid, .content32-grid, .content33-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer1-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr .25fr .5fr;
    grid-template-areas: ". Area";
  }

  .other4-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer1-bottom-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-headline-grid, .headline-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .cta11-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .footer1-bottom-link {
    margin-top: -28px;
    margin-left: 300px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content28-logo {
    max-height: none;
    max-width: 100%;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .checkout-form {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .image {
    width: 200px;
  }

  .features-heading {
    margin-left: 0;
  }

  .table-wrapper {
    right: 27%;
  }

  .syrio-comparison {
    margin-right: 40px;
  }

  .table-cell-wrapper.first {
    background-color: rgba(0, 0, 0, 0);
  }

  .syrio-tabs-description-wrapper {
    margin-bottom: 40px;
  }

  .form-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-service-restaurant, .banks-credit-unions, .commercial-real-estate, .corporations, .schools, .corporate, .manufacturing, .education, .retail, .corporate-copy, .commercial-property {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .other-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .banks-ext {
    min-height: 400px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Banks.png');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 18px;
  }

  .image-4 {
    width: 500px;
    min-width: 500px;
  }

  .section-4 {
    min-width: 550px;
  }

  .container {
    max-width: 500px;
    padding-right: 0;
  }

  .container-2 {
    max-width: 550px;
  }

  .our-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    height: 10%;
  }

  .footer-graphic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    grid-template-columns: 1.25fr;
    grid-template-areas: "Area";
    margin-left: 0;
  }

  .our-products-header {
    margin-top: 20px;
  }

  .sustainability-learn-more {
    width: 150px;
    margin: 5px 0 20px;
    padding: 10px 10px 9px;
    font-size: 14px;
  }

  .hero-container {
    padding-top: 102px;
  }

  .home-about-header {
    font-size: 3vw;
    line-height: 5vw;
  }

  .home-about-header.word {
    font-size: 6vw;
    line-height: 5vw;
  }

  .home-about-header.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .hero-text-block {
    width: 50%;
  }

  .hero-image {
    height: 310px;
  }

  .hero-image.macbook {
    height: auto;
    margin-left: 0;
    top: 95px;
    right: -9px;
  }

  .hero-buttons-wrapper {
    margin-top: 16px;
  }

  .capabilities-home-par {
    margin-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .work-culture-home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .hero-title-2 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .hero-title-2.word {
    font-size: 6vw;
    line-height: 5vw;
  }

  .hero-title-2.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .mission-vision, .winland-way-copy, .winland-way-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .about-header1 {
    padding-left: 0;
    font-size: 44px;
    line-height: 42px;
  }

  .winland-way-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-title-copy {
    font-size: 3vw;
    line-height: 5vw;
  }

  .hero-title-copy.word {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-title-copy.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .nav1-wrap-copy {
    grid-column-gap: 20px;
  }

  .navbar1-copy1, .navbar1-copy2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .locations-heading-9 {
    margin-top: 17px;
    font-size: 24px;
  }

  .winland-way-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .paragraph-86 {
    font-size: 12px;
    line-height: 22px;
  }

  .jobs-at-winland-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .sustainability-header-home {
    margin-top: 200px;
    padding-left: 40px;
    font-size: 40px;
  }

  .careers-header-1 {
    font-size: 34px;
    line-height: 42px;
  }

  .who-we-serve {
    padding-left: 20px;
    font-size: 24px;
  }

  .sustaiablity-at-win-header {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-91 {
    min-width: 250px;
    padding-left: 0;
    padding-right: 20px;
  }

  .section-24 {
    height: 700px;
  }

  .section-25 {
    height: 450px;
  }

  .the-winland-way-header {
    margin-top: 0;
  }

  .why-we-love-working-here {
    margin-left: 5px;
    font-size: 30px;
  }

  .div-block-19, .working-at-winland-pic {
    min-height: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-win-par {
    padding-left: 0;
  }

  .paragraph-93 {
    max-width: 100%;
    margin-right: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-94 {
    max-width: 100%;
  }

  .bold-text {
    padding-left: 10px;
    font-size: 30px;
  }

  .paragraph-96s {
    padding-left: 20px;
  }

  .products-header {
    margin-top: 72px;
    margin-left: 20px;
  }

  .div-block-36 {
    margin-top: -61px;
  }

  .environmental-impact-header-copy {
    padding-left: 0;
    font-size: 24px;
  }

  .rnd-paragraph-91-copy {
    padding-left: 0;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .pack-graphics-paragraph-91-copy {
    min-width: 250px;
    margin-bottom: 40px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-top: 200px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-top: 200px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .brix---slider-mask, .brix---slider-wrapper {
    max-height: 600px;
    max-width: 550px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---container-default {
    max-height: 550px;
    max-width: 550px;
    display: none;
  }

  .brix---section-small---bottom-large {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

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

  .grid-36 {
    grid-template-columns: 37% 60%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---content-inside-card {
    padding: 0 32px 10px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-layout84_right {
    grid-row-gap: 2.5rem;
  }

  .uui-layout84_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-layout84_image {
    height: 40rem;
    margin-left: 1.5rem;
  }

  .uui-layout84_image-wrapper {
    height: 22rem;
    overflow: hidden;
  }

  .uui-layout84_left {
    grid-row-gap: 2.5rem;
  }

  .uui-layout84_content-bottom {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    margin-top: -4.1rem;
    font-size: 30px;
    line-height: 36px;
  }

  .uui-layout84_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    display: none;
  }

  .about-sub-head {
    padding-left: 0;
  }

  .terms-conditions-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .term-conditions-header {
    font-size: 34px;
    line-height: 42px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-pricing11_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing11_component {
    margin-top: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-heading-xsmall {
    margin-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .uui-layout68_item {
    margin-top: 20px;
    padding-left: 52px;
  }

  .uui-layout68_item-list {
    grid-row-gap: 2.5rem;
    margin-top: 0;
  }

  .uui-layout68_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pasta-page-brands {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .uui-layout12_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout12_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout12_number {
    margin-top: .6rem;
    font-size: 80px;
  }

  .uui-layout12_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout12_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pasta-lead-content-image-1-copy {
    background-position: 50%;
  }

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

  .spoonables-hero-image {
    margin-left: -46px;
  }

  .pie-filling-lead-content-image-1-copy-copy {
    height: 500px;
  }

  .pie-filling-lead-content-image-3-copy-copy {
    min-height: 250px;
    background-position: 50% 100%;
  }

  .pie-filling-lead-content-image-4-copy-copy {
    background-position: 50%;
  }

  .pie-filling-header-1 {
    margin-left: 20px;
  }

  .about-us-header-hero-image {
    margin-top: 72px;
  }

  .pie-filling-header-text {
    margin-top: 72px;
    margin-left: 20px;
  }

  .pie-filling-page-brands-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .image-74 {
    clear: both;
    margin-left: 20px;
  }

  .capabilities-header-home-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .capabilities-section {
    height: 450px;
  }

  .products-section {
    height: 700px;
  }

  .uui-layout68_item-copy3 {
    padding-left: 91px;
  }

  .preserves-lead-content-image-1-copy-copy-copy {
    min-height: 350px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: -8px;
  }

  .process {
    margin-left: 80px;
  }

  .uui-layout68_item-copy {
    padding-left: 11px;
  }

  .syrup-lead-content-image-1-copy {
    height: 400px;
    background-position: 50% 0;
  }

  .dry-blends-lead-content-image-1-copy-copy {
    min-height: 350px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: -181px;
  }

  .uui-layout68_item-copy {
    margin-left: 49px;
  }

  .uui-text-size-medium-p-dressing-3 {
    height: 280px;
  }

  .uui-text-size-medium-preserves-2 {
    height: 120px;
  }

  .uui-text-size-medium-preserves-3 {
    height: 150px;
  }

  .uui-layout68_item-baking-2 {
    margin-left: 61px;
  }

  .uui-layout68_item-baking-4 {
    margin-left: 46px;
  }

  .uui-text-size-medium-pita-4 {
    width: 300px;
    height: 220px;
  }

  .uui-text-size-medium-pita-3 {
    width: 300px;
  }

  .uui-text-size-medium-pita-5 {
    width: 300px;
    height: 100px;
  }

  .pb-protein-hero-image-copy {
    margin-top: -10px;
    margin-left: 83px;
  }

  .uui-text-size-medium-pb-protein-4 {
    width: 250px;
  }

  .uui-text-size-medium-red-sauces {
    width: 300px;
  }

  .spoonable-detail-1, .spoonable-detail-2, .spoonable-detail-3 {
    font-weight: 500;
  }

  .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy {
    margin-left: 65px;
  }

  .uui-text-size-medium-dry-dinner-4 {
    width: 300px;
    height: 100px;
  }

  .pita-content-3 {
    margin-left: 55px;
  }

  .div-block-41 {
    height: 500px;
    margin-left: 20px;
    padding-bottom: 0;
  }

  .text-block-120-copy {
    display: none;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-cta-right-part {
    padding: 60px 11%;
  }

  .kutup-cta-3 {
    grid-template-columns: 1fr;
  }

  .welcome-to-winland-section {
    grid-template-columns: 1fr 1fr;
  }

  .welcome-right-part {
    height: 450px;
    padding: 60px 11%;
  }

  .welcome-left-part {
    padding: 60px 11%;
  }

  .capabilities-left-part {
    padding: 13px 11% 0;
  }

  .capabilities-section-2 {
    grid-template-columns: 1fr 1fr;
  }

  .welcome-to-winland-section-copy {
    grid-template-columns: 1fr;
  }

  .working-at-winland-hero-image-copy {
    background-position: 100%;
  }

  .working-at-winland-section-2 {
    min-height: 450px;
    grid-template-columns: 1fr 1fr;
  }

  .home-pg-products--grid-3-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .products-section2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .products-header-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .product---content-inside-card-copy {
    padding: 32px 32px 40px;
  }

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

  .product---mg-bottom-48px-copy {
    margin-bottom: 32px;
  }

  .brix---section-copy {
    padding-top: 37px;
    padding-bottom: 23px;
  }

  .about-us-right-part-copy {
    padding: 20px 11%;
  }

  .image-77 {
    margin-left: -5px;
  }

  .mission-copy-copy {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mission-vision-sub-head {
    font-size: 34px;
    line-height: 42px;
  }

  .features-list, .team-circles {
    padding: 60px 15px;
  }

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

  .div-block-43 {
    margin-top: 0;
    margin-left: 0;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---footer-bottom {
    border-top-color: rgba(0, 0, 0, 0);
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1.25fr;
  }

  .brix---footer-top {
    padding-top: 29px;
    padding-bottom: 9px;
  }

  .brix---footer-wrapper {
    background-position: 50% 100%;
    background-attachment: scroll;
  }

  .italic-text {
    width: 400px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 16px;
  }

  .italic-text-2 {
    font-size: 20px;
  }

  .paragraph-99-copy {
    min-width: 0;
  }

  .brix---heading-h3-size-2 {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---subtitle {
    font-size: 44px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .who-we-are-2-section {
    min-height: 400px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-title-copy-copy {
    font-size: 3vw;
    line-height: 5vw;
  }

  .hero-title-copy-copy.word {
    font-size: 30px;
    line-height: 5vw;
  }

  .hero-title-copy-copy.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .our-culture-section-2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---img-floating-right, .brix---img-floating-left {
    border-radius: 16px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 114px;
  }

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .join-us-section-2-copy-copy {
    height: 300px;
    grid-template-columns: 1fr 1fr;
  }

  .join-us-hero-image-copy-copy {
    height: 300px;
  }

  .careers-hero-image-copy-copy {
    min-height: 400px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .locations-section2 {
    background-color: var(--olive-drab-10-tint);
    grid-template-columns: 1vw;
  }

  .locations-hero-image-copy {
    width: 550px;
    background-color: rgba(0, 0, 0, 0);
  }

  .locations-right-part-copy {
    margin-top: 0;
    padding: 60px 11%;
  }

  .welcome-right-part-copy {
    padding: 17px 11% 60px;
  }

  .rnd-innovation-section-2 {
    min-height: 520px;
    grid-template-columns: 1fr 1fr;
  }

  .environmental-impact-hero-image {
    height: 520px;
  }

  .rnd-innovation-right-part-copy-copy {
    height: 520px;
    padding: 11px 11%;
  }

  .sustainability-hero-image {
    height: 400px;
    background-position: 50%;
  }

  .food-manufacturing-section-2-copy {
    height: 400px;
    grid-template-columns: 1fr 1fr;
  }

  .food-safety-para {
    width: 250px;
  }

  .food-safety-par {
    grid-template-columns: 1fr 1fr;
  }

  .food-quality-section-copy {
    height: 320px;
    min-height: 320px;
    grid-template-columns: .5fr .5fr;
  }

  .governance-hero-image {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Repoprt-icon.png');
    background-position: 50%;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 40px;
  }

  .food-safety-section-2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto 1fr 1fr;
    padding-left: 10px;
    transform: scale(.96);
  }

  .food-safety-section-2-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .packaging-and-graphics-section-2 {
    height: 520px;
    grid-template-columns: 1fr 1fr;
  }

  .packaging-and-graphics-left-part-copy {
    padding: 27px 11% 0;
  }

  .packaging-and-graphics-hero-image {
    height: 520px;
  }

  .warehouse-logistics-section-copy-copy {
    grid-template-columns: 1.25fr 1fr;
  }

  .social-impact-head-copy {
    margin-top: 0;
    font-size: 24px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .column-7 {
    display: none;
  }

  .image-83 {
    clear: both;
    margin-left: 83px;
  }

  .view-products-button-copy {
    width: 200px;
    margin: 5px 0 20px;
    padding: 10px 10px 9px;
    font-size: 14px;
  }

  .map2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .paragraph-86-copy {
    width: 500px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 22px;
  }

  .brix---heading-h3-size-2-copy {
    color: var(--olive-drab);
    text-transform: uppercase;
    font-family: bicyclette, sans-serif;
  }

  .brix---grid-6-columns-logo-strip-copy, .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .bold-text-13 {
    padding-left: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .column-8, .column-9 {
    display: none;
  }

  .welcome-right-part-copy {
    height: 450px;
    padding: 60px 11%;
  }

  .welcome-right-part-copy-copy {
    padding: 17px 11% 60px;
  }

  .capabilities-header-home-copy {
    margin-top: 200px;
    padding-left: 40px;
    font-size: 40px;
  }

  .capabilities-header-home-copy-copy {
    margin-top: 49px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .bold-text-copy {
    padding-left: 10px;
    font-size: 30px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 65px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    padding-left: 52px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 61px;
  }

  .welcome-right-part-copy-copy {
    padding: 17px 11% 60px;
  }

  .food-safety-section-2-copy-copy {
    grid-template-columns: .75fr minmax(243px, .75fr);
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .bold-text-copy-copy {
    padding-left: 0;
    font-size: 30px;
  }

  .bold-text-copy-copy-copy {
    padding-left: 10px;
    font-size: 30px;
  }

  .div-block-43-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto 1fr 1fr;
    padding-left: 10px;
    transform: scale(.96);
  }

  .brix---grid-6-columns-logo-strip-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto 1fr 1fr;
    padding-left: 10px;
    transform: scale(.96);
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    padding-left: 52px;
  }

  .uui-layout68_item-copy-copy {
    padding-left: 11px;
  }

  .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 65px;
  }

  .image-90 {
    margin-left: 2px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -8px;
  }

  .image-84-copy {
    margin-left: -5px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -181px;
  }

  .pita-content-3-copy {
    margin-left: 55px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -181px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 96px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 77px;
  }

  .pb-protein-hero-image-copy-copy {
    margin-top: -10px;
    margin-left: 121px;
  }

  .column-17, .column-18 {
    display: none;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-top: 30px;
    margin-left: 65px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy-copy {
    margin-left: 65px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 61px;
  }

  .spoonable-detail-2-copy {
    font-weight: 500;
  }

  .uui-layout68_item-copy-copy-copy {
    padding-left: 11px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 96px;
  }

  .image-91 {
    margin-left: -2px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 87px;
  }

  .column-21 {
    display: none;
  }

  .bold-text-14 {
    font-size: 30px;
  }

  .spoonables-header-home-copy-copy {
    margin-top: 200px;
    padding-left: 40px;
    font-size: 40px;
  }

  .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 65px;
  }

  .spoonable-detail-3-copy {
    font-weight: 500;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 65px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    padding-left: 52px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto 1fr 1fr;
    padding-left: 10px;
    transform: scale(.96);
  }

  .welcome-right-part-copy-copy, .welcome-right-part-copy-copy-copy {
    padding: 17px 11% 60px;
  }

  .capabilities-header-home-copy-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .sauces-detail-3-copy {
    font-weight: 500;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    display: none;
    transform: scale(.96);
  }

  .capabilities-header-home-copy {
    margin-top: 200px;
    padding-left: 40px;
    font-size: 40px;
  }

  .uui-layout68_item-copy-copy {
    margin-top: 20px;
    padding-left: 52px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    padding-left: 11px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 65px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 87px;
  }

  .uui-layout68_item-baking-2-copy, .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: 61px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy-copy {
    margin-left: 96px;
  }

  .pack-graphics-paragraph-91-copy-copy {
    min-width: 250px;
    margin-bottom: 40px;
  }

  .food-safety-para-copy {
    width: 250px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .rnd-paragraph-91-copy-copy {
    padding-left: 0;
  }

  .pack-graphics-paragraph-91-copy-copy-copy {
    min-width: 250px;
    margin-bottom: 40px;
  }

  .food-quality-image {
    background-position: 50%;
  }

  .food-safety-header {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .careers-header-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .careers-header-3.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .careers-header-3.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .label.white-label, .label.inside-label, .label.news-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .button-large.outline-button-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    margin-top: -41px;
    margin-left: -36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .size3-text {
    margin-top: 20px;
    margin-left: 10px;
  }

  .size4-text.size4-top-clear {
    min-width: 280px;
    margin-left: 0;
  }

  .paragraph-70a {
    min-width: 280px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    margin-left: 20px;
  }

  .text-label-1 {
    margin-left: 10px;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    height: 400px;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero3-image {
    margin-top: -60px;
  }

  .hero2-image {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .content32-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

  .nav1-menu-wrap {
    background-color: var(--white);
    color: var(--black);
  }

  .products {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

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

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .content14-image {
    height: 260px;
  }

  .menu-button {
    margin-left: 16px;
  }

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

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero3, .hero6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content4-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 20px;
  }

  .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content14-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content16-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content17-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 20px;
  }

  .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog2-headline-wrap {
    margin-top: 60px;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer1-grid {
    grid-column-gap: 12px;
    grid-template: "."
                   "Area"
                   "."
                   / 1fr;
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .other4-grid, .footer1-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper {
    margin-left: 0;
  }

  .wrapper.m100-50, .wrapper.m20, .wrapper.m0-100 {
    margin-left: 10px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .footer1-bottom-link {
    max-width: 200px;
    margin-top: -47px;
    margin-left: 220px;
  }

  .lightbox-product-image {
    height: 70px;
  }

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

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part, .home2-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .promopage-deco-part {
    height: 200px;
  }

  .image {
    margin-top: 66px;
    margin-left: 58px;
  }

  .grid-2 {
    grid-template-columns: .5fr .5fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
  }

  .grid-5 {
    grid-column-gap: 60px;
    object-fit: cover;
    grid-template: "Area Area Area"
                   ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / 1.5fr 1.5fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: column;
    align-content: center;
    justify-content: stretch;
    margin-top: 220px;
    margin-left: 20px;
    position: static;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-2 {
    padding-left: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    margin-left: 10px;
  }

  .why-syrio-text-wrapper {
    margin-right: 0;
  }

  .why-syrio-wrappper {
    max-width: none;
    min-height: auto;
  }

  .extra-large-paragraph {
    margin-left: 20px;
    margin-right: 40px;
    font-size: 20px;
  }

  .table-head-text {
    font-size: 7px;
    line-height: 7px;
  }

  .features-heading {
    margin-right: 40px;
    font-size: 35px;
  }

  .table-wrapper {
    margin-left: -29px;
    margin-right: 0;
    right: 46%;
  }

  .top-text {
    margin-right: 40px;
  }

  .syrio-comparison {
    margin-left: 10px;
    margin-right: 20px;
  }

  .table-cell-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-cell-wrapper.first-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-cell-wrapper.first-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-cell-wrapper.first {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-113 {
    display: none;
  }

  .syrio-tabs-description-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 60px;
    padding-right: 0;
    right: 149px;
  }

  .table-head {
    font-size: 8px;
  }

  .grid-8 {
    grid-template-columns: 1.25fr;
  }

  .heading {
    margin-left: 10px;
  }

  .paragraph-71 {
    margin-top: 0;
    margin-left: 10px;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 20px;
  }

  .other-products {
    margin-left: -22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .banks-ext {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/Banks.png');
    background-repeat: no-repeat;
    margin-bottom: 0;
  }

  .image-4 {
    width: 300px;
    min-width: 300px;
  }

  .section-4 {
    min-width: 300px;
  }

  .container, .container-2 {
    max-width: 300px;
  }

  .image-5 {
    max-width: 120%;
    margin-bottom: 0;
  }

  .div-block-4, .div-block-5 {
    margin-left: 10px;
  }

  .our-team {
    margin-left: -22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-6 {
    height: 5%;
    max-width: 100%;
    min-height: 200px;
  }

  .footer-graphic {
    margin-left: -22px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-11 {
    grid-template-columns: .75fr;
    margin-left: 0;
  }

  .image-8 {
    max-width: 200px;
    margin-top: 32px;
    margin-left: -2px;
  }

  .background-video {
    max-height: 300px;
    min-height: 200px;
    margin-top: -25px;
  }

  .our-products-header {
    margin-top: 10px;
  }

  .sustainability-learn-more {
    width: 200px;
    text-align: center;
    margin-top: 28px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .hero-container {
    padding-top: 84px;
  }

  .home-about-header {
    line-height: 34px;
  }

  .home-about-header.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }

  .hero-text-block {
    width: 60%;
  }

  .hero-image {
    height: 200px;
    top: 145px;
    right: -20px;
  }

  .hero-image.macbook {
    height: auto;
    top: 130px;
    right: -200px;
  }

  .work-culture-home {
    margin-top: 20px;
  }

  .hero-title-2 {
    line-height: 34px;
  }

  .hero-title-2.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }

  .mission-vision {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mission-vision.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .mission-vision.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .winland-way-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .winland-way-copy.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .winland-way-copy.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .winland-way-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .winland-way-copy.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .winland-way-copy.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .about-header1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-header1.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-header1.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .about-winland-paragraph {
    min-width: 280px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .winland-way-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .winland-way-copy.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .winland-way-copy.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .text-label-1-copy {
    margin-left: 10px;
  }

  .paragraph-70a-copy {
    min-width: 280px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .hero-title-copy {
    line-height: 34px;
  }

  .hero-title-copy.word {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-title-copy.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }

  .nav1-wrap-copy {
    grid-column-gap: 16px;
  }

  .navbar1-copy1, .navbar1-copy2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .locations-heading-9 {
    margin-top: 24px;
  }

  .winland-way-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .winland-way-copy.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .winland-way-copy.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .sustainability-header-home {
    margin-top: 200px;
    font-size: 30px;
  }

  .image-30 {
    padding-left: 0;
  }

  .image-31 {
    max-width: 300px;
    margin-left: 5px;
  }

  .careers-header-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .careers-header-1.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .careers-header-1.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .section-22 {
    height: 400px;
  }

  .grid-26 {
    grid-template-columns: 2fr;
    grid-template-areas: "Area"
                         "Area"
                         "Area";
    margin-top: 118px;
    margin-left: -20px;
  }

  .paragraph-91 {
    height: 310px;
    margin-bottom: 59px;
  }

  .div-block-18 {
    margin-top: -14px;
    padding-left: 21px;
  }

  .esg-header {
    font-size: 30px;
  }

  .esg-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .section-24 {
    height: 1360px;
  }

  .the-winland-way-header {
    margin-top: 30px;
    font-size: 30px;
  }

  .why-we-love-working-here {
    line-height: 34px;
  }

  .paragraph-92 {
    font-size: 14px;
    line-height: 20px;
  }

  .column-4 {
    max-height: 1200px;
  }

  .div-block-19 {
    min-height: 200px;
    background-position: 50%;
    margin-top: 20px;
    margin-left: 10px;
  }

  .working-at-winland-pic {
    min-height: 200px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-93 {
    height: 170px;
  }

  .div-block-22 {
    margin-left: -200px;
  }

  .div-block-23 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
  }

  .div-block-24 {
    margin-top: 0;
    padding-left: 40px;
  }

  .div-block-31 {
    margin-top: 15px;
    display: none;
  }

  .paragraph-96s {
    padding-left: 20px;
  }

  .products-header {
    margin-top: 9px;
    padding-left: 20px;
    font-size: 40px;
  }

  .div-block-36 {
    padding-left: 22px;
  }

  .container-8 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 160px;
    padding-left: 0;
    top: 210px;
    right: 21%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 160px;
    margin-right: 0;
    top: 210px;
    left: 23%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-36 {
    grid-template-columns: 101%;
  }

  .div-block-37 {
    height: 150px;
    text-align: center;
    background-position: 50%;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-38 {
    height: 150px;
    background-position: 50%;
  }

  .div-block-39 {
    height: 150px;
    background-position: 50%;
    margin-right: 0;
  }

  .image-56 {
    margin-top: 9px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---team-v8-content {
    bottom: 32px;
    left: 24px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---content-inside-card {
    padding: 10px 22px 0;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .brix---card-left-pd-40px {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .uui-text-size-large {
    font-size: 12px;
  }

  .uui-heading-medium {
    font-size: 30px;
    line-height: 36px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .who-we-serve-grid {
    grid-template-columns: 2fr;
  }

  .terms-conditions-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .term-conditions-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .term-conditions-header.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .term-conditions-header.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .uui-text-size-medium-2 {
    width: 200px;
  }

  .dressing-lead-content-image-1 {
    height: 350px;
    margin-top: -83px;
  }

  .dressing-lead-content-image-2 {
    margin-top: -17px;
  }

  .dressing-lead-content-image-3, .dressing-lead-content-image-4 {
    margin-top: -20px;
  }

  .uui-heading-xsmall {
    margin-left: 0;
    padding-left: 0;
  }

  .uui-layout68_item-text-wrapper {
    width: 200px;
  }

  .uui-layout68_item-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .uui-layout68_item {
    margin-top: 20px;
    margin-left: -27px;
    padding-left: 0;
  }

  .uui-layout68_item-list {
    margin-left: 30px;
  }

  .uui-layout68_component {
    grid-template-columns: 1fr;
    margin-bottom: -35px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pasta-page-brands {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .packaging-image, .formulations-image {
    width: 50px;
    height: 50px;
  }

  .text-block-120 {
    font-size: 20px;
  }

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

  .pasta-lead-content-image-1-copy {
    min-height: 300px;
    margin-top: -105px;
  }

  .pasta-lead-content-image-2-copy {
    margin-top: -17px;
  }

  .pasta-lead-content-image-3-copy {
    margin-top: -20px;
  }

  .pasta-lead-content-image-4-copy {
    margin-top: -17px;
  }

  .red-sauce-lead-content-image-1-copy-copy {
    margin-top: 0;
    display: none;
  }

  .red-sauces-content-image-2-copy-copy {
    margin-top: -105px;
  }

  .red-sauce-lead-content-image-3-copy-copy {
    margin-top: -17px;
  }

  .red-sauce-lead-content-image-4-copy-copy {
    margin-top: -24px;
  }

  .spoonables-lead-content-image-1-copy-copy {
    height: 300px;
    margin-top: -102px;
  }

  .spoonables-lead-content-image-2-copy-copy {
    margin-top: -74px;
  }

  .spoonables-lead-content-image-3-copy-copy, .spoonables-lead-content-image-4-copy-copy {
    margin-top: -20px;
  }

  .spoonables-hero-image {
    margin-top: -52px;
    margin-left: 0;
  }

  .pie-filling-lead-content-image-1-copy-copy {
    margin-top: -109px;
  }

  .preserves-lead-content-image-2-copy-copy, .pie-filling-lead-content-image-3-copy-copy {
    margin-top: -17px;
  }

  .pie-filling-lead-content-image-4-copy-copy {
    margin-top: -20px;
  }

  .uui-layout68_item-icon-wrapper-copy {
    width: 50px;
    height: 50px;
  }

  .about-us-header-hero-image {
    margin-top: 143px;
    font-size: 40px;
  }

  .pie-filling-header-text {
    margin-top: 52px;
    font-size: 40px;
  }

  .pie-filling-page-brands-copy {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .uui-layout68_item-copy {
    margin-left: 172px;
  }

  .capabilities-header-home-copy {
    margin-top: 9px;
  }

  .products-section {
    height: 1360px;
  }

  .packaging-image-copy {
    width: 50px;
    height: 50px;
  }

  .uui-layout68_item-copy3 {
    margin-left: -17px;
    padding-left: 0;
  }

  .preserves-lead-content-image-1-copy-copy-copy {
    margin-top: -102px;
  }

  .preserves-lead-content-image-4-copy-copy-copy {
    margin-top: -17px;
  }

  .preserves-lead-content-image-3-copy-copy-copy {
    margin-top: -20px;
  }

  .uui-layout68_item-icon-wrapper-copy-copy {
    width: 50px;
    height: 50px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 105px;
  }

  .process {
    margin-left: -24px;
  }

  .process-image, .dressing-products {
    width: 50px;
    height: 50px;
  }

  .uui-layout68_item-copy {
    padding-left: 46px;
  }

  .shapes-paragr, .formulation-paragr {
    width: 200px;
  }

  .uui-layout68_item-icon-wrapper-copy-copy-copy {
    width: 50px;
    height: 50px;
  }

  .values-text {
    font-size: 14px;
  }

  .syrup-lead-content-image-1-copy {
    margin-top: -115px;
  }

  .syrup-lead-content-image-2-copy, .syrup-lead-content-image-3-copy {
    margin-top: -24px;
  }

  .syrup-lead-content-image-4-copy {
    margin-top: -20px;
  }

  .pie-filling-lead-content-image-2-copy-copy-copy {
    margin-top: -24px;
  }

  .uui-layout68_item-copy {
    margin-left: -58px;
  }

  .dry-blends-lead-content-image-1-copy-copy {
    margin-top: -102px;
  }

  .dry-blends-lead-content-image-2-copy-copy {
    margin-top: -30px;
  }

  .dry-dinners-lead-content-image-3, .dry-blends-lead-content-image-4-copy-copy {
    margin-top: -20px;
  }

  .dry-dinners-lead-content-image-1-copy-copy-copy {
    margin-top: -105px;
  }

  .dry-dinners-lead-content-image-2, .dry-dinners-lead-content-image-4 {
    margin-top: -17px;
  }

  .fun-fact-image {
    width: 50px;
    height: 50px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: 14px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    margin-left: -65px;
  }

  .fun-fact-image-copy, .about-chips-image-copy {
    width: 50px;
    height: 50px;
  }

  .uui-text-size-medium-preserves-2, .uui-text-size-medium-preserves-3 {
    width: 220px;
  }

  .uui-layout68_item-baking-2 {
    margin-left: 36px;
  }

  .uui-layout68_item-baking-4 {
    margin-left: -36px;
  }

  .uui-text-size-medium-baking-4 {
    width: 200px;
  }

  .uui-text-size-medium-dry-din-2 {
    width: 200px;
    height: 310px;
  }

  .uui-text-size-medium-dry-din-3 {
    width: 200px;
  }

  .uui-text-size-medium-pita-4 {
    width: 200px;
    height: 210px;
  }

  .uui-text-size-medium-pita-3 {
    width: 200px;
    height: 130px;
  }

  .uui-text-size-medium-pita-2 {
    width: 200px;
  }

  .uui-text-size-medium-pita-5 {
    width: 200px;
    height: 120px;
  }

  .pb-protein-lead-content-image-1-copy-copy-copy-copy {
    margin-top: -109px;
  }

  .pb-protein-lead-content-image-2-copy {
    margin-top: -17px;
  }

  .pb-protein-lead-content-image-3-copy, .pb-protein-lead-content-image-4-copy {
    margin-top: -20px;
  }

  .pb-protein-hero-image-copy {
    width: 200px;
    height: 300px;
    margin-top: 34px;
    margin-left: 39px;
  }

  .uui-text-size-medium-pb-protein {
    width: 200px;
  }

  .uui-text-size-medium-pb-protein2 {
    width: 200px;
    height: 190px;
  }

  .uui-text-size-medium-pb-protein-4 {
    width: 200px;
    height: 150px;
  }

  .uui-text-size-medium-red-sauces {
    width: 220px;
  }

  .spoonable-detail-1 {
    width: 200px;
  }

  .spoonable-detail-2 {
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -20px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: -14px;
  }

  .uui-text-size-medium-dry-dinner-4 {
    width: 200px;
    height: 140px;
  }

  .pita-content-3 {
    margin-left: -30px;
  }

  .dry-blends-lead-content-image-3-copy {
    margin-top: -20px;
  }

  .div-block-41 {
    margin-top: 20px;
    margin-left: -121px;
  }

  .text-block-120-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .welcome-to-winland-section {
    height: 450px;
    grid-template-rows: 258px;
    grid-template-columns: 1fr;
  }

  .welcome-hero-image {
    background-image: url('https://www.winlandfoods.com/wp-content/uploads/2024/01/GettyImages-629642659.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .welcome-right-part {
    height: 340px;
    margin-top: 143px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .capabilities-left-part {
    height: 400px;
    margin-top: 0;
    padding-top: 10px;
  }

  .capabilities-section-2 {
    height: 350px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
    margin-top: 240px;
  }

  .capabilities-hero-image-copy {
    height: 0;
    display: none;
  }

  .working-at-winland-section-2 {
    min-height: 500px;
    grid-template-rows: 206px;
    grid-template-columns: 1fr;
  }

  .home-pg-products--grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .products-section2 {
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .products-cat-label {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .products-header-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

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

  .product---badge-wrapper-top-right-copy {
    top: 14px;
    right: 14px;
  }

  .product---content-inside-card-copy {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .product---mg-bottom-48px-copy {
    margin-bottom: 32px;
  }

  .product---container-default-3-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-copy {
    padding-top: 28px;
    padding-bottom: 35px;
  }

  .brix---badge-wrapper-top-right-copy, .product---badge-wrapper-top-right-copy-copy {
    top: 14px;
    right: 14px;
  }

  .image-77 {
    margin-top: 24px;
    margin-left: -8px;
  }

  .other-sauces-lead-content-image-2-copy-copy-copy {
    margin-top: -87px;
  }

  .other-sauces-lead-content-image-3-copy-copy-copy {
    margin-top: -20px;
  }

  .other-sauces-lead-content-image-4-copy-copy-copy {
    margin-top: -17px;
  }

  .other-sauces-hero-image-copy {
    display: none;
  }

  .mission-vision-sub-head {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 36px;
  }

  .mission-vision-sub-head.size1-top-clear {
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .mission-vision-sub-head.customer-header {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 30px;
  }

  .container-10 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .uui-layout68_item-icon-wrapper-copy-copy-copy-copy {
    width: 50px;
    height: 50px;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-2 {
    margin-left: 14px;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px-2 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
    margin-left: 20px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 35px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 27px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .copyright-text {
    font-size: 12px;
    line-height: 28px;
  }

  .italic-text-2 {
    line-height: 20px;
  }

  .brix---paragraph-default-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---subtitle {
    margin-top: 34px;
    font-size: 30px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-3 {
    margin-top: 300px;
  }

  .who-we-are-2-section {
    grid-template-rows: 258px;
    grid-template-columns: 1fr;
  }

  .hero-title-copy-copy {
    line-height: 34px;
  }

  .hero-title-copy-copy.word {
    margin-top: 27px;
    font-size: 30px;
  }

  .hero-title-copy-copy.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }

  .our-culture-section-2-copy {
    height: 450px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---img-floating-right {
    top: -9%;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-top-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .join-us-section-2-copy-copy {
    grid-template-columns: 1fr;
  }

  .our-culture-hero-image-copy-copy, .join-us-hero-image-copy-copy {
    height: 0;
  }

  .brix---paragraph-default-3-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-47 {
    margin-top: -23px;
  }

  .grid-39 {
    grid-template-columns: .25fr;
  }

  .heading-18-copy {
    margin-top: 10px;
  }

  .locations-section2 {
    grid-template-rows: 258px auto;
    grid-template-columns: 1fr;
  }

  .locations-right-part-copy {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 17px;
  }

  .welcome-right-part-copy {
    height: 350px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rnd-innovation-section-2 {
    grid-template-rows: 258px;
    grid-template-columns: 1fr;
  }

  .environmental-impact-hero-image {
    height: 300px;
    background-position: 50%;
    background-size: cover;
    margin-top: -14px;
  }

  .rnd-innovation-right-part-copy-copy {
    height: 480px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sustainability-hero-image {
    height: 0;
    display: none;
  }

  .food-manufacturing-section-2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
    padding-bottom: 0;
    display: block;
  }

  .social-impact-hero-image {
    height: 0;
    display: none;
  }

  .food-safety-par {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
  }

  .food-quality-section-copy {
    height: 520px;
    grid-template-rows: 258px;
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    height: 450px;
  }

  .food-safety-section-2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
  }

  .brix---grid-6-columns-logo-strip-copy, .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .food-safety-section-2-copy-copy, .packaging-and-graphics-section-2 {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
  }

  .packaging-and-graphics-left-part-copy {
    height: 490px;
  }

  .packaging-and-graphics-hero-image {
    height: 0;
    display: none;
  }

  .warehouse-logistics-section-copy-copy {
    min-height: 300px;
    grid-template-rows: 258px;
    grid-template-columns: 1fr;
  }

  .warehouse-logistics-hero-image-copy-copy {
    margin-top: -30px;
  }

  .distribution-header-copy {
    margin-top: 10px;
  }

  .social-impact-head-copy {
    margin-top: 20px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .image-85 {
    margin-top: -36px;
  }

  .view-products-button-copy {
    width: 200px;
    text-align: center;
    margin-top: -4px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .us-map-small {
    width: 320px;
    height: auto;
  }

  .map2 {
    max-width: 100vw;
  }

  .paragraph-86-copy {
    width: 300px;
    margin-left: -14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .div-block-49 {
    margin-top: -26px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .bold-text-13 {
    padding-left: 10px;
  }

  .uui-layout68_content-copy {
    margin-left: -11px;
  }

  .div-block-50 {
    margin-top: 2px;
  }

  .welcome-right-part-copy {
    height: 380px;
    margin-top: -2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .welcome-right-part-copy-copy {
    background-color: var(--olive-drab-10-tint);
    color: var(--olive-drab);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-10, .column-11, .column-12 {
    display: none;
  }

  .uui-layout68_item-copy-copy {
    margin-top: -20px;
    margin-left: -5px;
  }

  .column-13 {
    display: none;
  }

  .column-14 {
    margin-top: 0;
  }

  .capabilities-header-home-copy {
    margin-top: 131px;
    font-size: 30px;
  }

  .capabilities-header-home-copy-copy {
    margin-top: 9px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: -14px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    margin-left: -24px;
    padding-left: 0;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 10px;
  }

  .spoonable-detail-2-copy {
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: 10px;
  }

  .welcome-right-part-copy-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .food-safety-section-2-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: minmax(200px, 1fr);
  }

  .brix---grid-6-columns-logo-strip-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .div-block-18-copy {
    margin-top: -14px;
    padding-left: 21px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    margin-left: -42px;
    padding-left: 0;
  }

  .uui-layout68_item-copy-copy {
    padding-left: 46px;
  }

  .other-sauces-lead-content-image-1-copy-copy-copy-copy {
    margin-top: -109px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -14px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: -20px;
  }

  .preserves-header-copy-copy {
    margin-top: 24px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 105px;
  }

  .image-84-copy {
    margin-bottom: 40px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: 14px;
  }

  .pita-content-3-copy {
    margin-left: -36px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -30px;
  }

  .pb-protein-hero-image-copy-copy {
    width: 200px;
    height: 300px;
    margin-top: 34px;
    margin-left: 39px;
  }

  .column-15 {
    display: none;
  }

  .column-16, .column-19 {
    display: block;
  }

  .column-20 {
    display: none;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: -14px;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy-copy {
    margin-left: -20px;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -17px;
  }

  .spoonable-detail-2-copy {
    height: 220px;
    font-size: 16px;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: -90px;
    padding-left: 46px;
  }

  .image-91 {
    margin-left: 11px;
  }

  .uui-layout68_item-copy-copy {
    margin-left: -58px;
  }

  .spoonables-header-home-copy-copy {
    margin-top: 131px;
    font-size: 30px;
  }

  .spoonable-detail-2-copy-copy {
    height: 80px;
    font-size: 16px;
    line-height: 24px;
  }

  .uui-layout68_item-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -14px;
  }

  .uui-layout68_item-copy-copy-copy-copy, .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: -24px;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-top: -20px;
    margin-left: -49px;
  }

  .uui-layout68_item-copy {
    margin-top: 20px;
    margin-left: -27px;
    padding-left: 0;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy-copy, .brix---grid-6-columns-logo-strip-copy-copy-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .welcome-right-part-copy-copy {
    height: 200px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .welcome-right-part-copy-copy-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .capabilities-header-home-copy-copy {
    margin-top: 9px;
  }

  .brix---grid-6-columns-logo-strip-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 38px;
  }

  .column-22 {
    display: block;
  }

  .capabilities-header-home-copy {
    margin-top: 200px;
    font-size: 30px;
  }

  .column-23 {
    display: none;
  }

  .uui-layout68_item-copy-copy {
    margin-top: 20px;
    margin-left: -42px;
    padding-left: 0;
  }

  .uui-layout68_item-copy-copy-copy-copy {
    margin-left: -90px;
    padding-left: 46px;
  }

  .column-24 {
    display: none;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: -20px;
  }

  .column-25 {
    display: none;
  }

  .uui-layout68_item-copy-copy-copy {
    margin-left: -58px;
  }

  .uui-layout68_item-baking-2-copy {
    margin-left: -17px;
  }

  .column-26, .column-27 {
    display: none;
  }

  .uui-layout68_item-copy-copy-copy-copy-copy {
    margin-left: -17px;
  }

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

  .bold-text-16 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

#w-node-f5103a8d-6805-d50d-b399-ccb471767aa8-b9babea1, #w-node-f5103a8d-6805-d50d-b399-ccb471767aa9-b9babea1, #w-node-d4a479ca-c6db-2f3c-e734-31550a4edce7-b9babea1, #w-node-d4a479ca-c6db-2f3c-e734-31550a4edce6-b9babea1, #w-node-_69af35b9-a77e-109f-f221-22b7c02532a1-b9babea1, #w-node-_69af35b9-a77e-109f-f221-22b7c02532a2-b9babea1, #w-node-_63252dd8-bbe3-20a5-1100-92149cb39f10-b9babef9, #w-node-_63252dd8-bbe3-20a5-1100-92149cb39f11-b9babef9, #w-node-aa48fa94-7202-a1ce-f288-008fe390ee9e-b9babef9, #w-node-cba13642-2f7d-dae7-1725-f24e87eac4f1-b9babef9, #w-node-_3bf38cc5-7732-0b41-712f-d5838e16f07d-b9babf00, #w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf01, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf01, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf01 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf01, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf01 {
  grid-area: Area;
}

#w-node-cd9d658b-a5ba-423e-54bc-e4cf3628356e-b9babf01, #w-node-cd9d658b-a5ba-423e-54bc-e4cf3628356f-b9babf01, #w-node-e3714e9c-6991-31e8-08d9-a837d8f82219-b9babf01, #w-node-e3714e9c-6991-31e8-08d9-a837d8f8222d-b9babf01, #w-node-bd8b0a34-8c2e-dcc6-623c-ea36e9254efa-b9babf01, #w-node-bd8b0a34-8c2e-dcc6-623c-ea36e9254efd-b9babf01, #w-node-_458712ce-b5b5-4e2a-3dd2-fd3bb317688d-b9babf01, #w-node-_458712ce-b5b5-4e2a-3dd2-fd3bb317689d-b9babf01, #w-node-_55a140ba-68dd-a3a2-95fa-07c1855f61d1-b9babf01, #w-node-_55a140ba-68dd-a3a2-95fa-07c1855f61d2-b9babf01, #w-node-_79129c12-df07-3ae7-7bb4-9246bbc9f381-b9babf01, #w-node-e53ca2e9-7121-955b-996d-607aef4d0117-b9babf01, #w-node-_1336de94-2af2-7321-afbc-bee81e9a7b7b-b9babf01, #w-node-_1336de94-2af2-7321-afbc-bee81e9a7b7d-b9babf01, #w-node-_79129c12-df07-3ae7-7bb4-9246bbc9f38b-b9babf01, #w-node-bc27e3ae-af10-2042-be3b-865af858ed29-b9babf01, #w-node-bc27e3ae-af10-2042-be3b-865af858ed2a-b9babf01, #w-node-b6199583-6f33-5e05-bce3-520aa546069e-b9babf01, #w-node-b6199583-6f33-5e05-bce3-520aa54606a0-b9babf01, #w-node-_73781fac-5c75-fb4d-213d-cbba68f8f0c9-b9babf01, #w-node-_73781fac-5c75-fb4d-213d-cbba68f8f0d8-b9babf01, #w-node-bf64bac2-a0d1-5396-c61b-0284d5130445-b9babf01, #w-node-bf64bac2-a0d1-5396-c61b-0284d5130446-b9babf01, #w-node-_642ca270-6771-630a-dc44-17d6b191e1ae-b9babf02, #w-node-_642ca270-6771-630a-dc44-17d6b191e1af-b9babf02, #w-node-_9a7c29e8-f25f-15f5-d90a-649d4e9be2e0-b9babf02, #w-node-_9a7c29e8-f25f-15f5-d90a-649d4e9be2ea-b9babf02, #w-node-e460d4aa-47e3-7d6f-a02c-35feb8b8c60d-b9babf02, #w-node-e460d4aa-47e3-7d6f-a02c-35feb8b8c617-b9babf02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b9babf03 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b9babf03 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_112860b4-60e2-881f-1d41-c5dc4fc7787a-c739f7eb, #w-node-_7d170791-b0bf-501c-b5ed-bf7288c11ace-c739f7eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
  grid-area: span 1 / span 9 / span 1 / span 9;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fc560965-213c-5f5a-18ab-3a6cb5c55bef-b5c55beb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_43ed8c05-dbfe-9ba4-819b-b3d99d1276d9-b9babf1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-b9babf1d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-b9babf1d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-b9babf1d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b9babf1d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b9babf1d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b9babf1d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b9babf1d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b9babf1d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-b9babf1e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-b9babf1e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-b9babf1e {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-b9babf1e {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-b9babf1e {
  grid-area: 4 / 3 / 5 / 11;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-b9babf1e, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-b9babf1e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-b9babf1e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b5-36ef57a9, #Name.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b9babf1f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b9babf1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b9babf1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b9babf1f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b9babf1f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b9babf1f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b9babf1f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b9babf1f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b9babf1f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b9babf1f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf21, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf21, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf21, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf21 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf21, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf21, #w-node-ae7d3135-5862-2236-e3c5-677a050f01f0-b9babf21 {
  align-self: start;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf22, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf22, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf22 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf22, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf22 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf22, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf22, #w-node-bdf0e881-aa67-f7b6-018b-a48ec14da4ab-b9babf22 {
  align-self: start;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf46 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-b9babf46 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-b9babf46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32124c62-f375-107f-8e9f-35e7246db990-b9babf46 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b9babf4a {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-b9babf4a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf56, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf56, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf56, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf56 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-b9babf56, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf56, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf56 {
  align-self: start;
}

#w-node-_5997cf0d-4852-ba0e-e96a-1cd18eb0a0ff-b9babf56, #w-node-_8669b1cc-1a2d-b029-a895-66f14f06f2b3-b9babf56, #w-node-_0b007ed5-873d-b8f6-99b6-f2676ed9ce6c-b9babf56, #w-node-_8314de12-4849-3401-b854-a6935d7ee474-b9babf56, #w-node-_7a04a97d-7b8a-cd49-9971-ad78e9d7159d-b9babf56, #w-node-d8ffe982-673c-28c5-7b12-010b9c17e441-b9babf56, #w-node-_6a86ebd2-7a09-8e32-9428-a81793f115f4-b9babf56, #w-node-_01f5ffe6-f593-63b0-2bcc-65eb05cd9d82-b9babf56, #w-node-dee72084-8cf8-4660-cbd0-642bb699df74-b9babf56, #w-node-_2395b22e-e6dd-0e9b-6bf5-44a5f5fe354f-b9babf56, #w-node-cf395d4e-6704-ab31-10fe-f4725a02cabb-b9babf56, #w-node-fb650ab0-73dd-176f-e23b-7e0305e07cc2-b9babf56, #w-node-_832b3f4a-0da4-e0f6-d591-f763b315234c-b9babf56, #w-node-cf3441c5-9efc-9689-f4c5-146f53d5bc3c-b9babf56, #w-node-ff207fbc-defb-5c85-fe15-6ab642dac55c-b9babf56, #w-node-_58f816a9-99d5-c983-78f0-8dd27de2ae5f-b9babf56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-b9babf57 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b19387abf4598bb20c75an-b9babf57 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf58, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf58, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf58, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf58 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-b9babf58, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf58 {
  align-self: start;
}

#w-node-_5997cf0d-4852-ba0e-e96a-1cd18eb0a0ff-b9babf58, #w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf59, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf59 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf59, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf59, #w-node-cb78c1ed-8428-bfed-f175-0439f09ba253-b9babf59, #w-node-ae7d3135-5862-2236-e3c5-677a050f01f0-b9babf59 {
  align-self: start;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf5a, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf5a, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf5a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf5a, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf5a {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf5a, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf5a, #w-node-bdf0e881-aa67-f7b6-018b-a48ec14da4ab-b9babf5a {
  align-self: start;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf5b, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf5b, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf5b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf5b, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf5b {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-b9babf5b, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf5b, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf5b {
  align-self: start;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf5c, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf5c, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf5c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf5c, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf5c {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-b9babf5c, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf5c, #w-node-fde50824-0aa9-7792-bedf-0cde66ba8981-b9babf5c {
  align-self: start;
}

#w-node-_5997cf0d-4852-ba0e-e96a-1cd18eb0a0ff-b9babf5c, #w-node-_766f899f-0318-d312-b07d-c9076fb67819-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6781b-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6781d-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6781e-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6781f-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67820-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67822-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67824-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67826-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6782a-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6782c-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb6782e-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67830-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67832-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67834-b9babf5e, #w-node-_766f899f-0318-d312-b07d-c9076fb67836-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b124d-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b124f-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b1251-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b1253-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b1255-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b1257-b9babf5e, #w-node-dd75ba52-6a5f-e728-86fa-ec97321b1259-b9babf5e, #w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf61, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf61, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf61 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf61, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf61 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf61 {
  align-self: start;
}

#w-node-c0d88132-7752-b9dc-350f-6f366958f0a1-b9babf61, #w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf64, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf64, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf64, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf64 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-b9babf64, #w-node-_73c7831d-3276-2861-1534-57d9a420d4b5-b9babf64, #w-node-_1b9db321-dadd-b81f-1dc2-7f67e624e9cc-b9babf64 {
  align-self: start;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf65 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-b9babf65, #w-node-_32124c62-f375-107f-8e9f-35e7246db990-b9babf65, #w-node-_351f2930-9287-ed56-80b8-1eaf65a9d540-b9babf65, #w-node-_39d00bf7-0a9d-de0a-91f4-b616b78842c5-b9babf65 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b9babf65, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b9babf65 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b9babf65, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b9babf65, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b9babf65, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b9babf65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8f820265-6d08-76d1-be32-74b0497fff00-b9babf65 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_82618b33-d2f0-5647-d587-8c0569b9b8af-b9babf65 {
  justify-self: start;
}

#w-node-a80f176a-8dc7-531f-5483-d098e36764cc-b9babf65, #w-node-c48b3b0a-af55-ee4c-c84d-e4fa0b8b14ea-b9babf65 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06146b22-9988-6a8f-b44e-64d5fbda8387-b9babf65, #w-node-_06146b22-9988-6a8f-b44e-64d5fbda838b-b9babf65 {
  justify-self: center;
}

#w-node-_39f87b93-830a-cdd0-4fd4-e4790ddafdd9-b9babf65 {
  justify-self: stretch;
}

#w-node-_83cd19a7-45c1-881b-314f-d3266d552af0-b9babf65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8b877d42-c0af-4fde-c9cf-160c374fd32c-b9babf65, #w-node-a474127c-7e32-38d6-4d6b-d9017d588f5e-b9babf65, #w-node-_50f936af-e77c-e818-a04c-13a221b463c7-b9babf65 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b9babf65 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_219b70cf-f1c6-fddf-1580-f6a6f045cbdd-b9babf65 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-b9babf66, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-b9babf66, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-b9babf66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf66 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-b9babf66, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-b9babf66 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc1a9-b9babf66, #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf66 {
  align-self: start;
}

#w-node-_3bf38cc5-7732-0b41-712f-d5838e16f07d-b9babf67, #w-node-_9f52b07a-b1fc-4f1b-144c-b6a0bf03499a-9eba05e4, #w-node-_3fc38665-e825-5d24-3649-d02a2d6efa34-9eba05e4, #w-node-_31d11b60-c30b-f4de-af47-8fd97cb70f50-9eba05e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-9eba05e4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68f519e3-e599-0502-64d2-0b1f452e89aa-9eba05e4, #w-node-eb395575-0a4f-43a8-d298-403833d0693d-9eba05e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-9eba05e4 {
  grid-area: Area;
}

#w-node-_59bc37ae-d213-dd95-b394-a085a82dc199-9eba05e4, #w-node-_73c7831d-3276-2861-1534-57d9a420d4b5-9eba05e4, #w-node-_1b9db321-dadd-b81f-1dc2-7f67e624e9cc-9eba05e4 {
  align-self: start;
}

#w-node-_271ccad1-4559-f612-54a3-1d9e8da04a74-c49c2ee0, #w-node-_271ccad1-4559-f612-54a3-1d9e8da04a7a-c49c2ee0, #w-node-_271ccad1-4559-f612-54a3-1d9e8da04a80-c49c2ee0, #w-node-bc27e3ae-af10-2042-be3b-865af858ed29-c49c2ee0, #w-node-bc27e3ae-af10-2042-be3b-865af858ed2a-c49c2ee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_55a140ba-68dd-a3a2-95fa-07c1855f61d1-b9babf01, #w-node-_7a04a97d-7b8a-cd49-9971-ad78e9d7159d-b9babf56, #w-node-d8ffe982-673c-28c5-7b12-010b9c17e441-b9babf56, #w-node-_6a86ebd2-7a09-8e32-9428-a81793f115f4-b9babf56, #w-node-_01f5ffe6-f593-63b0-2bcc-65eb05cd9d82-b9babf56, #w-node-dee72084-8cf8-4660-cbd0-642bb699df74-b9babf56, #w-node-_2395b22e-e6dd-0e9b-6bf5-44a5f5fe354f-b9babf56, #w-node-cf395d4e-6704-ab31-10fe-f4725a02cabb-b9babf56, #w-node-fb650ab0-73dd-176f-e23b-7e0305e07cc2-b9babf56, #w-node-_832b3f4a-0da4-e0f6-d591-f763b315234c-b9babf56, #w-node-cf3441c5-9efc-9689-f4c5-146f53d5bc3c-b9babf56, #w-node-ff207fbc-defb-5c85-fe15-6ab642dac55c-b9babf56, #w-node-_58f816a9-99d5-c983-78f0-8dd27de2ae5f-b9babf56, #w-node-_4d9df4e0-5293-b2c5-b14d-df4630aaa0ee-b9babf5e, #w-node-ad4b4cfe-8171-595b-03b1-ac32b6eac078-b9babf5e, #w-node-_4fd9cdb0-f460-686a-3134-add1c7a7e6e9-b9babf5e, #w-node-ba9594f1-cad7-f16a-8455-f8ee4c8aeac4-c49c2ee0, #w-node-_271ccad1-4559-f612-54a3-1d9e8da04a7a-c49c2ee0, #w-node-_271ccad1-4559-f612-54a3-1d9e8da04a80-c49c2ee0, #w-node-bc27e3ae-af10-2042-be3b-865af858ed29-c49c2ee0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fa28fa8a-4bca-bfb5-642c-7dcb13fce9e0-b9babea1, #w-node-_480f9caa-b601-faed-1219-536eb1aaf45d-b9babef9, #w-node-aaaeb3a2-e1e4-1a39-e90e-1063c3e28efd-b9babf00, #w-node-_76753ef3-5b3b-ec49-487d-f7ca24a42bdb-b9babf01 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e3714e9c-6991-31e8-08d9-a837d8f82219-b9babf01, #w-node-_1336de94-2af2-7321-afbc-bee81e9a7b7b-b9babf01, #w-node-_1336de94-2af2-7321-afbc-bee81e9a7b7c-b9babf01, #w-node-b6199583-6f33-5e05-bce3-520aa546069e-b9babf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df3fb79b-a9cb-99ad-081a-2f40a7ec5c0d-b9babf01, #w-node-_947b63ea-5e67-6217-2558-da1272f13c70-b9babf02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b9babf03 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b9babf03 {
    grid-column: span 8 / span 8;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_0a9859c9-8adc-3609-27b0-4289b0ffb22d-b9babf1a {
    justify-self: center;
  }

  #w-node-_995124d7-3294-80f2-f822-e83c5f033f24-b9babf1a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-b9babf1d, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-b9babf1d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b9babf1d {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b9babf1d {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b9babf1d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b9babf1d {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
    justify-self: start;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-b9babf1e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-b9babf1e {
    grid-column: span 8 / span 8;
  }

  #w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-b9babf1e {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-b9babf1e, #w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-b9babf1e, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-b9babf1e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-b9babf1e {
    grid-column: span 8 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-b9babf1e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: 1 / 9;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b9babf1f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b9babf1f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b9babf1f {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b9babf1f, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b9babf1f, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b9babf1f, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b9babf1f, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b9babf1f, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b9babf1f, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b9babf1f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_96a864db-6d8c-b307-0391-3ca54705c73d-b9babf21, #w-node-_13b39619-31bb-c34a-430d-ff7ebf7864ff-b9babf22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf46 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-b9babf46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b9babf4a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e7eae62-0ca4-2dd4-dde8-639e11499117-b9babf56 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-b9babf57 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b19387abf4598bb20c75an-b9babf57 {
    grid-column: span 8 / span 8;
  }

  #w-node-f714dada-5e89-005a-fafe-523a80cddd29-b9babf58, #w-node-_50304163-b86c-bbad-f6b5-942538045202-b9babf59, #w-node-cce70ed7-fd5b-9e5d-fe48-12a2ec0e9397-b9babf5a, #w-node-_0aa4f7bb-57cd-2680-d582-757010623e77-b9babf5b, #w-node-_19e63a3c-835e-a8c6-c440-19c3f5fdacd1-b9babf5c, #w-node-b841c2cf-2cc9-e4b8-07c0-99aadd937301-b9babf5d, #w-node-_4e90b171-6e53-738e-be88-12d0ca589060-b9babf5e, #w-node-cc1b35f6-8c3c-5461-9b2e-27e4973d2b3c-b9babf61, #w-node-f80a652a-98e4-49b1-1ac3-3feeb867d8fc-b9babf64 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf65 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b9babf65, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b9babf65, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b9babf65, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b9babf65, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b9babf65, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b9babf65 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b9babf65 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_15862af8-cde5-1aa2-fccb-239a3e3a2b47-b9babf66, #w-node-_07ee8280-0347-87cd-6646-388d286cb059-b9babf67 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_48d20395-ee0f-5a68-eda7-4a7e77e58f1d-9eba05e4 {
    grid-area: Area;
  }

  #w-node-_747c2bdd-f18a-8927-6ab2-3dd32416f227-9eba05e4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc27e3ae-af10-2042-be3b-865af858ed29-c49c2ee0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df3fb79b-a9cb-99ad-081a-2f40a7ec5c0d-c49c2ee0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_69af35b9-a77e-109f-f221-22b7c02532a1-b9babea1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa28fa8a-4bca-bfb5-642c-7dcb13fce9e0-b9babea1, #w-node-_480f9caa-b601-faed-1219-536eb1aaf45d-b9babef9, #w-node-aaaeb3a2-e1e4-1a39-e90e-1063c3e28efd-b9babf00, #w-node-df3fb79b-a9cb-99ad-081a-2f40a7ec5c0d-b9babf01, #w-node-_947b63ea-5e67-6217-2558-da1272f13c70-b9babf02 {
    grid-column: span 2 / span 2;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b9babf03, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b9babf03 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_43ed8c05-dbfe-9ba4-819b-b3d99d1276d9-b9babf1a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_995124d7-3294-80f2-f822-e83c5f033f24-b9babf1a {
    grid-column: span 2 / span 2;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-b9babf1d, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-b9babf1d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b9babf1d {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b9babf1d, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b9babf1d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b9babf1d {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
    justify-self: start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b9babf1d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-b9babf1e {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-b9babf1e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-b9babf1e {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-b9babf1e, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b9babf1f {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b9babf1f, #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b9babf1f {
    grid-column-end: 7;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b9babf1f, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b9babf1f {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b9babf1f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b9babf1f, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b9babf1f {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b9babf1f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b9babf1f {
    grid-column: span 6 / span 6;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf21 {
    order: -9999;
  }

  #w-node-_96a864db-6d8c-b307-0391-3ca54705c73d-b9babf21 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf22 {
    order: -9999;
  }

  #w-node-_13b39619-31bb-c34a-430d-ff7ebf7864ff-b9babf22 {
    grid-column: span 2 / span 2;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf46, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b9babf4a {
    grid-column: span 6 / span 6;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf56 {
    order: -9999;
  }

  #w-node-_9e7eae62-0ca4-2dd4-dde8-639e11499117-b9babf56 {
    grid-column: span 2 / span 2;
  }

  #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-b9babf57, #w-node-_5dc0b19387abf4598bb20c75an-b9babf57 {
    grid-column: span 6 / span 6;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf58 {
    order: -9999;
  }

  #w-node-f714dada-5e89-005a-fafe-523a80cddd29-b9babf58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf59 {
    order: -9999;
  }

  #w-node-_50304163-b86c-bbad-f6b5-942538045202-b9babf59 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf5a {
    order: -9999;
  }

  #w-node-cce70ed7-fd5b-9e5d-fe48-12a2ec0e9397-b9babf5a {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf5b {
    order: -9999;
  }

  #w-node-_0aa4f7bb-57cd-2680-d582-757010623e77-b9babf5b {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf5c {
    order: -9999;
  }

  #w-node-_19e63a3c-835e-a8c6-c440-19c3f5fdacd1-b9babf5c, #w-node-b841c2cf-2cc9-e4b8-07c0-99aadd937301-b9babf5d, #w-node-_4e90b171-6e53-738e-be88-12d0ca589060-b9babf5e {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf61 {
    order: -9999;
  }

  #w-node-cc1b35f6-8c3c-5461-9b2e-27e4973d2b3c-b9babf61 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf64 {
    order: -9999;
  }

  #w-node-f80a652a-98e4-49b1-1ac3-3feeb867d8fc-b9babf64 {
    grid-column: span 2 / span 2;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf65 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b9babf65, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b9babf65, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b9babf65, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b9babf65, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b9babf65, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b9babf65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b9babf65 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-b9babf66 {
    order: -9999;
  }

  #w-node-_15862af8-cde5-1aa2-fccb-239a3e3a2b47-b9babf66, #w-node-_07ee8280-0347-87cd-6646-388d286cb059-b9babf67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc197-9eba05e4 {
    order: -9999;
  }

  #w-node-_747c2bdd-f18a-8927-6ab2-3dd32416f227-9eba05e4 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc27e3ae-af10-2042-be3b-865af858ed29-c49c2ee0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df3fb79b-a9cb-99ad-081a-2f40a7ec5c0d-c49c2ee0 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4a479ca-c6db-2f3c-e734-31550a4edce7-b9babea1, #w-node-_458712ce-b5b5-4e2a-3dd2-fd3bb317688d-b9babf01, #w-node-_79129c12-df07-3ae7-7bb4-9246bbc9f381-b9babf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73781fac-5c75-fb4d-213d-cbba68f8f0c9-b9babf01 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9a7c29e8-f25f-15f5-d90a-649d4e9be2e0-b9babf02, #w-node-e460d4aa-47e3-7d6f-a02c-35feb8b8c60d-b9babf02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b9babf03, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-b9babf1d, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-b9babf1d, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b9babf1d, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b9babf1d, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b9babf1d, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-b9babf1e {
    grid-column: span 4 / span 4;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-b9babf1e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: span 4 / span 4;
  }

  #Name.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b9babf1f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b9babf1f {
    grid-column-end: 5;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b9babf1f {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b9babf1f, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b9babf1f, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b9babf1f, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b9babf1f, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b9babf1f, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b9babf1f, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b9babf1f, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf46, #w-node-_5dc0b19387abf4598bb20c75an-b9babf57 {
    grid-column: span 4 / span 4;
  }

  #w-node-_59bc37ae-d213-dd95-b394-a085a82dc1b9-b9babf59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-eb395575-0a4f-43a8-d298-403833d0693d-b9babf64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b9babf65 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b9babf65, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b9babf65, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b9babf65, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b9babf65, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b9babf65, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b9babf65 {
    grid-column: span 1 / span 1;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b9babf65, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b9babf65 {
    grid-column: span 4 / span 4;
  }
}


