.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:89,164,94;--color-primary-1:117,165,67;--color-primary-2:54,149,53;--color-primary-3:77,113,76;--color-primary-4:46,104,45;--color-secondary-0:221,239,242;--color-secondary-1:154,206,215;--color-secondary-2:86,173,188;--color-secondary-3:44,152,171;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--color-tertiary-4:88,88,88;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/41f86a1c-0ea1-4da8-b33f-af984c0e458e/B2BhandshakemarketingFarmTable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:12.686434626579rem;left:0rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:24.998666644096rem;left:0rem;height:5.42525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:11.4373125rem;top:3.8747334778309rem;left:0rem;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:2.4374125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:39.125rem;width:60rem;top:-0.0341796875rem;left:0rem;display:block; }
#uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { color:rgba(var(--color-tertiary-3),1);display:block;width:42.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:16.125rem;left:8.875rem;height:18.06195625rem;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-primary-3),1);display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:13.6875rem;left:18.5rem;height:1.72451875rem;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; }
#fZ6a6rDb2ticPerhu6QQkQMWD5LgolJh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.75rem;left:27.25rem; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22721088-213f-4043-abe7-ff23c746aba6/farmtabledigitalmarketingbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,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:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.1374969482422rem;left:2.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.adaptive-delivery-prevent-bg, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyload, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyloading { background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { background-color: transparent; background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { border-width: 0; border-radius: 0; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;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:16.375rem;left:12.125rem;height:16.25575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.0619678497312rem;left:0rem;height:2.32510625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:2.11248125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.125rem;width:60rem;top:0rem;left:0.00088882446289062rem;display:block; }
#s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { color:rgba(var(--color-tertiary-3),1);display:block;width:16.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:16.375rem;left:33rem;height:12.643375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vbnh4s3mBTD9JsUVOsx1Dq7L2oVv17yW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.249825rem;width:4.249825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.6864347457886rem;left:27.875087738037rem; }
#C36lIHT4OqV8qUswzxaUID12NhHCamp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2.adaptive-delivery-prevent-bg, #C36lIHT4OqV8qUswzxaUID12NhHCamp2.lazyload, #C36lIHT4OqV8qUswzxaUID12NhHCamp2.lazyloading { background-image: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { background-color: transparent; background-image: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container > .video-iframe-container { display: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container { display: none; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .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); }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { border-width: 0; border-radius: 0; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2::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; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:60rem;position:relative;display:block; }#kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.787368774414rem;left:-0.00026702880859375rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.6875rem;left:1.5625rem;height:9.59875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:26.6875rem;left:21.75rem;height:9.59875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foFaacNvVbVVoPfr11qU618UyBG8XHM6 { color:#4d714c;display:block;width:19.437125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.74609375rem;left:20.280982971191rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.711736679077rem;left:41.968215942382rem;height:15.997875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { color:#4d714c;display:block;width:19.6249375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.786930561066rem;left:40.374641418457rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8117833137513rem;left:7.03125rem;height:8.2493125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.0625rem;top:15.780450344086rem;left:0rem;display:block; }
#RQob46rPNxkQqFo3hsUxF1eoeF51dazU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.5rem;top:15.780891418457rem;left:20.249908447266rem;display:block; }
#qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.625rem;width:19.5rem;top:15.687492370606rem;left:40.499820709229rem;display:block; }
#nxCdsydOTxiittKGhNSkUf6qtTRPlLun { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:20rem;display:block; }
#wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:0rem;display:block; }
#a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.625rem;width:19.5rem;top:46.625rem;left:40rem;display:block; }
#GWFycfpQ9chk405DXR6wQdVATVfF8gXb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:58.761978149414rem;left:21.561611175537rem;height:14.3980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { color:#4d714c;display:block;width:19.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:55.187311172486rem;left:20rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { color:#4d714c;display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.1875rem;left:0rem;height:3.57510625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:61.295280456543rem;left:1.7498226165771rem;height:14.3980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { color:#4d714c;display:block;width:19.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.186866760254rem;left:39.99955368042rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:59.018991470337rem;left:41.968215942382rem;height:15.997875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:7.34375rem;display:block; }
#Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { position:absolute;display:block;z-index:15010;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:27.249641418457rem;display:block; }
#oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:17.843658447266rem;left:47.749908447266rem;display:block; }
#IkBTb4FT50rToOgMeO12EupbnJbxDUTc { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:7.5rem;display:block; }
#MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:block; }
#oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:47.5rem;display:block; }
#OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:18.655982971191rem;left:8.0934829711912rem;overflow:hidden;display:block; }
#ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93723125rem;width:2.93723125rem;top:18.874378204346rem;left:28.3427734375rem;overflow:hidden;display:block; }
#sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:18.687492370606rem;left:48.59375rem;overflow:hidden;display:block; }
#yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:49.5rem;left:8.25rem;overflow:hidden;display:block; }
#ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3749125rem;width:3.4375rem;top:49.5rem;left:28.3125rem;overflow:hidden;display:block; }
#MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:49.5rem;left:48.25rem;overflow:hidden;display:block; }
#kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.6875rem;left:27.5rem;display:none; }
#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bb7ebb1-16e5-4e4e-9803-8bce679740a0/spikesofriperyeonasummerevening.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { border-width: 0; border-radius: 0; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1072998046875rem;left:34.25rem;display:block; }
#n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5146026611328rem;left:2.3125rem;height:9.098rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u29XM3cFhCiwnazCCCihBtRgtNCqGImi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi.adaptive-delivery-prevent-bg, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyload, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyloading { background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { background-color: transparent; background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .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); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { border-width: 0; border-radius: 0; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6873125rem;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:10.47629237175rem;left:6.1558933258057rem;height:16.2557875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.15283203125rem;left:0rem;height:0;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; }
#gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { color:#4d714c;display:block;width:36.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1525211334229rem;left:11.499465942382rem;height:5.19975rem;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; }
#GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { 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:29.1875rem;width:60rem;top:0rem;left:0.00088691711425781rem;display:block; }
#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container { background-color: transparent; background-image: none; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container > .video-iframe-container { display: none; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row > .video-iframe-container { display: none; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .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); }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container { border-width: 0; border-radius: 0; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#bf263b1a4ac10dfe6a20196b11024f26 { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.5625rem;left:47.25rem;height:2.9243625rem;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; }
#ra67e6f746b4af55d24833ac80eea410 { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5625rem;left:32rem;height:2.9243625rem;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; }
#Bed2afb958d83b3132b3ac14bf96437c { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.3125rem;height:1.46218125rem;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; }
#eccdc6402ad0072fefd784ba608903cd { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.125rem;left:0rem;display:block; }
#c1061661c78614e1e3dfe96e2b7adbcb { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.25rem;left:15.3125rem;display:block; }
#H440507c8aee4724d5542d16211efc46 { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5625rem;left:16.8125rem;height:2.9243625rem;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; }
#z86684e2088ae224d47dc3ae524dbd57 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.375rem;left:30.6875rem;display:block; }
#b384f777ba241f6f0555b17d5a3ceb46 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.4375rem;left:45.9375rem;display:block; }
#Z008456c1c485f3699300ac18027f0ba { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.1875rem;left:45.9375rem;display:block; }
#F449b1798bfae0ca898dfafbf092272d { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:32.875rem;left:47.25rem;height:1.46218125rem;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; }
#c767d227e3fd126379615c1a1de7829a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.0625rem;left:0rem;display:block; }
#e8b08614ed2b4003925b33b44e95a6af { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.125rem;left:1.3125rem;height:2.9243625rem;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; }
#e903baed87523f61558b06385d78d4c7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.1875rem;left:15.3125rem;display:block; }
#g77efe966e80ce1789b1795e75337b64 { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.125rem;left:16.625rem;height:2.9243625rem;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; }
#ff6c4779c2f3d27a855fd6376cd9de58 { color:rgba(var(--color-primary-3),1);display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.125rem;left:32rem;height:2.9243625rem;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; }
#n85a2a4d4aa4466da75cd5af7b3490af { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.3125rem;left:30.6875rem;display:block; }
#e572091e528459bc64414607e5b983d5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.875rem;left:0rem;height:3.7619875rem;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; }
#V32c771d2d575e521e4389b97f772812 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:11.25rem;left:2.3125rem;overflow:hidden;display:block; }
#vd773e333e203c90f3149b91b6bad102 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.1875rem;left:17.4375rem;overflow:hidden;display:block; }
#Nee9cfdc62a8218bb867068c2f2b1ea3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.25rem;left:32.6875rem;overflow:hidden;display:block; }
#l216fe1ae485ad722946a2756d09155d { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.25rem;left:48.125rem;overflow:hidden;display:block; }
#J64fbff6de41fc100afff4eb593a7a73 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26rem;left:2.1875rem;overflow:hidden;display:block; }
#cf1d04f462e932439503ee7757d30958 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.0625rem;left:17.4375rem;overflow:hidden;display:block; }
#a154794783a56b91f6766f11e3bad8db { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.0625rem;left:32.625rem;overflow:hidden;display:block; }
#y0f293693f50624a48d897daa0608030 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:26.0625rem;left:48.125rem;overflow:hidden;display:block; }
#Geaec4aad86c3fb3c90929e2b9e41365 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15007;background-color:#4d714c;background-image:none;top:10.375rem;left:1.375rem;display:block; }
#c83e56e613c823f6d18cd58874fd46bc { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:14998;background-color:#4d714c;background-image:none;top:10.375rem;left:16.625rem;display:block; }
#m2c25d1ac3ce2fe0664df8ca34e60cee { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15002;background-color:#4d714c;background-image:none;top:10.375rem;left:31.8125rem;display:block; }
#va2235f643801b9bcb1c85f063564dd8 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15006;background-color:#4d714c;background-image:none;top:10.375rem;left:47.25rem;display:block; }
#Qc2751cab5af816bce8c3d0ca231544a { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15035;background-color:#4d714c;background-image:none;top:25.125rem;left:1.375rem;display:block; }
#aa9c1be5705cbbd6239ceabf372cf0b8 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15036;background-color:#4d714c;background-image:none;top:25.1875rem;left:16.625rem;display:block; }
#c3311ff6cdb75f24c86825d16a235ccd { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15038;background-color:#4d714c;background-image:none;top:25.1875rem;left:31.8125rem;display:block; }
#b351b2995f65bf4b581fa75e30896e92 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15039;background-color:#4d714c;background-image:none;top:25.1875rem;left:47.25rem;display:block; }
#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { position:relative;display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { background-color: transparent; background-image: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container > .video-iframe-container { display: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row > .video-iframe-container { display: none; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .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); }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { border-width: 0; border-radius: 0; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { color:#4d714c;display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:3.6875rem;height:5.24946875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XCsL3qvfJJXT1anmH7VATx54plaoP5nT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.3125rem;left:3.6875rem;height:8.50053125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.25rem;width:21.25rem;top:5.6551837921142rem;left:34.948062896729rem;overflow:hidden;display:block; }
#JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:23.6875rem;top:13.25rem;left:3.6875rem;display:block; }
#OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249625rem;height:2.87464375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:3.6875rem;display:block; }
#TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { 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; } #qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { background-color: transparent; background-image: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container > .video-iframe-container { display: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .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); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row > .video-iframe-container { display: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .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); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { border-width: 0; border-radius: 0; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz::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; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e483fe4-4142-45b9-a82c-93287e6c9ceb/youngfreshgreenplantscorn.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.67); }#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.67); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.07581615448rem;left:9.9347476959231rem;height:8.042rem;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; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2498125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.636896133423rem;left:23.092151641846rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { background-color: transparent; background-image: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container > .video-iframe-container { display: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .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); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row > .video-iframe-container { display: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .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); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { border-width: 0; border-radius: 0; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD::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; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:12.625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:24.9375rem;left:0rem;width:41.3125rem;height:5.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.8125rem;left:0rem;width:11.375rem;height:3.2942788679596rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:8.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { top:16.125rem;left:2.75rem;width:42.1875rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:13.6875rem;left:12.375rem;width:22.9375rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6a6rDb2ticPerhu6QQkQMWD5LgolJh { top:1.75rem;left:21.125rem;width:5.6875rem;height:5.6875rem;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:31.4375rem;height:;top:5.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { top:16.375rem;left:6rem;width:18.125rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { top:8rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { top:13rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { top:0rem;left:0rem;width:47.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { top:16.375rem;left:26.875rem;width:16.3125rem;height:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbnh4s3mBTD9JsUVOsx1Dq7L2oVv17yW { top:2.625rem;left:21.750087738037rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C36lIHT4OqV8qUswzxaUID12NhHCamp2 { display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { width:19.0625rem;height:1.8125rem;top:23.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { width:15.75rem;height:9.5625rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { width:16.125rem;height:9.5625rem;top:26.6875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foFaacNvVbVVoPfr11qU618UyBG8XHM6 { width:19.375rem;height:1.75rem;top:23.6875rem;left:12.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { width:16rem;height:15.9375rem;top:26.6875rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { width:19.5625rem;height:1.75rem;top:23.75rem;left:28.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { width:45.9375rem;height:8.1875rem;top:4.75rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { top:15.75rem;left:0rem;width:19.0625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQob46rPNxkQqFo3hsUxF1eoeF51dazU { top:15.75rem;left:12.25rem;width:19.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { top:15.625rem;left:28.125rem;width:19.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxCdsydOTxiittKGhNSkUf6qtTRPlLun { top:46.625rem;left:12.3125rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { top:46.625rem;left:0rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { top:46.625rem;left:28.1875rem;width:19.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWFycfpQ9chk405DXR6wQdVATVfF8gXb { width:16.5625rem;height:14.375rem;top:58.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { width:19.4375rem;height:1.75rem;top:55.125rem;left:12.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { width:19.5rem;height:3.5625rem;top:55.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { width:16.0625rem;height:14.375rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { width:19.4375rem;height:1.75rem;top:55.125rem;left:12.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { width:15.9375rem;height:15.9375rem;top:59rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { top:17.8125rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { top:17.8125rem;left:21.062141418457rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { top:17.8125rem;left:37.437408447266rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkBTb4FT50rToOgMeO12EupbnJbxDUTc { top:48.6875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { top:48.6875rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { top:18.625rem;left:6.0309829711914rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { top:18.8125rem;left:22.1552734375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { top:18.625rem;left:38.28125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { top:49.5rem;left:6.1875rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { top:49.5rem;left:22.125rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { top:49.5rem;left:37.9375rem;width:3.4375rem;height:3.3749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { top:48.6875rem;left:21.3125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:17.5rem;height:3.4375rem;top:8.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:27.75rem;height:9.0625rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29XM3cFhCiwnazCCCihBtRgtNCqGImi { display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { top:10.4375rem;left:0.030893325805664rem;width:47.625rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { top:3.125rem;left:5.3744659423828rem;width:36.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { top:0rem;left:0rem;width:47.75rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI { display:block; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf263b1a4ac10dfe6a20196b11024f26 { width:11.3125rem;height:2.875rem;top:17.5625rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra67e6f746b4af55d24833ac80eea410 { width:11.3125rem;height:2.875rem;top:17.5625rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed2afb958d83b3132b3ac14bf96437c { width:11.3125rem;height:1.4375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eccdc6402ad0072fefd784ba608903cd { width:14.0625rem;height:12.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1061661c78614e1e3dfe96e2b7adbcb { width:14.0625rem;height:12.625rem;top:9.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H440507c8aee4724d5542d16211efc46 { width:11.3125rem;height:2.875rem;top:17.5625rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86684e2088ae224d47dc3ae524dbd57 { width:14.0625rem;height:12.625rem;top:9.375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b384f777ba241f6f0555b17d5a3ceb46 { width:14.0625rem;height:12.625rem;top:9.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z008456c1c485f3699300ac18027f0ba { width:14.0625rem;height:12.625rem;top:24.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F449b1798bfae0ca898dfafbf092272d { width:11.3125rem;height:1.4375rem;top:32.875rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c767d227e3fd126379615c1a1de7829a { width:14.0625rem;height:12.625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8b08614ed2b4003925b33b44e95a6af { width:11.3125rem;height:2.875rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e903baed87523f61558b06385d78d4c7 { width:14.0625rem;height:12.625rem;top:24.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g77efe966e80ce1789b1795e75337b64 { width:11.3125rem;height:2.875rem;top:32.125rem;left:12.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff6c4779c2f3d27a855fd6376cd9de58 { width:11.3125rem;height:2.875rem;top:32.125rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85a2a4d4aa4466da75cd5af7b3490af { width:14.0625rem;height:12.625rem;top:24.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e572091e528459bc64414607e5b983d5 { width:47.75rem;height:3.75rem;top:2.875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32c771d2d575e521e4389b97f772812 { top:11.25rem;left:0.78125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd773e333e203c90f3149b91b6bad102 { top:11.1875rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nee9cfdc62a8218bb867068c2f2b1ea3 { top:11.25rem;left:25.03125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l216fe1ae485ad722946a2756d09155d { top:11.25rem;left:37.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64fbff6de41fc100afff4eb593a7a73 { top:26rem;left:0.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf1d04f462e932439503ee7757d30958 { top:26.0625rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a154794783a56b91f6766f11e3bad8db { top:26.0625rem;left:24.96875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0f293693f50624a48d897daa0608030 { top:26.0625rem;left:37.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geaec4aad86c3fb3c90929e2b9e41365 { top:10.375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83e56e613c823f6d18cd58874fd46bc { top:10.375rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2c25d1ac3ce2fe0664df8ca34e60cee { top:10.375rem;left:24.15625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #va2235f643801b9bcb1c85f063564dd8 { top:10.375rem;left:36.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2751cab5af816bce8c3d0ca231544a { top:25.125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa9c1be5705cbbd6239ceabf372cf0b8 { top:25.1875rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3311ff6cdb75f24c86825d16a235ccd { top:25.1875rem;left:24.15625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b351b2995f65bf4b581fa75e30896e92 { top:25.1875rem;left:36.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { width:22.9375rem;height:5.1875rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsL3qvfJJXT1anmH7VATx54plaoP5nT { width:24.0625rem;height:8.5rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { top:5.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { top:13.25rem;left:0rem;width:23.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { width:12.1875rem;height:2.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { 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; } #qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { width:47.75rem;position:relative;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:4.0625rem;left:0rem;width:40.5rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.1875rem;height:3.4375rem;top:14.625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:3.624825rem;top:5.0621447563171rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:2.44939375rem;top:9.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:18.75rem;height:5.84871875rem;top:6.8501420021056rem;left:0.62455606460571rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:42.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2bkly8IBiKxNtK1h81rzaB27Qh5PTw { width:19.375rem;height:25.4972125rem;top:16.893197536469rem;left:0.62499988079071rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:1.42489375rem;top:14.24848985672rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6a6rDb2ticPerhu6QQkQMWD5LgolJh { display:flex;width:3.87473125rem;height:3.87473125rem;top:2.4356355667114rem;left:8.0619668960569rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:9.49975rem;height:2.5rem;top:13.310991287231rem;left:5.2494668960571rem;font-size:0.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:16.5625rem;height:7.7983125rem;top:2.4995546340942rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.adaptive-delivery-prevent-bg, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyload, #OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9.lazyloading { background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { background-color: transparent; background-image: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row > .video-iframe-container { display: none; }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBQ9FnhXd4pIDPpdOgIARRTNaOrQTZQ9 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbEqS8ddLLheORDf2iBxLLm2d1XEnTDZ { width:19.3125rem;height:16.25575rem;top:28.5rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdXy5n3TBm8phkDgBo1Bp6Pq0GZigQUw { width:20rem;height:3.599075rem;top:7.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Blrtqo10zh1acESLr5yPPigTdRdvXm6Z { width:16.4999375rem;height:3.086825rem;top:13.124111413956rem;left:1.7498223781586rem;font-size:1.1875rem;font-weight:400;font-style:normal;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #bSgVwCzmBikGy7uvhkIHLuuWXi2VZpGi { width:20rem;height:48.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TU3xzxV3q65xkw3tXU8GgHmWlwr17M { width:19.375rem;height:10.8371875rem;top:16.5rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vbnh4s3mBTD9JsUVOsx1Dq7L2oVv17yW { display:flex;width:3.9999125rem;height:3.9999125rem;top:2.5457208156586rem;left:7.9993782043456rem; }
 }@media only screen and (max-width: 763px) { #C36lIHT4OqV8qUswzxaUID12NhHCamp2 { display:block; }#C36lIHT4OqV8qUswzxaUID12NhHCamp2 > .row .container { width:20rem;height:174rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcrNA5ZXUBmZ1FCMab5ZxQU9RR3HAraU { width:12.562125rem;height:1.62464375rem;top:14.436703920364rem;left:6.8124113082888rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XUaQK93HMFuhtKBuBcJC2e7IBqXOou4w { width:17.5625rem;height:10.200625rem;top:19.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SN79wrFqP7GspgMFlvOmBUoa69rQBsa9 { width:16.4375rem;height:11.90075rem;top:68.6875rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #foFaacNvVbVVoPfr11qU618UyBG8XHM6 { width:9.75rem;height:3.2492875rem;top:62.7431640625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pK6cTb13HQXsJubmRXPaTcGAJBcFxuGX { width:17.5625rem;height:17.0010625rem;top:119.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oB0f80eL6TRryR0nqmntUMUAEMWlBqz3 { width:10.875rem;height:3.2492875rem;top:115.125rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1tiKvoTg1NUIxJK7w3ylUtsxMpgBfsT { width:20rem;height:6.18696875rem;top:2.4997339248658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HfvET1JBEkLhDKIfzOFsNExwkZbmOVys { width:20rem;height:19.9375rem;top:12.0625rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RQob46rPNxkQqFo3hsUxF1eoeF51dazU { width:20rem;height:23.75rem;top:61.0625rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qIkw2sUcbM7pspwsTAABddn6y5q3ikb9 { width:20rem;height:26.5625rem;top:113.5rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nxCdsydOTxiittKGhNSkUf6qtTRPlLun { width:20rem;height:26.8125rem;top:85.75rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTa1XTz1TMZ6uxoeCvkrI9ThhOVAv1gr { width:20rem;height:27.125rem;top:32.875rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a9iPk7sK6ARz6kmcHhBTNEpBkeA0tFXP { width:20rem;height:27.5625rem;top:141.25rem;left:0rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GWFycfpQ9chk405DXR6wQdVATVfF8gXb { width:17.5625rem;height:15.3009375rem;top:93.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XA41hUOa9lwkswhpn00aT7ffLPrUxR { width:10rem;height:3.2492875rem;top:88.0625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DtTuQLwodtrKeM20y2UFXIgnuaAwiuLz { width:12.5rem;height:3.2492875rem;top:34.6875rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gyEkJirKE3BXTUi6Wczof3X02auTqdVJ { width:17.5625rem;height:15.3009375rem;top:40.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TBVpexbmy7qXiKRUIfpdBlJfmqSWJnbb { width:9.5625rem;height:3.2492875rem;top:143.25rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pR6Gq4gvOuWB7xfWUHpTVTiKwgpUJ5ND { width:17.5625rem;height:17.0010625rem;top:148.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #idVOtt4Jwizvhg6Oyc9m8dn9mNNgJlVH { width:0.062144875rem;height:0.062144875rem;top:167.68079710007rem;left:4.6875004768372rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4rdmkX040lRDnvyLU8mAUODCHpICGX { width:0.062144875rem;height:0.062144875rem;top:167.68023300171rem;left:10.000000953674rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oMua8MmZ7UiWvIqWHIVt8Hrewd4lztLo { width:0.062144875rem;height:0.062144875rem;top:167.68055510521rem;left:8.1247215270994rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IkBTb4FT50rToOgMeO12EupbnJbxDUTc { width:0.062144875rem;height:0.062144875rem;top:167.68023920059rem;left:4.6872210502624rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MmEMdhtaxA8Q5ia1gSOoovqlFqMAgQHp { width:0.062144875rem;height:0.062144875rem;top:167.68025445938rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oUySwiE72srXE9GQFGSr4VTuTuqUCBmv { width:0.062144875rem;height:0.062144875rem;top:167.68025493622rem;left:11.656250953674rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OGWGDyOM3d9U9vxWSsiJOWIAR8faMahJ { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #lgUzVnhU3nZmhkZsTrqgdycuNFZIXlEz { width:4.875rem;height:4.875rem;top:12.8125rem;left:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgJPzNT2AuQu4IN9vHblX5CIIlo8cTy { width:3.3125rem;height:3.3125rem;top:62.6181640625rem;left:1.21875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #sxJtNSOG2MG6ltkI9DxQTIUebqunh4Nn { width:3.3125rem;height:3.3125rem;top:115.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxJthdKB7rFKMkFSd5Xr14ApPaiB176 { width:3.4375rem;height:3.375rem;top:34.625rem;left:1.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ufP71eN4VTAA2vLB2fSB4akHQLfTJ5e4 { width:3.4375rem;height:3.375rem;top:88rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdn57W22za9i8mTfFJGEtb2MrFPvDnJ { width:3.4375rem;height:3.375rem;top:143.1875rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kX0fPqhMVsvzB88p7t5uUT7Qblm0hxIT { width:0.062144875rem;height:0.062144875rem;top:168.30525445938rem;left:8.125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #J8O4hNycNOW3DiLQp7pEfU9nvMkRyK5J { width:0.062144875rem;height:0.062144875rem;top:168.93025445938rem;left:8.75rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/edd792e5-d346-4e1b-8756-10d245a5002d/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.adaptive-delivery-prevent-bg, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyload, #o8Q52rmvOugI9iZf7GFSlUXPcyDre88e.lazyloading { background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { background-color: transparent; background-image: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row > .video-iframe-container { display: none; }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8Q52rmvOugI9iZf7GFSlUXPcyDre88e > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKvUdgtfBT4qdOrSBoOKacqOPVFJt0P5 { width:14.6875rem;height:2.8125rem;top:15.011096715927rem;left:2.6558060646057rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#4d714c;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4iFqA21sIU3QDI2u24pmM346GVFM0Wy { display:block; }
 }@media only screen and (max-width: 763px) { #pRaO4rKAqOUg7FtR4T2zeInQEBgZHrPc { width:20rem;height:9.749625rem;top:1.9997336864471rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u29XM3cFhCiwnazCCCihBtRgtNCqGImi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi.adaptive-delivery-prevent-bg, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyload, #u29XM3cFhCiwnazCCCihBtRgtNCqGImi.lazyloading { background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { background-color: transparent; background-image: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row > .video-iframe-container { display: none; }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .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); }#u29XM3cFhCiwnazCCCihBtRgtNCqGImi > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATAKP9NxWQ31PpD5cRhIGo2R8nnWD6O0 { width:19.3125rem;height:37.9301375rem;top:9.8466796875rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkGXhaW4TD3iVaS5vRRT3CtIdSfOhz5V { width:20rem;height:0;top:2.7781295776367rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPPGMMJdFzWroqwMqF3ymWZnCy8mNhmK { width:20rem;height:5.84871875rem;top:2.15283203125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO0UyQ6a7wSJ2TrZLZ5ihTcR01VZsCVP { width:20rem;height:47.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI { display:block; }#HbLlIiL32pe28h1wTDQnerDMPtL4ZZiI > .row .container { width:20rem;height:107.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf263b1a4ac10dfe6a20196b11024f26 { width:10.6875rem;height:2.5996125rem;top:59.4375rem;left:4.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra67e6f746b4af55d24833ac80eea410 { width:11rem;height:2.5996125rem;top:83.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bed2afb958d83b3132b3ac14bf96437c { width:11rem;height:1.3rem;top:10.0375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eccdc6402ad0072fefd784ba608903cd { width:14.0625rem;height:10.0625rem;top:8.099609375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1061661c78614e1e3dfe96e2b7adbcb { width:14.0625rem;height:11.5rem;top:32.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H440507c8aee4724d5542d16211efc46 { width:11.375rem;height:2.5996125rem;top:34.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z86684e2088ae224d47dc3ae524dbd57 { width:14.0625rem;height:11.5rem;top:57.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #b384f777ba241f6f0555b17d5a3ceb46 { width:14.0625rem;height:11.5rem;top:81.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z008456c1c485f3699300ac18027f0ba { width:14.0625rem;height:10.0625rem;top:93.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F449b1798bfae0ca898dfafbf092272d { width:11rem;height:1.29980625rem;top:95.75rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c767d227e3fd126379615c1a1de7829a { width:14.0625rem;height:11.5rem;top:19.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8b08614ed2b4003925b33b44e95a6af { width:11.375rem;height:2.5996125rem;top:21.25rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e903baed87523f61558b06385d78d4c7 { width:14.0625rem;height:11.5rem;top:44.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #g77efe966e80ce1789b1795e75337b64 { width:11.375rem;height:2.5996125rem;top:46.875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff6c4779c2f3d27a855fd6376cd9de58 { width:11.375rem;height:1.29980625rem;top:72rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n85a2a4d4aa4466da75cd5af7b3490af { width:14.0625rem;height:10.0625rem;top:70.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e572091e528459bc64414607e5b983d5 { width:20rem;height:5.60014375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32c771d2d575e521e4389b97f772812 { width:2.875rem;height:2.875rem;top:13.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd773e333e203c90f3149b91b6bad102 { width:2.8125rem;height:2.8125rem;top:38.875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nee9cfdc62a8218bb867068c2f2b1ea3 { width:2.8125rem;height:2.8125rem;top:64.25rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l216fe1ae485ad722946a2756d09155d { width:2.8125rem;height:2.8125rem;top:88rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64fbff6de41fc100afff4eb593a7a73 { width:2.875rem;height:2.875rem;top:25.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf1d04f462e932439503ee7757d30958 { width:2.875rem;height:2.875rem;top:51.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a154794783a56b91f6766f11e3bad8db { width:2.875rem;height:2.875rem;top:75.59375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0f293693f50624a48d897daa0608030 { width:2.875rem;height:2.875rem;top:99.15625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geaec4aad86c3fb3c90929e2b9e41365 { width:4.5625rem;height:4.5625rem;top:12.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83e56e613c823f6d18cd58874fd46bc { width:4.5625rem;height:4.5625rem;top:38rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2c25d1ac3ce2fe0664df8ca34e60cee { width:4.5625rem;height:4.5625rem;top:63.375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va2235f643801b9bcb1c85f063564dd8 { width:4.5625rem;height:4.5625rem;top:87.125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2751cab5af816bce8c3d0ca231544a { width:4.5625rem;height:4.5625rem;top:24.84375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa9c1be5705cbbd6239ceabf372cf0b8 { width:4.5625rem;height:4.5625rem;top:50.4375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3311ff6cdb75f24c86825d16a235ccd { width:4.5625rem;height:4.5625rem;top:74.75rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b351b2995f65bf4b581fa75e30896e92 { width:4.5625rem;height:4.5625rem;top:98.3125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otf2wypUhmUgldmTPLDqlcfihFww3DK8 { display:block; }#Otf2wypUhmUgldmTPLDqlcfihFww3DK8 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTi87JoR3Tufy5r5g3s3HikJsV5oGLR2 { width:16.25rem;height:3.49964375rem;top:9.4992895126344rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsL3qvfJJXT1anmH7VATx54plaoP5nT { width:15.625rem;height:11.900775rem;top:14.561877250671rem;left:2.3433948755264rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapTAXVulLqTKwdwkGMii6fKT6dPNrmh { width:7.3748125rem;height:7.3748125rem;top:0.74928951263425rem;left:6.3121447563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtuBDkERzbTz2SEJJWXCSywI54QEVEGt { width:12.5rem;height:0.12473375rem;top:13.49964427948rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXt4GKsWPGSo1MbshLVThv2Tl5axyf8T { width:10.625rem;height:2.5rem;top:24.87348985672rem;left:4.6875rem;color:#ffffff;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TML76c8qBGk3aOXsPXhTWhHHk2h5TloI { 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; } #qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { background-color: transparent; background-image: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container > .video-iframe-container { display: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row > .video-iframe-container { display: none; }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .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); }#qmAM9IphrzJk90EcSD58VCbRHXXUbouz > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.79); }#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.79); }#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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:16.7498125rem;height:11.25rem;top:2.9989700317383rem;left:1.6246447563171rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:8.8125rem;height:2.1875rem;top:15.287109375rem;left:5.59375rem;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) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { background-color: transparent; background-image: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container > .video-iframe-container { display: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .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); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row > .video-iframe-container { display: none; }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .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); }#TXyZPJ0DKivVBF1hJO66HK2odq4lfSTD > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }