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

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

:root {
  --midnight-blue: #002855;
  --white: white;
  --royal-blue: #006edd;
  --cadet-blue: #219ebc;
  --orange: #ffb703;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.header {
  background-color: #774c2900;
  background-image: url('../images/reds-pb.jpg'), url('../images/waione-reds.jpg'), linear-gradient(87deg, #00000085 18%, #fff0), url('../images/integrow-marketing-assets-2.jpeg');
  background-position: 50%, 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: cover, cover, auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 218px 3% 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: var(--white);
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
}

.paragraph {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: #fff;
  text-align: center;
  max-width: 570px;
  font-size: 25px;
}

.button {
  background-color: var(--royal-blue);
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.button.footercta {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  margin-bottom: 60px;
  font-weight: 600;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: none;
}

.footer-title {
  color: #fff;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-title.footer-contact {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 35px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-column-large {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer-icon {
  margin-right: 10px;
}

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

.footer {
  background-color: var(--midnight-blue);
  padding: 60px 5% 20px;
  font-family: Open Sans, sans-serif;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--royal-blue);
}

.footer-link-wrap {
  color: #88111d;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph-2 {
  color: #546681;
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 100%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0 10px;
  display: flex;
}

.section-content {
  color: #333;
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  font-size: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px #000;
}

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

.section-content.fruit {
  padding-bottom: 100px;
  padding-left: 0%;
  padding-right: 0%;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: #484dff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: var(--midnight-blue);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-size: 45px;
}

.button-wrap-hero {
  text-align: left;
  justify-content: center;
  align-self: auto;
  margin-top: 35px;
  display: block;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--cadet-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.phone-text {
  color: #546681;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

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

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #ee4037;
}

.navigation-block-left {
  align-items: center;
  width: 45%;
  min-width: 100px;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 150px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  color: var(--white);
  text-align: left;
  white-space: nowrap;
  width: 100%;
  font-size: 17px;
  text-decoration: none;
}

.navigation-text:hover {
  color: #6ce1fc;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

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

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  background-color: var(--midnight-blue);
  border-bottom: 1px #ffffff14;
  min-height: 70px;
  padding: 8px 5%;
  font-family: Open Sans, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-values {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 25px 10px;
  display: flex;
  position: relative;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 0;
  display: flex;
}

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

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: #88111d;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  z-index: 500;
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #484dff;
}

.button-default {
  background-color: #484dff;
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

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

.hero-content {
  color: var(--orange);
  display: flex;
}

.hero-content.hero {
  width: 50%;
}

.paragraph-hero {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  width: 100%;
  position: relative;
}

.button-navigation {
  background-color: var(--white);
  color: var(--midnight-blue);
  white-space: nowrap;
  border-radius: 50px;
  margin-left: 14px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 600;
}

.title-wrap {
  background-color: var(--midnight-blue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: none;
}

.footer-text {
  color: #546681;
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.legal-text.left {
  color: #fff;
  text-align: left;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: #546681;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: #484dff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  letter-spacing: -.25px;
  margin-bottom: 4px;
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 500;
}

.flowbase-author {
  color: #9b9eb8;
  letter-spacing: -.3px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.flowbase-card-wrap {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #7020ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
  display: none;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: none;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-image: linear-gradient(#00000036, #00000036), url('../images/WhatsApp-Image-2021-08-12-at-10.31.41-AM.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: #484dff;
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

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

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.clone-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.hero-image {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.remove-before-use {
  z-index: 99;
  background-color: #2e3642ed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flowbase-card-delete {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.3vw;
  font-weight: 500;
}

.hero-round-container {
  border-radius: 1000px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-round-container.hero-image-1 {
  background-image: url('../images/wooden-planks.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.hero-round-container.hero-image-2 {
  background-image: url('../images/cardboard-box.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 250px;
  height: 250px;
  inset: auto;
}

.hero-round-container.hero-image-3 {
  background-image: url('../images/fern.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  inset: auto 0% 0% auto;
}

.hero-round-container.values-middle-image {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50% 75%;
  background-size: cover;
  border-radius: 0;
  width: 400px;
  height: 400px;
  margin-left: 20px;
  margin-right: 60px;
  position: relative;
  inset: 0%;
}

.hero-round-container.values-middle-image.top {
  margin-left: 60px;
  margin-right: 20px;
}

.hero-round-container.values-middle-image.bottom {
  background-image: url('../images/pink-lady.jpg');
  background-position: 50%;
}

.hero-round-container.values-left-image {
  background-image: url('../images/adele-and-ella-colour_1.jpg');
  background-position: 80%;
  background-size: cover;
  width: 220px;
  height: 220px;
  position: relative;
  left: 6%;
}

.hero-round-container.values-right-image {
  background-image: url('../images/ocean-landscape.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 220px;
  height: 220px;
  position: relative;
  left: -6%;
}

.hero-values-section {
  width: 50%;
}

.hero-values-section.values-left {
  width: 40%;
}

.hero-values-section.values-right {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-values-section.values-l {
  width: auto;
}

.section-2 {
  text-align: justify;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.heading-primary-copy {
  color: #1a3066;
  text-align: left;
  letter-spacing: -.5px;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.section-2-copy {
  text-align: justify;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-bottom: 35px;
  padding: 0 10px;
  display: none;
  position: relative;
}

.heading-primary-copy {
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.link-3 {
  color: #fff;
}

.image {
  display: none;
}

.div-block {
  background-image: url('../images/hands-with-paint.jpg');
  background-position: 60%;
  background-size: cover;
  border-radius: 500px;
  width: 400px;
  height: 400px;
  display: block;
}

.contact-heading {
  color: var(--white);
  padding-right: 20px;
  font-size: 3vw;
  line-height: 1;
}

.section-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 1200px;
  display: flex;
}

.div-block-2 {
  color: var(--royal-blue);
  width: 50%;
  padding-bottom: 40px;
  position: relative;
}

.div-block-3 {
  width: 50%;
  margin-left: 100px;
}

.heading-5 {
  color: var(--midnight-blue);
  white-space: nowrap;
  margin-top: 50px;
  font-size: 2vw;
}

.paragraph-3 {
  color: var(--midnight-blue);
  font-size: 1.8vw;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-4 {
  background-image: url('../images/values.png');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 500px;
}

.heading-6 {
  color: #333;
  text-align: left;
  width: auto;
  font-size: 55px;
  line-height: 1.2;
}

.heading-6.contact {
  width: 500px;
  font-size: 45px;
}

.section-4 {
  flex-direction: row;
  max-width: 1500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.paragraph-4 {
  color: #bf1e2e;
  background-color: #fff;
  border: .5px solid #0000000f;
  border-radius: 12px;
  padding: 30px;
  font-size: 25px;
  line-height: 1.2;
  box-shadow: 0 11px 20px -11px #000;
}

.section-5 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#0000000f, #0000000f), url('../images/apples3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100vw;
  height: 50vh;
  padding-top: 168px;
  padding-bottom: 60px;
  padding-left: 100px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.section-5.contact {
  background-image: linear-gradient(#00000029, #00000029), url('../images/onion-bags-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-5.shipping {
  background-image: linear-gradient(30deg, #0000003b, #fff0), url('../images/ship.jpg'), linear-gradient(#0000, #0000), url('../images/image002.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, cover, auto, cover;
  height: 500px;
}

.ella-portrait {
  background-image: url('../images/ella-portrait-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 300px;
  height: 300px;
  margin: 10px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.section-6 {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin: 0 10px;
  display: flex;
}

.section-6.last {
  margin-bottom: 60px;
}

.div-block-7 {
  flex-direction: column;
  order: -1;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-7 {
  color: #88111d;
  font-size: 40px;
}

.ella-description {
  color: #bf1e2e;
  font-size: 20px;
  line-height: 1.2;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-around;
  padding: 40px 10px;
  display: flex;
  box-shadow: 0 7px 18px -12px #000;
}

.testimonial-content-wrap-copy {
  box-shadow: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 55px 25px 55px 55px;
  display: flex;
  position: static;
}

.paragraph-6 {
  color: #88111d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.adele-portrait {
  background-image: url('../images/adelle-colour-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 300px;
  height: 300px;
  margin: 10px;
}

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

.adele-description {
  color: #bf1e2e;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-4-copy {
  color: #bf1e2e;
  background-color: #fff;
  border: .5px solid #0000000f;
  border-radius: 12px;
  max-width: 1200px;
  padding: 30px;
  font-size: 30px;
  line-height: 1.2;
  box-shadow: 0 11px 20px -11px #000;
}

.approach-text {
  color: #88111d;
  margin-top: 0;
  font-size: 35px;
  line-height: 1.2;
}

.approach-block {
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.approach-image {
  background-image: url('../images/ella-post-it-notes.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  min-width: 300px;
  height: 350px;
  min-height: 300px;
}

.approach-image.second {
  background-image: url('../images/book.jpg'), url('../images/unsplash_img.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border: 1px #000;
}

.approach-image.third {
  background-image: url('../images/unsplash_img_03.jpeg'), url('../images/adele-and-ella-colour.jpg');
  background-position: 0%, 50%;
  background-size: cover, cover;
}

.approach-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.approach-image-wrapper.approach-1 {
  justify-content: flex-start;
}

.approach-image-wrapper.approach-2 {
  justify-content: flex-end;
}

.approach-image-wrapper.approach-3 {
  justify-content: flex-start;
}

.approach-text-wrapper {
  align-items: center;
  width: 60%;
  display: flex;
}

.approach-content {
  flex-direction: column;
  max-width: 1500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.approach-header {
  width: 100%;
  max-width: 1500px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-primary-copy {
  color: #88111d;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary-copy.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary-copy.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.paragraph-7 {
  color: #88111d;
  font-size: 20px;
  line-height: 1.2;
}

.quote {
  max-width: 590px;
  position: relative;
}

.section-7 {
  justify-content: center;
  width: 80vw;
  max-width: 1500px;
  height: 25em;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
  padding: 0;
  display: flex;
}

.div-block-10.second {
  order: 1;
  margin-left: 60px;
  margin-right: 0;
}

.div-block-11 {
  width: 600px;
  height: 350px;
}

.card-container {
  background-color: #fff;
  border: .1px solid #0000000f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 15px -11px #000;
}

.paragraph-8 {
  color: #bf1e2e;
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  display: none;
  position: relative;
}

.quote-copy {
  max-width: 590px;
  display: block;
  position: relative;
}

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

.div-block-13 {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  height: 350px;
}

.div-block-13.second {
  background-image: url('../images/pinecone.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.div-block-13.third {
  background-image: url('../images/wooden-planks.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-8 {
  align-items: center;
  max-width: 1500px;
  height: 25em;
  margin-bottom: 40px;
  display: flex;
}

.div-block-14 {
  background-color: #fff;
  border: .5px solid #00000024;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 350px;
  padding: 60px;
  display: flex;
  box-shadow: 0 11px 15px -10px #00000094;
}

.heading-8 {
  color: #88111d;
  text-align: center;
  margin-bottom: 20px;
}

.button-2 {
  background-color: #bf1e2e;
  border-radius: 500px;
  padding: 15px 26px;
}

.popup-statement {
  z-index: 1000;
  background-color: #00000052;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  width: 800px;
  height: 700px;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #88111d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.paragraph-9 {
  color: #88111d;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.2;
  overflow: auto;
}

.text-block {
  color: #88111d;
  cursor: pointer;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  position: absolute;
  inset: 19px 20px auto auto;
}

.body {
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.paragraph-10 {
  color: var(--midnight-blue);
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
}

.section-9 {
  background-color: var(--midnight-blue);
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

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

.container-copy.space-below {
  margin-bottom: 120px;
}

.section-10 {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-11 {
  width: 50%;
  margin-bottom: 0;
  padding: 100px;
  font-size: 20px;
}

.hero-round-container-copy {
  border-radius: 1000px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-round-container-copy.hero-image-1 {
  background-image: url('../images/wooden-planks.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.hero-round-container-copy.hero-image-2 {
  background-image: url('../images/cardboard-box.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 250px;
  height: 250px;
  inset: auto;
}

.hero-round-container-copy.hero-image-3 {
  background-image: url('../images/fern.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  inset: auto 0% 0% auto;
}

.hero-round-container-copy.values-middle-image {
  background-image: url('../images/rgala-tree1.jpg'), url('../images/brown-lying-in-bin-pb.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  border-radius: 0;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.hero-round-container-copy.values-left-image {
  background-image: url('../images/adele-and-ella-colour_1.jpg');
  background-position: 80%;
  background-size: cover;
  width: 220px;
  height: 220px;
  position: relative;
  left: 6%;
}

.hero-round-container-copy.values-right-image {
  background-image: url('../images/ocean-landscape.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 220px;
  height: 220px;
  position: relative;
  left: -6%;
}

.body-2, .body-3 {
  font-family: Open Sans, sans-serif;
}

.div-block-17 {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 20px -12px #000;
}

.div-block-18 {
  z-index: 1;
  background-image: url('../images/images.png');
  background-size: cover;
  border: 1px solid #00000024;
  border-radius: 500px;
  width: 250px;
  height: 250px;
  position: relative;
  top: 0;
}

.heading-11 {
  color: var(--midnight-blue);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 25px;
}

.heading-11-copy {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

.div-block-19 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/queen1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 400px;
  margin-left: 20px;
  padding: 20px 20px 40px;
  display: flex;
  box-shadow: 5px 5px 17px -5px #000;
}

.div-block-19.carrot {
  background-image: linear-gradient(#00000030, #00000030), url('../images/carrot.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.div-block-19.onion {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/reds-jumble-on-line.jpg');
  background-size: auto, cover;
  display: none;
}

.div-block-19.squash {
  background-image: linear-gradient(#00000045, #00000045), url('../images/squash2.jpg');
  background-size: auto, cover;
  display: none;
}

.heading-12 {
  color: #fff;
}

.paragraph-12 {
  color: #fff;
  font-size: 19.2px;
}

.div-block-20 {
  justify-content: space-between;
  align-items: stretch;
  min-width: 1050px;
  margin-top: 100px;
  display: flex;
}

.div-block-21 {
  background-color: var(--white);
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 30px;
  display: flex;
  box-shadow: 3px 3px 7px -4px #000;
}

.div-block-22 {
  align-items: center;
  max-width: 1500px;
  margin-top: 40px;
  display: flex;
}

.body-5 {
  font-family: Open Sans, sans-serif;
}

.paragraph-13 {
  width: 500px;
  margin-left: 40px;
  line-height: 1.2;
}

.heading-13 {
  margin-top: 66px;
}

.div-block-23 {
  background-image: url('../images/waione-reds.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 400px;
  height: 400px;
}

.div-block-24 {
  margin-top: 60px;
  margin-bottom: 55px;
  display: flex;
}

.paragraph-13-copy {
  width: 500px;
  margin-left: 0;
  line-height: 1.2;
}

.div-block-25 {
  flex-direction: column;
  margin-left: 40px;
  display: flex;
}

.div-block-23-copy {
  background-image: url('../images/squash-bin.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 0;
  width: 400px;
  height: 400px;
}

.div-block-26 {
  z-index: 1;
  background-color: var(--midnight-blue);
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0 50% 0 auto;
  transform: rotate(-14deg);
}

.div-block-27 {
  background-image: url('../images/brown-lying-in-bin-pb.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 45vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-28 {
  background-color: var(--midnight-blue);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-14 {
  color: #333;
  text-align: left;
  width: 65%;
  margin-top: 20px;
  line-height: 1.2;
  display: flex;
}

.div-block-29 {
  display: none;
}

.div-block-31 {
  width: 1000px;
  max-width: 1200px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-11 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/queen1.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-14 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 300px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-32 {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-32.fruit {
  background-image: linear-gradient(10deg, #0000008a, #fff0);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider.fruit {
  height: 60vh;
  margin-bottom: 100px;
}

.apples {
  background-image: url('../images/royalgala.jpg');
  background-position: 50%;
  background-size: cover;
}

.apples._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.red-onions {
  background-image: url('../images/Screenshot_20211110-105946_WhatsApp.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-33 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.background-video {
  height: 100%;
}

.div-block-34 {
  border: .1px solid #c9c9c9;
  border-radius: 15px;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px -9px #000;
}

.calendar {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #cfcfcf;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  max-width: 800px;
  padding: 0;
  display: grid;
}

.month {
  box-shadow: none;
  border: .1px solid #d3d3d3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px;
  display: flex;
}

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

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-35 {
  background-color: #fd0000;
  border-radius: 500px;
  width: 30px;
  height: 30px;
}

.div-block-36 {
  background-image: url('../images/pink-lady.jpg');
  background-position: 50%;
  background-size: auto;
  width: 400px;
  height: 400px;
}

.div-block-36.royal-gala {
  background-image: url('../images/gala.jpg');
  background-size: cover;
}

.div-block-36.nzqueen {
  background-image: url('../images/queen.jpg');
  background-position: 35%;
  background-size: cover;
}

.div-block-36.fuji {
  background-image: url('../images/fuji.jpg');
  background-size: cover;
}

.div-block-36.red-delicious {
  background-image: url('../images/shutterstock_89597419.jpg');
  background-size: cover;
}

.div-block-36.braeburn {
  background-image: url('../images/braeburn.jpg');
  background-size: cover;
}

.div-block-36.granny-smith {
  background-image: url('../images/grannysmith.jpg');
  background-size: cover;
}

.div-block-36.pink-lady {
  background-image: url('../images/pink-lady_1.jpg');
  background-size: cover;
}

.div-block-36.nz-rose {
  background-image: url('../images/pacific-rose.jpg');
  background-size: cover;
}

.div-block-36.brown-onion {
  background-image: url('../images/brown-onion.jpg');
  background-size: cover;
}

.div-block-36.red-onion {
  background-image: url('../images/red-onion.jpg');
  background-size: cover;
}

.div-block-36.avacados {
  background-image: url('../images/avocado.jpg');
  background-size: cover;
}

.div-block-36.squashimg {
  background-image: url('../images/squash.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-36.orange {
  background-image: url('../images/orange.jpg');
  background-size: cover;
}

.div-block-36.lemon {
  background-image: url('../images/lemon.jpg');
  background-size: cover;
}

.div-block-36.carrots-copy {
  background-color: var(--white);
  background-image: url('../images/carrots.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.div-block-36.cherries {
  background-image: url('../images/cherries.jpg');
  background-size: cover;
}

.div-block-37 {
  background-color: #fff;
  border-style: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 40px 15px;
  display: flex;
  transform: translate(0);
}

.paragraph-15 {
  width: 500px;
  margin-bottom: 20px;
  display: none;
}

.produce-icon {
  border-radius: 500px;
  width: 45px;
  height: 45px;
}

.produce-icon.off {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.produce-icon.royal-gala {
  background-image: url('../images/icon__0000_Royal-Gala.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.nzqueen {
  background-image: url('../images/icon__0001_NZ-Queen.png');
  background-size: cover;
}

.produce-icon.fuji {
  background-image: url('../images/produceicons_0011_Layer-9.png');
  background-size: cover;
}

.produce-icon.red-delicious {
  background-image: url('../images/icon__0003_Red-Delicious.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.braeburn {
  background-image: url('../images/icon__0004_Braeburn.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.granny-smith {
  background-image: url('../images/icon__0005_Granny-Smith.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.produce-icon.pink-lady {
  background-image: url('../images/icon__0007_Pink-Lady-Cripps-Pink.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.nz-rose {
  background-image: url('../images/icon__0006_NZ-Rose.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.nzqueenhalf {
  background-image: url('../images/icon__0001_NZ-Queen.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.fuji-half {
  background-image: url('../images/icon__0002_Fuji.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.royal-gala-half {
  background-image: url('../images/icon__0000_Royal-Gala.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.braeburn-half {
  background-image: url('../images/icon__0004_Braeburn.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.brown-onion {
  background-image: url('../images/icon__0010_Brown-Onions.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.red-onion {
  background-image: url('../images/icon__0011_Red-Onions.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.squashicon {
  background-image: url('../images/produceicons_0003_Layer-18.png');
  background-position: 50%;
  background-size: cover;
}

.produce-icon.lemon {
  background-image: url('../images/icon__0009_Meyer-Lemons.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.orange {
  background-image: url('../images/icon__0008_Navel-Oranges.png');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.carrot {
  background-image: url('../images/icon__0013_Carrots.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.produce-icon.fuji {
  background-image: url('../images/icon__0002_Fuji.png');
}

.produce-icon.avocado {
  background-image: url('../images/avocado-icon.jpg');
  background-position: 0 0;
  background-size: cover;
}

.produce-icon.cherry {
  background-image: url('../images/cherry.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.text-block-2 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
}

.slide-nav-2 {
  display: none;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-40 {
  width: 1200px;
  min-width: 800px;
  max-width: 1200px;
}

.div-block-41 {
  width: 400px;
  height: 500px;
}

.div-block-42 {
  background-color: var(--white);
  border: .1px solid #c6c6c6;
  border-radius: 20px;
  flex-direction: column;
  width: 450px;
  margin-bottom: 20px;
  margin-right: 100px;
  display: flex;
  overflow: hidden;
}

.div-block-43 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.heading-16 {
  margin: 0;
  font-size: 30px;
}

.paragraph-16 {
  height: 140px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
}

.div-block-44 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 20px 30px 40px;
  display: flex;
}

.div-block-45 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-block-45.shipping {
  margin-bottom: 0;
}

.icon-4 {
  color: #fff;
}

.dropdown-toggle-2 {
  padding-left: 14px;
}

.dropdown-toggle-2.w--open {
  background-color: #003e83;
}

.dropdown-list-2 {
  background-color: var(--midnight-blue);
}

.dropdown-list-2.w--open {
  background-color: #003e83;
  padding: 10px 20px;
}

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

.slide-nav-3 {
  display: none;
}

.white-onion {
  background-image: url('../images/WhatsApp-Image-2021-08-12-at-10.32.25-AM.jpeg');
  background-position: 50%;
  background-size: cover;
}

.squash {
  background-image: url('../images/squash3.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-18, .heading-19 {
  margin-bottom: 40px;
}

.onions {
  background-image: url('../images/WhatsApp-Image-2021-08-12-at-10.32.26-AM-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.onions._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.onions-copy {
  background-image: url('../images/WhatsApp-Image-2021-08-12-at-11.01.20-AM.jpeg');
  background-position: 50%;
  background-size: cover;
}

.onions-copy._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.avacado {
  background-image: url('../images/avocado-1276884_1920.jpg');
  background-position: 0%;
  background-size: cover;
}

.avacado._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.avacado-copy {
  background-image: url('../images/avocado-1276884_1920.jpg');
  background-position: 0%;
  background-size: cover;
}

.avacado-copy._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.squashhero {
  background-image: url('../images/squash_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.squashhero._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.citrus {
  background-image: url('../images/lemon-in-box.jpg');
  background-position: 50%;
  background-size: auto;
}

.paragraph-17 {
  width: 800px;
  line-height: 1.2;
}

.div-block-45-copy {
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.carrots {
  background-image: url('../images/carrots2.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.carrots._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.bags-of-onions {
  background-image: url('../images/IMG-20211110-WA0009.jpg'), url('../images/IMG-20211110-WA00091.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 470px;
  display: block;
}

.image-2.phil {
  object-position: 50% 70%;
  width: 100%;
  height: 470px;
}

.subheader {
  margin-top: 0;
  font-size: 22px;
}

.link-block-2 {
  color: #303030;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.icon {
  background-image: url('../images/phoneicon.svg');
  background-position: 0 0;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.icon.email {
  background-image: url('../images/emailicon.svg');
  width: 25px;
  height: 25px;
}

.cherries {
  background-image: url('../images/cherries2.jpg');
  background-position: 50% 85%;
  background-size: cover;
}

.cherries._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.apples-copy {
  background-image: url('../images/apples.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.apples-copy._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.apple-tree {
  background-image: url('../images/apples2.jpg');
  background-position: 50%;
  background-size: cover;
}

.apple-tree._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.brown-onions {
  background-image: url('../images/brown-onions.jpg');
  background-position: 50%;
  background-size: cover;
}

.brown-onions._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.div-block-46, .link-block-3 {
  text-decoration: none;
}

.squash-copy {
  background-image: url('../images/squash3.jpg');
  background-position: 50%;
  background-size: cover;
}

.carrot-slides {
  background-image: url('../images/carrots3.jpg');
  background-position: 50%;
  background-size: cover;
}

.cherries-slide {
  background-image: url('../images/cherries3.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-18 {
  color: #fff;
  width: 400px;
}

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

.background-video-2 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-47 {
  background-color: var(--white);
  border: .1px solid #00000017;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 180px;
  padding: 40px;
  transition: transform .2s ease-in;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px -19px #000;
}

.div-block-47:hover {
  transform: scale(1.1);
}

.div-block-47.med {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-47.maersk, .div-block-47.pil, .div-block-47.hamburg {
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.image-3, .image-4, .image-5, .image-6 {
  background-color: #fff;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-size: 16px;
}

.paragraph-19 {
  color: #fff;
  text-align: left;
  width: 800px;
  margin-top: 20px;
  line-height: 1.1;
}

.onions-video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.onions-video._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.onion-bag {
  background-image: url('../images/onion-bag.jpg');
  background-position: 50%;
  background-size: cover;
}

.onion-bag._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

.background-video-3 {
  justify-content: center;
  width: 500px;
  height: auto;
  display: flex;
}

.video {
  width: auto;
  height: 100%;
  display: none;
}

.youtube {
  width: auto;
  display: none;
}

.div-block-49 {
  width: 1200px;
  margin-bottom: 40px;
}

.div-block-50 {
  width: 1200px;
  margin-bottom: 60px;
}

.div-block-51 {
  width: 1200px;
}

.div-block-52 {
  background-color: #000;
  justify-content: center;
  width: 1000px;
  height: 100%;
  display: flex;
}

.div-block-53 {
  background-color: #fff;
  border: .1px solid #c9c9c985;
  border-radius: 15px;
  width: 980px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 3px 3px 12px -6px #000;
}

.youtube-2 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.youtube-2.div-block-12 {
  margin-right: 10px;
}

.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-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.apples-orchard {
  background-image: url('../images/apple-orchard.jpg');
  background-position: 50%;
  background-size: cover;
}

.apples-orchard._3 {
  background-image: url('../images/integrow-marketing-assets-4.jpeg');
  background-position: 50%;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 650px;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: left;
  }

  .button.footercta {
    white-space: nowrap;
  }

  .footer-title.footer-contact {
    white-space: nowrap;
    line-height: 1.1;
  }

  .footer-column, .footer-column-large {
    width: 80%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

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

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    color: var(--royal-blue);
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: var(--royal-blue);
  }

  .dropdown-link.w--current:hover {
    color: #bf1e2e;
  }

  .dropdown-link.contact {
    display: none;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .mobile-icon-animation {
    color: #fff;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .navigation {
    position: relative;
  }

  .hero-values {
    justify-content: center;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-left: 25px;
  }

  .testimonial-content-wrap {
    order: -1;
    width: 100%;
    min-height: 200px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

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

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

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

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

  .hero-round-container.hero-image-1 {
    background-image: url('../images/wooden-planks.jpg');
    background-position: 0 0;
    background-size: cover;
    position: relative;
    inset: 0% auto 0% -15%;
  }

  .hero-round-container.hero-image-2 {
    background-image: url('../images/cardboard-box.jpg');
    background-position: 50% 20%;
    background-size: cover;
    position: relative;
    inset: auto -15% auto auto;
  }

  .hero-round-container.hero-image-3 {
    background-image: url('../images/fern.jpg');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: auto;
  }

  .hero-round-container.values-middle-image {
    margin-left: 20px;
    position: relative;
    top: auto;
    bottom: auto;
    left: 16%;
  }

  .hero-round-container.values-left-image {
    position: absolute;
    inset: auto 0 0 auto;
  }

  .hero-round-container.values-right-image {
    position: absolute;
    left: auto;
    right: 0;
  }

  .hero-values-section.values-left {
    width: 50%;
  }

  .section-3 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-3 {
    background-color: var(--white);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .heading-5 {
    font-size: 30px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .heading-6 {
    width: 100%;
    font-size: 45px;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .section-5.shipping {
    background-image: linear-gradient(359deg, #00000078, #fff0), linear-gradient(#0000, #0000), url('../images/ship.jpg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
    height: 400px;
  }

  .ella-portrait {
    order: -1;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-7 {
    width: 70%;
  }

  .div-block-8 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-content-wrap-copy {
    order: -1;
    width: 100%;
    min-height: 200px;
  }

  .adele-portrait {
    order: -1;
    width: 250px;
    height: 250px;
  }

  .paragraph-4-copy {
    font-size: 28px;
  }

  .approach-text {
    font-size: 3.5vw;
    font-weight: 600;
  }

  .approach-block {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .approach-image {
    width: 30vw;
    min-width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .approach-content {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-7 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section-7.second {
    height: auto;
  }

  .div-block-10 {
    justify-content: center;
    margin-right: 0;
  }

  .div-block-10.second {
    order: -1;
    justify-content: center;
    margin-left: 0;
  }

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

  .container-copy.space-below {
    margin-bottom: 80px;
  }

  .hero-round-container-copy.hero-image-1 {
    background-image: url('../images/wooden-planks.jpg');
    background-position: 0 0;
    background-size: cover;
    position: relative;
    inset: 0% auto 0% -15%;
  }

  .hero-round-container-copy.hero-image-2 {
    background-image: url('../images/cardboard-box.jpg');
    background-position: 50% 20%;
    background-size: cover;
    position: relative;
    inset: auto -15% auto auto;
  }

  .hero-round-container-copy.hero-image-3 {
    background-image: url('../images/fern.jpg');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: auto;
  }

  .hero-round-container-copy.values-middle-image {
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
  }

  .hero-round-container-copy.values-left-image {
    position: absolute;
    inset: auto 0 0 auto;
  }

  .hero-round-container-copy.values-right-image {
    position: absolute;
    left: auto;
    right: 0;
  }

  .paragraph-13 {
    width: auto;
  }

  .div-block-23 {
    min-width: 250px;
    min-height: 250px;
  }

  .paragraph-13-copy {
    width: auto;
  }

  .div-block-23-copy {
    min-width: 250px;
    min-height: 250px;
  }

  .div-block-28 {
    width: 100%;
  }

  .paragraph-14 {
    width: 100%;
    font-size: 17px;
    line-height: 1.1;
  }

  .div-block-31 {
    width: 90%;
  }

  .div-block-32.fruit {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .div-block-36, .div-block-36.royal-gala {
    width: 580px;
    height: 500px;
  }

  .div-block-36.nzqueen, .div-block-36.nz-rose {
    background-size: cover;
  }

  .section-12.about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-40 {
    width: 100%;
    min-width: 0;
  }

  .div-block-42 {
    margin-right: 0;
  }

  .div-block-45 {
    flex-direction: column;
    margin-top: 60px;
  }

  .div-block-48 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-49, .div-block-50, .div-block-51 {
    width: 100%;
  }

  .div-block-53 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .image-block {
    margin-bottom: 0;
  }

  .section-content {
    flex-direction: column;
    padding: 0 3% 60px;
  }

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

  .heading-primary {
    text-align: left;
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 40px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .dropdown-link.contact {
    display: block;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    justify-content: center;
    align-items: flex-start;
    min-height: 0;
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-content-block {
    max-width: 1000px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .hero-round-container.values-middle-image {
    width: 200px;
    height: 200px;
    left: auto;
  }

  .hero-round-container.values-left-image {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
  }

  .hero-round-container.values-right-image {
    width: 200px;
    height: 200px;
    margin-top: 40px;
    inset: 0% 0% 0% auto;
  }

  .heading-primary-copy {
    font-size: 40px;
  }

  .div-block {
    width: 300px;
    height: 300px;
  }

  .heading-6 {
    text-align: left;
    width: auto;
  }

  .section-5 {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .section-5.shipping {
    justify-content: center;
  }

  .section-6, .div-block-8 {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-content-wrap-copy {
    padding-left: 25px;
  }

  .paragraph-4-copy {
    font-size: 25px;
  }

  .heading-primary-copy {
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 40px;
  }

  .quote {
    max-width: 1000px;
  }

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

  .div-block-11 {
    width: 500px;
    height: 300px;
  }

  .card-container {
    margin-top: 0;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .quote-copy {
    max-width: 1000px;
  }

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

  .section-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-11 {
    width: auto;
  }

  .hero-round-container-copy.values-middle-image {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
    margin-right: 20px;
    left: auto;
  }

  .hero-round-container-copy.values-left-image {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
  }

  .hero-round-container-copy.values-right-image {
    width: 200px;
    height: 200px;
    margin-top: 40px;
    inset: 0% 0% 0% auto;
  }

  .heading-11, .heading-11-copy {
    text-align: center;
  }

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

  .div-block-19.onion, .div-block-19.squash {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-19.first {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-20 {
    flex-direction: column;
    min-width: auto;
    margin-top: 0;
  }

  .div-block-21 {
    width: 70%;
    margin-top: 60px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .paragraph-13 {
    margin-left: 0;
  }

  .heading-13 {
    text-align: center;
    margin-top: 0;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

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

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

  .paragraph-14 {
    width: 80%;
  }

  .div-block-31 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .heading-14 {
    font-size: 35px;
  }

  .div-block-40 {
    min-width: 0;
  }

  .paragraph-19 {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-color: var(--midnight-blue);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 13vh;
  }

  .heading {
    text-align: center;
    font-size: 10vw;
  }

  .paragraph.paragraph-centre-white {
    font-size: 6vw;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 5vw 8vw;
    font-size: 5vw;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-column-large {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer {
    margin-bottom: 20px;
  }

  .image-block {
    margin-top: 0;
    padding: 0 8px;
  }

  .content-block-left {
    padding-right: 10px;
  }

  .section-content {
    padding: 0 5% 60px;
  }

  .section-content.contact, .section-content.fruit {
    padding-top: 0;
  }

  .column-wrap-reversed {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .heading-primary {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.8vh;
    font-size: 30px;
  }

  .heading-primary.h3-centre-white {
    font-size: 10vw;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link {
    font-size: 4vw;
  }

  .column-wrap {
    margin-top: 20vh;
  }

  .dropdown-link:hover {
    color: var(--royal-blue);
  }

  .dropdown-link.w--current {
    color: var(--midnight-blue);
  }

  .dropdown-link.w--current:hover {
    color: var(--royal-blue);
  }

  .navigation-block-right {
    width: 60%;
  }

  .logo-image {
    width: 250px;
  }

  .phone-wrap {
    display: none;
  }

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

  .hero-values {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .hero-image-wrap {
    padding: 10px;
  }

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

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .testimonial-paragraph {
    font-size: 30px;
  }

  .hero-content.hero {
    width: 100%;
  }

  .content-block-hero {
    align-items: center;
    margin-bottom: 3vh;
  }

  .legal-wrap {
    text-align: center;
    flex-direction: column;
  }

  .legal-text {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    text-align: center;
    font-size: 8vw;
    line-height: 1;
  }

  .hero-round-container.hero-image-1, .hero-round-container.hero-image-2, .hero-round-container.hero-image-3 {
    width: 40vw;
    height: 40vw;
  }

  .hero-round-container.values-middle-image {
    order: -1;
    width: 70vw;
    height: 70vw;
    margin-bottom: 60px;
  }

  .hero-round-container.values-middle-image.top {
    margin-left: 20px;
  }

  .hero-round-container.values-middle-image.bottom {
    margin-right: 20px;
  }

  .hero-round-container.values-left-image {
    width: 38vw;
    height: 38vw;
    margin-bottom: 5vh;
  }

  .hero-round-container.values-right-image {
    width: 38vw;
    height: 38vw;
    margin-top: 5vh;
  }

  .hero-values-section.values-left {
    order: 1;
    width: auto;
  }

  .heading-primary-copy {
    text-align: center;
    margin-bottom: 5vh;
    font-size: 8vw;
    line-height: 1.2;
  }

  .div-block {
    width: 70vw;
    height: 70vw;
  }

  .contact-heading {
    font-size: 10vw;
  }

  .heading-5 {
    font-size: 25px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .heading-6 {
    text-align: center;
    font-size: 11vw;
  }

  .section-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-5.contact {
    justify-content: center;
  }

  .section-5.shipping {
    background-image: linear-gradient(359deg, #00000078, #fff0), linear-gradient(to bottom, null, null), url('../images/ship.jpg');
    background-position: 0 0, 0 0, 90%;
  }

  .ella-portrait {
    width: 70vw;
    height: 70vw;
  }

  .div-block-6, .div-block-7 {
    width: 100%;
  }

  .heading-7 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 8vw;
  }

  .ella-description {
    margin-bottom: 0;
    font-size: 4.5vw;
  }

  .div-block-8 {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-content-wrap-copy {
    order: -1;
    min-height: 0;
    margin-top: 3vh;
    margin-bottom: 0;
    padding: 0;
  }

  .paragraph-6 {
    font-size: 4.5vw;
    line-height: 1;
  }

  .adele-portrait {
    width: 70vw;
    height: 70vw;
  }

  .italic-text {
    font-size: 4vw;
    line-height: 1;
  }

  .adele-description {
    width: 100%;
    margin-bottom: 0;
    font-size: 4.5vw;
  }

  .paragraph-4-copy {
    font-size: 20px;
  }

  .approach-text {
    text-align: center;
    font-size: 7vw;
  }

  .approach-block {
    flex-direction: column;
    align-items: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .approach-image {
    width: 70vw;
    min-width: 70vw;
    height: 70vw;
    min-height: 70vw;
  }

  .approach-image-wrapper.approach-1 {
    justify-content: center;
    width: 100%;
    margin-bottom: 2vh;
  }

  .approach-image-wrapper.approach-2 {
    order: -1;
    justify-content: center;
    width: 100%;
    margin-bottom: 2vh;
  }

  .approach-image-wrapper.approach-3 {
    justify-content: center;
    width: 100%;
    margin-bottom: 2vh;
  }

  .approach-text-wrapper {
    width: 100%;
  }

  .approach-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-primary-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .heading-primary-copy.h3-centre-white {
    font-size: 10vw;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: 1.2;
  }

  .section-7 {
    width: 95vw;
  }

  .div-block-11 {
    width: 100%;
    height: 350px;
  }

  .card-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .div-block-13 {
    width: 250px;
    height: 250px;
  }

  .div-block-14 {
    width: 95vw;
    padding: 40px;
  }

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

  .popup-statement {
    display: none;
  }

  .div-block-15 {
    padding: 20px;
  }

  .heading-9 {
    width: 75vw;
    margin-bottom: 20px;
    font-size: 7vw;
    line-height: 1.2;
  }

  .text-block {
    font-size: 40px;
    position: static;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .heading-10 {
    text-align: center;
    font-size: 30px;
  }

  .section-10 {
    flex-direction: column;
    padding: 60px 5%;
  }

  .paragraph-11 {
    width: auto;
  }

  .hero-round-container-copy.hero-image-1, .hero-round-container-copy.hero-image-2, .hero-round-container-copy.hero-image-3 {
    width: 40vw;
    height: 40vw;
  }

  .hero-round-container-copy.values-middle-image {
    width: 70vw;
    height: 70vw;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-round-container-copy.values-left-image {
    width: 38vw;
    height: 38vw;
    margin-bottom: 5vh;
  }

  .hero-round-container-copy.values-right-image {
    width: 38vw;
    height: 38vw;
    margin-top: 5vh;
  }

  .div-block-18 {
    width: 200px;
    height: 200px;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-19.squash {
    margin-bottom: 0;
  }

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

  .div-block-20 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    min-width: auto;
    margin-top: 0;
  }

  .div-block-21 {
    width: 95%;
  }

  .div-block-23-copy {
    margin-bottom: 20px;
  }

  .div-block-26, .div-block-27 {
    display: none;
  }

  .paragraph-14 {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
  }

  .div-block-30 {
    position: absolute;
  }

  .div-block-31 {
    width: auto;
    margin-bottom: 40px;
  }

  .heading-14 {
    font-size: 35px;
  }

  .div-block-32.fruit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-2 {
    display: none;
  }

  .div-block-34 {
    width: 90vw;
  }

  .calendar {
    grid-column-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-36, .div-block-36.royal-gala {
    width: 100%;
    height: 80vw;
  }

  .div-block-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .produce-icon {
    width: 9.5vw;
  }

  .produce-icon.nzqueen, .produce-icon.fuji, .produce-icon.pink-lady, .produce-icon.nzqueenhalf, .produce-icon.brown-onion, .produce-icon.red-onion, .produce-icon.orange {
    background-position: 50%;
  }

  .produce-icon.carrot {
    background-position: 50%;
    width: 12vw;
  }

  .produce-icon.avocado {
    background-position: 50%;
    border-radius: 0;
    width: 70%;
  }

  .produce-icon.cherry {
    background-position: 30% 0;
    width: 11vw;
  }

  .div-block-42 {
    width: 95%;
  }

  .paragraph-16 {
    height: auto;
  }

  .div-block-44 {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-17 {
    text-align: center;
    font-size: 8vw;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-17 {
    font-size: 5vw;
  }

  .paragraph-18 {
    width: auto;
  }

  .div-block-48 {
    grid-template-columns: 1fr;
  }

  .icon-5 {
    display: none;
  }

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

  .youtube-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .youtube-2.div-block-12 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@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;
}