:root {
  --default-bg: #f4e9dd;
  --black: black;
  --dark-olive-green: #45704c;
  --light-coral: #f89090;
  --indian-red: #d26249;
  --crimson: #cc4733;
  --khaki: #f1e796;
  --firebrick: #be3925;
  --gold: #fde31d;
}

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

body {
  background-color: var(--default-bg);
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

h1 {
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 98%;
}

h2 {
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 96%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 98%;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 98%;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 98%;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  max-width: 52ch;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 128%;
}

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

a:hover {
  color: var(--dark-olive-green);
}

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

li {
  font-size: 1.25rem;
  line-height: 128%;
}

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

blockquote {
  border-left: 5px solid var(--dark-olive-green);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 128%;
}

.page-wrapper {
  position: relative;
}

.section-hero {
  z-index: 0;
  height: 100vh;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro {
  z-index: 10;
  background-color: var(--default-bg);
  background-image: url('../images/bgPattern-dot-1.png');
  background-position: 50%;
  background-size: 200px;
  position: relative;
  overflow: hidden;
}

.section-about {
  z-index: 10;
  background-color: #dd5f42;
  background-image: url('../images/bgPattern-shortLines.png');
  background-position: 0 0;
  background-size: 3%;
  position: relative;
  overflow: visible;
}

.featured {
  z-index: 10;
  background-image: url('../images/bgPattern-dots-yellow.png');
  background-position: 50%;
  background-size: 400px;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.testimonial {
  z-index: 10;
  background-color: var(--default-bg);
  padding-top: 140px;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 10;
  background-color: var(--dark-olive-green);
  padding-top: 10vh;
  position: relative;
  overflow: hidden;
}

.loud-divider-loop {
  z-index: 10;
  background-color: var(--default-bg);
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  position: relative;
  overflow: hidden;
}

.loop-content-wrapper {
  width: 200vw;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.content-item-100vw {
  width: 100vw;
  background-image: url('../images/bgPattern-stripe-2.png');
  background-position: 0 0;
  background-size: 20%;
  flex: 0 auto;
}

.divider-text {
  float: left;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f4e9dd;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
  margin-left: 5vw;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 6vw;
  font-weight: 800;
  line-height: 96%;
  display: block;
}

.running-text-bg {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.running-text-bg.in-footer {
  position: static;
}

.running-content-wrapper {
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-text-heavy {
  float: left;
  color: #ffeb6c;
  letter-spacing: -.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 10vw;
  font-size: 24vw;
  font-weight: 800;
  line-height: 96%;
  display: block;
}

.bg-text-heavy.dark {
  color: rgba(0, 0, 0, .15);
  margin-bottom: -30px;
  padding-bottom: 0;
  padding-left: 0;
}

.hero-headings {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.vertical-content {
  width: 60vh;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.hero-images {
  z-index: 5;
  width: 90vw;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
  padding-bottom: 50vh;
  display: block;
  position: relative;
}

.hero-deco {
  width: 6vw;
  position: absolute;
  top: 20%;
  left: 15%;
}

.bg-hero {
  min-height: 100%;
  min-width: 100%;
  opacity: .35;
  mix-blend-mode: color-dodge;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 28%, #5c1308), url('../images/Organic-food-on-white-background.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto;
}

.hero-deco-heart {
  width: 6vw;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 10%;
}

.hero-image-grid {
  z-index: 2;
  width: 100%;
  grid-column-gap: 16vw;
  grid-row-gap: 24vh;
  grid-template-columns: 1fr 1fr;
}

.bg-element-wrapper {
  z-index: 1;
  background-color: #921300;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.vertical-info {
  width: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: -59px;
  left: 0;
  overflow: hidden;
}

.hero-text-content {
  z-index: 10;
  height: 100vh;
  min-height: auto;
  min-width: 100vw;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.rotate-line {
  height: 50px;
  background-image: linear-gradient(to bottom, transparent 45%, var(--default-bg) 45%, var(--default-bg) 51%, var(--light-coral) 54%, black 55%, transparent 55%);
  color: var(--light-coral);
  flex: 1;
  align-self: auto;
  margin-right: 20px;
}

.side-text {
  color: var(--default-bg);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  align-self: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
}

.heading-hero-display {
  max-width: none;
  color: #f4e9dd;
  text-align: left;
  margin: 0 auto 31px;
  font-family: Rubik, sans-serif;
  font-size: 8vw;
  font-weight: 800;
  line-height: 84%;
}

.heading-hero-display.dark {
  color: #000;
}

.heading-section-display {
  color: #f4e9dd;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Rubik, sans-serif;
  font-size: 3.5vw;
  font-weight: 800;
  line-height: 110%;
}

.image-display {
  width: 80%;
  display: block;
}

.image-display.hidden {
  display: none;
}

.image-display.bigger {
  width: 90%;
}

.intro-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.intro-visual-holder {
  min-height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-text-content {
  background-color: var(--dark-olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.greeting-image {
  width: 100%;
  height: 100%;
  max-height: 80%;
  max-width: 90%;
  background-image: url('../images/Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.deco-star-left {
  width: 6vw;
  position: absolute;
  top: 10%;
  left: 20%;
}

.deco-star-right {
  width: 6vw;
  position: absolute;
  bottom: 10%;
  right: 20%;
}

.card-deco-left-top {
  z-index: 100;
  width: 20%;
  display: block;
  position: absolute;
  top: 19%;
  left: 5%;
}

.featured-product-image {
  object-fit: contain;
  background-image: url('../images/bgPattern-dot-round.png');
  background-position: 100% 32%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex: 1;
  display: inline-block;
}

.card-deco-right-bottom {
  z-index: 100;
  width: 20%;
  position: absolute;
  bottom: 22%;
  right: 0%;
}

.product-visual {
  padding: 32% 10%;
  display: flex;
  position: relative;
}

.card-deco-left-bottom {
  z-index: 100;
  width: 20%;
  position: absolute;
  top: auto;
  bottom: 24%;
  left: 2%;
  right: auto;
}

.card-description-paragraph {
  z-index: 100;
  max-width: 30ch;
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 17px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 106%;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 6%;
  right: 0%;
}

.card-description-paragraph.grams-text {
  margin-top: -146px;
  margin-left: 15px;
  padding-left: 1px;
  font-weight: 500;
  position: static;
  bottom: 0%;
}

.card-description-paragraph.f {
  top: 346px;
  bottom: 9%;
}

.heading-card {
  z-index: 100;
  max-width: none;
  color: var(--black);
  text-transform: uppercase;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 96%;
  position: absolute;
  top: 4%;
  left: 6%;
}

.card-deco-right-top {
  z-index: 100;
  width: 20%;
  position: absolute;
  top: 17%;
  right: 4%;
}

.feature-card {
  width: 100%;
  max-width: 420px;
  background-color: #f4e9dd;
  position: relative;
}

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

.container {
  z-index: 10;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.featured-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-hero-subtitle {
  color: #f4e9dd;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 98%;
}

.heading-hero-subtitle.center-text {
  color: var(--dark-olive-green);
  text-align: center;
  font-size: 4vw;
}

.heading-hero-subtitle.center-text.white-text {
  color: var(--default-bg);
  font-size: 4vw;
  position: relative;
  top: -8px;
}

.heading-hero-subtitle.center-text.other-colour {
  color: var(--indian-red);
}

.intro-content-wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
}

.about-bg-element-wrapper {
  z-index: 1;
  height: 100vh;
  min-height: 700px;
  padding: 5vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
}

.bg-sun-rotation {
  width: 100%;
  height: 100%;
  background-color: #bf543c;
  background-image: url('../images/Sun_Rotate_new.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 170%;
  border: .8vh solid #000;
  transform: scale(1);
}

.about-content-wrapper {
  z-index: 10;
  margin-top: -100vh;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.left-text-content {
  width: 55%;
  height: 100vh;
  min-height: 700px;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 74px 0 4px 10vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.right-picture-content {
  width: 45%;
  float: left;
  justify-content: center;
  padding-top: 50vh;
  padding-bottom: 50vh;
  display: flex;
  position: relative;
  left: -24px;
  overflow: hidden;
}

.about-image-grid {
  width: 85%;
  grid-row-gap: 49px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.testimonial-content {
  direction: ltr;
  column-count: 3;
  padding-bottom: 0;
}

.testimonial-content.hidden {
  display: none;
}

.customer-review-card {
  background-color: #45704c;
  margin-bottom: 16px;
  padding: 30px;
  display: inline-block;
}

.customer-review-card.other-box {
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.customer-review-card.other-box._100 {
  justify-content: space-around;
}

.customer-review-card._100 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.customer-image {
  margin-bottom: 16px;
}

.customer-image._100 {
  max-height: none;
  max-width: 150%;
  margin-bottom: 0;
  overflow: hidden;
}

.customer-review-text {
  color: var(--default-bg);
  margin-bottom: 0;
  font-weight: 400;
}

.customer-review-text.smaller-text {
  background-color: var(--crimson);
  padding: 6px;
  font-size: 1.1rem;
}

.customer-review-text.smaller-text.other-back-colour {
  background-color: rgba(244, 233, 221, .11);
  margin-top: 15px;
  font-size: 1.1rem;
}

.customer-review-text.smaller-text.other-back-colour._4th-back-colour {
  background-color: var(--crimson);
  font-size: 1.1rem;
}

.customer-review-text.smaller-text.other-back-colour._5th-back-colour {
  background-color: rgba(244, 233, 221, .11);
  font-size: 1.1rem;
}

.five-star {
  grid-column-gap: 2px;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.star {
  width: 36px;
}

.three-hearts {
  grid-column-gap: 8px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.testimonial-bg-elements-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-element-dots {
  width: 20vw;
  height: 20vw;
  background-image: url('../images/bgPattern-dot-1.png');
  background-position: 0 0;
  background-size: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-element-dots.second {
  height: 30vw;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-element-dots.third {
  height: 20vw;
  top: 60%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-element-message {
  width: 75px;
  height: 75px;
  background-image: url('../images/Decorative-graphic-message-s.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  right: 15%;
}

.review-stickers-grid {
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.newsletter-image-text {
  color: var(--default-bg);
  text-align: center;
  font-size: 12.5rem;
  font-weight: 800;
  line-height: 100%;
}

.newsletter-form-block {
  align-self: auto;
}

.newsletter-form-block.hidden {
  display: none;
}

.newsletter-form {
  display: block;
}

.newsletter-content-wrapper {
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 60px;
  display: flex;
}

.newsletter-row {
  display: flex;
}

.newsletter-text-content.hidden {
  display: none;
}

.newsletter-wrapper {
  background-image: url('../images/bgPattern-dots-yellow.png');
  background-position: 0 0;
  background-size: 25%;
  margin-bottom: 28px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  transition: opacity .2s;
}

.newsletter-column {
  padding-left: 0;
  padding-right: 0;
}

.form-label {
  text-align: left;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.newsletter-image {
  z-index: 10;
  min-height: 100%;
  background-image: url('../images/Pizza.png');
  background-position: 10% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.error-message {
  background-color: #fff;
  padding: 20px;
  transition: opacity .2s;
}

.text-field {
  background-color: var(--default-bg);
  border: 4px solid #000;
  margin-bottom: 16px;
  margin-right: 10px;
  padding: 20px 15px;
  line-height: 20px;
}

.text-field.more-sace {
  height: 130px;
}

.newsletter-input-wrapper {
  max-width: 550px;
  align-items: center;
  display: flex;
}

.container-footer {
  z-index: 10;
  max-width: 1380px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.spacing-mid {
  height: 100px;
}

.social-media-wrapper {
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.div-block {
  z-index: 1;
  background-image: url('../images/bgPattern-dot-1.png');
  background-position: 0 0;
  background-size: 150px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(10%, 10%);
}

.heading-social {
  color: var(--default-bg);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  display: inline-block;
}

.socialmedia-link {
  margin-left: 30px;
  transition: all .2s;
}

.socialmedia-link:hover {
  transform: translate(0, -10px);
}

.form-success-text {
  text-align: left;
  margin-bottom: 0;
}

.form-error-text {
  color: #d60000;
  text-align: left;
  margin-bottom: 0;
}

.navbar-no-logo {
  z-index: 9;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
}

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

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--default-bg);
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--dark-olive-green);
}

.heading-section {
  max-width: 20ch;
  text-align: center;
  margin: 0 auto 10px;
}

.style-label {
  color: #fff;
  background-color: #c4389c;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
}

.style-label.combo-class-style {
  background-color: #0a00c9;
}

.style-label.element-note {
  background-color: #000;
}

.style-holder {
  background-color: var(--default-bg);
  border-radius: 15px;
  margin-bottom: 0;
  padding: 40px;
}

.style-holder.dark {
  background-color: var(--dark-olive-green);
}

.flex-wrapper {
  grid-column-gap: 25px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-template-pages {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-template-pages.page-header {
  padding-top: 220px;
  padding-bottom: 60px;
}

.section-template-pages.darker {
  background-color: rgba(60, 60, 60, .19);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-template-pages.mini-height {
  min-height: 50vh;
}

.link-button {
  border-bottom: 3px #000;
  font-size: .8rem;
  line-height: 128%;
  transition: all .2s;
}

.link-button:hover {
  border-bottom-color: var(--dark-olive-green);
}

.button-animated {
  width: 100%;
  background-color: #e62a00;
  border: 4px solid #000;
  transition: all .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-animated:active {
  transform: scale(.9);
}

.button-animated.shadow {
  text-align: center;
  font-size: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.button-animated.shadow:hover {
  color: var(--khaki);
}

.button-inner-filling-layer {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.button-core {
  width: 100%;
  color: var(--default-bg);
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 15px;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.button-core:hover {
  color: var(--default-bg);
}

.button-core.hidden {
  display: none;
}

.sticky-primary-button-holder {
  z-index: 9999;
  position: fixed;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button-holder {
  height: 48px;
}

.template-helper-pages-footer {
  background-color: var(--default-bg);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.template-helper-pages-footer.on-homepage {
  padding-top: 7px;
  padding-bottom: 12px;
}

.template-pages-footer-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.template-info-footer-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.template-image-assets {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-asset-demo {
  max-height: 80%;
  max-width: 40%;
  min-height: 70%;
  min-width: 30%;
}

.template-ui-assets-grid {
  max-width: 70%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.template-other-assets {
  max-width: 70%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.other-asset-demo {
  max-height: 80%;
  max-width: 80%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.css-code-line {
  padding-left: 20px;
}

.list-numbered {
  list-style-type: decimal;
}

.brand {
  margin-right: 10px;
  display: flex;
}

.logo {
  position: fixed;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

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

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

.text-block {
  margin-bottom: 45px;
}

.image-3 {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  margin-left: 5vw;
}

.image-4 {
  max-width: 60%;
  margin-bottom: 0;
  position: relative;
  top: -36px;
  left: 0;
}

.image-4.bigger-size-machine {
  width: auto;
  max-width: 60%;
  top: 0;
  left: -36px;
}

.bold-text-2, .bold-text-3 {
  font-family: Changa One, Impact, sans-serif;
  font-weight: 500;
}

.bold-text-4 {
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.bold-text-5 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.lightbox-link {
  margin-bottom: 21px;
}

.bold-text-6 {
  color: var(--khaki);
}

.bold-text-6.hidden {
  opacity: 0;
}

.footer-v2-bottom {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 1.3rem;
  display: flex;
}

.footer-v2-bottom-text {
  color: var(--dark-olive-green);
  margin-right: 0;
  font-size: .6em;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-white {
  width: auto;
  color: var(--crimson);
  justify-content: center;
  margin-left: 8px;
  padding-top: 0;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.text-block-3 {
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 400;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
}

.bold-text-7 {
  font-size: 1rem;
  line-height: 180%;
}

.paragraph-2 {
  color: var(--default-bg);
  margin-bottom: 30px;
}

.paragraph-3 {
  margin-bottom: 37px;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  max-width: none;
  font-size: 1.1rem;
}

.paragraph-5 {
  color: var(--default-bg);
  margin-top: 26px;
}

.link {
  color: var(--default-bg);
  text-decoration: none;
}

.link.other-link:hover {
  color: var(--indian-red);
}

.link-red {
  color: var(--indian-red);
  font-size: 2rem;
  text-decoration: none;
  transition: all .5s;
}

.link-red:hover {
  color: var(--indian-red);
}

.link-red.opposite {
  color: var(--khaki);
  font-size: 1.25rem;
}

.link-red.opposite:hover {
  color: var(--indian-red);
}

.div-block-4 {
  display: flex;
}

.image-5 {
  width: 20%;
  height: 20%;
  max-width: none;
  margin-right: 20px;
}

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

.div-block-5 {
  flex-direction: row;
  display: flex;
}

@media screen and (min-width: 1920px) {
  p {
    max-width: 48ch;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .featured {
    padding-top: 220px;
  }

  .footer {
    padding-top: 20vh;
  }

  .loop-content-wrapper {
    margin-left: 0;
  }

  .bg-text-heavy.dark {
    margin-bottom: -61px;
  }

  .hero-text-content {
    min-height: 900px;
  }

  .heading-section-display {
    margin-bottom: 30px;
  }

  .image-display.bigger {
    width: 100%;
    mix-blend-mode: normal;
  }

  .image-display.othr-size {
    width: 90%;
  }

  .greeting-image {
    max-width: 1200px;
  }

  .card-deco-left-top {
    width: 24%;
    display: block;
  }

  .card-deco-right-bottom, .card-deco-left-bottom {
    width: 24%;
  }

  .card-description-paragraph {
    max-width: none;
    padding-right: 17px;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 116%;
  }

  .card-description-paragraph.grams-text {
    text-align: left;
    bottom: 18%;
  }

  .heading-card {
    font-size: 2.5rem;
    line-height: 86%;
  }

  .card-deco-right-top {
    width: 24%;
  }

  .feature-card {
    max-width: 500px;
    background-color: #f4e9dd;
  }

  .container {
    max-width: 1800px;
  }

  .featured-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-bg-element-wrapper {
    min-height: 900px;
  }

  .left-text-content {
    min-height: 900px;
    padding-left: 20vh;
  }

  .bg-element-dots {
    left: 5%;
  }

  .bg-element-dots.second {
    width: 30vw;
    height: 20vw;
    top: 20%;
    right: 5%;
  }

  .bg-element-dots.third {
    top: 55%;
    left: 5%;
  }

  .container-footer {
    max-width: 1600px;
  }

  .heading-section {
    margin-bottom: 80px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 2.5rem;
  }

  .paragraph-5, .link-red.opposite {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.75rem;
    line-height: 98%;
  }

  .section-about {
    background-image: none;
  }

  .featured {
    padding: 100px 36px 60px;
  }

  .testimonial {
    padding-top: 100px;
  }

  .footer {
    padding-top: 9vh;
  }

  .loop-content-wrapper {
    width: 190vw;
  }

  .vertical-content {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .hero-images {
    padding-top: 8vh;
  }

  .hero-deco {
    width: 8vw;
    top: 35%;
    left: 11%;
  }

  .hero-deco-heart {
    width: 8vw;
  }

  .hero-image-grid {
    grid-column-gap: 9vw;
  }

  .vertical-info {
    width: 40px;
  }

  .rotate-line {
    height: 40px;
  }

  .side-text {
    font-size: 1.25rem;
  }

  .heading-hero-display {
    font-size: 15vw;
  }

  .heading-section-display {
    font-size: 5vw;
  }

  .image-display {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-width: 8px;
  }

  .image-display.bigger {
    width: 110%;
    max-width: 120%;
  }

  .intro-visual-holder {
    min-height: 70vh;
  }

  .deco-star-left {
    width: 8vw;
    top: 10%;
    left: 12%;
  }

  .deco-star-right {
    width: 8vw;
    bottom: 13%;
    right: 7%;
  }

  .card-deco-left-top {
    width: 15%;
    top: 21%;
  }

  .card-deco-right-bottom {
    width: 15%;
  }

  .card-deco-left-bottom {
    width: 15%;
    bottom: 19%;
    left: 3%;
  }

  .card-description-paragraph {
    font-size: .875rem;
  }

  .heading-card {
    font-size: 1.4rem;
  }

  .card-deco-right-top {
    width: 15%;
    top: 14%;
    right: 3%;
  }

  .container {
    padding: 0 30px;
  }

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

  .heading-hero-subtitle {
    font-size: 6vw;
  }

  .heading-hero-subtitle.center-text.white-text {
    top: -12px;
  }

  .about-bg-element-wrapper {
    padding: 0;
  }

  .bg-sun-rotation {
    background-position: 50%;
    background-size: 400%;
    border-style: none;
  }

  .left-text-content {
    padding-left: 4vh;
  }

  .right-picture-content {
    padding-top: 30vh;
    padding-bottom: 30vh;
  }

  .testimonial-content {
    column-count: 3;
  }

  .customer-review-card {
    padding: 20px;
  }

  .customer-review-card._100 {
    margin-top: 21px;
  }

  .customer-review-text {
    font-size: .875rem;
    line-height: 140%;
  }

  .five-star {
    margin-bottom: 10px;
  }

  .star {
    width: 26px;
  }

  .three-hearts {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .bg-element-message {
    width: 60px;
    height: 60px;
    top: 1%;
    right: 6%;
  }

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

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

  .container-footer {
    padding: 30px;
  }

  .spacing-mid {
    height: 100px;
  }

  .heading-social {
    font-size: 2.75rem;
  }

  .socialmedia-link {
    width: 50px;
  }

  .navbar-logo-center-container.shadow-three {
    padding: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    left: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    top: 0;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading-section {
    font-size: 2.75rem;
  }

  .flex-wrapper {
    grid-column-gap: 10px;
  }

  .section-template-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-template-pages.page-header {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .template-helper-pages-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .template-helper-pages-footer.on-homepage {
    padding-bottom: 19px;
  }

  .template-image-assets {
    margin-bottom: 20px;
  }

  .template-ui-assets-grid, .template-other-assets {
    max-width: none;
    margin-bottom: 20px;
  }

  .logo {
    width: 25%;
    max-width: 80%;
  }

  .image-3 {
    margin-left: 3vw;
  }

  .image-4 {
    max-width: 100%;
  }

  .image-4.bigger-size-machine {
    max-width: 75%;
    left: -18px;
  }

  .bold-text-2, .bold-text-3, .bold-text-5 {
    font-size: 1.8rem;
  }

  .bold-text-6 {
    font-size: 1.7rem;
    line-height: 1rem;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    padding-left: 55px;
    padding-right: 55px;
    display: block;
  }

  .heading-2, .heading-3, .heading-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  p, li {
    font-size: 1rem;
  }

  .featured {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 0;
  }

  .bg-text-heavy {
    font-size: 28vw;
  }

  .hero-deco {
    width: 8vw;
    top: 39%;
    left: 16%;
  }

  .hero-deco-heart {
    width: 8vw;
  }

  .feature-card {
    height: 400px;
  }

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

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

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

  .left-text-content {
    justify-content: flex-start;
    padding-top: 7vh;
  }

  .testimonial-content {
    column-count: 2;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .bg-element-message {
    top: .6%;
    right: 10%;
  }

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

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

  .container-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacing-mid {
    height: 40px;
  }

  .social-media-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-social {
    margin-bottom: 10px;
  }

  .socialmedia-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .navbar-wrapper {
    left: 40px;
  }

  .nav-menu-wrapper {
    flex: 0 auto;
  }

  .nav-menu {
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-block {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .menu-button {
    display: none;
  }

  .heading-section {
    margin-bottom: 39px;
    font-size: 2.5rem;
  }

  .link-button {
    border-bottom-width: 2px;
    font-size: 1rem;
  }

  .template-helper-pages-footer.on-homepage {
    padding-bottom: 7px;
  }

  .template-pages-footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-image-assets {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .template-ui-assets-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .template-other-assets {
    grid-column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .brand {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 30%;
  }

  .bold-text-2, .bold-text-3, .bold-text-5 {
    font-size: 1em;
  }

  .footer-v2-bottom {
    justify-content: center;
    margin-top: 0;
    line-height: .8rem;
  }

  .footer-v2-bottom-text {
    margin: 4px 6px 0;
    font-size: .5em;
  }

  .paragraph-3 {
    padding-right: 15px;
    font-size: .9rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading-2, .heading-3, .heading-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .featured {
    background-position: 0%;
    background-size: 200px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .testimonial {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 0;
    overflow: hidden;
  }

  .loud-divider-loop {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }

  .divider-text {
    border-left-width: 5px;
    border-right-width: 5px;
    padding: 4px;
    font-size: 7.5vw;
  }

  .bg-text-heavy {
    font-size: 36vw;
  }

  .bg-text-heavy.dark {
    margin-bottom: -6px;
    font-size: 24vw;
  }

  .hero-headings {
    margin-left: 0;
    margin-right: 0;
    top: 3px;
  }

  .vertical-content {
    width: auto;
  }

  .hero-images {
    width: 100%;
    height: 600px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-deco {
    width: 12vw;
    top: 41%;
    left: 14%;
  }

  .bg-hero {
    background-image: url('../images/Organic-food-on-white-background.svg');
  }

  .hero-deco-heart {
    width: 12vw;
    top: auto;
    bottom: 7%;
    left: auto;
    right: 6%;
  }

  .hero-image-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 18vh;
    align-content: space-between;
  }

  .bg-element-wrapper {
    height: 600px;
    position: absolute;
  }

  .vertical-info {
    width: 32px;
    margin-left: 6px;
    padding-bottom: 63px;
    top: 0%;
    bottom: 0%;
    left: -5%;
    right: auto;
  }

  .hero-text-content {
    height: 600px;
    min-height: auto;
    position: absolute;
  }

  .rotate-line {
    height: 32px;
    display: none;
  }

  .side-text {
    letter-spacing: .8px;
    margin-right: 6px;
    font-size: .875rem;
    line-height: 32px;
  }

  .heading-hero-display {
    margin-bottom: 5px;
    font-size: 17vw;
  }

  .heading-section-display {
    margin-top: 5px;
    font-size: 10vw;
  }

  .image-display {
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
    border-width: 4px;
  }

  .image-display.bigger {
    width: 120%;
  }

  .image-display.othr-size {
    width: 120%;
    max-width: 110%;
    position: relative;
    left: 17px;
  }

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

  .intro-visual-holder {
    max-height: 350px;
    min-height: 35vh;
  }

  .intro-text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .greeting-image {
    width: 75%;
    max-height: 300px;
  }

  .deco-star-left {
    width: 13vw;
    top: 13%;
    left: 12%;
  }

  .deco-star-right {
    width: 13vw;
    bottom: 9%;
    right: 8%;
  }

  .card-deco-left-top {
    top: 23%;
    left: 4%;
  }

  .card-deco-element {
    width: 100%;
    height: 100%;
  }

  .card-description-paragraph {
    font-size: 1rem;
  }

  .heading-card {
    font-size: 1.8rem;
    top: 5%;
  }

  .card-deco-right-top {
    top: 23%;
  }

  .feature-card {
    height: 460px;
  }

  .style-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 400px;
    padding: 0% 6%;
  }

  .featured-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-items: center;
  }

  .heading-hero-subtitle {
    margin-top: 5px;
  }

  .heading-hero-subtitle.center-text.white-text {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 110%;
    top: 13px;
  }

  .intro-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .bg-sun-rotation {
    background-position: 50% 53%;
    background-size: 580%;
  }

  .left-text-content {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 6vh;
    padding-left: 6%;
    padding-right: 6%;
    position: relative;
  }

  .right-picture-content {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 10vh;
    overflow: hidden;
  }

  .about-image-grid {
    width: 75%;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .testimonial-content {
    white-space: normal;
    column-gap: 10px;
  }

  .customer-review-card {
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  .customer-image {
    margin-bottom: 10px;
  }

  .customer-review-text {
    font-size: .75rem;
    font-weight: 500;
    line-height: 128%;
  }

  .five-star {
    margin-bottom: 5px;
  }

  .star {
    width: 16px;
  }

  .three-hearts {
    max-height: 1.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .bg-element-message {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 5%;
  }

  .review-stickers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .newsletter-content-wrapper {
    min-height: auto;
    padding: 40px 6% 20px;
  }

  .newsletter-wrapper {
    padding-bottom: 10px;
  }

  .newsletter-image {
    min-height: 250px;
    margin-bottom: 6%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .text-field {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .newsletter-input-wrapper {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .container-footer {
    padding: 0%;
  }

  .spacing-mid {
    height: 40px;
  }

  .social-media-wrapper {
    padding: 6%;
  }

  .heading-social {
    flex: 0 auto;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .socialmedia-link {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }

  .navbar-no-logo {
    position: absolute;
  }

  .navbar-logo-center-container.shadow-three {
    display: none;
  }

  .navbar-wrapper {
    height: 0;
    display: flex;
    left: 0;
  }

  .nav-menu {
    background-color: var(--default-bg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: row;
    padding: 60px 6% 30px;
  }

  .nav-menu-block {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.w--current {
    float: left;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    align-self: flex-start;
    margin-left: 0;
  }

  .nav-dropdown-link {
    padding-left: 15px;
    padding-right: 5px;
  }

  .menu-button {
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: var(--default-bg);
    color: var(--black);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-section {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .style-label {
    letter-spacing: .2px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: .9rem;
  }

  .style-holder {
    padding: 10px;
  }

  .flex-wrapper {
    height: 40px;
    grid-column-gap: 5px;
    align-items: center;
    margin-top: 10px;
  }

  .section-template-pages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-template-pages.page-header {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .link-button {
    border-bottom-width: 3px;
    font-size: 1rem;
    line-height: 128%;
  }

  .button-core {
    align-self: flex-start;
    padding: 8px 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .sticky-primary-button-holder {
    top: 10px;
    right: 10px;
  }

  .button-holder {
    height: auto;
  }

  .template-helper-pages-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .template-info-footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .image-asset-demo {
    max-height: 120px;
    max-width: 100%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .template-other-assets {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
  }

  .template-assets-image-link-block {
    width: 100%;
    height: 100%;
    max-height: 70px;
    overflow: hidden;
  }

  .list-item {
    align-self: stretch;
  }

  .brand {
    z-index: 4;
    padding-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .logo {
    width: 40%;
    max-width: 100%;
    display: block;
    top: 3%;
    bottom: auto;
    left: 30%;
    right: 0%;
  }

  .image-4.bigger-size-machine {
    max-width: 90%;
    margin-bottom: 0;
    top: 20px;
    left: 4px;
  }

  .bold-text-6.hidden {
    display: none;
  }

  .footer-v2-bottom-text {
    margin-top: 0;
    font-size: .4em;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .div-block-4 {
    flex-direction: column;
    padding-left: 20px;
  }

  .image-5 {
    width: 35%;
  }

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

  .heading {
    font-size: 2rem;
  }

  .heading-2, .heading-3, .heading-4 {
    display: none;
  }
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b468077-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b468078-c7922798, #w-node-ceea80c4-e165-b2cd-e07e-f0d92b468079-c7922798 {
  justify-self: center;
}

#w-node-ceea80c4-e165-b2cd-e07e-f0d92b46807a-c7922798, #w-node-_95d42376-e3da-9626-0f8b-88041d5d4358-c7922798, #w-node-_4552dddb-982f-253d-b749-d435cb052d33-c7922798, #w-node-ce2b1183-1886-219a-b785-a96df3e9b430-c7922798, #w-node-cd945a8b-ea68-8db9-0d9c-21af0b7361a3-c7922798, #w-node-f586eee5-171e-3b4f-4b7f-d540e82549e9-c7922798, #w-node-cd9b648c-1dcc-7938-175c-e4c24366fa4c-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fbfaca8-451c-ef83-f9f3-983f8f9bdd9b-c7922798, #w-node-_445740f1-16fe-a932-ad89-86b2d9f2da37-c7922798, #w-node-_3e3550af-6df3-7767-49cc-57481c319842-c7922798, #w-node-_6c6ca6eb-0cdc-63d5-d4e6-ecea7e968d66-c7922798 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_49d09a81-640a-32e6-b676-0da98344a6bf-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8d2f1cb-3e89-a63d-f04a-88bd646ede17-c7922798 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_0a53543a-985f-09da-c5fb-07f3d1e8617c-c7922798, #w-node-_84b16f71-2ab4-6d6f-2620-430d9368a691-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_127de5cb-ca04-08aa-45b9-ab6e05caba89-c7922798 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_4f63c51f-4be2-bdd5-d6a8-eb32b10bf335-c7922798 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_193a59dc-ee09-227e-6011-4bd31df23145-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e92e0b-9884-e824-3456-323b503f0b52-c7922798 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-d694599d-f88a-f1a8-3454-54e3bdc7af99-c7922798, #w-node-c1681745-004a-f245-513f-2e82add83b68-c7922798, #w-node-_3fbca474-d4f9-ce95-89e7-add20269804a-c7922798, #w-node-_2a764e49-192d-ee51-6649-2da0aaaa1a20-c7922798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6655d2-2509-a6fa-a329-6204ad5d7053-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9b6fea3e-29db-3f91-6c59-e4c22f056522-8092279d, #w-node-c9a608b8-a4de-c17e-9c4a-0a58338ad4e8-8092279d, #w-node-_61a61fa9-7dd3-517c-b7dc-58f0ec286599-8092279d, #w-node-f023a9e6-3577-3d42-3ffc-67ff28f3e188-8092279d, #w-node-a1437a40-13e8-b593-cb75-7187c60152d9-8092279d, #w-node-e5dc2d04-81b2-6bf9-db3c-bd0706c620bd-8092279d, #w-node-_9d38c6a2-7a02-0f17-5cb6-4337759e8aa4-8092279d, #w-node-d92aaf4e-97f4-7ff2-5014-602ced82373b-8092279d, #w-node-_9fae3b61-155b-26a8-1799-ac088a54bdb0-8092279d, #w-node-_223b4782-328c-436f-e1bb-9a2b46e678fa-8092279d, #w-node-_019ea580-509d-d39d-ddaa-5cd2f26804af-8092279d, #w-node-_7c1a5998-0d48-2357-e9ab-bbaf836ccbc8-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d4d130-0693-f6cd-1f79-2642ee33494f-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_01c6b98a-0d19-ea2b-3182-f53efa848738-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01c6b98a-0d19-ea2b-3182-f53efa848739-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_601437b3-8ec2-1316-f9ab-bb8ce481159b-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_601437b3-8ec2-1316-f9ab-bb8ce481159c-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_60682348-1e83-c4f3-efdd-b67f8ca36cc9-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60682348-1e83-c4f3-efdd-b67f8ca36cca-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_61d98f59-80f9-bfed-ab90-d8fdb6188c21-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61d98f59-80f9-bfed-ab90-d8fdb6188c22-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_49e7f0a0-72b4-58aa-1c46-33242bed5d34-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49e7f0a0-72b4-58aa-1c46-33242bed5d35-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2633004b-9e3d-0473-72bc-4b62121d0e63-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2633004b-9e3d-0473-72bc-4b62121d0e64-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e48fc38f-82ce-984a-afcb-b10f7a234db1-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48fc38f-82ce-984a-afcb-b10f7a234db2-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4cc239a0-d256-6f1d-870b-e94eeabddafc-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc239a0-d256-6f1d-870b-e94eeabddafd-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3fd5bc29-e9b6-47a8-c801-857ba1c402e6-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fd5bc29-e9b6-47a8-c801-857ba1c402e7-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_65bfedd7-749c-37fb-0180-06c367dae221-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65bfedd7-749c-37fb-0180-06c367dae222-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2222a8ac-c426-7cec-f078-44e419947e47-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2222a8ac-c426-7cec-f078-44e419947e48-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9564c7c8-d332-d756-d236-86fed014a7e2-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9564c7c8-d332-d756-d236-86fed014a7e3-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d7f4dec4-d616-c781-38a7-1c364d85db80-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f4dec4-d616-c781-38a7-1c364d85db81-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_34f3bdce-996d-2738-befc-63b54abdc4d2-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f3bdce-996d-2738-befc-63b54abdc4d3-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_99698bdd-76ed-6eb4-7fc2-4f4d6d86eed5-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99698bdd-76ed-6eb4-7fc2-4f4d6d86eed6-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_247e41fa-2eb5-23b7-62d8-47dd76563de5-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247e41fa-2eb5-23b7-62d8-47dd76563de6-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ac202c75-b390-3f68-455f-b1d72da4b986-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac202c75-b390-3f68-455f-b1d72da4b987-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_22a4b83c-8b61-0ac1-a4a0-2c3fdb004699-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4b83c-8b61-0ac1-a4a0-2c3fdb00469a-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_845b4fc2-ed0c-56b6-8552-5fb73c43289a-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_845b4fc2-ed0c-56b6-8552-5fb73c43289b-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_970b8eed-7e79-707d-a5e2-87109681dd68-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_970b8eed-7e79-707d-a5e2-87109681dd69-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-adf2a578-badd-68b0-3fb1-a78be45d8802-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adf2a578-badd-68b0-3fb1-a78be45d8803-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_11816a15-8e26-daeb-8885-0c8d0f01c625-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11816a15-8e26-daeb-8885-0c8d0f01c626-8092279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fbf62038-71e8-859a-64ac-34908a982a7b-c592279e, #w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-c592279e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88b07ecb-1ec2-5bba-2ff6-b750d72d774e-c592279e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604084c3-17b9-984c-bb7d-be4bbd87a2ac-c592279e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c436ac46-8e81-2512-3298-c77e9093caff-c592279e, #w-node-_1826f640-703c-a926-dcf7-4e105bb42f82-c592279e, #w-node-c436ac46-8e81-2512-3298-c77e9093cb04-c592279e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8181414d-9613-974a-0ae1-a2062dd70db5-c592279e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-ce2b1183-1886-219a-b785-a96df3e9b430-c7922798, #w-node-f586eee5-171e-3b4f-4b7f-d540e82549e9-c7922798, #w-node-cd9b648c-1dcc-7938-175c-e4c24366fa4c-c7922798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9fbfaca8-451c-ef83-f9f3-983f8f9bdd9b-c7922798 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_3e3550af-6df3-7767-49cc-57481c319842-c7922798 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_6c6ca6eb-0cdc-63d5-d4e6-ecea7e968d66-c7922798 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b8d2f1cb-3e89-a63d-f04a-88bd646ede17-c7922798 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0a53543a-985f-09da-c5fb-07f3d1e8617c-c7922798, #w-node-_127de5cb-ca04-08aa-45b9-ab6e05caba89-c7922798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f63c51f-4be2-bdd5-d6a8-eb32b10bf335-c7922798 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f9e92e0b-9884-e824-3456-323b503f0b52-c7922798, #w-node-d694599d-f88a-f1a8-3454-54e3bdc7af99-c7922798, #w-node-c1681745-004a-f245-513f-2e82add83b68-c7922798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54d17ffa-591a-5680-cbca-9b070a22e628-c7922798 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbf62038-71e8-859a-64ac-34908a982a7b-c592279e, #w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-c592279e, #w-node-_604084c3-17b9-984c-bb7d-be4bbd87a2ac-c592279e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ceea80c4-e165-b2cd-e07e-f0d92b468078-c7922798 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_49e7f0a0-72b4-58aa-1c46-33242bed5d34-8092279d, #w-node-_4cc239a0-d256-6f1d-870b-e94eeabddafc-8092279d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_9564c7c8-d332-d756-d236-86fed014a7e2-8092279d, #w-node-fbf62038-71e8-859a-64ac-34908a982a7b-c592279e, #w-node-_0d79defd-66ad-7e9f-bee7-833b87e1e5d1-c592279e, #w-node-_88b07ecb-1ec2-5bba-2ff6-b750d72d774e-c592279e, #w-node-_8181414d-9613-974a-0ae1-a2062dd70db5-c592279e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


