body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2a4a3d;
  font-size: 14px;
  line-height: 20px;
}

.combine-menu-icon_line-bottom {
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 1rem;
  background-color: #1f2c3d;
}

.combine-menu-icon_line-middle {
  width: 1.25rem;
  height: 0.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 1rem;
  background-color: #1f2c3d;
}

.combine-menu-icon_line-top {
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 1rem;
  background-color: #1f2c3d;
}

.combine-menu-icon {
  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;
}

.combine-nav1_menu-button {
  padding: 0.5rem;
}

.combine-button-white-small {
  margin-left: 1rem;
  padding: 0.75rem 1.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #2a4a3d;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.combine-button-white-small:hover {
  background-color: #fcf166;
}

.combine-nav1_link {
  padding: 0.5rem 1.25rem;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.combine-nav1_link:hover {
  color: #89c151;
}

.combine-nav1_link.w--current {
  color: #000;
}

.combine-nav1_link.w--current:hover {
  color: #00943d;
}

.combine-nav1_menu {
  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;
}

.combine-nav1_logo {
  width: 9rem;
}

.combine-nav1_logo-link.w--current {
  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;
}

.combine-nav1_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.combine-padding-global {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.combine-nav1_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.combine-nav1_component.scrolled {
  background-color: #f2f3f7;
  box-shadow: 0 4px 16px 0 transparent;
}

.combine-header1_image {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.combine-header1_image-wrapper {
  overflow: visible;
  width: 100%;
  border-radius: 1.25rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.combine-button {
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  background-color: #2a4a3d;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Mulish, sans-serif;
  color: #c6d8d0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.combine-button:hover {
  background-color: #5f6570;
  color: #f2f3f7;
}

.combine-text-size-regular {
  margin-bottom: 0rem;
  font-family: Mulish, sans-serif;
  color: #5f6570;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.combine-text-size-regular.white {
  color: #000;
}

.combine-heading-style-h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Mulish, sans-serif;
  color: #f2f3f7;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.combine-header1_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40rem;
  margin-top: -10vw;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.combine-header1_component {
  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;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.combine-padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.combine-container-large {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-section_header1 {
  position: relative;
  height: 100vh;
  background-image: url('../images/hero-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon {
  width: 8rem;
}

.combine-icon.size {
  width: 5rem;
}

.combine-heading-style-h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 800;
}

.combine-heading-style-h2.white {
  color: #fff;
}

.combine-heading-style-h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Mulish, sans-serif;
  color: #00943d;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
}

.combine-heading-style-h5.white {
  color: #000;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
  color: #2a4a3d;
}

.combine-icon_large.edit {
  width: 5rem;
  height: 5rem;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-feature7_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 1.25rem;
  background-color: #f2f3f7;
  text-align: left;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-feature7_wrapper {
  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;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.combine-feature7_content-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33rem;
  -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;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.combine-feature7_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.combine-section_feature7 {
  background-color: #c6d8d0;
  background-image: url('../images/leaves-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.combine-feature5_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-section_feature5 {
  position: relative;
  background-color: #fff;
}

.combine-feature6_image {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.combine-feature6_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 22rem;
  -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: 1.25rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.combine-feature6_item {
  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;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #1f2c3d;
  text-decoration: none;
}

.combine-feature6_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.combine-feature6_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.75rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.combine-section_feature6 {
  position: relative;
  background-color: #c6d8d0;
}

.combine-feature5_item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem;
  -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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 1.25rem;
  background-color: #89c151;
  color: #1f2c3d;
  text-align: center;
  text-decoration: none;
}

.combine-feature5_item-2.red {
  background-color: #ffe73b;
}

.combine-feature5_item-2.brown {
  background-color: #f49750;
}

.combine-feature3_image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.combine-feature3_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.combine-feature3_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33rem;
  -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;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.combine-feature3_component {
  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;
  grid-column-gap: 2.5rem;
}

.combine-section_feature3 {
  position: relative;
  background-color: #f2f3f7;
}

.combine-contact5_feature {
  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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 1.25rem;
  background-color: transparent;
  text-align: center;
}

.combine-contact5_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.combine-section_contact5 {
  position: relative;
  background-color: #c6d8d0;
}

.combine-footer3_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f2f3f7;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: #88c051;
}

.combine-footer3_bottom-text {
  font-family: Mulish, sans-serif;
  color: #f2f3f7;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.combine-footer3_bottom {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.combine-padding-section-small {
  padding-top: 1rem;
  padding-bottom: 2rem;
  -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;
}

.combine-footer3_logo-vertical {
  width: 12rem;
  height: 100%;
}

.combine-footer3_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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.combine-footer3_component {
  background-color: #2a4a3d;
}

.decor-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 12rem;
  margin-right: 2rem;
  margin-bottom: -6rem;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
}

.decor-2:hover {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.decor-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 10rem;
  margin-top: 8rem;
  margin-left: -18rem;
}

.subheading {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Mulish, sans-serif;
  color: #f2f3f7;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.fruit-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -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;
}

.other-image {
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 100ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 100ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 100ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 100ms cubic-bezier(.25, .46, .45, .94);
}

.other-image:hover {
  -webkit-transform: rotate(6deg) scale(1.1);
  -ms-transform: rotate(6deg) scale(1.1);
  transform: rotate(6deg) scale(1.1);
}

.other-image:active {
  -webkit-transform: rotate(6deg) scale(1.2);
  -ms-transform: rotate(6deg) scale(1.2);
  transform: rotate(6deg) scale(1.2);
}

.other-image.draggable {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.feature6_text-container {
  max-width: 50%;
}

.feature6_text-container.center {
  margin-right: auto;
  margin-left: auto;
}

.decor-image {
  position: relative;
  width: 120vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  width: 150vw;
  max-width: none;
}

.fruit-image-wrapper_inside {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1.25rem;
}

.fruit-image_image {
  width: 11.11111111111111%;
  height: 8rem;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.fruit-image-3d {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.combine-text-size-regular-2 {
  margin-bottom: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #5f6570;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-faq3_title {
  font-family: 'Open Sans', sans-serif;
  color: #1f2c3d;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.combine-icon_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.combine-icon_color1 {
  color: #6157f8;
}

.combine-faq3_question {
  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;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.combine-icon_color3-2 {
  color: #f8b34b;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.combine-faq3_wrapper {
  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;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.combine-faq3_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #1f2c3d;
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 700;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.combine-section_faq3 {
  background-color: #fff;
}

.combine-section_feature4 {
  position: relative;
  background-color: #fff;
}

.lightbox-image {
  width: 100%;
  height: 20rem;
  border-radius: 1.25rem;
  -webkit-transition: -webkit-filter 250ms ease;
  transition: -webkit-filter 250ms ease;
  transition: filter 250ms ease;
  transition: filter 250ms ease, -webkit-filter 250ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-image:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

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

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -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;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.flip {
  width: 100%;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .combine-nav1_menu-button.w--open {
    background-color: transparent;
  }

  .combine-button-white-small {
    margin-top: 0.5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding: 1rem 2.5rem;
  }

  .combine-nav1_menu {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #bfc4ce;
    background-color: #f2f3f7;
    text-align: left;
  }

  .combine-padding-global {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .combine-section_header1 {
    height: 90vh;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-feature5_component {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-feature6_image-wrapper {
    height: 18rem;
  }

  .combine-feature6_item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #1f2c3d;
    text-decoration: none;
  }

  .combine-feature5_item-2 {
    color: #1f2c3d;
    text-decoration: none;
  }

  .combine-feature3_image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .combine-feature3_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .decor-2 {
    max-width: 10rem;
    margin-right: 0rem;
    margin-bottom: -5rem;
  }

  .fruit-image-wrapper {
    height: auto;
  }

  .other-image {
    max-width: 6rem;
  }

  .fruit-image-wrapper_inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fruit-image_image {
    width: 8rem;
    height: 8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .lightbox-image {
    height: 14rem;
  }

  .vertical-center {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .combine-header1_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .combine-feature7_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .combine-section_feature7 {
    position: relative;
  }

  .combine-feature5_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-feature6_image-wrapper {
    height: 17rem;
  }

  .combine-feature6_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .combine-feature6_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .combine-feature6_component {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .combine-feature5_item-2 {
    padding: 2rem 1.5rem;
  }

  .combine-contact5_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-footer3_bottom-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .combine-footer3_bottom {
    -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;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .decor-2 {
    margin-bottom: -2rem;
  }

  .subheading {
    font-size: 3rem;
  }

  .fruit-image-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .feature6_text-container {
    max-width: none;
  }

  .combine-padding-global-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

  .vertical-center {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .combine-nav1_logo-link.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .combine-padding-global {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .combine-contact5_component {
    grid-auto-flow: row dense;
  }

  .decor-2 {
    max-width: 6rem;
    margin-right: 1rem;
  }

  .combine-faq3_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .combine-padding-global-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .vertical-center {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

