.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:71,161,98;--color-primary-1:88,171,44;--color-primary-2:77,113,76;--color-primary-3:27,137,26;--color-primary-4:46,104,45;--color-secondary-0:222,237,236;--color-secondary-1:155,200,197;--color-secondary-2:89,164,159;--color-secondary-3:36,128,144;--color-secondary-4:18,33,32;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:88,88,88;--color-tertiary-3:64,64,65;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { 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: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; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.adaptive-delivery-prevent-bg, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyload, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyloading { background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { background-color: transparent; background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.51); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.51); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .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); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { border-width: 0; border-radius: 0; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::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; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { color:rgba(var(--color-tertiary-0),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.68701171875rem;left:0rem;height:11rem;font-style:normal;display:block; }
#KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.179864883423rem;left:0.00088882446289062rem;height:4.6502125rem;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; }
#qz1caJhpSfahkLl01C7rHn9EB7QadvrO { 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.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#z17019c2c2710748bda91d80ad9ba0b1.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: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; }#z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection.adaptive-delivery-prevent-bg, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection.lazyload, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection.lazyloading { background-image: none; } #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection *:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="text"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="email"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="tel"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection textarea:focus-visible { outline: none; } #hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container { background-color: transparent; background-image: none; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,97,27,0.46); }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container > .video-iframe-container { display: none; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,97,27,0.46); }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row > .video-iframe-container { display: none; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .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); }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container { border-width: 0; border-radius: 0; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl::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; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/abffa2ff-a5ae-4397-a36e-c98e5545ff58/farmtablemarketingbackground.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(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 { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1072998046875rem;left:34.25rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.3374996185303rem;left:2.3125rem;height:6.8235rem;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; }
#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b98eac25-d059-4f3c-81cd-a36128de0961/herobusinessservices.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; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.adaptive-delivery-prevent-bg, #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.lazyload, #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.lazyloading { background-image: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { background-color: transparent; background-image: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.8); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container > .video-iframe-container { display: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.8); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row > .video-iframe-container { display: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .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); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { border-width: 0; border-radius: 0; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic::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; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:60rem;position:relative;display:block; }#H0618271e724c66f29efa41072343d4c { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.807258605957rem;left:1.5rem;height:13.60085625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E59a4d2cbd1d2d1e645b0e9f383cd9f8 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:21.807258605957rem;left:21.874998092651rem;height:12.798275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Md9fa873291fcdf519f926f0d93e3232 { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.81941986084rem;left:20.43723487854rem;height:1.62464375rem;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; }
#p6ea9d0ed48a2b0564c32b130044dfbf { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.807258605957rem;left:41.874998092651rem;height:19.197475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d36ecf031151313385b60b7add06e588 { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.819244384766rem;left:40.437496185302rem;height:1.62464375rem;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; }
#te81c17385e88631cba9fc6fde786a52 { 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:31.8125rem;width:19.1875rem;top:9.9997329711912rem;left:0.00088882446289062rem;display:block; }
#d4b5abc8f85bea22f417231e43b2ff92 { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.81941986084rem;left:0.00088882446289062rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z64260af7929ecac09e3053da3bca606 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.781158447266rem;left:8.0624103546144rem;overflow:hidden;display:block; }
#H867efc26a3d65adeb99ad0b2b2f9c06 { 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:31.9375rem;width:19.1875rem;top:9.9997329711912rem;left:20.406160354614rem;display:block; }
#U0bc74b2fa90716554cc7bb29a58a461 { 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.8125rem;width:19.1875rem;top:9.9997329711912rem;left:40.406160354614rem;display:block; }
#d3b925f67c933341423fd0fd29b105a8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:46.624900817871rem;left:28.062410354614rem;overflow:hidden;display:block; }
#c6532fe48f850d5391db34ed0d49f455 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.781158447266rem;left:48.062406539917rem;overflow:hidden;display:block; }
#a84375e2a9516de65738e12e73019c97 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.5625rem;width:19.1875rem;top:43.499900817871rem;left:0rem;display:block; }
#c74fc105622895bc95f5a384ba3adb7e { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53.187400817871rem;left:0rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0be9c579de7ecdd9f09b7556832f035 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:56.249824523926rem;left:1.5625rem;height:18.70123125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab568f31ddaa3a3b581802a3c81077d4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:46.437141418457rem;left:7.8746452331544rem;overflow:hidden;display:block; }
#Aaa5a7e0cd9b403122b93a6e139763ff { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.4375rem;width:19.1875rem;top:43.499900817871rem;left:20.374643325806rem;display:block; }
#M9da5da7508b5152740b6b63ff2341f4 { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.187141418457rem;left:20.374820709229rem;height:1.62464375rem;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; }
#S7647680154ab037b01dc5b8b5fe3780 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:56.249824523926rem;left:21.874998092651rem;height:12.7983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ed6bb03dad54d7e14069186d2b949150 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:12.718566894531rem;left:27.874643325806rem;overflow:hidden;display:block; }
#w63dc93c903345f382c27b5b60d5b89a { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.5rem;width:19.1875rem;top:43.499900817871rem;left:40.812322616577rem;display:block; }
#B46e7442d1e25d3b1d6f1383d915032d { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:56.249824523926rem;left:42.249643325806rem;height:19.1974125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fe7a2dd918a0287d9c26f6c176aebe4f { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.187400817871rem;left:40.937498092651rem;height:1.62464375rem;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; }
#e378d23ee967ace94f60e29152c8f1d1 { 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:4.25rem;width:4.25rem;top:46.437141418457rem;left:47.874647140503rem;overflow:hidden;display:block; }
#L172470fb1499f027efe6130ad4217d4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8534212112427rem;left:0rem;height:3.44993125rem;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; }
#r50610afd2d398619d18b1405e625850 { 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:31.9375rem;width:19.1875rem;top:8.875rem;left:20.40625rem;display:none; }
#bb4da5952c2f07e2a17ec69456eb04d7 { 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:31.8125rem;width:19.1875rem;top:8.875rem;left:0.0010414123535156rem;display:none; }
#l76e0d86718780901b1eb1e48b68b995 { 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:31.8125rem;width:19.1875rem;top:8.875rem;left:0.0010414123535156rem;display:none; }
#Fc04863d6d1c93312400f01a1a7cd932 { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#4d714c;background-image:none;top:11.687408447266rem;left:6.9686603546144rem;display:block; }
#cf8da88472f488cbee9ec97e3aa43e7b { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#4d714c;background-image:none;top:11.687408447266rem;left:26.968660354614rem;display:block; }
#b951265703ea141a96faf771587d5efc { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#4d714c;background-image:none;top:11.687408447266rem;left:46.968656539917rem;display:block; }
#K2c6f347f99997bacfabe903526f4f86 { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#4d714c;background-image:none;top:45.531150817871rem;left:6.9686603546144rem;display:block; }
#d9376e6fdbaa9e709efb056f8f0620fe { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#4d714c;background-image:none;top:45.531150817871rem;left:26.968660354614rem;display:block; }
#U47002a3262400e9bdfb28f322b83268 { box-sizing:content-box;height:6.0625rem;width:6.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#4d714c;background-image:none;top:45.531150817871rem;left:46.968656539917rem;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.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(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 { border-width: 0; border-radius: 0; }#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:25.1875rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;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.90625rem;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-2),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.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.63720703125rem;left:36.5625rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { 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: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; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.adaptive-delivery-prevent-bg, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyload, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyloading { background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { background-color: transparent; background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.64); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.64); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .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); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { border-width: 0; border-radius: 0; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19::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; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#zpx365dCPRN54TQt07rfT5TkF0uN1riE { color:rgba(var(--color-tertiary-1),1);display:block;width:41.1248125rem;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:25.52156829834rem;left:9.4371452331544rem;height:12.64336875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.637513160706rem;left:0rem;height:5.550425rem;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; }
#pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { color:rgba(var(--color-primary-2),1);display:block;width:35.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.900918960571rem;left:12.497425079346rem;height:3.41264375rem;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; }
#rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { 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:44rem;width:60rem;top:-0.034454345703125rem;left:0rem;display:block; }
#dfJn8EJZoP0mMA1esn8RXBIi8d6KwJ44 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.937125rem;width:6.937125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.4254221916199rem;left:26.530981063842rem; }
#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ff8b869a-b6e0-4669-8601-c9beac258d54/farmtablewheatbackground.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; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.adaptive-delivery-prevent-bg, #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.lazyload, #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.lazyloading { background-image: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { background-color: transparent; background-image: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .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); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { border-width: 0; border-radius: 0; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:3.375rem;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:center;text-align-last:center;display:block; }
#ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.0625rem;left:5.09375rem;height:3.8236875rem;text-align:center;text-align-last:center;display:block; }
#nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.3125rem;left:25rem;display:block; }
#GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { 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; } #AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container { background-color: transparent; background-image: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container > .video-iframe-container { display: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .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); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row > .video-iframe-container { display: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .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); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container { border-width: 0; border-radius: 0; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7::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; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;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; } #TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container { background-color: transparent; background-image: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container > .video-iframe-container { display: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .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); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row > .video-iframe-container { display: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .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); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container { border-width: 0; border-radius: 0; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU::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; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .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) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { top:12.6875rem;left:0rem;width:45.875rem;height:11rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { top:26.125rem;left:0rem;width:43.125rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection { display:block; } #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection *:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="text"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="email"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="tel"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection textarea:focus-visible { outline: none; } #hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container { width:47.75rem;position:relative;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:6.8125rem;top:5.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic { display:block; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0618271e724c66f29efa41072343d4c { width:16.25rem;height:13.5625rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E59a4d2cbd1d2d1e645b0e9f383cd9f8 { width:16.25rem;height:12.75rem;top:21.75rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9fa873291fcdf519f926f0d93e3232 { width:19.125rem;height:1.625rem;top:18.8125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ea9d0ed48a2b0564c32b130044dfbf { width:16.25rem;height:19.1875rem;top:21.75rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d36ecf031151313385b60b7add06e588 { width:19.0625rem;height:1.625rem;top:18.8125rem;left:28.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te81c17385e88631cba9fc6fde786a52 { top:9.9375rem;left:0rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4b5abc8f85bea22f417231e43b2ff92 { width:19.1875rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64260af7929ecac09e3053da3bca606 { top:12.75rem;left:5.9999103546142rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H867efc26a3d65adeb99ad0b2b2f9c06 { top:9.9375rem;left:12.5625rem;width:19.1875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0bc74b2fa90716554cc7bb29a58a461 { top:9.9375rem;left:28.4375rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3b925f67c933341423fd0fd29b105a8 { top:46.5625rem;left:21.874910354614rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6532fe48f850d5391db34ed0d49f455 { top:12.75rem;left:37.749906539917rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a84375e2a9516de65738e12e73019c97 { top:43.4375rem;left:0rem;width:19.1875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74fc105622895bc95f5a384ba3adb7e { width:19.1875rem;height:1.625rem;top:53.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0be9c579de7ecdd9f09b7556832f035 { width:16.25rem;height:18.6875rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab568f31ddaa3a3b581802a3c81077d4 { top:46.375rem;left:5.8121452331543rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaa5a7e0cd9b403122b93a6e139763ff { top:43.4375rem;left:12.5625rem;width:19.1875rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9da5da7508b5152740b6b63ff2341f4 { width:19.125rem;height:1.625rem;top:53.125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7647680154ab037b01dc5b8b5fe3780 { width:16.25rem;height:12.75rem;top:56.1875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6bb03dad54d7e14069186d2b949150 { top:12.6875rem;left:21.687143325806rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w63dc93c903345f382c27b5b60d5b89a { top:43.4375rem;left:28.4375rem;width:19.1875rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46e7442d1e25d3b1d6f1383d915032d { width:16.25rem;height:19.1875rem;top:56.1875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe7a2dd918a0287d9c26f6c176aebe4f { width:19.0625rem;height:1.625rem;top:53.125rem;left:28.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e378d23ee967ace94f60e29152c8f1d1 { top:46.375rem;left:37.562147140503rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L172470fb1499f027efe6130ad4217d4 { top:3.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50610afd2d398619d18b1405e625850 { top:8.875rem;left:12.5625rem;width:19.1875rem;height:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb4da5952c2f07e2a17ec69456eb04d7 { top:8.875rem;left:0rem;width:19.1875rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l76e0d86718780901b1eb1e48b68b995 { top:8.875rem;left:0rem;width:19.1875rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fc04863d6d1c93312400f01a1a7cd932 { top:11.625rem;left:4.9061603546142rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf8da88472f488cbee9ec97e3aa43e7b { top:11.625rem;left:20.781160354614rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b951265703ea141a96faf771587d5efc { top:11.625rem;left:36.656156539917rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2c6f347f99997bacfabe903526f4f86 { top:45.5rem;left:4.9061603546142rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9376e6fdbaa9e709efb056f8f0620fe { top:45.5rem;left:20.781160354614rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47002a3262400e9bdfb28f322b83268 { top:45.5rem;left:36.656156539917rem;width:6.0625rem;height:6.0625rem;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:6.875rem;left:0rem;width:27.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:11.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { top:25.5rem;left:3.3121433258057rem;width:41.0625rem;height:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { top:11.625rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { top:18.875rem;left:6.3724250793456rem;width:35.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { top:0rem;left:0rem;width:47.75rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfJn8EJZoP0mMA1esn8RXBIi8d6KwJ44 { top:2.375rem;left:20.405981063842rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { top:3.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { top:9.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { 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; } #AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .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; } #TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .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) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { width:20rem;height:4.6502125rem;top:8rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { width:15.375rem;height:5.84871875rem;top:14.375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { width:9.5625rem;height:2.75rem;top:1.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection { display:block; } #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection *:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="text"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="email"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection input[type="tel"]:focus-visible, #z17019c2c2710748bda91d80ad9ba0b1.widget-smartsection textarea:focus-visible { outline: none; } #hrOptGyqF9MWf4XktxuJgEyJc5lpkVLl > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/d8d0f3e2-27f0-43b0-821a-84dab2a8dc7e/7.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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:10.5rem;height:2.0625rem;top:15.0625rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:9.098rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b98eac25-d059-4f3c-81cd-a36128de0961/herobusinessservices.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.adaptive-delivery-prevent-bg, #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.lazyload, #Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic.lazyloading { background-image: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { background-color: transparent; background-image: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container > .video-iframe-container { display: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row > .video-iframe-container { display: none; }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .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); }#Tn3PHcAbkcTOsTeUZt6VUpClq1vmX6Ic > .row .container { width:20rem;height:154.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0618271e724c66f29efa41072343d4c { width:16.25rem;height:12.7982875rem;top:88.4997253418rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E59a4d2cbd1d2d1e645b0e9f383cd9f8 { width:16.25rem;height:12.798275rem;top:108.79490661621rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9fa873291fcdf519f926f0d93e3232 { width:18.75rem;height:1.78755625rem;top:37.374465942382rem;left:0.62455606460571rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ea9d0ed48a2b0564c32b130044dfbf { width:16.25rem;height:19.197475rem;top:61.312225341797rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d36ecf031151313385b60b7add06e588 { width:18.75rem;height:1.78755625rem;top:57.936347961426rem;left:0.68616831302644rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te81c17385e88631cba9fc6fde786a52 { width:19.1875rem;height:19.375rem;top:83.312393188475rem;left:0.43723356723786rem;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) { #d4b5abc8f85bea22f417231e43b2ff92 { width:19.1875rem;height:1.78755625rem;top:85.249984741213rem;left:0.43723356723786rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64260af7929ecac09e3053da3bca606 { width:3.875rem;height:3.875rem;top:82.60104084015rem;left:9.1010408401487rem;display:none; }
 }@media only screen and (max-width: 763px) { #H867efc26a3d65adeb99ad0b2b2f9c06 { width:19.1875rem;height:26.875rem;top:124.93748474121rem;left:0.37464487552643rem;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) { #U0bc74b2fa90716554cc7bb29a58a461 { width:19.1875rem;height:31.8125rem;top:217.49999237061rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #d3b925f67c933341423fd0fd29b105a8 { width:3.875rem;height:3.875rem;top:184.93749237061rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6532fe48f850d5391db34ed0d49f455 { width:3.875rem;height:3.875rem;top:219.68749237061rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a84375e2a9516de65738e12e73019c97 { width:19.1875rem;height:20.5rem;top:103.56231689453rem;left:0.43723356723786rem;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) { #c74fc105622895bc95f5a384ba3adb7e { width:19.1875rem;height:1.78755625rem;top:105.43731689453rem;left:0.43723356723786rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0be9c579de7ecdd9f09b7556832f035 { width:16.25rem;height:17.5976625rem;top:14.706665039062rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab568f31ddaa3a3b581802a3c81077d4 { width:4.25rem;height:4.25rem;top:115.74999237061rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aaa5a7e0cd9b403122b93a6e139763ff { width:19.1875rem;height:34.4375rem;top:166.74997234344rem;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:none; }
 }@media only screen and (max-width: 763px) { #M9da5da7508b5152740b6b63ff2341f4 { width:18.75rem;height:1.78755625rem;top:11.651351928711rem;left:0.62455606460571rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7647680154ab037b01dc5b8b5fe3780 { width:16.25rem;height:12.7983125rem;top:40.700103759766rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6bb03dad54d7e14069186d2b949150 { width:4rem;height:4rem;top:150.74999237061rem;left:7.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w63dc93c903345f382c27b5b60d5b89a { width:19.1875rem;height:34.5rem;top:250.56249237061rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #B46e7442d1e25d3b1d6f1383d915032d { width:16.25rem;height:19.1974125rem;top:130.31213378906rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe7a2dd918a0287d9c26f6c176aebe4f { width:18.75rem;height:1.78755625rem;top:126.87463378906rem;left:0.561967253685rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e378d23ee967ace94f60e29152c8f1d1 { width:4.25rem;height:4.25rem;top:253.49999237061rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L172470fb1499f027efe6130ad4217d4 { width:20rem;height:6.2988125rem;top:2.2576370239258rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50610afd2d398619d18b1405e625850 { width:19.1875rem;height:24.1875rem;top:10.31169128418rem;left:0.37464487552643rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bb4da5952c2f07e2a17ec69456eb04d7 { width:19.1875rem;height:20.3125rem;top:35.499908447266rem;left:0.37464487552643rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #l76e0d86718780901b1eb1e48b68b995 { width:19.1875rem;height:26.875rem;top:56.124908447266rem;left:0.43723356723786rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Fc04863d6d1c93312400f01a1a7cd932 { width:1.1875rem;height:1.1875rem;top:147.12498474121rem;left:6.2499995231628rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #cf8da88472f488cbee9ec97e3aa43e7b { width:1.4999125rem;height:1.4999125rem;top:148.31231880188rem;left:6.0933060646057rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #b951265703ea141a96faf771587d5efc { width:1.5rem;height:1.5rem;top:147.74998474121rem;left:12.124910354614rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #K2c6f347f99997bacfabe903526f4f86 { width:1rem;height:1rem;top:148.31240081787rem;left:5.5624108314514rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #d9376e6fdbaa9e709efb056f8f0620fe { width:1.1875rem;height:1.1875rem;top:149.87490081787rem;left:9.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #U47002a3262400e9bdfb28f322b83268 { width:0.74973125rem;height:0.74973125rem;top:148.8161315918rem;left:11.431550979614rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6fcc280-978e-436f-b2a5-dc75343a1c13/3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#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.41); }#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:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:18.75rem;height:8.4001875rem;top:2.2496452331543rem;left:0.62455606460571rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:8.8125rem;height:2.1875rem;top:11.899770736694rem;left:5.5934834480286rem;color:#4d714c;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { 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:fixed;background-size:cover !important;display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.adaptive-delivery-prevent-bg, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyload, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyloading { background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { background-color: transparent; background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .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); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { width:16.4373125rem;height:28.89913125rem;top:26.499458551407rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { width:16.4373125rem;height:7.8000625rem;top:8.1871452331544rem;left:1.7808947563171rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { width:16.68725rem;height:6.7489375rem;top:17.749025344849rem;left:1.6557171344757rem;font-size:1.125rem;color:#1f611b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { width:20rem;height:57.0625rem;top:-0.062587738037112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfJn8EJZoP0mMA1esn8RXBIi8d6KwJ44 { display:flex;width:4.3124125rem;height:4.3124125rem;top:1.9358139038086rem;left:7.8431282043456rem; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { width:16.99975rem;height:7.8741875rem;top:2.6238451004028rem;left:1.4994671344757rem;font-size:2.1875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { width:17.5616875rem;height:11.4710625rem;top:12.4365234375rem;left:1.2184836864471rem;font-size:1.125rem;z-index:15038;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:10.0616875rem;height:2.8742rem;top:26.009410858154rem;left:4.9684834480286rem;z-index:15039;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { 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; } #AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container { background-color: transparent; background-image: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container > .video-iframe-container { display: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row > .video-iframe-container { display: none; }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .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); }#AAZKb7Vv5TkiG7WaGRXxtp5bCMXUvSC7 > .row .container { width:20rem;height:52.1875rem;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; } #TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container { background-color: transparent; background-image: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container > .video-iframe-container { display: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row > .video-iframe-container { display: none; }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .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); }#TKPq8vt3whrtRFmzCeUc7TszXpfvlowU > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }