@font-face {
  font-family: Cairo;
  src: url('../fonts/Cairo.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almarai;
  src: url('../fonts/Almarai.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rakkas;
  src: url('../fonts/Rakkas.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope 1";
  src: url('../fonts/Manrope-1.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #191b22;
  --brand: #f16052;
  --alice-blue: #f5fbfc;
  --transparent: #2faeb400;
  --brandlight: #ffd0cd;
  --light: #fff;
  --slate-grey: #7e828f;
  --coral: #ff8946;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

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

li {
  color: #546285;
  font-size: 18px;
}

.banner {
  background-color: var(--brand);
  color: #fff;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

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

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.menu-button {
  display: none;
}

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

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  color: var(--alice-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.header {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/510d488ae75b057207281bd8dc80ea18-orig-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.button {
  border: 1px solid var(--brand);
  background-color: var(--brand);
  text-align: center;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button:hover {
  border: 1px solid var(--brand);
  background-color: var(--transparent);
  color: var(--brand);
}

.button.button-space {
  min-height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.on {
  background-image: none;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.gd {
  background-image: none;
  min-height: auto;
  padding: 10px 20px;
}

.button.gd.right {
  margin-left: 10px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-image-wrap {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-h1 {
  color: var(--alice-blue);
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.flex-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.footer {
  flex-flow: column;
}

.container.footer.none {
  border-top-width: 0;
}

.container.spaced {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
}

.legal {
  color: #353448;
  flex-flow: column;
  display: block;
}

.webflow-link {
  color: var(--brand);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  border-top: 1px solid var(--brandlight);
  background-color: var(--light);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-column.links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: row;
}

.brand-span {
  color: var(--brand);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: var(--alice-blue);
  font-size: 16px;
}

.content-section {
  background-color: #0000;
  padding: 40px 3%;
  position: relative;
}

.content-section.padding {
  margin-top: 0;
  position: static;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.content-grid.spacing {
  grid-column-gap: 0px;
  grid-template-columns: 1.25fr 1.25fr;
  align-items: center;
}

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

.content-block.bg-text {
  background-image: url('../images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.content-block.bg-text.centre {
  justify-content: space-between;
  align-items: center;
}

.content-block.align {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.image-block {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: static;
}

.image-block.mobile {
  display: none;
}

.image-block.sticky {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 10%;
}

.title-wrap-centre {
  color: var(--alice-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.step-image {
  margin-bottom: 40px;
}

.cart-button {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--brand);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 7px 7px 25px #7e828f45;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

.food-card.parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.food-image-square {
  cursor: default;
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

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

.food-title-wrap {
  cursor: default;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--brand);
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 400px;
}

.cta-image {
  background-image: url('../images/Untitled-1000-x-1000-px-1.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: var(--brand);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #c55555;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--brand);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--brand);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--slate-grey);
  font-size: 18px;
}

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

.text-block-2 {
  color: var(--coral);
}

.tab-menu-round {
  z-index: 589560;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-menu-round.is-sticky {
  background-color: var(--light);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--brand);
  color: #fff;
  border-color: #61728300;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  color: var(--black);
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--brand);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #7e8a8f17;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social-link {
  border: 1px solid #7e828f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.social-icon {
  width: 25px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--brand);
}

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

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--brand);
}

.required {
  color: var(--coral);
}

.button-white {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--brand);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 40px 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
}

.hero-image {
  border-radius: 10%;
  transform: rotate(0);
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

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

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: var(--brand);
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/20250110_145015-min.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 20px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--brand);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--coral);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: #ffab003b;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  color: #546285;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--brand);
  margin-left: 8px;
}

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

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-button {
  background-color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 0 3% 60px;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.header-h1 {
  color: var(--alice-blue);
}

.pattern {
  position: absolute;
  inset: 0%;
}

.pagination-button {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/510d488ae75b057207281bd8dc80ea18-orig-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

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

.statistic {
  color: #fff;
  margin-bottom: 10px;
  font-size: 5em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 20px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.notice-text {
  color: #fffc;
}

.order-column {
  position: relative;
  top: 0;
}

.text-span, .text-span-2 {
  color: var(--brand);
}

.body {
  font-family: Inter, sans-serif;
}

.image {
  width: auto;
  height: 100%;
}

.heading {
  text-align: left;
  font-size: 48px;
}

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

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

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

.content36-author-pic.content36-pic2, .content36-author-pic.content36-pic3, .content36-author-pic.content36-pic1 {
  background-image: none;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

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

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

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

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

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.div-block-2 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--brand);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-3 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--brand);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-4 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--brand);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 75%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

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

.text-area {
  color: #096ad0;
  background-color: #096ad00a;
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: #096ad0;
}

.form {
  width: 100%;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.pin {
  position: absolute;
}

.button-2 {
  background-color: var(--brand);
  border: 0 solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  border: 2px solid var(--brand);
  box-shadow: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

.label {
  font-weight: 500;
}

.input {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px #0000001a;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #4769ff;
}

.input.area {
  height: 100px;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.button-3 {
  background-color: var(--brand);
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabs {
  position: sticky;
  top: auto;
}

.image-2, .image-3 {
  border-radius: 20px;
}

.image-4 {
  border-radius: 20px;
  width: 20rem;
  height: 20rem;
  margin-right: 0;
}

.image-4.vertical {
  width: 20rem;
  height: auto;
}

.heading-2 {
  font-size: 3rem;
}

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

.text-span-3 {
  color: #fff0;
  background-image: url('../images/Main_Use-this-one-2-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

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

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

.checkbox-field, .checkbox-field-2 {
  margin-bottom: 10px;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slider-arrow {
  color: var(--brand);
}

.overflow-visible {
  overflow: hidden;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 30%;
  height: 25rem;
  margin-left: 10px;
  margin-right: 10px;
}

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

.slide-nav {
  color: #096ad0;
  display: none;
}

.slide-2 {
  background-image: url('../images/Untitled-1000-x-1000-px-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/1-1.jpg');
  background-position: 50%;
  background-size: auto;
}

.wrapper-3 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slide-4 {
  background-color: #0000;
}

.slide-4.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slide-5 {
  background-color: #0000;
}

.slide-5.small {
  width: 15rem;
  margin-left: 10px;
  margin-right: 10px;
}

.image-5, .image-6 {
  border-radius: 20px;
}

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

.code-embed {
  margin-bottom: 10px;
}

.success-message {
  background-color: var(--brand);
  color: var(--light);
}

.success-message-2 {
  background-color: var(--brand);
}

.text-block-84 {
  color: var(--alice-blue);
}

.paragraph-73 {
  text-align: center;
  width: 75%;
}

.text-span-4 {
  color: var(--brand);
}

.code-embed-2 {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.link-block {
  margin-top: 10px;
  display: flex;
}

.text-block-85 {
  color: #009fe5;
  font-weight: 400;
  text-decoration: none;
}

.text-block-86 {
  color: var(--black);
  text-decoration: none;
}

.text-block-87 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-decoration: none;
}

.ms-badge-copy-me {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #070e27;
  flex-wrap: wrap;
  align-items: center;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.ms-powered {
  opacity: .8;
  height: 1em;
  margin-top: .3em;
  font-weight: 400;
}

.ms-logo-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.ms-logo-icon {
  width: 5em;
  margin-top: .1em;
}

.ms-logo-text {
  height: .8em;
  margin-top: .1em;
}

.mosan-brand {
  margin-top: 20px;
  display: flex;
}

.code-embed-3 {
  margin-left: 0;
}

.image-7 {
  border-radius: 20px;
  display: block;
  position: static;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  max-width: 150px;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-page-title-wrap {
  max-width: 55rem;
}

.image-8 {
  width: 100%;
}

.cs-description {
  z-index: 2;
  width: 100%;
  max-width: 17rem;
  position: relative;
}

.d--100 {
  color: var(--alice-blue);
  text-align: center;
  letter-spacing: -.015em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.05;
}

.cs-page-wrapper {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Untitled-design-6.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding: 2rem;
}

.cs-row {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cs-col.is--left {
  margin-left: auto;
  margin-right: auto;
}

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

.cs-page-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.p--30 {
  font-size: 14px;
  line-height: 20px;
}

.text-span-5 {
  color: var(--brand);
}

.code-embed-5 {
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-6 {
  color: var(--brand);
}

.text-span-7 {
  color: #f16052;
  font-weight: 600;
}

.text-span-8 {
  color: var(--brand);
}

.text-span-9 {
  color: var(--brand);
  font-size: 24px;
}

.heading-5 {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .d--100 {
    text-transform: none;
  }

  .link-2 {
    transition: opacity .2s, color .2s;
  }

  .link-2:hover {
    opacity: .6;
  }
}

@media screen and (min-width: 1440px) {
  .cs-page-title-wrap {
    max-width: 52rem;
  }

  .d--100 {
    letter-spacing: -.02em;
    font-size: 5.75rem;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1920px) {
  .container.spaced {
    flex-flow: row;
  }

  .content-section-bg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    width: 30rem;
    height: 30rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--brand);
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .button-wrapper {
    align-items: center;
  }

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

  .review-wrap {
    align-items: center;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: 55px;
  }

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

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

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

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

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-1 {
    display: none;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide.small {
    width: 80%;
  }

  .wrapper-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-4.small {
    width: 80%;
  }

  .wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-5.small {
    width: 80%;
  }

  .ms-badge-copy-me {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: column;
  }

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

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

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

  .colour {
    margin-bottom: 25px;
  }

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

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

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

  .content36-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    flex-wrap: wrap;
  }

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

  .col.lg-6, .col.lg-5 {
    width: 100%;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .ms-badge-copy-me {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 10px;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .cs-description {
    max-width: 24rem;
  }

  .d--100 {
    font-size: 4rem;
  }

  .cs-page-wrapper {
    padding: 1.75rem;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-contact-list {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
  }

  .cs-page-title {
    display: block;
    position: static;
  }
}

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

  .banner {
    display: none;
  }

  .icon {
    filter: invert();
  }

  .navbar {
    background-color: #fff0;
    position: absolute;
  }

  .menu-button {
    background-color: var(--brand);
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .header {
    padding-top: 115px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-space {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.gd.right {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .container.spaced {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .legal {
    margin-right: 0;
  }

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

  .footer {
    padding-top: 40px;
  }

  .footer-column.links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section.padding {
    margin-top: 0;
    padding-top: 120px;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-flow: row;
  }

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

  .content-block.bg-text, .content-block.bg-text.centre {
    background-image: none;
  }

  .image-block, .image-block.mobile {
    display: flex;
  }

  .image-block.hideonmobile {
    display: none;
  }

  .image-block.sticky {
    position: static;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-content {
    padding: 12px;
  }

  .tab-menu-round {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-menu-round.is-sticky {
    z-index: 22000;
    background-color: var(--alice-blue);
    position: fixed;
    top: 0;
    left: 0;
  }

  .tab-link-round {
    text-align: center;
    width: 40%;
    min-height: auto;
    padding: 0 15px;
    font-size: 12px;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .content-section-bg {
    background-image: none;
    padding: 40px 5%;
  }

  .cta-heading {
    font-size: 43px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .content-section-short {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

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

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 10px;
  }

  .input.area {
    height: 100px;
  }

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

  .heading-3 {
    text-align: center;
    font-size: 42px;
  }

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

  .paragraph-71, .paragraph-72 {
    text-align: left;
  }

  .left-arrow {
    width: 60px;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .right-arrow {
    width: 60px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .parentfoods {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-83 {
    overflow: visible;
  }

  .paragraph-73 {
    text-align: left;
    width: 100%;
  }

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

  .ms-logo-icon {
    width: 50em;
  }

  .mosan-brand {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 10rem;
  }

  .code-embed-4 {
    margin-top: 0;
    padding-top: 100px;
  }

  .image-7 {
    position: static;
  }

  .cs-logo {
    margin-bottom: 1rem;
    display: flex;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }

  .cs-description {
    margin-top: 6rem;
  }

  .d--100 {
    letter-spacing: -.01em;
    font-size: 2.5rem;
  }

  .cs-page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding: 1.5rem 1rem 3rem;
    display: flex;
  }

  .cs-row {
    position: static;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .cs-page-title {
    margin-top: 60px;
  }

  .code-embed-5 {
    position: fixed;
  }

  .text-span-6 {
    color: var(--brand);
  }

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

#w-node-_6f767065-e39e-562c-8ad2-6412934c79c8-aa7b7eda, #w-node-_6f767065-e39e-562c-8ad2-6412934c79cf-aa7b7eda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e47-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e51-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e5b-aa7b7eda {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f5b8f7b0-8bf2-2f40-0a52-4e45252c2c09-aa7b7ee9, #w-node-f5b8f7b0-8bf2-2f40-0a52-4e45252c2c10-aa7b7ee9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4e82b37-57bb-448e-5dd5-cda048394873-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda048394880-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda04839488c-61863f91 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e47-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e51-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e5b-aa7b7eda {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4e82b37-57bb-448e-5dd5-cda048394873-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda048394880-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda04839488c-61863f91 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e47-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e51-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e5b-aa7b7eda {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e4e82b37-57bb-448e-5dd5-cda048394873-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda048394880-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda04839488c-61863f91 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e47-aa7b7eda {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e51-aa7b7eda, #w-node-b1f9ee50-4743-736b-b1d9-2ed10c770e5b-aa7b7eda {
    grid-column: span 4 / span 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b277b7f7-8332-df1a-c650-2f4ae45c2e11-aa7b7ee1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4e82b37-57bb-448e-5dd5-cda048394873-61863f91 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4e82b37-57bb-448e-5dd5-cda048394880-61863f91, #w-node-e4e82b37-57bb-448e-5dd5-cda04839488c-61863f91 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rakkas';
  src: url('../fonts/Rakkas.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope 1';
  src: url('../fonts/Manrope-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}