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

@font-face {
  font-family: Coffeemorning Reg;
  src: url('../fonts/CoffeeMorning-Reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --brand: #f4d41f;
  --black: #1d1d1d;
  --primary: #c92762;
  --secondary: #f4d4e0;
}

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

body {
  color: var(--white);
  font-family: Coffeemorning, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  color: var(--brand);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

label {
  margin-bottom: 0;
  font-family: Coffeemorning Reg, Arial, sans-serif;
  display: block;
}

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

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

.cc-text-grey {
  color: #62555a;
}

.text-xxlarge {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.25;
}

.style-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fbfbfb;
  border: 1px solid #fff;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
}

.section.styleguide {
  background-color: #1ea7dd;
}

.text-small {
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

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

.text-xlarge {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.33;
}

.cc-text-primary {
  color: var(--primary);
}

.text-large {
  letter-spacing: .04em;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-large.cc-text-secondary.opacity-80 {
  opacity: .8;
}

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

.cc-text-secondary {
  color: var(--brand);
}

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

.button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: var(--black);
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .35s cubic-bezier(.645, .045, 0, .995);
  display: flex;
}

.button.secondary {
  color: #403f3a;
  background-color: #efede7;
}

.button.secondary:hover {
  color: #101010;
  background-color: #fff;
}

.button.secondary.medium {
  height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.secondary.large {
  height: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.secondary.small {
  height: 2.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.primary {
  color: #fff;
  background-color: #403f3a;
}

.button.primary:hover {
  background-color: #353535;
}

.button.primary.small {
  height: 2.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .875rem;
  font-weight: 600;
}

.button.primary.large {
  height: 4rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.primary.medium {
  height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.cc-text-grey2 {
  color: #e0e0e0;
}

.text-tiny {
  letter-spacing: .04em;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.2;
}

.text-tiny.opacity-60 {
  opacity: .6;
}

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

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

.style-head {
  color: #fff;
  background-color: #191919;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.navbar {
  background-color: var(--primary);
}

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

.nav-link {
  color: var(--brand);
  padding: .5rem .625rem;
  font-family: Coffeemorning Reg, Arial, sans-serif;
  font-weight: 400;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  max-width: 11.125rem;
  padding-left: 0;
  display: flex;
}

.section-header {
  z-index: 1100;
  background-color: var(--primary);
  background-image: url('../images/Header-Bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.header-content-left-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-product {
  background-color: var(--secondary);
  position: relative;
  overflow: hidden;
}

.product-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.title-section {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-about {
  background-color: var(--primary);
}

.about-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.nutrition-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.section-contact {
  background-color: var(--secondary);
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 28.125rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 48.0625rem;
  padding-top: 5rem;
  display: grid;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 1rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--primary);
}

.text-field::placeholder {
  color: #62555a;
  font-weight: 400;
}

.text-field.textarea {
  height: 7.25rem;
}

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

.product-list {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.slide-product {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slide-product._1 {
  background-color: #ebbc93;
}

.slide-product._2 {
  background-color: #fad81e;
}

.slide-product._3 {
  background-color: #d7b9bd;
}

.slide-product._4 {
  background-color: #a3d7e1;
}

.product-image {
  max-width: 30rem;
}

.product-name {
  color: var(--black);
  font-size: 2rem;
}

.nutrition-slider {
  height: auto;
}

.left-arrow-nutrition {
  width: auto;
  left: 3rem;
}

.right-arrow-nutrition {
  width: auto;
  right: 3rem;
}

.item-nutrition {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
  display: grid;
}

.item-nutrition._1 {
  background-color: #ebbc93;
}

.item-nutrition._2 {
  background-color: #fad81e;
}

.item-nutrition._3 {
  background-color: #d7b9bd;
}

.item-nutrition._4 {
  background-color: #a3d7e1;
}

.pagination-button-nutrition {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.5rem;
  transition: all .35s cubic-bezier(.645, .045, 0, .983);
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.pagination-button-nutrition:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.item-nutrition-image {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-nutrition-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  padding-right: 7.5rem;
  display: flex;
}

.product-name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.nutrition-table {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
}

.nutrition-table._1 {
  background-color: #ddae84;
}

.nutrition-table._2 {
  background-color: #fff5bd;
}

.nutrition-table._3 {
  background-color: #ba9398;
}

.nutrition-table._4 {
  background-color: #0092ae;
}

.nutrition-image {
  max-width: 30rem;
}

.nutrition-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nutrition-top-item {
  color: var(--black);
  border-radius: .75rem;
  padding: .75rem .875rem;
}

.nutrition-top-item._1 {
  background-color: #f4c195;
}

.nutrition-top-item._2 {
  background-color: #fde5ab;
}

.nutrition-top-item._3 {
  background-color: #d7b9bd66;
}

.nutrition-top-item._4 {
  background-color: #a3d7e133;
}

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

.nutrition-bottom-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  padding: .75rem;
  display: flex;
}

.nutrition-label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nutrition-label {
  color: var(--white);
  text-align: center;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: .875rem 2rem;
  display: flex;
}

.nutrition-label._1 {
  background-color: #c69062;
}

.nutrition-label._2 {
  background-color: #b9a77c;
}

.nutrition-label._3 {
  background-color: #c6a2a7;
}

.nutrition-label._4 {
  background-color: #0092ae;
}

.header-content-right-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 26.25rem;
  display: flex;
}

.product-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form-block {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.contact-image {
  width: 100%;
  max-width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
}

.checkbox-field, .checkbox-field-2 {
  font-family: Inter, sans-serif;
}

.circle-1 {
  z-index: 1;
  background-color: var(--brand);
  border-radius: 50%;
  width: 38.9375rem;
  height: 38.9375rem;
  position: absolute;
  inset: auto auto -16% -28%;
}

.circle-2 {
  background-color: var(--brand);
  border-radius: 50%;
  width: 38.9375rem;
  height: 38.9375rem;
  position: absolute;
  inset: -25% -23% auto auto;
}

.inter {
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.button-block {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block:hover {
  color: #f0ede2;
}

.button-text-01 {
  z-index: 1;
  color: #f0f0f0;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-hover-box-01 {
  background-color: var(--brand);
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-ticker-outer {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 4.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-ticker-inner {
  flex-flow: column;
  display: flex;
}

.text-ticker {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.footer-menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-divider {
  background-color: var(--primary);
  width: 100%;
  height: .0625rem;
  margin-top: 5em;
  margin-bottom: 1.875rem;
}

.footer-link {
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-top-content-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 21.3125em;
  display: flex;
}

.footer-wrapper {
  z-index: 2;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.logo-footer {
  align-items: center;
  max-width: 9.75rem;
  display: flex;
}

.footer-menu-header {
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-top-content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .text-xxlarge {
    font-size: 1.5rem;
  }

  .text-xlarge {
    font-size: 1rem;
  }

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

  .container-large {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button.secondary.large, .button.primary.large {
    height: 3.25rem;
    font-size: 1rem;
  }

  .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .section-header {
    background-position: 50% 100%;
    background-size: contain;
  }

  .header-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header-content-left-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about-wrapper {
    padding-top: 2.5rem;
  }

  .section-contact {
    background-position: 100% 0;
    background-size: contain;
  }

  .contact-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 60rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .form-wrapper {
    width: auto;
  }

  .slide-product {
    padding: 2.5rem;
  }

  .product-image {
    max-width: 18rem;
  }

  .item-nutrition {
    grid-template-columns: 1fr;
  }

  .item-nutrition-content {
    padding-right: 0;
  }

  .nutrition-image {
    max-width: 25rem;
  }

  .nutrition-label {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-content-right-wrapper {
    align-self: flex-start;
    max-width: none;
  }

  .contact-image {
    max-width: 100%;
    left: -2.5rem;
  }

  .contact-image-wrapper {
    height: 32rem;
    position: relative;
  }

  .circle-1, .circle-2 {
    display: none;
  }

  .text-ticker-outer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 5rem;
  }

  .text-ticker {
    text-align: center;
    height: 5rem;
  }

  .footer-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-wrapper {
    padding-top: 2.5rem;
  }

  .footer-top-content-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .text-xxlarge {
    font-size: 1rem;
    line-height: 1.5;
  }

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

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

  .text-medium {
    line-height: 1.5rem;
  }

  .text-large {
    font-size: .875rem;
    line-height: 1.5;
  }

  .button.secondary.medium {
    height: 2.625rem;
    font-size: .875rem;
  }

  .button.secondary.large, .button.primary.large {
    height: 3.25rem;
    font-size: .875rem;
  }

  .button.primary.medium {
    height: 2.625rem;
    font-size: .875rem;
  }

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

  .nav-menu {
    background-color: var(--secondary);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    color: var(--black);
    text-align: center;
    padding: 1rem;
  }

  .menu-button {
    color: #fff;
    padding: .75rem;
  }

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

  .product-wrapper {
    min-height: auto;
  }

  .title-section {
    max-width: 90%;
  }

  .contact-wrapper {
    min-height: 52rem;
  }

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

  .product-image {
    max-width: 10rem;
  }

  .product-name {
    font-size: 1.5rem;
  }

  .left-arrow-nutrition {
    left: 1rem;
  }

  .right-arrow-nutrition {
    right: 1rem;
  }

  .pagination-button-nutrition {
    transform: translate(0, -100%);
  }

  .product-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact-image-wrapper {
    height: 22rem;
  }

  .text-ticker-outer, .text-ticker {
    height: 5.2rem;
  }

  .footer-menu {
    width: auto;
  }

  .footer-divider {
    margin-top: 3.75em;
    margin-bottom: 1.5em;
  }

  .footer-top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .footer-top-content-left {
    max-width: none;
  }

  .logo-footer {
    max-width: 10.5em;
    padding-left: 0;
  }

  .footer-top-content-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

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

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    height: 2.75rem;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content-left-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nutrition-wrapper {
    position: relative;
  }

  .contact-wrapper {
    min-height: 48rem;
  }

  .slide-product {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-image {
    max-width: 8rem;
  }

  .product-name {
    font-size: 1rem;
  }

  .pagination-button-nutrition {
    top: 40%;
  }

  .nutrition-image {
    max-width: 15.625rem;
  }

  .nutrition-top-item {
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    display: flex;
  }

  .nutrition-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .nutrition-bottom-item {
    border-top: .5px solid #d9d9d9;
    border-bottom: .5px solid #d9d9d9;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: .375rem 0;
  }

  .nutrition-bottom-item.top {
    border-top-width: 1px;
  }

  .nutrition-bottom-item.bottom {
    border-bottom-width: 1px;
  }

  .nutrition-label-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .header-content-right-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .contact-image {
    left: -1rem;
  }

  .contact-image-wrapper {
    height: 16rem;
  }

  .button-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-text-01 {
    font-size: .876rem;
  }

  .text-ticker-outer, .text-ticker {
    height: 2.5rem;
  }

  .footer-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer-link-wrapper {
    grid-column-gap: .875em;
    grid-row-gap: .875em;
  }

  .footer-menu-header {
    font-size: 1.25rem;
  }
}

#name.w-node-bc186a31-f7e5-0a85-1432-e04f83a3f1ba-b41df97d, #email.w-node-_1b93b996-6fd6-4c40-c64e-70d2d05f459d-b41df97d, #phone.w-node-_8033ff7e-a046-a0f1-28a6-507836139574-b41df97d, #message.w-node-_94d38b75-a060-da07-d76b-b4d0da0f68d8-b41df97d, #w-node-b51b4ca0-4e6d-3c3b-26b2-3be0e1787b1f-b41df97d, #w-node-ba09f6ce-e318-e8e5-6f67-5ff7762a0fef-b41df97d, #w-node-bc1508d0-df55-47a1-e57c-1027bff54be9-b41df97d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66fa5d80-c7f3-1bed-e732-79e8d25fbcc1-0548e754, #w-node-_66fa5d80-c7f3-1bed-e732-79e8d25fbcc3-0548e754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Coffeemorning';
  src: url('../fonts/CoffeeMorning-Bld.eot') format('embedded-opentype'), url('../fonts/CoffeeMorning-Reg.eot') format('embedded-opentype'), url('../fonts/CoffeeMorning-Bld.woff') format('woff'), url('../fonts/CoffeeMorning-Reg.woff') format('woff'), url('../fonts/CoffeeMorning-Reg.ttf') format('truetype'), url('../fonts/CoffeeMorning-Reg.ttf') format('truetype'), url('../fonts/CoffeeMorning-Bld.ttf') format('truetype'), url('../fonts/CoffeeMorning-Bld.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coffeemorning Reg';
  src: url('../fonts/CoffeeMorning-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}