.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:89,164,94;--color-primary-1:117,165,67;--color-primary-2:54,149,53;--color-primary-3:77,113,76;--color-primary-4:46,104,45;--color-secondary-0:221,239,242;--color-secondary-1:154,206,215;--color-secondary-2:86,173,188;--color-secondary-3:44,152,171;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:88,88,88;--color-tertiary-3:64,64,65;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86f6b3eb-d3fd-4359-9e2c-5391696b79ce/FarmTablewebcommunication.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:52.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:13.856977462769rem;left:0rem;height:11.13725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:26.187410354614rem;left:0rem;height:1.8124125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9374125rem;width:16.8124375rem;top:3.4996447563171rem;left:0rem;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8596410751344rem;left:0rem;height:2.4374125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.8125rem;width:60rem;top:-0.03466796875rem;left:0rem;display:block; }
#uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { color:rgba(var(--color-tertiary-1),1);display:block;width:42.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:12.083185195923rem;left:8.8747329711912rem;height:23.48056875rem;text-align:center;text-align-last:center;display:block; }
#sFJmnNop92T1TLoPNR2knZnaiZugpTp3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.812325rem;width:5.812325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.9420275688171rem;left:27.093837738037rem; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.61); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.61); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1072998046875rem;left:34.25rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.1376953125rem;left:2.3125rem;height:7.5559375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.adaptive-delivery-prevent-bg, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyload, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyloading { background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { background-color: transparent; background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { border-width: 0; border-radius: 0; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:16.6875rem;left:11.8125rem;height:13.600875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.1520771980287rem;left:0rem;height:2.69975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.0625rem;width:60rem;top:0rem;left:0.00088882446289062rem;display:block; }
#f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { color:rgba(var(--color-primary-3),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.25rem;left:11.625rem;height:3.65545rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { color:rgba(var(--color-tertiary-1),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:16.6875rem;left:31.3125rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZEbTCoQmNcgsuVQQflqtrVFPwk89t0u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.1985974311829rem;left:27.34375rem; }
#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU.adaptive-delivery-prevent-bg, #CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU.lazyload, #CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU.lazyloading { background-image: none; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container { background-color: transparent; background-image: none; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container > .video-iframe-container { display: none; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row > .video-iframe-container { display: none; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container { border-width: 0; border-radius: 0; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:60rem;position:relative;display:block; }#TRvuTOozxZbNDBbsmRngOsPhBzkPQnbL { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.787368774414rem;left:-0.00026702880859375rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtcsROzAof9wALJJVpW2CixTGzuEmVXo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.6875rem;left:1.5625rem;height:9.59875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHyaGZKVAI0GMa2QFnpuRyxL0o07alee { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:26.6875rem;left:21.75rem;height:9.59875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTTKoaT1Bc7iuWfWuKrLfC0C8EL6E6GM { color:#4d714c;display:block;width:19.437125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.74609375rem;left:20.280982971191rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4qUW7lngUoqGJJvx8rb3Nbr6k1CCQGT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.711736679077rem;left:41.968215942382rem;height:15.997875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3mJFKJbtCVKom8Ez9AtslMFXo4ISWfW { color:#4d714c;display:block;width:19.6249375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.786930561066rem;left:40.374641418457rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qha2Xv8nTiPw8Twx3oGyuq1Oox15PSHu { color:#ffffff;display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8113456210121rem;left:0.15625rem;height:8.2493125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#syxM4ZkMK1GJiprdWpyP2sOB1eVQPB7v { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.0625rem;top:15.780450344086rem;left:0rem;display:block; }
#V6o7bZz6i2JASoO9x5aQc5TLQV48lrQs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.5rem;top:15.780891418457rem;left:20.249908447266rem;display:block; }
#MrXBc9T1KTG97P0VP68TPIuuiIUVDMd1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.5rem;top:15.687492370606rem;left:40.499820709229rem;display:block; }
#t9L4IWzybkOPM8BWpGBh13ZmwFeLzpTr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:20rem;display:block; }
#mI0DVrT6XsX9Eq5vrMD2F1ADCzfEoOyO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:0rem;display:block; }
#L1c8NcwLQMQApG1EcOLTNNSiahZL6Wr6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:40rem;display:block; }
#IQPSXPacsgGdpqEfosoQOzmfWBlvSPK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:58.761978149414rem;left:21.561611175537rem;height:14.3980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFdmTn0EBq4vzszdLZDXyhmXxUdhA531 { color:#4d714c;display:block;width:19.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:55.187311172486rem;left:20rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFf4XqMnnBV6Hx3DGRBVxbKsQQMqk1Rg { color:#4d714c;display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.1875rem;left:0rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUPIufdus6pTeaDflnbgtUMcbB61enDc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:61.295280456543rem;left:1.7498226165771rem;height:14.3980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bikhq81eBx1VykXl3hSLXPDTTfwvGhFE { color:#4d714c;display:block;width:19.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.186866760254rem;left:39.99955368042rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UioFLemka0dDfgXCXi5Pv026Kte5O7N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:59.018991470337rem;left:41.968215942382rem;height:15.997875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka4UdmsWqm85qW6U6twqpQAOX0B1D2Cu { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:7.34375rem;display:block; }
#rAPeqbiRe9XQP5WTyGZO4tIPTXe3iiTa { position:absolute;display:block;z-index:15010;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:27.249641418457rem;display:block; }
#kIu62amrP2FHdkw3xvfQGRi7fhqmFCm8 { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:47.749908447266rem;display:block; }
#G78hMWTiT96BX3D3LxwRQ9VSv97ksub0 { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:7.5rem;display:block; }
#xmRZaFzo5xRw6TOOWEPHVPWBXnTnmIId { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:block; }
#PJv1uLZ0RQ4iSufwJqJNmFgoUpsIewbZ { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:47.5rem;display:block; }
#OORmxFgwPTJrSzkc2fTddf4L9BfcyfBL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#oaVyEhMSWPaz9dkWIyfsdfie0ch5hVio { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:18.655982971191rem;left:8.0934829711912rem;overflow:hidden;display:block; }
#f0oTQMmKbbvoyIa5ITdT4h7VNf8z8Ain { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93723125rem;width:2.93723125rem;top:18.874378204346rem;left:28.3427734375rem;overflow:hidden;display:block; }
#tdfpV5oKP5OzzVDefPlu99SmTwUOMmIl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:18.687492370606rem;left:48.59375rem;overflow:hidden;display:block; }
#vzNlDxbK6M8ndR1euGpVXqa4TE5mDJ08 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:49.5rem;left:8.25rem;overflow:hidden;display:block; }
#e8QBp4tbsEfKE3uIozgC0BAR4rF70WHJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3749125rem;width:3.4375rem;top:49.5rem;left:28.3125rem;overflow:hidden;display:block; }
#PeAcIU1RUOqkXcJ34vQ5d1iGhd86cV4L { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:49.5rem;left:48.25rem;overflow:hidden;display:block; }
#kRbTRW4B8o7brrS7DEfJQK8XTqf9dC7i { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#AqiyGVnm8hdVix8nM7sQu5w7ivAkigN4 { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfc057bb-0f59-4c5c-8d70-23a42c854e93/herosunsetharvestfarmtable.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.29); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.29); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { border-width: 0; border-radius: 0; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1072998046875rem;left:34.25rem;display:block; }
#n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5146026611328rem;left:2.3125rem;height:9.098rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8.adaptive-delivery-prevent-bg, #bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8.lazyload, #bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8.lazyloading { background-image: none; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container { background-color: transparent; background-image: none; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container > .video-iframe-container { display: none; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row > .video-iframe-container { display: none; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container { border-width: 0; border-radius: 0; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#i98kVK4BUi5vp82uCunborfKotSQQgJE { color:rgba(var(--color-primary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.006925582886rem;left:20.437232971191rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4TCKIUs2M4KlZ9mOo5th3bD7pIelRnZ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.992542266846rem;left:41.875rem;height:17.5976875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaFAln6Wl5X4iXPWNFzn9nqbh3uszIOT { color:rgba(var(--color-primary-3),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.931907653809rem;left:40.46875rem;height:1.62464375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZl19F049kUrweXD3ER7QI8ET4bggXdk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.375rem;width:19.1875rem;top:10.187232971191rem;left:0.00088882446289062rem;display:block; }
#OBTGTluKKbM91EKt5vfi6DKD1srpbb3z { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.3125rem;width:19.1875rem;top:10.187232971191rem;left:20.406162261963rem;display:block; }
#JStTImHuksRWtDeHn2WD7WUe6MEQHfu9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.3125rem;width:19.1875rem;top:10.187232971191rem;left:40.406158447266rem;display:block; }
#RrnEkbEXIo6RMkT6dDTOdL7fWHQSdMXT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.374732971191rem;left:48.062412261963rem;overflow:hidden;display:block; }
#etFG0Wv6iW5wNB4E4erGQCNPg4lDhIbg { color:rgba(var(--color-primary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.194602966309rem;left:0.24991226196289rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8ZfZLsWIo4GCaL1fTpX5MFTHFdi3DEy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.292613983154rem;left:1.875rem;height:17.00110625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOCSGNcgiEN66aInAk55RANwefagFypE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:12.187412261963rem;left:7.8746452331544rem;overflow:hidden;display:block; }
#byTLDXK2exycRxTXNNr66v3IOxXBwJdJ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.182085037231rem;left:21.875rem;height:17.5976625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTTxQyZCSZyc2VGik1blL6A2UkXHEAHU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:12.312145233154rem;left:27.874645233154rem;overflow:hidden;display:block; }
#eSgRDwZSiUfB7L5LZQF7ypbXgtC1IT0Z { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.35400390625rem;left:0.0009765625rem;height:3.52494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xio52PusReMhxXke6C6wiDizDrTqFVMA { color:#248090;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:41.713334560394rem;left:0.062145233154297rem;height:1.5434125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2zTH1c5pOvxn6lLvuc8Og3T4t91FR9R { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.187324523926rem;left:6.875rem;display:block; }
#CTwgPwM4w5mJKzVtm3TEhaTl5INHBC0q { color:#248090;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.713334560394rem;left:20.437232971191rem;height:1.5434125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvIQoTzeyvQcRO0kATyaTBLO1aykE5mV { color:#248090;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:41.713334560394rem;left:40.374645233154rem;height:1.5434125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meCkHvM3E65MT5EroaagiT6S4vInrUX1 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.187324523926rem;left:26.749820709229rem;display:block; }
#TwiEgxGoqKFza6SttpflezDbNpEhFPJI { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.187324523926rem;left:46.874996185302rem;display:block; }
#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS { position:relative;display:block; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS { background-color: transparent; background-image: none; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container > .video-iframe-container { display: none; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row > .video-iframe-container { display: none; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS { border-width: 0; border-radius: 0; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TtHiMGa3gyPGy3O8DTJXUpDyPpiryw4E { color:#4d714c;display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:3.6875rem;height:5.24946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2QgrXtgO584DbsrWCnPabqgHAUBXx4u { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.3125rem;left:3.6875rem;height:8.50053125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z9mu5MQqDHvAgkyqlbRQzeX2T2xm4VXX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.25rem;width:21.25rem;top:5.6551837921142rem;left:34.948062896729rem;overflow:hidden;display:block; }
#FRnFzMbgsPhrnHA0PKzXFE4oCDZgtd9z { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:23.6875rem;top:13.25rem;left:3.6875rem;display:block; }
#Jd5kw64DbJnHwo8b8BfKhDhGIw88fdMi { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249625rem;height:2.87464375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:3.6875rem;display:block; }
#hTQzsSwtJBmh4xdVMFmDrDycbA8nck12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86f6b3eb-d3fd-4359-9e2c-5391696b79ce/FarmTablewebcommunication.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.78); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.78); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.9524326324463rem;left:0rem;height:6.124825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.699663162231rem;left:0rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { background-color: transparent; background-image: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container > .video-iframe-container { display: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row > .video-iframe-container { display: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { border-width: 0; border-radius: 0; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { background-color: transparent; background-image: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container > .video-iframe-container { display: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row > .video-iframe-container { display: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { border-width: 0; border-radius: 0; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { background-color: transparent; background-image: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container > .video-iframe-container { display: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row > .video-iframe-container { display: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { border-width: 0; border-radius: 0; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:13.8125rem;left:0rem;width:47.75rem;height:11.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:26.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.4375rem;left:0rem;width:16.75rem;height:4.9190760932197rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:8.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { top:12.0625rem;left:2.7497329711914rem;width:42.1875rem;height:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJmnNop92T1TLoPNR2knZnaiZugpTp3 { top:1.9375rem;left:20.968837738037rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:8.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:27.75rem;height:7.5rem;top:5.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { top:16.6875rem;left:5.6875rem;width:18.125rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { top:8.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { top:13.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { top:0rem;left:0rem;width:47.75rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { top:31.25rem;left:5.5rem;width:36.75rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { top:16.6875rem;left:25.1875rem;width:16.3125rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEbTCoQmNcgsuVQQflqtrVFPwk89t0u { top:2.1875rem;left:21.21875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU { display:block; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRvuTOozxZbNDBbsmRngOsPhBzkPQnbL { width:19.0625rem;height:1.8125rem;top:23.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcsROzAof9wALJJVpW2CixTGzuEmVXo { width:15.75rem;height:9.5625rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyaGZKVAI0GMa2QFnpuRyxL0o07alee { width:16.125rem;height:9.5625rem;top:26.6875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTKoaT1Bc7iuWfWuKrLfC0C8EL6E6GM { width:19.375rem;height:1.75rem;top:23.6875rem;left:12.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qUW7lngUoqGJJvx8rb3Nbr6k1CCQGT { width:16rem;height:15.9375rem;top:26.6875rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3mJFKJbtCVKom8Ez9AtslMFXo4ISWfW { width:19.5625rem;height:1.75rem;top:23.75rem;left:28.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qha2Xv8nTiPw8Twx3oGyuq1Oox15PSHu { width:47.75rem;height:8.25rem;top:4.75rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxM4ZkMK1GJiprdWpyP2sOB1eVQPB7v { top:15.75rem;left:0rem;width:19.0625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6o7bZz6i2JASoO9x5aQc5TLQV48lrQs { top:15.75rem;left:12.25rem;width:19.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXBc9T1KTG97P0VP68TPIuuiIUVDMd1 { top:15.625rem;left:28.125rem;width:19.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9L4IWzybkOPM8BWpGBh13ZmwFeLzpTr { top:46.625rem;left:12.3125rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI0DVrT6XsX9Eq5vrMD2F1ADCzfEoOyO { top:46.625rem;left:0rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1c8NcwLQMQApG1EcOLTNNSiahZL6Wr6 { top:46.625rem;left:28.1875rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQPSXPacsgGdpqEfosoQOzmfWBlvSPK6 { width:16.5625rem;height:14.375rem;top:58.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFdmTn0EBq4vzszdLZDXyhmXxUdhA531 { width:19.4375rem;height:1.75rem;top:55.125rem;left:12.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFf4XqMnnBV6Hx3DGRBVxbKsQQMqk1Rg { width:19.5rem;height:3.5625rem;top:55.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUPIufdus6pTeaDflnbgtUMcbB61enDc { width:16.0625rem;height:14.375rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikhq81eBx1VykXl3hSLXPDTTfwvGhFE { width:19.4375rem;height:1.75rem;top:55.125rem;left:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UioFLemka0dDfgXCXi5Pv026Kte5O7N5 { width:15.9375rem;height:15.9375rem;top:59rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4UdmsWqm85qW6U6twqpQAOX0B1D2Cu { top:17.8125rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPeqbiRe9XQP5WTyGZO4tIPTXe3iiTa { top:17.8125rem;left:21.062141418457rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIu62amrP2FHdkw3xvfQGRi7fhqmFCm8 { top:17.8125rem;left:37.437408447266rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G78hMWTiT96BX3D3LxwRQ9VSv97ksub0 { top:48.6875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRZaFzo5xRw6TOOWEPHVPWBXnTnmIId { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJv1uLZ0RQ4iSufwJqJNmFgoUpsIewbZ { top:48.6875rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORmxFgwPTJrSzkc2fTddf4L9BfcyfBL { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaVyEhMSWPaz9dkWIyfsdfie0ch5hVio { top:18.625rem;left:6.0309829711914rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0oTQMmKbbvoyIa5ITdT4h7VNf8z8Ain { top:18.8125rem;left:22.1552734375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdfpV5oKP5OzzVDefPlu99SmTwUOMmIl { top:18.625rem;left:38.28125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzNlDxbK6M8ndR1euGpVXqa4TE5mDJ08 { top:49.5rem;left:6.1875rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8QBp4tbsEfKE3uIozgC0BAR4rF70WHJ { top:49.5rem;left:22.125rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAcIU1RUOqkXcJ34vQ5d1iGhd86cV4L { top:49.5rem;left:37.9375rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRbTRW4B8o7brrS7DEfJQK8XTqf9dC7i { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqiyGVnm8hdVix8nM7sQu5w7ivAkigN4 { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:17.5rem;height:3.4375rem;top:8.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:27.75rem;height:9.0625rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 { display:block; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i98kVK4BUi5vp82uCunborfKotSQQgJE { width:19.125rem;height:1.625rem;top:19rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TCKIUs2M4KlZ9mOo5th3bD7pIelRnZ { width:16.25rem;height:17.5625rem;top:21.9375rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFAln6Wl5X4iXPWNFzn9nqbh3uszIOT { width:19.0625rem;height:1.625rem;top:18.875rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZl19F049kUrweXD3ER7QI8ET4bggXdk { top:10.125rem;left:0rem;width:19.1875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTGTluKKbM91EKt5vfi6DKD1srpbb3z { top:10.125rem;left:12.5625rem;width:19.1875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JStTImHuksRWtDeHn2WD7WUe6MEQHfu9 { top:10.125rem;left:28.4375rem;width:19.1875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrnEkbEXIo6RMkT6dDTOdL7fWHQSdMXT { top:12.3125rem;left:37.749912261963rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etFG0Wv6iW5wNB4E4erGQCNPg4lDhIbg { width:19.1875rem;height:3.25rem;top:18.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ZfZLsWIo4GCaL1fTpX5MFTHFdi3DEy { width:16.25rem;height:17rem;top:22.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCSGNcgiEN66aInAk55RANwefagFypE { top:12.125rem;left:5.8121452331543rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTLDXK2exycRxTXNNr66v3IOxXBwJdJ { width:16.25rem;height:17.5625rem;top:22.125rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTxQyZCSZyc2VGik1blL6A2UkXHEAHU { top:12.25rem;left:21.687145233154rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSgRDwZSiUfB7L5LZQF7ypbXgtC1IT0Z { top:3.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xio52PusReMhxXke6C6wiDizDrTqFVMA { top:41.6875rem;left:0rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zTH1c5pOvxn6lLvuc8Og3T4t91FR9R { top:11.125rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwgPwM4w5mJKzVtm3TEhaTl5INHBC0q { top:41.6875rem;left:12.625rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIQoTzeyvQcRO0kATyaTBLO1aykE5mV { top:41.6875rem;left:28.5rem;width:19.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meCkHvM3E65MT5EroaagiT6S4vInrUX1 { top:11.125rem;left:20.562320709229rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiEgxGoqKFza6SttpflezDbNpEhFPJI { top:11.125rem;left:36.562496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS { display:block; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtHiMGa3gyPGy3O8DTJXUpDyPpiryw4E { width:22.9375rem;height:5.1875rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QgrXtgO584DbsrWCnPabqgHAUBXx4u { width:24.0625rem;height:8.5rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mu5MQqDHvAgkyqlbRQzeX2T2xm4VXX { top:5.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnFzMbgsPhrnHA0PKzXFE4oCDZgtd9z { top:13.25rem;left:0rem;width:23.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5kw64DbJnHwo8b8BfKhDhGIw88fdMi { width:12.1875rem;height:2.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQzsSwtJBmh4xdVMFmDrDycbA8nck12 { display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:3.9375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:12.25rem;height:2.875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:3.5rem;top:4.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.875rem;height:1.749825rem;top:9.375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:18.75rem;height:3.89915rem;top:8.0255689620969rem;left:0.62455606460571rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:42.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { width:19.375rem;height:33.4650375rem;top:13.330965876579rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFJmnNop92T1TLoPNR2knZnaiZugpTp3 { display:flex;width:4.49973125rem;height:4.49973125rem;top:1.8119678497314rem;left:7.7494668960569rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.62); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.62); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:10.1873125rem;height:2.687325rem;top:13.624380111694rem;left:4.9058947563171rem;font-size:0.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:16.5625rem;height:10.5624375rem;top:1.75rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { width:19.3125rem;height:14.4495625rem;top:28.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { width:20rem;height:3.599075rem;top:5.4354610443115rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { width:20rem;height:3.89915rem;top:11.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { width:20rem;height:55.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { width:18.6875rem;height:10.803875rem;top:45.6875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { width:19.375rem;height:10.8371875rem;top:16.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZEbTCoQmNcgsuVQQflqtrVFPwk89t0u { display:flex;width:4.18723125rem;height:4.18723125rem;top:1.2499980926514rem;left:7.9057168960569rem; }
 }@media only screen and (max-width: 763px) { #CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU { display:block; }#CmkyVW6vl9dpwQrqcgxDwB1eEOzlEZcU > .row .container { width:20rem;height:172.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRvuTOozxZbNDBbsmRngOsPhBzkPQnbL { width:12.562125rem;height:1.62464375rem;top:14.436703920364rem;left:6.8124113082888rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xtcsROzAof9wALJJVpW2CixTGzuEmVXo { width:17.5625rem;height:10.200625rem;top:19.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vHyaGZKVAI0GMa2QFnpuRyxL0o07alee { width:16.4375rem;height:11.90075rem;top:68.6875rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yTTKoaT1Bc7iuWfWuKrLfC0C8EL6E6GM { width:9.75rem;height:3.2492875rem;top:62.7431640625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k4qUW7lngUoqGJJvx8rb3Nbr6k1CCQGT { width:17.5625rem;height:17.0010625rem;top:119.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q3mJFKJbtCVKom8Ez9AtslMFXo4ISWfW { width:10.875rem;height:3.2492875rem;top:115.125rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qha2Xv8nTiPw8Twx3oGyuq1Oox15PSHu { width:20rem;height:6.18696875rem;top:2.4997339248658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #syxM4ZkMK1GJiprdWpyP2sOB1eVQPB7v { width:20rem;height:19.9375rem;top:12.0625rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6o7bZz6i2JASoO9x5aQc5TLQV48lrQs { width:20rem;height:23.75rem;top:61.0625rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MrXBc9T1KTG97P0VP68TPIuuiIUVDMd1 { width:20rem;height:26.5625rem;top:113.5rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t9L4IWzybkOPM8BWpGBh13ZmwFeLzpTr { width:20rem;height:26.8125rem;top:85.75rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mI0DVrT6XsX9Eq5vrMD2F1ADCzfEoOyO { width:20rem;height:27.125rem;top:32.875rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1c8NcwLQMQApG1EcOLTNNSiahZL6Wr6 { width:20rem;height:27.5625rem;top:141.25rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IQPSXPacsgGdpqEfosoQOzmfWBlvSPK6 { width:17.5625rem;height:15.3009375rem;top:93.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GFdmTn0EBq4vzszdLZDXyhmXxUdhA531 { width:10rem;height:3.2492875rem;top:88.0625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NFf4XqMnnBV6Hx3DGRBVxbKsQQMqk1Rg { width:12.5rem;height:3.2492875rem;top:34.6875rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PUPIufdus6pTeaDflnbgtUMcbB61enDc { width:17.5625rem;height:15.3009375rem;top:40.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bikhq81eBx1VykXl3hSLXPDTTfwvGhFE { width:9.5625rem;height:3.2492875rem;top:143.25rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UioFLemka0dDfgXCXi5Pv026Kte5O7N5 { width:17.5625rem;height:17.0010625rem;top:148.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4UdmsWqm85qW6U6twqpQAOX0B1D2Cu { width:0.062144875rem;height:0.062144875rem;top:166.36814880371rem;left:4.6875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rAPeqbiRe9XQP5WTyGZO4tIPTXe3iiTa { width:0.062144875rem;height:0.062144875rem;top:166.36772155762rem;left:10rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kIu62amrP2FHdkw3xvfQGRi7fhqmFCm8 { width:0.062144875rem;height:0.062144875rem;top:166.36772155762rem;left:8.1245555877688rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G78hMWTiT96BX3D3LxwRQ9VSv97ksub0 { width:0.062144875rem;height:0.062144875rem;top:166.36772155762rem;left:4.6870560646057rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xmRZaFzo5xRw6TOOWEPHVPWBXnTnmIId { width:0.062144875rem;height:0.062144875rem;top:166.36772155762rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PJv1uLZ0RQ4iSufwJqJNmFgoUpsIewbZ { width:0.062144875rem;height:0.062144875rem;top:166.36772155762rem;left:11.656160354614rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OORmxFgwPTJrSzkc2fTddf4L9BfcyfBL { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #oaVyEhMSWPaz9dkWIyfsdfie0ch5hVio { width:4.875rem;height:4.875rem;top:12.8125rem;left:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #f0oTQMmKbbvoyIa5ITdT4h7VNf8z8Ain { width:3.3125rem;height:3.3125rem;top:62.6181640625rem;left:1.21875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #tdfpV5oKP5OzzVDefPlu99SmTwUOMmIl { width:3.3125rem;height:3.3125rem;top:115.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzNlDxbK6M8ndR1euGpVXqa4TE5mDJ08 { width:3.4375rem;height:3.375rem;top:34.625rem;left:1.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #e8QBp4tbsEfKE3uIozgC0BAR4rF70WHJ { width:3.4375rem;height:3.375rem;top:88rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAcIU1RUOqkXcJ34vQ5d1iGhd86cV4L { width:3.4375rem;height:3.375rem;top:143.1875rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kRbTRW4B8o7brrS7DEfJQK8XTqf9dC7i { width:0.062144875rem;height:0.062144875rem;top:166.99272155762rem;left:8.125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AqiyGVnm8hdVix8nM7sQu5w7ivAkigN4 { width:0.062144875rem;height:0.062144875rem;top:167.61772155762rem;left:8.75rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edd792e5-d346-4e1b-8756-10d245a5002d/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.68); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.68); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:13.0624375rem;height:2.5rem;top:11.948684692382rem;left:3.4681282043457rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:20rem;height:8.4499375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 { display:block; }#bgyXqFrOlmvT426VTtyQ8tbHCcCr4hz8 > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i98kVK4BUi5vp82uCunborfKotSQQgJE { width:18.75rem;height:1.625rem;top:49.56459236145rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TCKIUs2M4KlZ9mOo5th3bD7pIelRnZ { width:16.25rem;height:20.4013125rem;top:85.309375762938rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFAln6Wl5X4iXPWNFzn9nqbh3uszIOT { width:18.75rem;height:1.625rem;top:83.559375762938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZl19F049kUrweXD3ER7QI8ET4bggXdk { width:19.1875rem;height:33.0625rem;top:7.2998046875rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OBTGTluKKbM91EKt5vfi6DKD1srpbb3z { width:19.1875rem;height:33.6875rem;top:41.43212890625rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JStTImHuksRWtDeHn2WD7WUe6MEQHfu9 { width:19.1875rem;height:33.4375rem;top:75.564453125rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RrnEkbEXIo6RMkT6dDTOdL7fWHQSdMXT { width:3.875rem;height:3.875rem;top:77.752062988281rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etFG0Wv6iW5wNB4E4erGQCNPg4lDhIbg { width:19.1875rem;height:3.2492875rem;top:15.24462890625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ZfZLsWIo4GCaL1fTpX5MFTHFdi3DEy { width:16.25rem;height:17.00110625rem;top:19.52978515625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCSGNcgiEN66aInAk55RANwefagFypE { width:4.25rem;height:4.25rem;top:9.3rem;left:7.6239585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTLDXK2exycRxTXNNr66v3IOxXBwJdJ { width:16.25rem;height:18.70116875rem;top:51.989583969116rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTxQyZCSZyc2VGik1blL6A2UkXHEAHU { width:4rem;height:4rem;top:43.557281494141rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSgRDwZSiUfB7L5LZQF7ypbXgtC1IT0Z { width:20rem;height:4.80025rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xio52PusReMhxXke6C6wiDizDrTqFVMA { width:19.125rem;height:1.54345625rem;top:106.27812957764rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2zTH1c5pOvxn6lLvuc8Og3T4t91FR9R { width:6.25rem;height:6.25rem;top:8.2998046875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwgPwM4w5mJKzVtm3TEhaTl5INHBC0q { width:19.125rem;height:1.54345625rem;top:71.88916015625rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvIQoTzeyvQcRO0kATyaTBLO1aykE5mV { width:19.125rem;height:1.54345625rem;top:38rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meCkHvM3E65MT5EroaagiT6S4vInrUX1 { width:6.25rem;height:6.25rem;top:42.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiEgxGoqKFza6SttpflezDbNpEhFPJI { width:6.25rem;height:6.25rem;top:76.564453125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS { display:block; }#UrrTBFI1g5IKnc3MEXbs463T5Lpa0ZTS > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtHiMGa3gyPGy3O8DTJXUpDyPpiryw4E { width:16.25rem;height:3.49964375rem;top:9.4992895126344rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2QgrXtgO584DbsrWCnPabqgHAUBXx4u { width:15.625rem;height:11.900775rem;top:14.561877250671rem;left:2.3433948755264rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mu5MQqDHvAgkyqlbRQzeX2T2xm4VXX { width:7.3748125rem;height:7.3748125rem;top:0.74928951263425rem;left:6.3121447563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnFzMbgsPhrnHA0PKzXFE4oCDZgtd9z { width:12.5rem;height:0.12473375rem;top:13.49964427948rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5kw64DbJnHwo8b8BfKhDhGIw88fdMi { width:10.625rem;height:2.5rem;top:24.87348985672rem;left:4.6875rem;color:#ffffff;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hTQzsSwtJBmh4xdVMFmDrDycbA8nck12 { display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.48); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.48); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:19.437125rem;height:6.8980625rem;top:2.8111667633057rem;left:0.28098356723786rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:11.1874375rem;height:2.62473125rem;top:11.661487579346rem;left:4.40607213974rem;color:#4d714c;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { background-color: transparent; background-image: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container > .video-iframe-container { display: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row > .video-iframe-container { display: none; }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxR8N84eXyo3pK6PV9UFhWkwptXAqxVm > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { background-color: transparent; background-image: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container > .video-iframe-container { display: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row > .video-iframe-container { display: none; }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GN0ddTbmdixh0BfNM537mgGtLi5Py2 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { background-color: transparent; background-image: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container > .video-iframe-container { display: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row > .video-iframe-container { display: none; }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKTe2mSfZKu2EhQcwEWBUuRu5rb0mUEV > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }