.site_link {
  width: 100%;
  display: block;
}

.title-dark.medium {
  text-transform: none;
  margin-bottom: 0px;
}

.page-template-kiwi-fruit .content-section {
  padding-bottom: 80px;
}

.page-template-kiwi-fruit .grid {
  width: 80%;
  margin: auto;
}

.fruits {
  margin-top: -90px !important
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.inner-hero-text.video {
  margin-top: 0%;
}

.inner-hero.kozi .content-wrapper {
  margin-top: 0%;
  margin-bottom: 0%;
}

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

.page-id-9 .div-block-16.black {
  margin-top: 11%;
}

.page-id-9 .content-section {
  padding-top: 0;
}

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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

body {
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #677583;
  text-decoration: underline;
  cursor: pointer;
}

li {
  margin-bottom: 8px;
}

blockquote {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 75px 50px 40px;
  border-top: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
  border-left: 1px none #000;
  background-image: url('../images/Quote-mark_1Quote-mark.png');
  background-position: 50% 27px;
  background-size: 31px;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 10.5px;
  line-height: 13px;
  text-align: right;
}

.content-wrapper {
  position: relative;
  max-width: 1210px;
  padding: 18px 25px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
}

.content-wrapper._100 {
  height: 100%;
}

.content-wrapper.flex {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.mobile {
  overflow: visible;
  padding-top: 0px;
}

.content-section {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  padding-top: 172px;
  padding-bottom: 0px;
}

.content-section.blue {
  padding-bottom: 80px;
  background-color: #edeff3;
}

.content-section._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 43px;
  padding-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.content-section._3 {
  padding-bottom: 16px;
}

.content-section.green {
  padding-bottom: 80px;
  background-image: url('../images/Vineyard-2000x1300.png'), url('../images/Grapes-1025x685.png');
  background-position: 0px -167px, 0px 0px;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
}

.content-section.kiwi {
  min-height: 600px;
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: url('../images/BG_Kiwi.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.avocado {
  min-height: 600px;
  background-image: url('../images/BG-Avocado05x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.mango {
  min-height: 600px;
  background-image: url('../images/BG-Mango.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  padding: 77px 0;
}

.content-section.grapes {
  height: auto;
  min-height: 600px;
  background-image: url('../images/BG-Grapes.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.stonefruit {
  min-height: 600px;
  background-image: url('../images/BG-Nectarine.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.pear {
  min-height: 600px;
  background-image: url('../images/BG-Pears.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-section.cherry {
  min-height: 600px;
  background-image: url('../images/BG-Cherries.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content-section.citrus {
  min-height: 600px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/BG-Mandarin.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.content-section._4 {
  padding-top: 198px;
}

.content-section.color {
  background-color: #edeff3;
}

.style-box {
  margin-bottom: 60px;
}

.title {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.small {
  font-size: 13px;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.paragraph.medium.white {
  color: hsla(0, 0%, 100%, 0.71);
}

.paragraph.small {
  font-size: 15px;
  line-height: 22px;
}

.button {
  min-height: 43.5px;
  min-width: 165px;
  margin-top: 8px;
  padding-top: 14px;
  background-color: #0095da;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f7941d;
}

.button.full {
  width: 100%;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.bottom-border.medium {
  margin-bottom: 25px;
}

.bottom-border.mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-border.small-2 {
  margin-bottom: 15px;
}

.bottom-border.small-center {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.button-2 {
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  border-radius: 55px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fa3e21;
}

.navbar {
  /* position: fixed;*/
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar._2 {
  height: 84px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #c0cec2;
  opacity: 1;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56.5px;
  margin-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.brand:hover {
  opacity: 0.8;
}

.navlink {
  height: 56.5px;
  padding-top: 18px;
  padding-right: 17px;
  padding-left: 17px;
  color: #fff;
  font-size: 14px;
}

.navlink:hover {
  background-color: #1b1c1f;
}

.navlink.w--current {
  color: #ff5136;
}

.navlink.search {
  display: block;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 55%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.navlink.red {
  padding-right: 26px;
  padding-left: 26px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink.red:hover {
  background-color: #fa3e21;
}

.navlink.red.w--current {
  color: #fff;
}

.navlink.search1 {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.dropdown {
  background-color: #000;
  color: #000;
}

.dropdown-arrow {
  top: 6px;
  color: #fff;
}

.dropdown-toggle {
  height: 56.5px;
  padding-top: 18px;
  color: #fff;
  font-size: 14px;
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1b1c1f;
  color: #fff;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #000;
}

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

.top-border {
  margin-top: 20px;
}

.top-border.medium {
  margin-top: 15px;
}

.top-border.padding {
  padding-left: 20px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.small {
  margin-top: 0px;
}

.top-border.right {
  text-align: right;
}

.hero-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 57.5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-white {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-white.mini {
  font-size: 12px;
}

.title-white.off {
  margin-bottom: 0px;
}

.title-white.small-regular {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.title-white.small {
  font-size: 13px;
  line-height: 22.5px;
}

.title-white.small.black {
  color: #000;
}

.text-red {
  color: #ff5136;
}

.red-line {
  height: 2px;
  min-width: 130px;
  background-color: #ff5136;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-flex.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle-box {
  width: 60%;
  margin-bottom: 18px;
}

.subtitle-white {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}

.tab-pane {
  padding-top: 165px;
  padding-bottom: 190px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 239px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  background-image: url('../images/Line_1Line.png'), url('../images/Show-me-more.png');
  background-position: 93px 50%, 117px 50%;
  background-size: 1px, 101px;
  background-repeat: repeat-y, no-repeat;
}

.tabs-content {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.tab-link {
  height: 22.5px;
  padding-top: 0px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.6);
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
}

.tab-link:hover {
  color: #ff5136;
}

.tab-link.w--current {
  background-color: transparent;
  color: #ff5136;
}

.heading-container {
  position: relative;
  z-index: 10;
  overflow: visible;
  margin-top: 46px;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-container.less-border {
  margin-bottom: 25px;
}

.center-icon {
  margin-bottom: 20px;
}

.flex-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 32%;
  height: 2px;
  max-width: 340px;
  background-color: #c4cbd7;
}

.heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 9px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.box {
  position: relative;
  width: 23%;
  height: 300px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/CaraCara.png');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.boxes {
  position: relative;
  width: 23%;
  height: 300px;
  margin-right: 6px;
  margin-left: 6px;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.boxes._1 {
  width: 23%;
  height: 300px;
  margin-top: 12px;
  margin-right: 6px;
  margin-left: 6px;
}

.box._1 {
  width: 23%;
  height: 300px;
  margin-top: 12px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/05/Table-Grapes-min-scaled.jpg');
}

.box._1.a {
  background-image: url('../images/Kiwi-754x901.png'), url('../images/Grapes-754x901.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box._1.b {
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/05/shutterstock_1816944005-min-scaled.jpg');
  /*background-position: 0px 0px;*/
  background-size: cover;
  background-repeat: repeat;
}

.box._3 {
  width: 23%;
  height: 300px;
  margin-top: 12px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/NectarineHome-754x901.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box._3.a {
  background-image: url('../images/Cherries-754x901.png');
  background-position: 0px 0px;
  background-size: 188px;
}

.box._3.b {
  background-image: url('../images/Pears-754x901.png'), url('../images/Mangoes-754x901.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box._2 {
  width: 23%;
  height: 300px;
  margin-top: 12px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/05/Citrus.jpeg');
  background-position: bottom center;
}

.box._2.a {
  background-image: url('../images/Mango-754x901.png');
  background-size: cover;
  background-repeat: repeat;
}

.box._2.b {
  background-image: url('../images/Aoples-754x901.png'), url('../images/Citrus-754x901.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box._4 {
  width: 28%;
  height: 400px;
  background-image: url('../images/Team3.png');
}

.box._4.a {
  height: 375px;
  background-color: #000;
  background-image: url('../images/Team1.png');
  background-position: 0px 0px;
  background-size: contain;
}

.box._4.b {
  height: 375px;
  background-color: #000;
  background-image: url('../images/Team2.png');
  background-position: 0px 0px;
  background-size: contain;
}

.box._4.c {
  height: 375px;
  background-color: #000;
  background-image: url('../images/Team3.png');
  background-position: 0px 0px;
  background-size: contain;
}

.box.green {
  width: 23%;
  height: 300px;
  background-image: url('../images/AutumnCrisp-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box.green.coachella {
  width: 23%;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/AutumnCrisp-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box.red {
  width: 23%;
  height: 300px;
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/RedSeedless-754x901.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.black {
  width: 23%;
  height: 300px;
  margin-top: 15px;
  background-image: url('../images/Adora-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box.black.mb {
  width: 23%;
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/MidnightBeauty-754x723.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.mandarin {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Mandarin-754x901.png'), url('../images/Citrus-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.lime {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Lime-754x901.png'), url('../images/Citrus-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.orange {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Orange-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box.lemon {
  background-image: url('../images/Lemon-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.box.nectarine {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/WhiteNectarine-754x901.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.nectarine_2 {
  background-image: url('../images/Nectarine-754x901.png');
}

.box.kiwi1 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Kiwi-754x901.png'), url('../images/Limes-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.kiwi2 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/MegaKiwi-754x901.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.kiwi3 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/MegaKiwi0-754x901.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.pear1 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Pears-754x901.png'), url('../images/Limes-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.avocado1 {
  width: 100%;
  margin: 0 auto;
  background-image: url('../images/avocado-seasonality-calendar.PNG');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  height: 400px;
}

.avocado1 .box-text {
  position: absolute;
  right: 0px;
  bottom: 90px;
  width: 30%;
  margin: 0 auto;
  background: #666;
  opacity: .8;
}

.avocado1 .box-text ._2-red-line {
  margin: 0 auto;
  width: 30%;
  height: 2px;
  background-color: #f7941d;
}

@media screen and (max-width: 650px) {
  .avocado1 .box-text {
    display: none;
  }
}

.box.cherry1 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Cherries-754x901.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.cherry2 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Cherries-754x901.png'), url('../images/Limes-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: 188px, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.cherry3 {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Cherries-754x901.png'), url('../images/Limes-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: 188px, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.mango1 {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Tommy.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.mango2 {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Mangoes-754x901.png'), url('../images/Limes-754x901.png'), url('../images/2_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.box.mango2.kent {
  background-image: url('../images/Kent.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.mango3 {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Ataulfo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.mango3.keitt {
  background-image: url('../images/Keitt.png');
}

.box.peaches1 {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/WhitePeach.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.box.peaches2 {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Peaches-754x901_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.plumred {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Plums-754x901.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.blackplum {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/BlackPlum.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.apricot {
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Apricot-754x901.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box.novelty {
  width: 23%;
  margin-right: 6px;
  margin-left: 6px;
  background-image: url('../images/Coachella-754x723.png');
}

.box.rplums {
  background-image: url('../images/RedFlesh-754x901.jpg');
}

.box-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.paragraph-white {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.full-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #c4cbd7;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

.full-line.less-border {
  margin-top: 25px;
}

.full-line._2-less-border {
  margin-top: 25px;
  margin-bottom: 50px;
}

.full-line._4-less-border {
  margin-top: 25px;
  margin-bottom: 0px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-1 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-right: 8%;
  background-image: url('../images/Grapes-1025x685.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #c4cbd7;
}

.image-2 {
  width: 80%;
  min-height: 290px;
  margin-right: 5%;
  background-image: url('../images/Kiwi-873x583.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #c4cbd7;
}

.notebook._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.notebook-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.padding-and-border {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.page-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 52.5px;
}

.image-3 {
  position: relative;
  top: -1px;
  right: -1px;
}

.image-4 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-left: 7%;
  background-image: url('../images/FG-1025x685.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider-2 {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 3%;
  background-color: #c4cbd7;
}

.jusity-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.image-5 {
  width: 80%;
  max-width: 468px;
  min-height: 290px;
  margin-left: 7%;
  background-image: url('../images/Kiwi-873x583.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle-red {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #ff5136;
}

.circle-red.checkmark {
  background-color: #0095da;
  background-image: url('../images/Asset-42x.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.circle-red._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13.5px;
  line-height: 13.5px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #ff5136;
}

.circular-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._4 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._5 {
  background-image: url('../images/tenis-de-mesa-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._6 {
  background-image: url('../images/pescado.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._7 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

.left-border.padding {
  padding-top: 34px;
}

._77-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-bottom: 24px;
  padding-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd7;
}

.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column-center.left-padding {
  position: relative;
  z-index: 10;
  padding-left: 40px;
}

._50-column-center._2-left-padding {
  margin-top: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-column-center._2-left-padding._2 {
  width: 100%;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-padding {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-padding.medium {
  padding-top: 30px;
}

.image-6 {
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 700px;
  min-height: 340px;
  margin-bottom: 27px;
  background-image: url('../images/GrowingRegions.png'), url('../images/Minion-873x583.png');
  background-position: 0px 0px, 0px 0px;
  background-size: contain !important;
  /*background-repeat: repeat, repeat;*/
  background-repeat: no-repeat !important;
}

.top-50 {
  margin-top: -90px;
}

.image-6.left {
  background-image: url('../images/FlavorGrown-NewLogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.image-6.flavour-grown {
  background-image: url('../images/FlavorGrown-NewLogo-cropped.png');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: repeat;
}

.image-6.flavour {
  background-image: url('/wp-content/uploads/2021/04/Yellow-Peaches-min.png');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: repeat;
  min-height: 310px;
}

.image-6.candy-cotton {
  background-image: url('/wp-content/uploads/2023/01/CottonCandy.png');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: repeat;
  min-height: 310px;
}

.image-6.left.kiwi {
  background-image: url('../images/KraziKiwi-Label.jpg');
  background-size: cover;
}

.image-6.minions {
  background-image: url('../images/Green Minion-new.png');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 310px;
}

.image-6.mandarins {
  background-image: url('../images/Dayka-Hackett-Minion-bag.jpg');
  background-position: 0px 90%;
  background-size: cover;
  background-repeat: repeat;
}

.image-6.megakiwi {
  background-image: url('../images/MegaKiwi-Label.jpg');
  background-position: 50% 30px;
  background-size: cover;
  background-repeat: repeat;
}

.image-6.avocado {
  background-image: url('../images/FreshTote-small-2.jpg');
  background-position: 0px 110px;
  min-height: 360px;
  margin-bottom: 27px;
  background-size: cover;
  background-repeat: repeat;
}

.fruits .h4-title,
.fruits-bottom .h4-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-section-full {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-full._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Stacks025x.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Stacks025x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.statics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  margin-right: 5%;
  border: 2px solid #fff;
}

.statics-left {
  width: 40.8%;
  min-height: 150px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-right: 2px solid #fff;
  background-color: #fff;
  background-image: url('../images/Icon-Orange.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.statics-left._2 {
  background-image: url('../images/Icon-Grapes.png');
  background-size: 100px;
}

.statics-left._3 {
  background-image: url('../images/Icon-Peach.png');
  background-size: 100px;
}

.statics-right {
  width: 40.8%;
  min-height: 150px;
  padding: 18px 16px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center {
  text-align: center;
}

.static-number {
  margin-bottom: 9px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.text-small {
  font-size: 14px;
  line-height: 16px;
}

.text-small.white {
  color: #fff;
  line-height: 16px;
}

.text-small.strikeout {
  text-decoration: line-through;
}

.team-member {
  width: 30%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.team-member:hover {
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, 0.38);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.team-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 335px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-wrapper {
  width: 100%;
}

.team-text-box {
  padding: 20px 25px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f7941d;
}

.title-white-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.text-white {
  color: #fff;
}

.text-white.large {
  font-size: 18px;
  font-weight: 500;
}

.inner-wrapper {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 30px 2.2% 25px;
  border-right: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
}

.feature-item._3 {
  border-right-style: none;
}

.feature-item._4 {
  border-bottom-style: none;
}

.feature-item._5 {
  border-bottom-style: none;
}

.feature-item._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.title-dark {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #303643;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.title-dark.mini {
  margin-bottom: 7px;
  font-size: 12.5px;
  line-height: 12.5px;
}

.title-dark.large {
  font-size: 21px;
}

.text-link {
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  margin-left: 3px;
}

.slide-1 {
  background-image: url('../images/autumn-goodman-242803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-slider {
  height: 595px;
}

.slide-nav {
  display: none;
}

.curve-bg {
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 70;
  width: 32%;
  height: 66px;
  padding-top: 21px;
  padding-left: 135px;
  background-image: url('../images/White_2.jpg'), url('../images/Curve.png');
  background-position: 100% 50%, 0px 0px;
  background-size: 125px, 464px;
  background-repeat: no-repeat, repeat;
}

.slide-text-box {
  position: relative;
  z-index: 110;
  width: 226px;
}

.right-arrow {
  right: 56px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  padding-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.8;
}

.left-arrow {
  right: 77px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  margin-right: 0px;
  padding-top: 4px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.8;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67.5px;
  height: 67.5px;
  margin-top: 45px;
  margin-right: 45px;
  padding-top: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff5136;
  text-align: center;
  text-decoration: none;
}

.percentage {
  font-family: Lora, sans-serif;
  color: #fff;
  line-height: 16px;
  font-style: italic;
  font-weight: 700;
}

.slide-2 {
  background-image: url('../images/tyler-nix-485827-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/victor-freitas-569958-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-column {
  position: relative;
  width: 50%;
}

._50-column.center-flex {
  width: 30%;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

._40-column.center-flex {
  width: 23%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

._50-column.mid-flex {
  width: 30%;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

._50-column.center-flex.left-padding-2 {
  width: 30%;
  padding-right: 13px;
  padding-left: 13px;
}

._40-column.center-flex.left-padding-2 {
  width: %;
  padding-right: 13px;
  padding-left: 13px;
}

._50-column.center-flex._2 {
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-column.circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-slider {
  width: 94%;
  height: 632px;
}

._2-slide-1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-slider-text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #fff;
}

.right-arrow-2 {
  left: 156px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  margin-left: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-2:hover {
  opacity: 0.8;
}

.left-arrow-2 {
  left: 136px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-2:hover {
  opacity: 0.8;
}

._2-slide-2 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

._3-slider {
  width: 100%;
  height: 422px;
}

._48-column {
  width: 48%;
  padding-left: 6%;
}

._48-column.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

._3-slider-text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #fff;
}

.right-arrow-3 {
  right: 8px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-3:hover {
  opacity: 0.8;
}

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c4cbd7;
}

.schedule-item.bottom-line {
  border-bottom: 1px solid #c4cbd7;
}

.schedule {
  width: 20%;
}

.schedule._2 {
  width: 28%;
}

.schedule._3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.left-padding.medium {
  padding-left: 10px;
}

.left-padding.large {
  padding-left: 45px;
}

.schedule-container {
  margin-bottom: 45px;
}

._3-slide-1 {
  background-image: url('../images/charisse-kenion-507276-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3-slide-2 {
  background-image: url('../images/caroline-attwood-301747-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-content-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.71);
}

._2-content-section.contact {
  padding-top: 0px;
}

._77-column {
  width: 77%;
  max-width: 485px;
}

._90-column {
  width: 90%;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-box {
  width: 31%;
}

.pricing-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ff5136;
  text-align: center;
}

.regular-title {
  color: #fff;
  font-size: 18px;
}

.regular-title.medium {
  font-size: 16px;
  font-weight: 500;
}

.pricing-intro {
  padding: 30px 20px;
  text-align: center;
}

.price {
  color: #303643;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
}

.currency {
  color: #677583;
  font-size: 23.5px;
  line-height: 23.5px;
  font-weight: 500;
}

.text-dark {
  color: #303643;
}

.text-dark.medium {
  font-weight: 500;
}

.text-dark.bold {
  font-weight: 500;
}

.text-dark.large-bold {
  font-size: 18px;
  font-weight: 500;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px 11px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #c4cbd7;
}

.pricing-icon {
  margin-right: 15px;
}

.pricing-border {
  border-right: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
  border-left: 1px solid #c4cbd7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c4cbd7;
}

.expand-2 {
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
  border-right: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
}

.faq-box._2 {
  border-right-style: none;
}

.faq-box._4 {
  border-right-style: none;
}

.faq-box._5 {
  border-bottom-style: none;
}

.faq-box._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.question-tag {
  display: inline;
  margin-right: 9px;
  font-weight: 500;
}

.question {
  display: inline;
  margin-right: 9px;
  color: #303643;
  font-weight: 500;
}

.answer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.answer-tag {
  display: inline;
  margin-right: 9px;
  color: #ff5136;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.special-section {
  background-color: #dce0e8;
  background-image: url('../images/White_1White.jpg');
  background-position: 50% 0px;
  background-size: 1px 53px;
  background-repeat: repeat-x;
}

._60-column {
  display: inline-block;
  width: 59%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-heading {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.subtitle {
  color: #303643;
  font-size: 22px;
  line-height: 34px;
}

.subtitle.cent {
  margin-top: 22px;
}

.heading-border {
  margin-bottom: 30px;
}

.split-paragraph {
  color: #303643;
  -webkit-column-count: 2;
  column-count: 2;
}

.capital-letter {
  position: relative;
  bottom: -4px;
  margin-right: 2px;
  color: #303643;
  font-size: 26px;
}

._2-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: absolute;
  left: 0px;
  bottom: 80px;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}

.signature {
  margin-top: 10px;
}

.left-padding-2 {
  padding-left: 40px;
}

.title-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #c4cbd7;
}

.title-box.medium {
  margin-bottom: 35px;
}

.lightbox-item {
  width: 33.3333%;
  height: auto;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link:hover {
  position: relative;
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link._2 {
  background-image: url('../images/victor-freitas-522935-unsplash.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.plus {
  position: relative;
  z-index: 10;
  display: block;
}

.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/victor-freitas-522935-unsplash_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/victor-freitas-522935-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sign-up-form {
  display: block;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.text-field {
  display: inline-block;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #e2452c;
  line-height: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.submit-button {
  width: 32%;
  height: 42px;
  min-width: 170px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #e2452c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fa3e21;
}

.submit-button.green {
  background-color: #2b3b2d;
}

.submit-button.green:hover {
  background-color: #3b503e;
}

.select-field {
  display: inline-block;
  width: 32%;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #e2452c;
  border-radius: 0px;
}

.select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 16px 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #ff5136;
}

.tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 25px;
  padding: 7px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #e2452c;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tag.green {
  margin-left: 0px;
  background-color: #2b3b2d;
}

.left-doodle {
  width: 25%;
  margin-top: 15px;
  padding-right: 20px;
  text-align: right;
}

.right-doodle {
  width: 25%;
  margin-top: 15px;
  padding-left: 20px;
}

.success-message {
  background-color: #ff5136;
  color: #fff;
}

.success-message.green {
  background-color: transparent;
  color: #2b3b2d;
}

.empty-state {
  background-color: transparent;
}

.empty-state.border {
  margin-bottom: 70px;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

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

.column-wrapper {
  width: 50%;
  max-width: 585px;
}

.collection-item {
  width: 49%;
  margin-bottom: 45px;
  padding-right: 39px;
  padding-left: 39px;
}

.preview-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 335px;
  margin-bottom: 10px;
  background-image: url('../images/Stacks025x.png'), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 400px, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.preview-image:hover {
  opacity: 0.9;
}

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

.right-padding.large {
  padding-right: 45px;
}

.title-name {
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.text-mini-block {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
}

.text-mini-block.white {
  color: #fff;
}

.link-mini {
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

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

.link-mini.italicized {
  font-style: italic;
}

.link-mini.white {
  color: #fff;
}

.footer-section {
  background-color: #fff;
}

.footer-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #f7941d;
  border-top-style: solid;
  border-top-width: 1px;
}

.sign-up-form-2 {
  display: block;
  width: 72%;
  max-width: 840px;
  margin-bottom: 0px;
  border-radius: 7px;
}

.field-label {
  font-size: 11px;
  line-height: 11px;
}

._2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._2-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4cbd7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._2-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-select-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-submit-button {
  width: 20%;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._2-submit-button:hover {
  background-color: #fa3e21;
}

.menu-setion {
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 0px none transparent;
  background-color: #fff;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

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

.footer-link.red {
  margin-right: 0px;
}

.notice-section {
  background-color: #fff;
}

.notice-box {
  padding-top: 17px;
  padding-bottom: 17px;
}

.notice-text {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

._2-success-message {
  background-color: transparent;
  color: #fff;
}

.inner-hero {
  overflow: hidden;
  width: 100%;
  padding-top: 70px !important;
  padding-bottom: 70px;
  background-image: url('../images/continuous_expansion_section.jpg'), -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(0, 0, 0, 0.37)), to(transparent));
  background-image: url('../images/continuous_expansion_section.jpg'), linear-gradient(90deg, rgba(0, 0, 0, 0.37) 28%, transparent);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.inner-hero._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
}

.inner-hero.kozi {
  background-image: url('../images/KoziFarming-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.inner-hero.freshpac {
  background-image: url('../images/freshpac-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.inner-hero.frutura {
  background-image: url('../images/frutura-background-sclaed.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.inner-hero.freshselect {
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/04/Fresh-Select-scaled.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.inner-hero.alta-vista {
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/05/rsz_dji_0669resized_daykahackett.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-hero.koolcountry {
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2021/04/Kool-Kountry-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-hero.company {
  background-image: url('../images/Region-873x583.png'), -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(0, 0, 0, 0.37)), to(transparent));
  background-image: url('../images/Region-873x583.png'), linear-gradient(90deg, rgba(0, 0, 0, 0.37) 28%, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4cbd7;
}

.row.top-border {
  margin-top: 40px;
}

.left-column {
  width: 62%;
}

.h2-title {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h2-title.white {
  color: #fff;
}

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

.h4-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h4-title.text-small {
  font-size: 17.5px;
  letter-spacing: 0px;
}

.h4-title.small {
  color: #3b503e;
  font-size: 20px;
  line-height: 30px;
}

.h5-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-title.large {
  font-size: 20px;
  line-height: 24px;
}

.h5-title.less-border {
  margin-bottom: 4px;
}

.h3-white-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h3-title {
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title.white {
  color: #fff;
}

.h3-title.large {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 5px;
}

.h3-title.large.black {
  color: #000;
}

.link-white {
  color: #677583;
  line-height: 22px;
}

.author-pic {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.author-pic:hover {
  opacity: 0.9;
}

.author-pic.large {
  width: 90px;
  height: 90px;
}

.h3-title-white {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title-white.large {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 3px;
}

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-preview-image {
  position: relative;
  overflow: hidden;
  width: 42%;
  min-height: 172px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._2-preview-image:hover {
  opacity: 0.9;
}

.right-text-preview {
  margin-left: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-column {
  width: 34%;
}

.side-column-item {
  margin-bottom: 40px;
}

.link-small {
  margin-right: 3px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

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

.link-small.border {
  margin-right: 10px;
}

.h1-title {
  font-family: Oswald, sans-serif;
}

.h1-title.large {
  color: #677583;
  font-size: 37px;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h1-title.large.black {
  margin-top: 11px;
  color: #1b1c1f;
}

._3-submit-button {
  width: 100%;
  height: 42px;
  min-width: 163px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #0095da;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

._3-submit-button:hover {
  background-color: #a3cf67;
}

.checkbox-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -3%;
}

.page-template-connect span.wpcf7-list-item {
  width: 30%;
  margin-right: 0px;
}

span.wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}

span.wpcf7-list-item input[type="checkbox"] {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  line-height: normal;
}

span.wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}

.go-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32.6px;
  height: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f7941d;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #fa3e21;
}

.go-up.w--current {
  background-color: #f7941d;
}

._25-column {
  width: 25%;
}

._2-side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

._2-side-menu-link:hover {
  text-decoration: underline;
}

.set {
  margin-bottom: 50px;
}

.faq-box-item {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4cbd7;
}

.back-top {
  padding-right: 9px;
  background-image: url('../images/Arrow-3_1Arrow-3.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-size: 10.5px;
  line-height: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.move-right {
  margin-top: 25px;
  text-align: right;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ff5136;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.scroll-down.w--current {
  background-color: #ff5136;
}

.inner-hero-text {
  margin-bottom: -5px;
  padding: 8px 55px 55px 0px;
  background-color: transparent;
}

.inner-hero-text._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-hero-text._50._2 {
  background-color: rgba(237, 239, 243, 0.74);
}

.inner-hero-text.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-left: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.71);
}

.white-line {
  width: 130px;
  height: 2px;
  background-color: #fff;
}

.button-6 {
  min-height: 43.5px;
  min-width: 170px;
  padding-top: 14px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #f7941d;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-6:hover {
  background-color: #0095da;
  color: #fff;
}

.input-spacing {
  margin-bottom: 15px;
  padding-right: 6.2%;
  padding-left: 6.4%;
}

.input-spacing.large1 {
  margin-top: -1.5%;
  margin-bottom: 5%;
  /* padding-right: 0%;*/
  /* padding-left: 0%;*/
}

.input-spacing.large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #0095da;
  color: #0095da;
  text-align: left;
}

._4-success-message {
  min-height: 464px;
  padding-top: 155px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c4cbd7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.form-spacing {
  padding: 20px 28px 10px;
}

.form-tag {
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 11px;
  line-height: 13px;
}

.bg-white {
  background-color: #fff;
}

.bg-white.line-borders {
  padding-bottom: 10px;
  border-right: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
  border-left: 1px solid #c4cbd7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.display-none {
  display: none;
}

._57-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  padding-right: 20px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd7;
}

.split-column.reverse {
  margin-bottom: 0px;
}

.testimonial-pic {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.testimonial-pic._1 {
  background-image: url('../images/1_11.jpg');
  background-size: 50px;
}

.testimonial-pic._2 {
  background-image: url('../images/2_22.jpg');
  background-size: 50px;
}

.testimonial-pic._3 {
  background-image: url('../images/3_13.jpg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.star {
  margin-right: 3px;
}

._2-intro-feature {
  position: relative;
  width: 30%;
  max-width: 325px;
  min-height: 260px;
  padding: 30px 25px;
  border: 1px solid #c4cbd7;
  border-radius: 4px;
}

.intro-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-3 {
  width: 100%;
  min-height: 43.5px;
  min-width: 130px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 14px;
  border: 1px solid #c4cbd7;
  border-radius: 2.5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #f7941d;
  color: #fff;
}

.image-block {
  position: relative;
  width: 490px;
  height: 590px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash.jpg');
}

.full-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/asaf-r-300803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-section._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.full-section._3 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e6a85f;
  background-image: none;
}

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

._3-feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #dce0e8;
}

._3-feature-icon._1 {
  background-image: url('../images/reloj-inteligente-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

._3-feature-icon._2 {
  background-image: url('../images/manzana-2.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

._3-feature-icon._3 {
  background-image: url('../images/barra-con-pesas-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.rounded-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 205px;
  height: 205px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 37.5px;
  background-color: #ff5136;
  text-align: center;
}

.rounded-box._1 {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  background-color: #f63d20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.rounded-box._3 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 145px;
  height: 145px;
  border-radius: 25.5px;
  background-color: #ff5136;
}

.rounded-box._2 {
  width: 175px;
  height: 175px;
  margin-right: 17px;
  border-radius: 30.5px;
}

.circle-item {
  position: relative;
  left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff5136;
  text-align: center;
}

.circle-item._3 {
  position: relative;
  left: 15%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 175px;
  height: 175px;
  background-color: #ff5136;
}

.circle-item._2 {
  left: 10%;
  top: 104px;
  width: 265px;
  height: 265px;
  background-color: #f63d20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 45px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column._2 {
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span {
  position: relative;
  bottom: 9px;
  margin-left: 1px;
  font-size: 12px;
}

._2-image-block {
  position: relative;
  width: 42%;
  height: 280px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-image-block._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

._2-image-block._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

.absolute-icon {
  position: absolute;
  bottom: -25px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  border-radius: 50%;
  background-color: #ff5136;
}

.absolute-icon._1 {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._2 {
  background-image: url('../images/pesa-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._3 {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.split-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd7;
}

.split-column-2.no-border {
  margin-bottom: 0px;
}

.intro-box.mobile-border._2 {
  width: 22%;
}

.intro-box._2 {
  width: 22%;
}

.intro-image {
  width: 100%;
  min-height: 225px;
  margin-bottom: 15px;
  background-image: url('../images/Grapes-1025x685.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-image._2 {
  background-image: url('../images/Hero-OrangeProcessing.jpg');
}

.intro-image._3 {
  background-image: url('../images/Stacks025x.png');
}

.intro-image._4 {
  background-image: url('../images/Minion-873x583.png'), url('../images/Grapes-1025x685.png');
  background-position: -122px 0px, 50% 50%;
  background-size: 436px, cover;
  background-repeat: repeat, no-repeat;
}

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

.quote-slide {
  overflow: hidden;
  padding: 50px 50px 50px 70px;
}

._4-image-block {
  width: 56%;
  height: 575px;
  background-image: url('../images/Princess-873x583.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._4-image-block._2 {
  background-image: url('../images/jake-jackson-263836-unsplash.jpg');
  background-size: cover;
}

.quote-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-offset {
  position: relative;
  left: 67px;
  right: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(59%, transparent));
  background-image: linear-gradient(0deg, #000, transparent 59%);
  opacity: 0.85;
}

._5-image-block {
  position: relative;
  width: 100%;
  height: 365px;
  background-image: url('../images/caroline-attwood-301748-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._5-image-block._2 {
  background-image: url('../images/bruce-mars-558730-unsplash.jpg');
}

._5-image-block._3 {
  background-image: url('../images/victor-freitas-522926-unsplash.jpg');
}

._4-feature-icon {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.feature._4 .paragraph.medium {
  margin-bottom: 5px !important;
}

.page-template-kiwi-fruit ._4-feature-icon img {
  width: 70%;
}

.feature {
  width: 24%;
  margin-right: 8px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #c4cbd7;
  border-radius: 4px;
  background-color: #fff;
}

.feature._4 {
  width: 32%;
  padding: 15px 25px 20px 25px;
  margin-right: 1%;
  margin-bottom: 30px;
}

.page-template-kiwi-fruit .feature._4 {
  position: relative;
  padding-bottom: 90px;
}

.page-template-kiwi-fruit .feature._4 .button {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 50px) !important;
}

.feature._6 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.feature._2 {
  width: 30%;
  margin-bottom: 20px;
  padding-right: 2%;
}

.feature.org {
  width: 30%;
}

.feature._3 {
  padding-top: 8.2%;
  padding-bottom: 8.2%;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 45px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #c4cbd7;
}

.contact-item.no-border {
  margin-bottom: 0px;
}

.link {
  text-decoration: none;
}

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

._6-form {
  width: 100%;
  max-width: 440px;
  min-width: 365px;
}

._5-text-field {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4cbd7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._5-text-field-name::-webkit-input-placeholder,
._5-text-field-email::-webkit-input-placeholder,
._5-text-field-phone::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field-name:-ms-input-placeholder,
._5-text-field-email::-webkit-input-placeholder,
._5-text-field-phone::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field-name::-ms-input-placeholder,
._5-text-field-email::-webkit-input-placeholder,
._5-text-field-phone::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field-name::placeholder,
._5-text-field-email::-webkit-input-placeholder,
._5-text-field-phone::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field-name {
  background-image: url(../images/User_1User.png), url(../images/Dot_1Dot.jpg);
}

._5-text-field-email {
  background-image: url(../images/Email_1Email.png), url(../images/Dot_1Dot.jpg);
}

._5-text-field-phone {
  background-image: url(../images/Phone_1Phone.png), url(../images/Dot_1Dot.jpg);
}

._5-text-field-name,
._5-text-field-email,
._5-text-field-phone {
  margin-right: 3%;
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 16px;
  border: 1px solid #c4cbd7;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

._5-text-field.name {
  margin-right: 3%;
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.phone {
  margin-bottom: 0px;
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-area {
  display: inline-block;
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4cbd7;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  height: 85px !important;
}

._5-text-area::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.checkbox-3 {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
}

.top-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-input-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.hero-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.title-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.title-link.red {
  color: #ff5136;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
}

.tag-title {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.final-dots {
  margin-bottom: 25px;
  text-align: center;
}

.left-justified {
  text-align: right;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.subheading {
  display: block;
  width: 53%;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.content-section-3 {
  padding-top: 80px;
  padding-bottom: 35px;
}

._2-heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

._2-subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.mobile-top-border {
  width: 100%;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.footer-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

.footer-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

.input-border-footer {
  width: 25%;
  margin-right: 1.5%;
}

.name-heading-green {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 55px;
  line-height: 60px;
}

.subtitle-green {
  color: #2b3b2d;
  font-size: 22px;
}

.split-paragraph-green {
  color: #2b3b2d;
  -webkit-column-count: 2;
  column-count: 2;
}

._60-column-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._3-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 105px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #c0cec2;
  text-decoration: none;
}

.tab.border {
  margin-right: 5%;
  color: #677583;
}

.title-green {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-small-green {
  color: #2b3b2d;
  font-size: 14px;
  line-height: 18px;
}

.tab-column {
  width: 56%;
}

.large-border {
  margin-bottom: 180px;
}

.guy-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center-intro {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-medium {
  font-size: 17.5px;
  text-transform: none;
}

.intro-text {
  color: #2b3b2d;
  font-size: 22.5px;
  line-height: 33.5px;
}

.content-section-green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d3dbd4;
}

._2-40-column {
  position: relative;
  display: inline-block;
  width: 40%;
  text-align: center;
}

._2-40-column._1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-40-column.right-padding {
  padding-right: 0px;
}

._2-40-column.left-padding {
  padding-left: 0px;
}

.italicized {
  font-family: 'Noto Serif', sans-serif;
  color: #2b3b2d;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.italicized.medium {
  font-size: 15px;
  line-height: 22px;
}

._2-60-column {
  display: inline-block;
  width: 59%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-title-green {
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.green-line {
  width: 65%;
  height: 2px;
  min-width: 130px;
  background-color: #2b3b2d;
}

.button-4 {
  min-width: 170px;
  padding-top: 14px;
  background-color: #2b3b2d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-4:hover {
  padding-top: 12px;
  padding-bottom: 7px;
  border: 2px solid #303643;
  background-color: transparent;
  color: #303643;
}

.button-5 {
  position: relative;
  height: 47px;
  min-width: 170px;
  padding: 12px 9px 9px;
  border: 2px solid #2b3b2d;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #2b3b2d;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #2b3b2d;
  color: #fff;
}

.button-5.no-border {
  border-left-style: none;
}

.italicized-link {
  font-family: 'Noto Serif', sans-serif;
  color: #2b3b2d;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.plus-sign {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 1.5px;
  background-color: #2b3b2d;
  background-image: url('../images/boton-anadir.svg');
  background-position: 50% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.text-block-3 {
  display: inline-block;
  margin-right: 5px;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2b3b2d;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mini-feature._2 {
  border-left-style: none;
  border-left-color: #000;
  border-radius: 0px 3px 3px 0px;
}

.mini-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-7 {
  margin-right: 10px;
}

.full-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d3dbd4;
}

._80-column {
  width: 80%;
}

._3-59-column {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
}

.paragraph-green {
  font-family: Roboto, sans-serif;
  color: #2b3b2d;
}

.paragraph-green.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.text-medium-green {
  color: #2b3b2d;
  font-weight: 500;
}

.grid-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a5b1a7;
}

.grid-item {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.h3-title-green {
  font-family: Oswald, sans-serif;
  color: #2b3b2d;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._3-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  border: 1px solid #c0cec2;
  border-radius: 4px;
}

._2-circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #d3dbd4;
}

._2-circular-icon._1 {
  background-image: url('../images/barra-con-pesas-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._2 {
  background-image: url('../images/reloj-inteligente-3.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

._2-circular-icon._3 {
  background-image: url('../images/tenis-de-mesa-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._4 {
  background-image: url('../images/pescado-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._5 {
  background-image: url('../images/zumo-recien-exprimido-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._6 {
  background-image: url('../images/cardiograma-4.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._17-column {
  width: 17%;
}

._17-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.download-sign-up {
  position: relative;
  width: 100%;
  padding-right: 10px;
}

.form-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
}

.text-field-green {
  display: inline-block;
  height: 44px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #c0cec2;
  line-height: 16px;
}

.text-field-green::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ebook-absolute {
  position: absolute;
  left: 0px;
  top: -37px;
  bottom: 0px;
  width: 165px;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 737px;
  padding-left: 165px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #d3dbd4;
}

._50-column-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-3 {
  right: 30px;
  bottom: 0px;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  margin-right: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-3:hover {
  opacity: 0.8;
}

.guy-column {
  position: relative;
  display: inline-block;
  width: 41%;
  margin-right: 10px;
  text-align: center;
}

.tab-image-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._2-top-padding {
  padding-top: 16px;
}

.side-green-line {
  width: 65%;
  height: 1px;
  min-width: 130px;
  background-color: #c0cec2;
}

._2-white-line {
  width: 130px;
  height: 2px;
  background-color: #fff;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #f7941d;
}

._2-red-line._2-top-border {
  display: block;
  height: 6px;
  margin-top: 0px;
  float: left;
  text-align: left;
}

._2-header-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.info-box {
  display: block;
  width: 35%;
  margin-right: 4%;
  padding: 25px;
  border: 1px solid #c4cbd7;
  border-radius: 4px;
}

.info-box.no-border {
  margin-right: 0px;
}

.info-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-3 {
  height: 100%;
}

.showcase {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.showcase._2 {
  background-image: url('../images/jackelin-slack-539451-unsplash.jpg');
  background-size: cover;
}

.showcase._3 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-size: cover;
}

.link-red {
  color: #ff5136;
}

.bg {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ff5136;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 30px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #c4cbd7;
  border-radius: 5px;
}

._2-testimonial-left {
  width: 28%;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #c4cbd7;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-testimonial-right {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-2 {
  overflow: hidden;
  width: 100%;
  padding-top: 190px;
  background-color: #d3dbd4;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: rgba(12, 12, 12, 0.95);
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-title {
  margin-bottom: 20px;
  color: #fff;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  background-color: #ff5136;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: #fa3e21;
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

.search-result-item {
  margin-bottom: 15px;
}

.search-result-title {
  font-size: 17px;
  line-height: 27px;
}

.parallax-image {
  position: absolute;
  top: 0%;
  right: -30px;
}

.parallax-image-2 {
  position: absolute;
  left: -50px;
  bottom: 40%;
  z-index: 0;
}

.parallax-image-3 {
  position: absolute;
  right: -50px;
  bottom: 16%;
  z-index: 0;
}

.relative {
  position: relative;
  padding-top: 35px;
}

._404-image {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.z-index {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero-post-text {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-8 {
  display: block;
  margin-top: 0px;
  margin-right: 23px;
  margin-left: 18px;
}

.image-8-right {
  display: block;
  margin-top: 33px;
  margin-right: 18px;
  margin-left: 23px;
}

.div-block {
  height: 89vh;
  border-bottom-color: #c4cbd7;
  background-image: url('../images/DarkBG.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-weight: 400;
}

.paragraph-2.cemt {
  margin-top: 12px;
  color: #000;
  text-align: center;
}

.paragraph-2.black {
  margin-bottom: 0px;
  padding-right: 0px;
  color: #000;
}

.paragraph-3 {
  margin-bottom: 30px;
}

.image-10 {
  margin-right: 35px;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.text-block-5 {
  font-size: 12px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 33.33%;
  height: 100%;
  background-image: url('../images/Citrus-754x901.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4._2 {
  width: 33.33%;
  background-image: url('../images/Grapes-754x901.png');
}

.div-block-4._3 {
  width: 33.33%;
  background-image: url('../images/Peaches-754x901.png');
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.icon {
  color: #f7941d;
}

.icon-2 {
  color: #f7941d;
}

.text-span-2 {
  color: #3b503e;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 22px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  border: 1px none #000;
  background-color: #edeff3;
}

.button1 {
  width: 20%;
  padding-top: 19px;
  padding-bottom: 7px;
  background-color: transparent;
  color: #303643;
  text-align: center;
  cursor: pointer;
}

.paragraph-4 {
  margin-top: 19px;
}

.paragraph-4.copyright {
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #303643;
  font-size: 14px;
}

.logo-footer {
  margin-right: 30px;
}

.footer-style-3 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.top-left-text {
  display: inline-block;
  margin-right: 15px;
  font-family: Lora, sans-serif;
  color: #767676;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

.add-padding-top {
  padding-top: 17px;
}

.align-right {
  text-align: right;
}

.align-right.align-left {
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.top-margin.less {
  margin-top: 50px;
}

.top-margin.less.more {
  margin-top: 12px;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Icon-FB-Trans.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.insta {
  background-image: url('../images/Icon-IN-Trans.png');
  background-size: 40px;
}

.social-icon.twitter {
  background-image: url('../images/Icon-TW-Trans.png');
  background-size: 40px;
}

.social-icon.linkedin {
  background-image: url('../images/Icon-LI-Trans.png');
  background-size: 40px;
}

.container-fluid {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #000;
}

.white.grey {
  color: #677583;
}

.sub-text {
  margin-top: 20px;
  font-family: Lora, sans-serif;
  color: #767676;
  font-size: 23px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

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

.section-2 {
  position: relative;
  padding: 80px 20px;
  background-color: rgba(255, 210, 0, 0.44);
}

.section-2.gray {
  background-color: #f5f5f7;
}

.section-2.gray.less-space.top-line {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-style: none;
  border-top-color: #e1e1e1;
  background-color: rgba(118, 90, 136, 0.77);
}

.section-2.blue {
  background-color: #64abcc;
}

.section-2.yellow {
  background-color: rgba(255, 210, 0, 0.72);
}

.section-2.black {
  background-color: #1b1c1f;
}

.section-2.purple {
  background-color: rgba(118, 90, 136, 0.77);
}

.section-2.orange {
  background-color: #f7941d;
}

.section-2.green {
  background-color: #6f8f6c;
}

.button-7,
.button-8 {
  padding: 18px 35px 16px;
  background-color: #a0cd4e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-7:hover,
.button-8:hover {
  background-color: #b3dd66;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button-7.other-color,
.button-8.other-color {
  display: inline-block;
  margin-right: 9px;
  margin-left: 9px;
  background-color: #0095da;
}

.mt-4 {
  margin-top: 10px
}

.button-7.other-color:hover,
.button-8.other-color:hover {
  background-color: #a3cf67;
}

.button-8.other-color {
  display: inline-block;
  margin-right: 9px;
  margin-left: 0px;
  margin-top: 15px;
  background-color: #0095da;
}

.section-3 {
  height: 70vh;
  margin-bottom: 50px;
  padding-top: 231px;
}

.section-3.grapes {
  height: 80vh;
  margin-bottom: 0px;
  padding-top: 250px;
  background-image: url('../images/Grape-White-p-1600.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3.growers {
  padding-top: 268px;
  background-image: url('../images/Header-FruitTrees.jpg'), url('../images/Header-Grapes1.jpg');
  background-position: 50% 100%, 50% 50%;
  background-size: cover, cover;
}

.section-3.retailers {
  padding-top: 279px;
  background-image: url('../images/2000x130005x.png'), url('../images/RedSeedless-2000x1300.png'), url('../images/DarkBG.png');
  background-position: 0px 0px, 0px 0px, 0px 50%;
  background-size: cover, cover, cover;
}

.section-3.consumers {
  padding-top: 263px;
  background-image: url('../images/Scarlotta-754x723.png'), url('../images/DarkBG.png');
  background-position: 0px 0px, 0px 50%;
  background-size: cover, cover;
}

.section-3.company {
  height: 120vh;
  margin-bottom: 0px;
  padding-top: 268px;
  padding-bottom: 268px;
  background-image: url('../images/who_we_are_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.operations {
  height: 120vh;
  margin-bottom: 0px;
  padding-top: 268px;
  padding-bottom: 268px;
  background-image: url('https://www.daykahackett.com/wp-content/uploads/2022/06/operations_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.citrus {
  height: 80vh;
  padding-top: 250px;
  background-image: url('../images/Header-Citrus.png');
  background-position: 0px -55px;
  background-size: cover;
}

.section-3.stonefruit {
  height: 80vh;
  padding-top: 250px;
  background-image: url('../images/Header-Peaches.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3.kiwi {
  height: 80vh;
  padding-top: 250px;
  background-image: url('../images/Header-Kiwi.png');
  background-position: 100px center !important;
  background-size: cover;
  background-repeat: no-repeat !important;
}

.section-3.pears {
  height: 80vh;
  margin-bottom: 40px;
  padding-top: 250px;
  background-image: url('../images/Header-Pears.png');
  background-position: 0px 0px, 0px 50%;
  background-size: cover, cover;
}

.section-3.avocado {
  height: 80vh;
  padding-top: 250px;
  background-image: url('../images/Header-Avocado.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3.cherry {
  background-image: url('../images/Header-Cherry.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3.mango {
  height: 80vh;
  padding-top: 250px;
  background-image: url('../images/Header-Mango.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3.careers {
  height: 70vh;
  margin-top: 133px;
  margin-bottom: 1px;
  padding-top: 235px;
  background-image: url('../images/shutterstock_604020521-copy.jpg');
  background-position: 50% 17%;
  background-size: cover;
}

.section-3.video {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.para-50 {
  width: 32%;
  margin-bottom: 1px;
}

.para-50.black {
  width: 50%;
  color: #000;
}

.header-wrap {
  position: relative;
  left: 175px;
  right: 0px;
  width: 40%;
  height: auto;
  background-color: #fff;
}

.para-long {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 8px;
  font-weight: 300;
  text-align: left;
}

.para-long.cent {
  text-align: center;
}

.para-long.cent.black {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #edeff3;
  color: #303643;
}

.para-long.white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*opacity: 0;*/
}

.page-id-11 .content-section {
  padding-top: 0;
}

.ui {
  margin-top: 14% !important;
}

.para-long.white:hover {
  opacity: 1;
  color: #fff;
}

.para-long.story {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 22px;
}

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

.icon-3 {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  color: #fff;
  font-size: 34px;
  text-align: center;
}

.dropdown-toggle-3 {
  position: static;
  padding-right: 20px;
  text-align: left;
}

.dropdown-list {
  top: 0px;
}

.dropdown-list.w--open {
  left: 0px;
  top: 48px;
  z-index: 100;
  overflow: auto;
  width: 230px;
  background-color: #fff;
}

.dropdown-link-2 {
  border-bottom: 1px solid #d3dbd4;
  font-family: Roboto, sans-serif;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-social._2 {
  margin-top: 0px;
  padding-right: 27px;
  padding-left: 27px;
}

.inner-hero-text.video .div-50 {
  height: auto;
}

.div-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-50.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-50.left.company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-50.right {
  width: 50%;
  padding-right: 101px;
  float: right;
}

.contact-item a {
  text-decoration: none;
}

.div-50.grey {
  width: 48%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 13px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #edeff3;
  color: rgba(237, 239, 243, 0.24);
  padding-bottom: 32% !important;
}

.div-50.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-10 {
  margin: 5px;
}

.div-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-indlabel {
  width: 20%;
}

.div-indlabel5 {
  width: 50%;
}

.labels-padding .div-indlabel5 {
  padding: 20px;
}

.packaging-padding .div-indlabel,
.speciality-padding .div-indlabel {
  padding: 15px;
}

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

.div-growerprograms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-growerprograms a {
  margin: 10px;
}

.div-departments {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_page .div-company._2 {
  width: 16%;
}

.div-company._2 {
  width: 13%;
  padding: 20px;
  /* width: 14%;*/
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-16.black {
  margin-top: 0px;
  background-color: #fff;
}

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

.div-board .image-16 {
  border-radius: 50%;
}

.image-17 {
  margin-bottom: 12px;
}

.image-18 {
  margin-bottom: 12px;
}

.section-5 {
  height: 90vh;
  margin-top: 0px;
}

.slider-home {
  height: 70vh;
  margin-top: 0px;
  padding-top: 0px;
}

.dropdown-toggle-5 {
  padding-right: 20px;
  border: 1px none #000;
  text-align: center;
}

.dropdown-toggle-5:hover {
  border-style: none;
}

.dropdown-3 {
  width: 20%;
  border: 1px none #000;
  text-align: center;
}

.dropdownlink {
  text-align: center;
}

.dropdownlink:hover {
  background-color: #0095da;
  color: #fff;
}

.slide-4 {
  padding-top: 225px;
  background-image: url('../images/Grape-White.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  padding-top: 225px;
  background-image: url('../images/Header-Pears.png');
  background-position: 50% 32%;
  background-size: cover;
}

.drop-departments {
  display: block;
  width: 45%;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff3;
  text-align: center;
}

.dropdown-list-3 {
  padding-right: 1px;
  padding-left: 1px;
}

.dropdown-list-3.w--open {
  padding: 0px 32px 23px;
  background-color: #fff;
}

.text-block-8 {
  font-size: 23px;
}

.text-block-9 {
  font-size: 23px;
}

.text-block-10 {
  font-size: 23px;
}

.text-block-11 {
  font-size: 23px;
}

.text-block-12 {
  font-size: 23px;
}

.text-block-13 {
  font-size: 23px;
}

.div-block-17 {
  overflow: visible;
}

.body {
  padding-top: 0px;
}

.text-cursive {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.div-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-person.taylor {
  margin-top: 31px;
  background-color: #fff;
}

.div-peopletext {
  padding-left: 32px;
}

.div-calendar {
  width: 7%;
  height: 15px;
  background-color: #f7941d;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-white {
  margin-top: 6px;
}

.section-partnerships {
  padding-bottom: 40px;
}

.div-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para-small {
  font-size: 15px;
  font-weight: 300;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.textlink {
  color: #000;
  text-decoration: none;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 13px 12px;
}

.div-block-20:hover {
  z-index: 100;
  background-color: #303643;
}

.text-variety {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 41px;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.text-variety:hover {
  opacity: 1;
}

.header-connect {
  height: 70vh;
  background-image: url('../images/shutterstock_1037055919-copy.jpg');
  background-position: 50% 6%;
  background-size: cover;
}

.slide-6 {
  padding-top: 225px;
  background-image: url('../images/Header-Kiwi_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  padding-top: 225px;
  background-image: url('../images/Header-Avocado.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-ourstory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: -37px;
  padding-top: 27px;
  padding-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #edeff3;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22:hover {
  background-color: #303643;
}

.section-space {
  margin-top: 136px;
}

.dropdown-list-4 {
  background-color: #edeff3;
}

.video-2 {
  max-height: 90vh;
}

.nav-mobile {
  display: none;
}

.image-19 {
  border-radius: 38px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edeff3;
}

.image-20 {
  position: relative;
}

.div-block-23 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Map-873x583.png');
  background-position: 171% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .heading-container.avocado-section {
    margin: 0;
    padding: 0;
  }
  .page-template-kiwi-fruit ._4-feature-icon img,
  ._40-column.center-flex {
    width: 100%;
  }
  .page-template-kiwi-fruit .content-section {
    padding-bottom: 0px;
  }
  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section {
    width: 100%;
  }
  .content-section {
    padding-top: 0px;
  }
  .content-section._2 {
    padding-top: 34px;
  }
  .content-section.kiwi {
    height: auto;
  }
  .content-section.citrus {
    height: auto;
  }
  .bottom-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 61px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-border.mini {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar.mobile {
    display: none;
  }
  .navlink.search {
    background-position: 22px 50%;
  }
  .navlink.search1 {
    background-position: 20px 50%;
  }
  .heading-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-box {
    width: 54%;
    padding-top: 16px;
    padding-bottom: 7px;
  }
  .grid {
    margin-bottom: 63px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .box {
    width: 40%;
    margin: 12px;
  }
  .box._1 {
    width: 33%;
  }
  .box._3 {
    width: 33%;
  }
  .box._2 {
    width: 33%;
  }
  .box.green.coachella {
    width: 40%;
    margin: 12px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .box.red {
    width: 40%;
    margin: 12px;
  }
  .box.black.mb {
    width: 40%;
    margin: 12px;
  }
  .box.mandarin {
    width: 40%;
    margin-right: 12px;
  }
  .box.orange {
    width: 40%;
  }
  .box.mango1 {
    width: 40%;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .box.mango2.kent {
    width: 40%;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .box.mango3.ataulfo {
    width: 40%;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .box.mango3.keitt {
    width: 40%;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .box.novelty {
    width: 40%;
    margin: 12px;
  }
  .full-line._4-less-border {
    margin-bottom: 0px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expand.mobile-top-border {
    margin-top: 20px;
  }
  ._77-item {
    width: 100%;
  }
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  ._50-column-center._2-left-padding {
    width: 100%;
    margin-top: 136px;
    padding-left: 20px;
  }
  .statics-item {
    width: 36%;
    max-width: 315px;
    margin-bottom: 45px;
  }
  .statics-item.no-borders {
    margin-right: 0%;
    margin-bottom: 0px;
  }
  .curve-bg {
    right: 0px;
    bottom: 0px;
    width: 56%;
  }
  .right-arrow {
    right: 16px;
  }
  .left-arrow {
    right: 38px;
  }
  ._50-column.center-flex {
    width: 60%;
  }
  ._50-column.center-flex.left-padding-2 {
    width: 60%;
  }
  ._50-column.center-flex._2 {
    padding-right: 0px;
  }
  ._50-column.circles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subtitle.cent {
    text-align: center;
  }
  ._2-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-block {
    left: -40px;
  }
  .left-doodle {
    width: 11%;
  }
  .right-doodle {
    width: 11%;
  }
  .column-wrapper {
    width: 78%;
  }
  .sign-up-form-2 {
    width: 100%;
  }
  .logo {
    margin-bottom: 25px;
  }
  .h1-title.large.black.cent {
    text-align: center;
  }
  .inner-hero-text {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 25px;
    padding-left: 36px;
  }
  .inner-hero-text.video {
    padding-bottom: 82px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-block {
    height: 100%;
  }
  .rounded-box._1 {
    margin-bottom: 10px;
  }
  .rounded-box._3 {
    left: 0px;
  }
  .rounded-box._2 {
    left: 0%;
    margin-right: 17px;
  }
  .circle-item {
    left: -9%;
  }
  .circle-item._3 {
    left: -19%;
    top: -27px;
  }
  .circle-item._2 {
    left: 20%;
    top: 2px;
    margin-right: 31px;
  }
  .feature {
    width: 100%;
  }
  .feature._4 {
    width: 100%;
    padding: 10px 15px;
  }
  .page-template-kiwi-fruit .feature._4 .button {
    width: calc(100% - 30px) !important;
  }
  .feature.org {
    width: 100%;
  }
  ._6-form {
    width: 100%;
    min-width: auto;
  }
  .subheading {
    width: 54%;
    padding-top: 15px;
  }
  ._2-heading-box {
    width: 54%;
  }
  ._2-subheading {
    width: 54%;
    padding-top: 0px;
  }
  ._60-column-hero {
    width: 46%;
  }
  ._3-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tab.border {
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .large-border {
    margin-top: 60px;
    margin-bottom: 300px;
  }
  .center-intro {
    width: 75%;
  }
  ._2-40-column {
    width: 40%;
  }
  ._2-40-column.right-padding {
    padding-right: 45px;
  }
  ._2-40-column.left-padding {
    padding-left: 22.5px;
  }
  .green-line {
    width: 100%;
  }
  ._3-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-flex-space {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._17-column {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
  }
  ._17-column.right {
    margin-top: 46px;
    margin-bottom: 0px;
  }
  .download {
    width: 100%;
  }
  .guy-column {
    width: 48%;
  }
  .burger-menu {
    color: #fff;
  }
  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }
  .menu-button {
    height: 56.5px;
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .side-green-line {
    width: 100%;
  }
  ._2-white-line {
    width: 100px;
  }
  .blocks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-box {
    width: 45%;
  }
  .hero-2 {
    padding-top: 45px;
  }
  .paragraph-2 {
    margin-top: 18px;
  }
  .div-block-9 {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .align-right.align-left {
    margin-right: 31px;
  }
  .image-12 {
    margin-top: 17px;
  }
  .div-block-12 {
    margin-left: 29px;
  }
  .section-3.grapes {
    height: 60vh;
    background-position: 0% 18%;
    background-size: 1200px;
    background-repeat: no-repeat;
  }
  .section-3.company {
    height: 43vh;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .section-3.citrus {
    height: 70vh;
    margin-bottom: 0px;
    background-position: 0px 0px;
    background-size: cover;
  }
  .section-3.stonefruit {
    height: 70vh;
    margin-bottom: 0px;
  }
  .section-3.kiwi {
    height: 70vh;
    margin-bottom: 0px;
    background-position: 0px 59px;
  }
  .section-3.mango {
    height: 60vh;
    margin-bottom: 0px;
    padding-top: 180px;
  }
  .section-3.careers {
    height: 40vh;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-3.video {
    height: 45vh;
  }
  .para-long.story {
    margin-top: 51px;
    padding-right: 0px;
  }
  .div-50 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-50.left {
    width: 100%;
  }
  .div-50.grey {
    width: 100%;
  }
  .div-50.home {
    margin-bottom: 52px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-labels {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-indlabel {
    width: 40%;
  }
  .div-growerprograms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-company {
    width: 100%;
  }
  .home_page .div-company._2 {
    width: 50%;
  }
  .div-company._2 {
    width: 50%;
  }
  .div-block-16 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-5 {
    height: 50%;
    padding-top: 133px;
  }
  .slider-home {
    height: 50vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slide-4 {
    padding-top: 50px;
  }
  .slide-5 {
    padding-top: 50px;
  }
  .div-person.taylor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-board {
    width: 48%;
  }
  .header-connect {
    height: 40vh;
  }
  .slide-6 {
    padding-top: 50px;
  }
  .slide-7 {
    padding-top: 50px;
  }
  .div-ourstory {
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-top: 22px;
    background-color: #fff;
  }
  .navlink-mobile {
    width: 100%;
    text-align: center;
  }
  .navmenu-mobile {
    background-color: #fff;
  }
  .text-block-14 {
    text-align: center;
  }
  .ddl-mobile {
    text-align: center;
  }
  .ddl-mobile:hover {
    background-color: #0095da;
    color: #fff;
  }
  .ddlist-mobile.w--open {
    border: 1px solid #edeff3;
    background-color: #edeff3;
  }
  .menubutton {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .menubutton:hover {
    background-color: #0095da;
    color: #fff;
  }
  .menubutton.w--open:active {
    background-color: #0095da;
    color: #fff;
  }
  .container {
    position: relative;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .avocado-section {
    margin: 0;
    padding: 0;
  }
  .tabs-menu {
    padding-left: 160px;
    background-position: 163px 50%, 36px 50%;
  }
  .tab-link {
    width: 100%;
    margin-bottom: 10px;
    border-left-style: none;
  }
  .tab-link.w--current {
    width: 100%;
  }
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-box {
    width: 74%;
  }
  .box {
    width: 100%;
    margin-bottom: 12px;
  }
  .box.avocado1 {
    height: 200px
  }
  .box._1 {
    width: 45%;
  }
  .box._3 {
    width: 45%;
    margin-bottom: 0px;
  }
  .box._2 {
    width: 45%;
  }
  .box.mandarin {
    width: 100%;
    margin-left: 12px;
  }
  .box.orange {
    width: 100%;
    margin-right: 12px;
    margin-left: 12px;
  }
  .box.lemon {
    margin-bottom: 12px;
  }
  .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .notebook._2 {
    padding-top: 0px;
  }
  ._50-column-center {
    width: 100%;
  }
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  ._50-column-center.landscape-border {
    margin-bottom: 45px;
  }
  ._50-column-center._2-left-padding {
    margin-top: 18px;
    padding-left: 0px;
  }
  .image-6.left {
    background-repeat: no-repeat;
  }
  .statics-item {
    width: 60%;
    margin-right: 0%;
  }
  .team-member {
    width: 47%;
    margin-bottom: 45px;
  }
  .inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-item {
    width: 50%;
  }
  .feature-item._2 {
    border-right-style: none;
  }
  .feature-item._3 {
    border-right-style: solid;
  }
  .feature-item._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .curve-bg {
    width: 84%;
    background-size: 185px, 464px;
  }
  ._50-column {
    width: 100%;
  }
  ._50-column.center-flex {
    width: 100%;
  }
  ._50-column.center-flex.left-padding-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._50-column.landscape-border {
    margin-bottom: 45px;
  }
  ._50-column.circles {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._48-column {
    width: 100%;
    padding-left: 0%;
  }
  .left-padding.large {
    padding-left: 0px;
  }
  .pricing-box {
    width: 47%;
    margin-bottom: 45px;
  }
  .pricing-box.no-border {
    margin-bottom: 0px;
  }
  .pricing-box._2 {
    margin-right: 0%;
  }
  .special-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  ._60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._2-flex-center.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .text-block {
    left: 45px;
  }
  .lightbox-item {
    width: 50%;
    margin-bottom: 45px;
  }
  .lightbox-item.landscape-border {
    margin-bottom: 0px;
  }
  .text-field {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .submit-button {
    width: 100%;
  }
  .select-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-wrapper {
    max-width: 410px;
  }
  .right-padding.large {
    padding-right: 0px;
  }
  .sign-up-form-2 {
    width: 80%;
    max-width: 420px;
  }
  ._2-submit-button {
    width: 100%;
  }
  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }
  .right-column {
    width: 101%;
  }
  ._25-column {
    width: 100%;
    margin-bottom: 25px;
  }
  .split-column.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .testimonial-pic {
    margin-bottom: 10px;
  }
  ._2-intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }
  .circle-item {
    left: 0%;
  }
  .circle-item._3 {
    position: relative;
  }
  .column._2 {
    width: 100%;
  }
  .column.mobile-display {
    display: none;
  }
  .intro-box {
    width: 47%;
    margin-bottom: 35px;
  }
  .intro-box.mobile-border {
    margin-bottom: 0px;
  }
  .quote-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .feature {
    width: 47%;
  }
  .feature._4 {
    margin-bottom: 45px;
  }
  ._6-form {
    margin-top: 45px;
  }
  .landscape-border {
    margin-bottom: 54px;
  }
  ._2-heading-box {
    width: 64%;
  }
  ._2-subheading {
    width: 64%;
  }
  .mobile-top-border {
    margin-top: 45px;
  }
  .input-border-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  ._60-column-hero {
    width: 100%;
    margin-bottom: 650px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._3-flex-center {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero-tabs {
    position: relative;
  }
  .tab {
    border-radius: 5px;
  }
  .large-border {
    margin-bottom: 45px;
  }
  ._2-40-column {
    width: 100%;
    margin-right: 0px;
  }
  ._2-40-column._1 {
    height: 650px;
  }
  ._2-40-column.right-padding {
    margin-bottom: 45px;
    padding-right: 0px;
  }
  ._2-40-column.left-padding {
    padding-left: 0px;
  }
  ._2-60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .green-line {
    min-width: 100px;
  }
  .full-section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._3-59-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .grid-item {
    width: 100%;
  }
  ._3-feature-item {
    width: 47%;
    padding-right: 3%;
    padding-left: 3%;
  }
  ._3-feature-item.no-border {
    margin-bottom: 0px;
  }
  .text-field-green {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._3-flex-space {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ebook-absolute {
    left: -15px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .download {
    max-width: 525px;
  }
  ._50-column-end {
    width: 100%;
  }
  ._50-column-end.mobile-border {
    margin-bottom: 45px;
  }
  .guy-column {
    width: 100%;
    margin-right: 0px;
  }
  .slide-arrow {
    display: none;
  }
  ._3-slide-nav {
    display: block;
  }
  .blocks {
    width: 100%;
    margin-top: 45px;
  }
  .block-quote-2 {
    width: 90%;
  }
  ._2-testimonial-left {
    width: 32%;
  }
  .hero-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer-style-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .add-padding-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-right.align-left {
    text-align: left;
  }
  .margin-device {
    margin-bottom: 50px;
  }
  .sub-text {
    font-size: 21px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .para-50 {
    width: 44%;
    display: none !important;
  }
  .slide-4 {
    padding-top: 7px;
  }
  .slide-5 {
    padding-top: 7px;
  }
  .slide-6 {
    padding-top: 7px;
  }
  .slide-7 {
    padding-top: 7px;
  }
  .brand-2 {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .footer-logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .content-wrapper.mobile {
    margin-top: 43px;
    padding: 5px;
  }
  .content-section {
    padding-top: 0px;
  }
  .navbar {
    padding-bottom: 22px;
  }
  .navbar.mobile {
    height: auto;
    padding-bottom: 28px;
  }
  .red-line {
    min-width: 100px;
  }
  .tab-pane._3 {
    padding-bottom: 220px;
  }
  .tabs-menu {
    padding-top: 53px;
    padding-left: 0px;
    background-image: url('../images/Show-me-more.png');
    background-position: 29px 26px;
    background-size: 101px;
    background-repeat: no-repeat;
  }
  .heading-container {
    margin-bottom: 3px;
  }
  .heading-container.less-border {
    margin-bottom: 25px;
  }
  .line {
    display: none;
    width: 100%;
  }
  .heading-box {
    width: 100%;
  }
  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .box {
    width: 100%;
    margin-bottom: 12px;
  }
  .box._1 {
    width: 100%;
    margin-bottom: 12px;
  }
  .box._3 {
    width: 100%;
    margin-bottom: 12px;
  }
  .box._2 {
    width: 100%;
    margin-bottom: 12px;
  }
  .box.green.coachella {
    width: 100%;
  }
  .box.red {
    width: 100%;
  }
  .box.black.mb {
    width: 100%;
  }
  .box.mandarin {
    width: 100%;
  }
  .box.orange {
    width: 100%;
  }
  .box.lemon {
    margin-bottom: 12px;
  }
  .box.novelty {
    width: 100%;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .notebook._2 {
    width: 100%;
  }
  ._77-item {
    width: 100%;
  }
  .image-6 {
    width: 100%;
  }
  .image-6.left {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image-6.mandarins {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image-6.megakiwi {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image-6.avocado {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .statics-item {
    width: 100%;
  }
  .team-member {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .feature-item {
    width: 100%;
  }
  .feature-item._3 {
    border-right-style: none;
  }
  .feature-item._1 {
    border-right-style: none;
  }
  .feature-item._5 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .curve-bg {
    width: 110%;
    background-size: 95px, 464px;
  }
  .right-arrow {
    right: 0px;
  }
  .left-arrow {
    right: 28px;
  }
  ._50-column.center-flex {
    width: 100%;
    margin-bottom: 42px;
  }
  ._50-column.center-flex.left-padding-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._50-column.center-flex._2 {
    width: 100%;
    padding-left: 0px;
  }
  .schedule {
    width: 100%;
    margin-bottom: 5px;
  }
  .schedule._2 {
    width: 100%;
  }
  .left-padding.large {
    padding-left: 0px;
  }
  ._77-column {
    width: 100%;
  }
  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-box {
    width: 100%;
  }
  .faq-box {
    width: 100%;
    border-right-style: none;
  }
  .faq-box._5 {
    border-bottom-style: solid;
  }
  .subtitle.cent {
    margin-top: 18px;
  }
  .text-block {
    left: -48px;
  }
  .lightbox-item {
    width: 100%;
  }
  .tag.green {
    border-radius: 2.5px;
  }
  .left-doodle {
    display: none;
  }
  .right-doodle {
    display: none;
  }
  .column-wrapper {
    width: 100%;
  }
  .collection-item {
    width: 100%;
  }
  .right-padding.large {
    padding-right: 0px;
  }
  .sign-up-form-2 {
    width: 100%;
  }
  .logo {
    margin-bottom: 20px;
  }
  ._2-preview-image {
    width: 60%;
  }
  .right-text-preview {
    width: 100%;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h1-title.large.black.cent {
    text-align: center;
  }
  .inner-hero-text {
    padding-left: 0px;
  }
  .inner-hero-text.video {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._57-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonial-pic {
    margin-bottom: 0px;
  }
  ._2-intro-feature {
    width: 100%;
  }
  ._2-slide-nav {
    display: block;
  }
  .rounded-box._3 {
    margin-top: 9px;
  }
  .circle-item {
    left: -16%;
  }
  .circle-item._3 {
    left: -25%;
    top: -8px;
  }
  .circle-item._2 {
    left: 14%;
  }
  ._2-image-block {
    width: 100%;
    margin-bottom: 45px;
  }
  .intro-box {
    width: 100%;
  }
  ._4-image-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .quote-big {
    width: 100%;
  }
  .quote-offset {
    left: 0px;
  }
  .feature {
    width: 100%;
  }
  .feature._4 {
    margin-bottom: 45px;
  }
  .feature._5 {
    margin-bottom: 45px;
  }
  ._5-text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  ._5-text-field.phone {
    margin-bottom: 0px;
    margin-left: 0%;
  }
  ._3-input-spacing {
    margin-bottom: 10px;
  }
  ._3-input-spacing.no-border {
    margin-bottom: 0px;
  }
  .subheading {
    width: 94%;
  }
  ._2-heading-box {
    width: 100%;
  }
  ._2-subheading {
    width: 90%;
  }
  .mobile-top-border {
    margin-top: 45px;
  }
  .center-intro {
    width: 85%;
  }
  ._2-40-column._1 {
    height: 650px;
  }
  .button-5.no-border {
    border-top-style: none;
    border-left-style: solid;
  }
  .mini-feature {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .mini-feature._2 {
    border-style: solid;
    border-radius: 3px;
  }
  ._3-59-column {
    padding-left: 45px;
  }
  ._3-feature-item {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }
  .ebook-absolute {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .download {
    padding-left: 20px;
  }
  ._2-red-line {
    width: 100px;
    min-width: auto;
  }
  ._3-slide-nav {
    position: absolute;
    display: block;
  }
  .info-box {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 45px;
  }
  .info-box.no-border {
    margin-bottom: 0px;
  }
  .block-quote-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  ._2-testimonial-left {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #c4cbd7;
    border-right-style: none;
  }
  ._2-testimonial-right {
    padding-left: 0px;
  }
  .paragraph-2.black {
    padding-right: 0px;
  }
  .logo-footer {
    width: 100%;
  }
  .footer-style-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-right.align-left {
    margin-right: 0px;
    text-align: center;
  }
  .white {
    display: inline;
    overflow: visible;
    clear: left;
  }
  .margin-device {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-text.white {
    clear: none;
  }
  .section-2.gray.less-space.top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .button-7.other-color {
    width: 80%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .paragraph-5 {
    margin-bottom: -34px;
  }
  .div-block-12 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .section-3.company {
    height: auto;
    margin-top: 0px;
  }
  .section-3.citrus {
    height: 70vh;
  }
  .section-3.careers {
    height: 23vh;
    background-size: contain;
  }
  .section-3.video {
    height: auto;
  }
  .para-50 {
    width: 100%;
  }
  .div-social {
    width: 50%;
  }
  .div-50 {
    height: auto;
    margin-top: 18px;
  }
  .div-50.right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-50.grey {
    height: 450px;
  }
  .div-community {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-indlabel {
    width: 100%;
  }
  .div-growerprograms {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-company {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .home_page .div-company._2 {
    width: 100%;
  }
  .div-company._2 {
    width: 100%;
  }
  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-5 {
    display: block;
  }
  .div-peopletext {
    padding-left: 0px;
  }
  .div-board {
    width: 100%;
  }
  .para-small {
    width: 100%;
  }
  .header-connect {
    height: 30vh;
    margin-top: 20vh;
  }
  .div-ourstory {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media (max-width: 480px) {
  .on-mobile {
    margin-top: 50px;
  }
  .on-mobile .w-col-6 {
    width: 50% !important;
    float: left !important;
  }
  .on-mobile .image-8-right {
    margin-top: 13px !important;
    margin-left: 0px !important
  }
  .on-mobile .image-8 {
    display: block;
    margin-top: 0px;
    margin-left: 0px !important;
    ;
  }
}

.futura.w-col-6:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 2px;
  height: 96px;
  top: 13px;
  left: 0%;
  display: block;
}

/* menu*/

/*.menu-main-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 22px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #edeff3;
}*/

.trt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 22px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  border: 1px none #000;
  background-color: #edeff3;
}

ul#menu-main-menu {
  display: flex;
  list-style: none !important;
  padding: 0;
}

.menu-main-menu-container ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 23px;
  width: 20%;
}

.menu-main-menu-container ul li a {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 7px;
  background-color: transparent;
  color: #303643;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 20px 0;
  /* was padding: 20px 10px; */
  border: 0;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
}

ul.sub-menu {
  width: 100%;
  background: #edeff3;
  display: none;
  position: absolute;
  left: 0;
  font-size: 16px !important;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize !important;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.menu-main-menu-container ul li ul.sub-menu li {
  display: block;
}

.menu-main-menu-container ul li:hover ul.sub-menu {
  display: block;
}

ul.sub-menu li a {
  text-transform: capitalize;
  text-align: center;
  padding: 10px 20px;
  color: #000;
  margin-left: -21%;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  ul#main-nav li a {
    font-size: 15px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
    color: #000;
  }
  .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .w--nav-menu-open {
    text-align: left;
  }
  .nav-menu-2 {
    width: 66%;
    position: absolute;
    left: 17%;
    text-align: left;
  }
  ul#main-nav li {
    list-style: none;
    padding-top: 4.5%;
    margin-left: -9%;
    margin-top: -5%;
  }
  ul.sub-menu {
    background: none;
    display: block;
    position: relative;
    text-align: left;
    margin-left: 15%;
  }
  .nav-mobile {
    padding-top: 3%;
  }
  .brand-2.w-nav-brand img {}
  .menubutton {
    margin-bottom: 13%;
  }
  .image-12 {
    width: 96%;
    margin-left: 1.5%;
    margin-top: -2%;
  }
  .container {
    padding-bottom: 0px;
  }
  /*pages*/
  .content-wrapper.mobile {
    margin-top: 0;
  }
  /*home*/
  .home.section-5 {
    padding-top: 160px;
  }
  /*operation*/
  .section-3.video {
    padding-top: 27%;
    height: auto;
  }
  /*who we are*/
  .page-id-9 .div-block-16.black {
    margin-top: 0%;
  }
  /*carrer*/
  .section-3.careers {
    margin-top: 38%;
    padding-top: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-50.grey {
    height: 658px;
  }
  /*table-grapes*/
  .section-3.grapes {
    background-position: center;
    margin-top: 35%;
    padding-top: 0%;
    height: 61vh;
  }
  /*citrus*/
  .section-3.citrus {
    background-position: 40% 50% !important;
    margin-top: 18%;
    padding-top: 21%;
    height: 75vh;
    margin-bottom: 0px;
  }
  .section-3.citrus .content-wrapper {
    padding-top: 50px !important;
  }
  /*stone-fruit*/
  .section-3.stonefruit {
    background-position: center;
    margin-top: 8%;
    padding-top: 23%;
    height: 84vh;
  }
  /*kiwi-fruit*/
  .section-3.kiwi {
    background-position: center;
    margin-top: 6%;
    padding-top: 29%;
    height: 95vh;
  }
  /*asian-pears*/
  .section-3.pears {
    background-position: center top;
    margin-top: 2%;
    padding-top: 21%;
    background-size: cover;
    height: 87vh;
  }
  /*avocados*/
  .section-3.avocado {
    background-position: 35% center !important;
    margin-top: 8%;
    padding-top: 61px;
    height: 76vh;
  }
  /*mango*/
  .section-3.mango {
    background-position: 30% 50% !important;
    margin-top: 11%;
    padding-top: 72px;
    height: 74vh;
  }
  .box.mango1,
  .box.mango2.kent,
  .box.mango3.keitt,
  .box.mango3.ataulfo {
    width: 100%;
  }
  .div-501.grey1 {
    width: 100% !important;
  }
  .para-long1.white1 {
    margin-top: 8%;
  }
  .div-501.grey1.ra {
    padding: 4.5%;
  }
  .div-501.grey1.ra1 {
    height: 321px;
  }
  .div-501.grey1.ra2,
  .div-501.grey1.ra3 {
    height: 450px;
  }
  .div-501.grey1.ra5 {
    height: 551px;
  }
  .div-501.grey1.ra4 {
    height: 470px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  ul#main-nav li a {
    font-size: 15px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
    color: #000;
  }
  .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .w--nav-menu-open {
    text-align: left;
  }
  .nav-menu-2 {
    width: 30%;
    position: absolute;
    left: 35%;
    text-align: left;
  }
  ul#main-nav li {
    list-style: none;
    padding-top: 4.5%;
    margin-left: -9%;
  }
  ul.sub-menu {
    background: none;
    display: block;
    position: relative;
    text-align: left;
    margin-left: 15%;
  }
  .nav-mobile {
    padding-top: 1%;
  }
  .menubutton {
    margin-bottom: 11%;
  }
  /*home*/
  .div-50.right {
    width: 100%;
    margin-top: 6%;
    padding-right: 1%;
  }
  .section-5 {
    height: 50%;
    padding-top: 215px;
  }
  /*operations*/
  .section-3.video {
    height: auto;
  }
  /*who we are*/
  .div-50.right {
    width: 100%;
    padding-right: 1%;
    float: right;
    margin-top: 5%;
  }
  .page-id-9 .div-block-16.black {
    margin-top: 66%;
  }
  /*career*/
  .section-3.careers {
    height: 40vh;
    margin-top: 27%;
    padding-top: 0px;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*table-grapes*/
  .section-3.grapes {
    background-position: center;
    margin-top: 23%;
    padding-top: 8%;
  }
  /*citrus*/
  .section-3.citrus {
    background-position: center right;
    margin-top: 0%;
    padding-top: 30%;
  }
  /*stone-fruit*/
  .section-3.stonefruit {
    background-position: center;
    margin-top: 8%;
    padding-top: 27%;
  }
  /*kiwi-fruit*/
  .section-3.kiwi {
    background-position: center;
    margin-top: 3%;
    padding-top: 27%;
  }
  /*asian-pears*/
  .section-3.pears {
    background-position: center;
    margin-top: 1%;
    padding-top: 35%;
  }
  /*avocados*/
  .section-3.avocado {
    background-position: center;
    margin-top: 6%;
    padding-top: 35%;
  }
  /*mango*/
  .section-3.mango {
    background-position: center;
    margin-top: 15%;
    padding-top: 17%;
  }
  p.para-long1.white1 {
    margin-top: 8%;
  }
  .div-501.grey1.ra {
    height: 438px;
  }
  .div-501.grey1.ra1 {
    height: 438px;
    padding: 13%;
  }
  .div-501.grey1.ra2 {
    height: 491px;
  }
  .div-501.grey1.ra3 {
    padding: 8.2%;
    height: 491px;
  }
  .div-501.grey1.ra4 {
    height: 543px;
    padding: 8.3%;
  }
  .div-501.grey1.ra5 {
    height: 543px;
  }
  .header-connect {
    margin-top: 200px;
  }
  .section-3.company {
    height: 110vh;
  }
  .page-template-who-we-are-php .div-ourstory {
    padding-top: 0px;
    margin-top: 0px;
  }
  .page-template-who-we-are-php .div-ourstory .div-50 {
    height: 390px;
  }
  .page-template-who-we-are-php .div-ourstory .div-50 img {
    margin-top: 0px;
  }
  .page-template-operations .w-video {
    margin-top: 210px;
  }
  .section-3.company {
    padding-top: 240px;
  }
  .page-template-who-we-are .div-company._2 {
    width: 13%;
  }
  .page-template-who-we-are .h2-title {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
  .menu-main-menu-container ul li a {
    padding: 20px 23px;
  }
  ul.sub-menu {
    width: 165%;
  }
  .menu-main-menu-container ul li {
    line-height: 2px;
  }
  .menu-main-menu-container {
    margin-left: 11.7% !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  ul.sub-menu {
    margin-left: 13%;
  }
  ul#main-nav li {
    margin-left: -3%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .new_line {
    display: block;
  }
  .inner-hero-text {
    padding-top: 0px;
  }
  .bottom-border {
    margin-bottom: 0px;
  }
  .section-3.kiwi,
  .section-3.grapes,
  .section-3.mango,
  .section-3.avocado,
  .section-3.grapes,
  .section-3.stonefruit,
  .section-3.pears,
  .section-3.citrus {
    height: 55vh !important;
    margin-top: 35% !important;
  }
  .section-3.grapes {
    background-position: 39% 50% !important;
  }
  .section-3.citrus {
    /*background-position: inherit !important;*/
  }
  .section-3.stonefruit {
    background-position: 0% !important;
    margin-top: 130px !important;
  }
  .section-3.stonefruit .inner-hero-text {
    margin-top: -30px !important;
  }
  .section-3.kiwi {
    background-position: -10% !important;
  }
  .section-3.kiwi .inner-hero-text {
    margin-top: -44px !important;
  }
  .section-3.pears {
    margin-top: 200px !important;
    background-position: 0% !important;
  }
  .section-3.pears .inner-hero-text {
    margin-top: -85px !important;
  }
  .section-3.avocado {
    margin-left: 32px !important;
  }
  .section-3.avocado .content-wrapper {
    padding-top: 40px !important;
  }
  .section-3.avocado .inner-hero-text {
    margin-left: -30px !important;
  }
  .section-3.mango {
    /*background-position: 0% !important;*/
  }
  .section-3.mango .inner-hero-text {
    width: 80% !important;
  }
  .page-template-operations .w-video {
    margin-top: 40px;
  }
  .section-3.company {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (orientation: portrait) {
  .menu-main-menu-container ul li a {
    /* padding: 20px 36px !important; */
  }
  .inner-hero-text {
    padding-top: 210px;
  }
  .home .w-video {
    padding-top: 90% !important;
  }
  .menu-main-menu-container ul li:hover ul.sub-menu {
    padding: 0px;
  }
  .section-3.company {
    height: 58vh;
  }
  .page-template-who-we-are-php .div-ourstory .div-50 {
    height: 390px;
  }
  .page-template-operations .w-video {
    margin-top: 190px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (orientation: landscape) {
  .menu-main-menu-container ul li a {
    padding: 20px 12px !important
  }
  .menu-main-menu-container ul li:hover ul.sub-menu {
    padding: 0px 24px;
  }
}

.section-3.kiwi,
.section-3.grapes,
.section-3.mango,
.section-3.avocado,
.section-3.grapes,
.section-3.stonefruit,
.section-3.pears,
.section-3.citrus {
  margin-top: 8.5%;
  height: 75vh;
  background-position: center;
  padding-top: 0%;
  margin-bottom: 0px;
}

.section-3.kiwi .content-wrapper {
  padding-top: 150px;
}

.section-3.grapes .content-wrapper {
  padding-top: 150px;
}

.section-3.mango .content-wrapper {
  padding-top: 150px;
}

.section-3.avocado .content-wrapper {
  padding-top: 150px;
}

.section-3.stonefruit .content-wrapper {
  padding-top: 150px;
}

.section-3.pears .content-wrapper {
  padding-top: 150px;
}

.section-3.citrus .content-wrapper {
  padding-top: 150px;
}

@media only screen and (max-width: 1365px) {
  .section-3.kiwi .content-wrapper {
    padding-top: 75px;
  }
  .section-3.grapes .content-wrapper {
    padding-top: 75px;
  }
  .section-3.mango .content-wrapper {
    padding-top: 75px;
  }
  .section-3.avocado .content-wrapper {
    padding-top: 75px;
  }
  .section-3.stonefruit .content-wrapper {
    padding-top: 75px;
  }
  .section-3.pears .content-wrapper {
    padding-top: 75px;
  }
  .section-3.citrus .content-wrapper {
    padding-top: 75px;
  }
}

/**/

.div-501.grey1 {
  width: 49%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #edeff3;
  color: rgba(237, 239, 243, 0.24);
  margin-bottom: 2% !important;
}

.div-501 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 395px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3%;
  margin-bottom: 4%;
}

h3.title-dark1.large1 {
  font-size: 21px;
  font-family: Oswald, sans-serif;
  color: #303643;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2%;
}

p.para-long1.white1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 300;
  /*text-align: justify;*/
  padding: 8%;
}

.div-501.grey1:hover {
  background-color: #303643;
}

.div-501.grey1:hover h3.title-dark1.large1 {
  color: white;
}

.div-501.grey1:hover p.para-long1.white1 {
  color: #fff;
}

.div-501.grey1.ra {
  padding: 7.5%;
}

.div-501.grey1.ra1 {
  padding: 9.5%;
}

.div-501.grey1.ra2 {
  padding: 6.5%;
}

.div-501.grey1.ra3 {
  padding: 6.2%;
}

.div-501.grey1.ra4 {
  padding: 6.3%;
}

.div-block-21 {
  margin-top: 2.8%;
}

.page-id-9 .div-block-16.black {
  margin-top: 2.1%;
  margin-bottom: 1.7%;
}

.page-id-9 .div-block-16 {
  margin-bottom: -1%;
  margin-top: 3.3%;
}

.menu-main-menu-container {
  margin-left: 10.1%;
  width: 70%;
  /* was 60% */
}

.div-ourstory {
  padding-bottom: 6.7%;
}

.page-id-9 .para-long.story {
  margin-top: 9%;
  font-size: 15px;
}

.page-id-9 .div-50 .image-19 {
  margin-top: 9%;
}

.heading-container {
  min-width: 50%;
}

.heading-container.gff {
  margin-top: -4.2%;
}

.para-long.story {
  font-size: 18px;
  line-height: 32px;
  color: #303643;
}

.inner-hero.kozi {
  margin-top: 0px;
}

.wpcf7cf-hidden {
  display: none;
}

.events {
  padding-top: 1.2% !important;
  padding-bottom: 8.2%;
}

.event-list {
  list-style-type: none;
  padding-left: 15px;
}

.event-list li:first-child {
  margin-bottom: 15px
}

.event-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  padding-right: 5px;
}

.h1-title.homepage {
  color: #677583;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.p-2 {
  padding-right: 5px
}

.noptin-popup-close {
  width: 30px
}

.recall {
  margin-top: 60px;
  padding-bottom: 90px
}

.recall {
  width: 60%;
}

.recall h1 {
  font-size: 16px
}

#imagemap-83-1 {
  width: 450px;
  height: auto
}

@media (max-width: 1024px) {
  .recall {
    width: 100%;
  }
  .recall {
    margin-top: 150px
  }
}

.ralph {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 250px;
}

.menu-398 select {
  width: 100%;
}

/* CAREER BOXES OVERLAY */

.nb-overlay {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.nb-overlay * {
  position: relative;
  color: white !important;
  /* hack */
}

.nb-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* CAREER BOXES OVERLAY */

.hotspots-interaction {
  margin: 0 !important
}

.padding-2 {
  padding-top: 35px;
}

.pin {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #0095DA;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -20px;
  z-index: 99;
}

.pin:after {
  content: '';
  width: 12px;
  height: 12px;
  margin: 9px 0 0 8px;
  background: #fff;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.pulse {
  background: rgba(0, 149, 218, 0.9);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 5px 0 0 -13px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 9;
}

.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 5px #0095DA;
  box-shadow: 0 0 1px 5px #0095DA;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.pin span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  width: 120px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  left: 50%;
  color: #000000;
  font-weight: bold;
  top: 0;
  transform-origin: left;
  left: -128px;
  top: -58px;
  margin-left: 120px;
}

.pin-1,
.pulse-1 {
  left: 20%;
  top: 38%;
}

.pin-2,
.pulse-2 {
  top: 46%;
  left: 26%;
}

.pin-3,
.pulse-3 {
  left: 30%;
  top: 49%;
}

.pin-4,
.pulse-4 {
  left: 35%;
  top: 57%;
}

.pin-5,
.pulse-5 {
  left: 34%;
  top: 62%;
}

.pin-6,
.pulse-6 {
  left: 37%;
  top: 47%;
}

.pin-7,
.pulse-7 {
  top: 67%;
  left: 35%;
}

.pin-8,
.pulse-8 {
  top: 64%;
  left: 48%;
}

.pin-9,
.pulse-9 {
  top: 72%;
  left: 37%;
}

.pin-10,
.pulse-10 {
  top: 73%;
  left: 44%;
}

.pin-11,
.pulse-11 {
  top: 80%;
  left: 39%;
}

.pin-12,
.pulse-12 {
  top: 37%;
  left: 63%;
}

.pin-13,
.pulse-13 {
  top: 36%;
  left: 70%;
}

.pin-14,
.pulse-14 {
  top: 38%;
  left: 73%;
}

.pin-15,
.pulse-15 {
  top: 77%;
  left: 73%;
}

.map-img {
	margin-top:-200px;
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .container-map {
    width: 1170px
  }
}

@media (max-width: 1200px) {
  .sourcing-mobile {
    display: block;
    width: 90%
  }
  .container-map,
  .map-image,
  .container-map,
  .pin,
  .spain,
  .colombia,
  .ecuador,
  .peru,
  .colombia,
  .dominican,
  .pulse {
    display: none;
    height: 0;
  }
}

#container-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#map-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#content {
  display: none;
  text-align: center;
  width: 300px;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #0095DA;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  z-index: 9999 !important;
  color: #0095DA;
}

#content ul {
  padding: 0;
}

#content li {
  list-style-type: none;
  font-size: 15px;
}

#content li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4d8";
  padding-right: 5px;
}

#content li.grapes:before,
.sourcing-mobile li.grapes:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Icon-Grapes.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.citrus:before,
.sourcing-mobile li.citrus:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Icon-Orange.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.limes:before,
.sourcing-mobile li.limes:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Icon-Orange.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.kiwi:before,
.sourcing-mobile li.kiwi:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Asset-4-100.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.pears:before,
.sourcing-mobile li.pears:before,
.sourcing-mobile li.asianpears:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Asset-6-100.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.avocado:before,
.sourcing-mobile li.avocado:before,
.sourcing-mobile li.avocados:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Asset-7-100.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.pomegranate:before,
.sourcing-mobile li.pomegranate:before,
.sourcing-mobile li.pomegranates:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/pomegranate.png');
  background-size: contain;
  background-repeat: no-repeat;
}




#content li.treefruit:before,
.sourcing-mobile li.treefruit:before
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Asset-32x.png');
  background-size: contain;
  background-repeat: no-repeat;
}



#content li.cherries:before,
.sourcing-mobile li.cherries:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/cherries.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.apple:before,
.sourcing-mobile li.apples:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/apple.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content li.mangos:before,
.sourcing-mobile li.mangos:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('https://www.daykahackett.com/wp-content/themes/dht/images/Icon-Mango.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#content h1 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0095DA;
}

.spain {
  color: #000;
  margin-left: 680px;
  font-size: 12px;
  font-weight: bold;
  top: 170px;
  position: relative;
  width: 450px;
}

.dominican {
  color: #000;
  margin-left: 450px;
  font-size: 12px;
  font-weight: bold;
  top: 320px;
  position: relative;
  width: 450px;
}

.colombia {
  color: #000;
  margin-left: 423px;
  font-size: 12px;
  font-weight: bold;
  top: 475px;
  position: relative;
  width: 450px;
}

.ecuador {
  color: #000;
  margin-left: 325px;
  font-size: 12px;
  font-weight: bold;
  top: 485px;
  position: relative;
  width: 450px;
}

.peru {
  color: #000;
  margin-left: 420px;
  font-size: 12px;
  font-weight: bold;
  top: 450px;
  position: relative;
  width: 450px;
}

@media (min-width: 1200px) {
  .sourcing-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .pin-3,
  .pulse-3 {
    left: 42%;
    top: 33%;
  }
  .pin-14,
  .pulse-14 {
    top: 22%;
    left: 80%;
  }
  .pin-6,
  .pulse-6 {
    left: 45%;
    top: 42%;
  }
  .pin span {
    display: none !important;
  }
  .pin {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    background: #0095DA;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -25px 0 0 -3px;
    z-index: 99;
  }
  .pin:after {
    content: '';
    width: 4px;
    height: 4px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .sourcing-mobile {
    display: block;
    width: 90%
  }
  .pulse {
    display: none;
  }
  .sourcing-content li {
    list-style-type: none;
    justify-content: flex-start;
    display: flex;
  }
  .sourcing-content li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d8";
    padding-right: 5px;
  }
}