.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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--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/88255d72-7dd8-4e60-a231-ce1ac4d0b438/farmeripadwateringiStock1251549972.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.31); }#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.31); }#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.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:13.874289512634rem;left:0rem;height:10.4998125rem;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:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:25.054597854614rem;left:0rem;height:;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:3.875rem;width:13.625rem;top:5.8749108314514rem;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:50.9375rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:21.0625rem;left:5.9375rem;height:27.20170625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.934480667114rem;left:0rem;height:2.92480625rem;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; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.527520179749rem;left:0rem;height:2.6806625rem;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:34.1875rem;width:60rem;top:14.65283203125rem;left:0rem;display:block; }
#kZiIgAbRdVqdDnxTeGW0gKG3q0SHlsZ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:21.0625rem;left:31.0625rem;height:22.10138125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUSnNNZObUwbLBdriiwxdPqmXhcqSR7X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.53284740448rem;left:26.40625rem; }
#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/b73f5714-c872-4196-94be-3229a49197d6/farmtableagriculturebackgr.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.4); }#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.4); }#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-tertiary-0),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-primary-3),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.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.2001953125rem;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; }
#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: #4d714c; }#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: #4d714c; }#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:44.625rem;width:60rem;position:relative;display:block; }#QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:18.0625rem;left:8.5625rem;height:12.643375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.6523435115813rem;left:0rem;height:2.92480625rem;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:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.464665174484rem;left:0rem;height:2.11248125rem;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:44.3125rem;width:60rem;top:0.16512298583984rem;left:0.00088882446289062rem;display:block; }
#f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { color:rgba(var(--color-primary-3),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33rem;left:8.375rem;height:8.5316rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:18.0625rem;left:30.875rem;height:9.031rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRoZowbk1QJLQFUK4dhOhhApKQ1p6II0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.0503370761871rem;left:26.468395233154rem; }
#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM { 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; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM.adaptive-delivery-prevent-bg, #AdNleUuMGmUbkwiNnbsGqnTseeTefnJM.lazyload, #AdNleUuMGmUbkwiNnbsGqnTseeTefnJM.lazyloading { background-image: none; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container { background-color: transparent; background-image: none; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container > .video-iframe-container { display: none; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row > .video-iframe-container { display: none; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .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); }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container { border-width: 0; border-radius: 0; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM::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; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container { font-size:0.875rem;font-family:arial;height:79.25rem;width:60rem;position:relative;display:block; }#OT7BBqmeToFShNNlIFMcvJmFRaoyLGiz { color:#4d714c;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:0.75rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctPlEs9L6ix86iJXSxiIWVd02hNBuXlu { color:#585858;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:26rem;left:2.09375rem;height:16.1998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b862e7W7vE0V2uBdITVzrBO4iAOFTxOu { color:#585858;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:26.125rem;left:22.09375rem;height:16.1998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJbV0AHJ1pEvtNNKu0mDFsXLJGvTnHKK { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:20.625rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBGNM2exDCORS3KWCE9lqABLTE1lCKZW { color:#585858;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:26.44970703125rem;left:42.0625rem;height:16.199875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJAmvtHHvc9R0FDAu0fCoi3aGPNCtTJp { color:#4d714c;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:43.125rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frwa9x8v7ttaOsea7o4A6eTHJF5ZKhXn { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9369668960571rem;left:0rem;height:4.0625rem;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; }
#iIrTfu17kEukb2EA2EeWm5kdMwkx3anh { 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(var(--color-tertiary-4),0.5) ;height:29.6875rem;width:19.5rem;top:14.375rem;left:0rem;display:block; }
#gLlCoqp0w79VLSAtLGAnledynSwqWT3H { 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:29.6875rem;width:19.5rem;top:14.375rem;left:20.25rem;display:block; }
#CdhMJQxmWU8nEJSsPuqiU5fVcFJ1f0nf { 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:29.6875rem;width:19.5rem;top:14.375rem;left:40.5rem;display:block; }
#bXrQmFJAyT0QOkcQL0xgWAkH1ONHmWFv { 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:31rem;width:19.5rem;top:45.375rem;left:20.25rem;display:block; }
#LeeFs3faGRXVEFTRru4ThKioUGN06yZi { 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:30.875rem;width:19.5rem;top:45.375rem;left:0rem;display:block; }
#iiCF11dtifCzz9AfbDV14TgJ6InSAMHt { 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:31.0625rem;width:19.5rem;top:45.375rem;left:40.5rem;display:block; }
#BnWWpUhRpJRmU85DmFQid2IhlnmqiRAc { color:#585858;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.8;letter-spacing:0;top:58.19921875rem;left:21.71875rem;height:16.1998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTfDA8PQLSwo9JtDRQChiFT92o9ToKeu { color:#4d714c;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.1875rem;left:22.375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTQdLiAOwq7yEZl1REbK2AOuPsltubSK { color:#4d714c;display:block;width:18.75rem;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:54.1875rem;left:0.375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtrmB5UktTIdz0udgUhaDT4BJFkzVbfs { color:#585858;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:57.9375rem;left:1.96875rem;height:14.399875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eliKXiKuMcZQMi867XH8mW6Dw0kMe5NM { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.1875rem;left:40.9375rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdceDdHFSArk3SRpcbsKuTDR9zKrC7Ll { color:#585858;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.8;letter-spacing:0;top:58.136629104614rem;left:42.155982971191rem;height:14.399875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWJHSN0poyt3CCpVdKKNd2RJOpucxlms { 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:16.65625rem;left:7.34375rem;display:block; }
#GmHpQQf6oics7PsdccZekng12NgGRHDW { 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:16.6875rem;left:27.5rem;display:block; }
#THQbHzJpteez3tEVQASP5HDTLtszsUt9 { 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:16.65625rem;left:47.75rem;display:block; }
#pOPU0hnTrfNTVnZw9fuAhT0MbapEyseg { 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:47.875rem;left:7.5rem;display:block; }
#udNNq91zEE2SQPx0Lx0JmTcyQpo7dXdt { 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:47.90625rem;left:27.5rem;display:block; }
#gkWOx63CDAENkg3ZlBqh2dWthfTDtC3B { 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.03125rem;left:47.5rem;display:block; }
#IV0DziMQkD7WwbTyVJkd0zDgQvkV8Sqk { 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; }
#cydyo91T67KwE4Qm8lwO2iED0LcirNat { 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:4.375rem;width:4.375rem;top:16.96875rem;left:7.625rem;overflow:hidden;display:block; }
#QEP7RPXAExrIpphab7lAx5t1KZodaMGP { 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.5rem;width:3.5rem;top:17.40625rem;left:28.25rem;overflow:hidden;display:block; }
#WbweBwI3wQh8yU6pJXTZHx1pqdWRTV7q { 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.875rem;width:3.875rem;top:17.21875rem;left:48.0625rem;overflow:hidden;display:block; }
#TO7nCSzxHSOMhpBAnrFcQZ24PGaBzlvk { 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:4.25rem;width:4.25rem;top:48.375rem;left:7.875rem;overflow:hidden;display:block; }
#XEuRT6y3NA5dZm7eFnaZDQ3C4G1IHkkg { 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.75rem;width:3.75rem;top:48.53125rem;left:28.125rem;overflow:hidden;display:block; }
#VokZ7xG5fkrcQqxxLGWCTxb0UAEIoQvT { 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:4.0625rem;width:4.0625rem;top:48.375rem;left:47.96875rem;overflow:hidden;display:block; }
#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR { position:relative;display:block; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR { background-color: transparent; background-image: none; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row .container > .video-iframe-container { display: none; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row > .video-iframe-container { display: none; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .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); }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR { border-width: 0; border-radius: 0; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .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; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#XdBU0oArpTZSSftymLpNOHZvILTPcump { color:#4d714c;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.5625rem;left:4.1875rem;height:6.523875rem;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; }
#MnfqVWfqTqSSr6FosHlwgnRWDv9ALHVh { color:#585858;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:18.375rem;left:4.25rem;height:5.10031875rem;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; }
#yuMSAJ4SJeOe4nKAsXDKuPoU4FmC4Hqq { 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:32.0625rem;width:30.875rem;top:0rem;left:29.125rem;overflow:hidden;display:block; }
#Rn1qJG5UJF2KS9NkBIaXEMigARIMKGHb { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.4375rem;top:17.125rem;left:4.1875rem;display:block; }
#tDE2tPSnKA8Tr2BsT6cHd4SVBCCBGZwT { 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: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2498125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.374645233154rem;left:37.4365234375rem;display:block; }
#T3W7wWR8Ufdb3oud02b8zEpgJSTnhF8k { 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/0e483fe4-4142-45b9-a82c-93287e6c9ceb/youngfreshgreenplantscorn.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.61); }#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.61); }#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:19.75rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.437125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0151805877686rem;left:0rem;height:;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: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: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-primary-3),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2498125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.5609016418456rem;left:37.874645233154rem;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; } #TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container { background-color: transparent; background-image: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container > .video-iframe-container { display: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row > .video-iframe-container { display: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container { border-width: 0; border-radius: 0; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA::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; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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; } #qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { background-color: transparent; background-image: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container > .video-iframe-container { display: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .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); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row > .video-iframe-container { display: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .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); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { border-width: 0; border-radius: 0; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6::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; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.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; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container { background-color: transparent; background-image: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container > .video-iframe-container { display: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row > .video-iframe-container { display: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .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); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container { border-width: 0; border-radius: 0; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6::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; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;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:10.4375rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:25rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:5.8125rem;left:0rem;width:13.625rem;height:3.875rem;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) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:21.0625rem;left:0rem;width:21.3125rem;height:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:11.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:17.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:14.625rem;left:0rem;width:47.75rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZiIgAbRdVqdDnxTeGW0gKG3q0SHlsZ8 { top:21.0625rem;left:24.9375rem;width:21.3125rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUSnNNZObUwbLBdriiwxdPqmXhcqSR7X { top:2.5rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;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:9.0625rem;top:4.1875rem;left:0rem;font-size:1.375rem;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:18.0625rem;left:2.4375rem;width:21.4375rem;height:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { top:9.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { top:15.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { top:0.125rem;left:0rem;width:47.75rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { top:33rem;left:2.25rem;width:42.6875rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { top:18.0625rem;left:24.75rem;width:21.4375rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRoZowbk1QJLQFUK4dhOhhApKQ1p6II0 { top:2rem;left:20.343395233154rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNleUuMGmUbkwiNnbsGqnTseeTefnJM { display:block; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT7BBqmeToFShNNlIFMcvJmFRaoyLGiz { width:18.125rem;height:1.5625rem;top:22.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPlEs9L6ix86iJXSxiIWVd02hNBuXlu { width:15.8125rem;height:16.1875rem;top:26rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b862e7W7vE0V2uBdITVzrBO4iAOFTxOu { width:15.8125rem;height:16.1875rem;top:26.125rem;left:15.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJbV0AHJ1pEvtNNKu0mDFsXLJGvTnHKK { width:18.75rem;height:1.5625rem;top:22.5625rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBGNM2exDCORS3KWCE9lqABLTE1lCKZW { width:15.875rem;height:16.1875rem;top:26.4375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJAmvtHHvc9R0FDAu0fCoi3aGPNCtTJp { width:14.8125rem;height:3.1875rem;top:22.5625rem;left:32.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frwa9x8v7ttaOsea7o4A6eTHJF5ZKhXn { width:47.75rem;height:4.0625rem;top:4.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIrTfu17kEukb2EA2EeWm5kdMwkx3anh { top:14.375rem;left:0rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLlCoqp0w79VLSAtLGAnledynSwqWT3H { top:14.375rem;left:12.25rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhMJQxmWU8nEJSsPuqiU5fVcFJ1f0nf { top:14.375rem;left:28.125rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrQmFJAyT0QOkcQL0xgWAkH1ONHmWFv { top:45.375rem;left:12.25rem;width:19.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeFs3faGRXVEFTRru4ThKioUGN06yZi { top:45.375rem;left:0rem;width:19.5rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiCF11dtifCzz9AfbDV14TgJ6InSAMHt { top:45.375rem;left:28.125rem;width:19.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWWpUhRpJRmU85DmFQid2IhlnmqiRAc { width:16.5625rem;height:16.1875rem;top:58.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTfDA8PQLSwo9JtDRQChiFT92o9ToKeu { width:15.1875rem;height:3.1875rem;top:54.125rem;left:16.187320709229rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQdLiAOwq7yEZl1REbK2AOuPsltubSK { width:18.75rem;height:3.1875rem;top:54.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrmB5UktTIdz0udgUhaDT4BJFkzVbfs { width:15.5625rem;height:14.375rem;top:57.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliKXiKuMcZQMi867XH8mW6Dw0kMe5NM { width:18.75rem;height:1.5625rem;top:54.125rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdceDdHFSArk3SRpcbsKuTDR9zKrC7Ll { width:15.9375rem;height:14.375rem;top:58.125rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJHSN0poyt3CCpVdKKNd2RJOpucxlms { top:16.625rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmHpQQf6oics7PsdccZekng12NgGRHDW { top:16.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQbHzJpteez3tEVQASP5HDTLtszsUt9 { top:16.625rem;left:37.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPU0hnTrfNTVnZw9fuAhT0MbapEyseg { top:47.875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #udNNq91zEE2SQPx0Lx0JmTcyQpo7dXdt { top:47.875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWOx63CDAENkg3ZlBqh2dWthfTDtC3B { top:48rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0DziMQkD7WwbTyVJkd0zDgQvkV8Sqk { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cydyo91T67KwE4Qm8lwO2iED0LcirNat { top:16.9375rem;left:5.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEP7RPXAExrIpphab7lAx5t1KZodaMGP { top:17.375rem;left:22.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbweBwI3wQh8yU6pJXTZHx1pqdWRTV7q { top:17.1875rem;left:37.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO7nCSzxHSOMhpBAnrFcQZ24PGaBzlvk { top:48.375rem;left:5.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEuRT6y3NA5dZm7eFnaZDQ3C4G1IHkkg { top:48.5rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokZ7xG5fkrcQqxxLGWCTxb0UAEIoQvT { top:48.375rem;left:37.65625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR { display:block; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdBU0oArpTZSSftymLpNOHZvILTPcump { width:20.125rem;height:6.5rem;top:8.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnfqVWfqTqSSr6FosHlwgnRWDv9ALHVh { width:20.125rem;height:5.0625rem;top:18.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuMSAJ4SJeOe4nKAsXDKuPoU4FmC4Hqq { top:0rem;left:16.875rem;width:30.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1qJG5UJF2KS9NkBIaXEMigARIMKGHb { top:17.125rem;left:0rem;width:19.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDE2tPSnKA8Tr2BsT6cHd4SVBCCBGZwT { width:14.1875rem;height:3.4375rem;top:25.3125rem;left:31.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3W7wWR8Ufdb3oud02b8zEpgJSTnhF8k { 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:6rem;left:0rem;width:29.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.1875rem;height:3.4375rem;top:8.5rem;left:28.687145233154rem;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; } #TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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; } #qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .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:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:4.00035625rem;top:10.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:2.000175rem;top:15.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.25rem;height:1.5625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:18.3125rem;height:28.90183125rem;top:19.75rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:2.69921875rem;top:9.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#4d714c;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:4.874825rem;top:13.38720703125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:55.75rem;top:18.32474899292rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZiIgAbRdVqdDnxTeGW0gKG3q0SHlsZ8 { width:20rem;height:23.80150625rem;top:48.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUSnNNZObUwbLBdriiwxdPqmXhcqSR7X { display:flex;width:5.99964375rem;height:5.99964375rem;top:1.9477982521057rem;left:6.9997329711912rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/a15e722a-318b-419e-9666-b32a372c3b69/farmtabledigitalmarketinglargebackground.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(0,0,0,0); }#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(0,0,0,0); }#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:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:13.3749375rem;height:2.56214375rem;top:13.986595153809rem;left:3.3118782043457rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:8.7996875rem;top:2.6873207092285rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { 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;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 { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { width:19.9375rem;height:14.4495625rem;top:31.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { width:20rem;height:4.80025rem;top:7.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { width:17.5rem;height:5.84871875rem;top:13.375rem;left:1.25rem;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { width:20rem;height:55.4375rem;top:0.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IrHKyp4NiTAB3D0EiEzU9eu3OqbdKw { width:17.3748125rem;height:13.1596rem;top:48.124562263489rem;left:1.3121447563171rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { width:20rem;height:10.8371875rem;top:20.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRoZowbk1QJLQFUK4dhOhhApKQ1p6II0 { display:flex;width:4.3124125rem;height:4.3124125rem;top:1.7942118644714rem;left:7.8431282043456rem; }
 }@media only screen and (max-width: 763px) { #AdNleUuMGmUbkwiNnbsGqnTseeTefnJM { display:block; }#AdNleUuMGmUbkwiNnbsGqnTseeTefnJM > .row .container { width:20rem;height:158.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OT7BBqmeToFShNNlIFMcvJmFRaoyLGiz { width:12.62475rem;height:3.599075rem;top:11.748489379882rem;left:3.6869673728943rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ctPlEs9L6ix86iJXSxiIWVd02hNBuXlu { width:17.562125rem;height:16.1998125rem;top:16.249546051026rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b862e7W7vE0V2uBdITVzrBO4iAOFTxOu { width:17.562125rem;height:14.399875rem;top:65.249906539919rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJbV0AHJ1pEvtNNKu0mDFsXLJGvTnHKK { width:10.8749375rem;height:3.599075rem;top:61.083100318909rem;left:4.56232213974rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eBGNM2exDCORS3KWCE9lqABLTE1lCKZW { width:17.562125rem;height:14.399875rem;top:117.87463569641rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IJAmvtHHvc9R0FDAu0fCoi3aGPNCtTJp { width:19.9375rem;height:3.599075rem;top:113.62481689453rem;left:0.030894756317139rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #frwa9x8v7ttaOsea7o4A6eTHJF5ZKhXn { width:20rem;height:4.874825rem;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) { #iIrTfu17kEukb2EA2EeWm5kdMwkx3anh { width:20rem;height:23.625rem;top:10.1875rem;left:0rem;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) { #gLlCoqp0w79VLSAtLGAnledynSwqWT3H { width:20rem;height:22.875rem;top:58.687408447266rem;left:0rem;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) { #CdhMJQxmWU8nEJSsPuqiU5fVcFJ1f0nf { width:20rem;height:22.5625rem;top:111.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrQmFJAyT0QOkcQL0xgWAkH1ONHmWFv { width:20rem;height:25.5625rem;top:84.75rem;left:0rem;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) { #LeeFs3faGRXVEFTRru4ThKioUGN06yZi { width:20rem;height:21.3125rem;top:34.749643325806rem;left:0rem;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) { #iiCF11dtifCzz9AfbDV14TgJ6InSAMHt { width:20rem;height:20.5625rem;top:134.93740844726rem;left:0rem;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) { #BnWWpUhRpJRmU85DmFQid2IhlnmqiRAc { width:17.5625rem;height:16.1998125rem;top:91.625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTfDA8PQLSwo9JtDRQChiFT92o9ToKeu { width:14.81225rem;height:3.599075rem;top:87.249639511106rem;left:2.59366106987rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pTQdLiAOwq7yEZl1REbK2AOuPsltubSK { width:14.2498125rem;height:3.599075rem;top:36.645060539246rem;left:2.8746447563171rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rtrmB5UktTIdz0udgUhaDT4BJFkzVbfs { width:17.562125rem;height:12.599875rem;top:41.499461621046rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliKXiKuMcZQMi867XH8mW6Dw0kMe5NM { width:19.875rem;height:1.7995375rem;top:137.3122253418rem;left:-0.062677860260012rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cdceDdHFSArk3SRpcbsKuTDR9zKrC7Ll { width:17.562125rem;height:12.599875rem;top:140.69957542419rem;left:1.2184836864471rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJHSN0poyt3CCpVdKKNd2RJOpucxlms { width:0.0625rem;height:0.0625rem;top:151.875rem;left:3.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:14985;display:block; }
 }@media only screen and (max-width: 763px) { #GmHpQQf6oics7PsdccZekng12NgGRHDW { width:0.0625rem;height:0.0625rem;top:151.125rem;left:6.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #THQbHzJpteez3tEVQASP5HDTLtszsUt9 { width:0.0625rem;height:0.0625rem;top:150.25rem;left:9.4375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #pOPU0hnTrfNTVnZw9fuAhT0MbapEyseg { width:0.0625rem;height:0.0625rem;top:151.875rem;left:4.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #udNNq91zEE2SQPx0Lx0JmTcyQpo7dXdt { width:0.0625rem;height:0.0625rem;top:151.125rem;left:7.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #gkWOx63CDAENkg3ZlBqh2dWthfTDtC3B { width:0.0625rem;height:0.0625rem;top:151.125rem;left:10.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:14990;display:block; }
 }@media only screen and (max-width: 763px) { #IV0DziMQkD7WwbTyVJkd0zDgQvkV8Sqk { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cydyo91T67KwE4Qm8lwO2iED0LcirNat { width:4.375rem;height:4.375rem;top:149rem;left:5.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QEP7RPXAExrIpphab7lAx5t1KZodaMGP { width:3.4992rem;height:3.4992rem;top:147.99981117249rem;left:8.2501773834231rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WbweBwI3wQh8yU6pJXTZHx1pqdWRTV7q { width:3.8742875rem;height:3.8742875rem;top:150.87445545196rem;left:2.59366106987rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TO7nCSzxHSOMhpBAnrFcQZ24PGaBzlvk { width:4.249825rem;height:4.249825rem;top:150.55396556854rem;left:7.7494668960569rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XEuRT6y3NA5dZm7eFnaZDQ3C4G1IHkkg { width:3.75rem;height:3.75rem;top:149.60536861419rem;left:13.712268829346rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VokZ7xG5fkrcQqxxLGWCTxb0UAEIoQvT { width:4.0625rem;height:4.0625rem;top:146.86744213104rem;left:2.59366106987rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR { display:block; }#C5Pzg29TMiE0ayZ83sXUHUCOUJPDQ8FR > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdBU0oArpTZSSftymLpNOHZvILTPcump { width:16.8124375rem;height:3.29989375rem;top:9.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnfqVWfqTqSSr6FosHlwgnRWDv9ALHVh { width:16.25rem;height:6.8004375rem;top:15.125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuMSAJ4SJeOe4nKAsXDKuPoU4FmC4Hqq { width:5.8749125rem;height:6.124825rem;top:1.8816585540771rem;left:7.0623226165769rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1qJG5UJF2KS9NkBIaXEMigARIMKGHb { width:12.5rem;height:0.0625rem;top:13.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDE2tPSnKA8Tr2BsT6cHd4SVBCCBGZwT { width:11.1874375rem;height:2.62473125rem;top:23.874733924866rem;left:4.40607213974rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3W7wWR8Ufdb3oud02b8zEpgJSTnhF8k { display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/a15e722a-318b-419e-9666-b32a372c3b69/farmtabledigitalmarketinglargebackground.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(0,0,0,0); }#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(0,0,0,0); }#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:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:20rem;height:7.5rem;top:2.4999885559082rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:10.374625rem;height:2.4374125rem;top:12.562145233154rem;left:4.8122334480286rem;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; } #TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container { background-color: transparent; background-image: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row .container > .video-iframe-container { display: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .row > .video-iframe-container { display: none; }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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); }#TFkPpsipQv6DiT5sWcTk6iFfT0nfXbZA > .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; } #qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { background-color: transparent; background-image: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container > .video-iframe-container { display: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row > .video-iframe-container { display: none; }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .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); }#qdegwkPoOHIKkmU6mAidtHyCBAfrDaA6 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.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; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container { background-color: transparent; background-image: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container > .video-iframe-container { display: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row > .video-iframe-container { display: none; }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .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); }#MRfseILvQnPCicBbAPhfcsbwA5AiwPl6 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }