.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;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe0d52e3-1f48-4c6d-afb3-fdfd648d1f94/iStock1394621675.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.adaptive-delivery-prevent-bg, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyload, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyloading { background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { background-color: transparent; background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.59); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.59); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { border-width: 0; border-radius: 0; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:11.8125rem;left:0rem;height:11rem;font-style:normal;display:block; }
#KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.492708206177rem;left:0.0010414123535156rem;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; }
#qz1caJhpSfahkLl01C7rHn9EB7QadvrO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#c4u7aTVaql3mTQub1Ct3Z6DzbUIfI9TV { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:24.64208984375rem;left:0rem;height:2.1rem;font-style:normal;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/c5643499-e630-4dc1-97fb-23c9fede1d56/socialmediafarmtable.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: rgba(255,255,255,0.9); }#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: rgba(255,255,255,0.9); }#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:49.1875rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:#5f5f5f;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:19.171876907349rem;left:10.125rem;height:21.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#5f5f5f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.8251953125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.278123855591rem;left:8.25rem;height:1.70631875rem;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; }
#XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { 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:7.375rem;width:7.375rem;top:2.4501953125rem;left:26.3125rem;overflow:hidden;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.1875rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:37.625rem;width:60rem;top:5.40283203125rem;left:0rem;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/abffa2ff-a5ae-4397-a36e-c98e5545ff58/farmtablemarketingbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:#4d714c;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.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:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.3374977111816rem;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; }
#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.adaptive-delivery-prevent-bg, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyload, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyloading { background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { background-color: transparent; background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .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); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::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; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:60rem;position:relative;display:block; }#sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { color:#585858;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.625rem;left:1.4375rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { color:#333333;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.8125rem;left:21.875rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { color:#4d714c;display:block;width:16.99975rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.5rem;height:3.25rem;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; }
#k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { color:#5f5f5f;display:block;width:15.12475rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:17.6875rem;left:42.9375rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.9375rem;height:1.625rem;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; }
#bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:7.9375rem;left:0rem;display:block; }
#D4WB30loPROzWEdJezMTmlSZw7q0JI45 { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.625rem;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; }
#ZPAShnPX68sABiRySfUiFlIAoMrEepSO { 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:2.3125rem;width:2.3125rem;top:10.1875rem;left:8.4375rem;overflow:hidden;display:block; }
#mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:7.9372334480288rem;left:20.406160354614rem;display:block; }
#e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:7.9375rem;left:40.875rem;display:block; }
#JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { 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.3125rem;width:2.3125rem;top:32.875rem;left:28.375rem;overflow:hidden;display:block; }
#Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { 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:2.3125rem;width:2.3125rem;top:10.25rem;left:49.3125rem;overflow:hidden;display:block; }
#OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:30.4375rem;left:0rem;display:block; }
#knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.875rem;left:0rem;height:1.625rem;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; }
#sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { color:#585858;display:block;width:14.8748125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:40.0625rem;left:2.1875rem;height:10.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { 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:2.3125rem;width:2.3125rem;top:32.875rem;left:8.4375rem;overflow:hidden;display:block; }
#OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:30.437232971191rem;left:20.406160354614rem;display:block; }
#JXzNdnr18nmOTRhBWw9SBoetPyggVhko { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:20.4375rem;height:1.625rem;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; }
#bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { color:#5f5f5f;display:block;width:15.1873125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:40.6875rem;left:22.5625rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { 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.3125rem;width:2.3125rem;top:10.3125rem;left:28.8125rem;overflow:hidden;display:block; }
#TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:20.9375rem;width:19.1875rem;top:30.4375rem;left:40.8125rem;display:block; }
#ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { color:#5f5f5f;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40.3125rem;left:41.625rem;height:9.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.5rem;left:40.9375rem;height:1.625rem;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; }
#qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { 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:2.3125rem;width:2.3125rem;top:32.875005245209rem;left:49.343474209309rem;overflow:hidden;display:block; }
#DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6655693054199rem;left:0rem;height:2.7752125rem;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; }
#MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:31.9375rem;width:19.1875rem;top:8.875rem;left:20.40625rem;display:none; }
#LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:31.8125rem;width:19.1875rem;top:8.875rem;left:0.0010414123535156rem;display:none; }
#lEFKwUeiK4xFME88KboLA8JfKiVlezOc { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:31.8125rem;width:19.1875rem;top:8.875rem;left:0.0010414123535156rem;display:none; }
#oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { box-sizing:content-box;height:3.5625rem;width:3.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:15012;background-color:#4d714c;background-image:none;top:9.5625rem;left:7.8125rem;display:block; }
#V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { box-sizing:content-box;height:3.5625rem;width:3.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:15016;background-color:#4d714c;background-image:none;top:9.6875rem;left:28.1875rem;display:block; }
#cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { box-sizing:content-box;height:3.5625rem;width:3.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:15016;background-color:#4d714c;background-image:none;top:9.625rem;left:48.6875rem;display:block; }
#zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { box-sizing:content-box;height:3.5625rem;width:3.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:15015;background-color:#4d714c;background-image:none;top:32.25rem;left:7.8125rem;display:block; }
#pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { box-sizing:content-box;height:3.5625rem;width:3.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:15016;background-color:#4d714c;background-image:none;top:32.25rem;left:27.75rem;display:block; }
#XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { box-sizing:content-box;height:3.5625rem;width:3.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:15017;background-color:#4d714c;background-image:none;top:32.375rem;left:48.625rem;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#47a162;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.90625rem;left:0rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.63720703125rem;left:36.5625rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXAobCxbTKgeKPVPNpgxzrg80Tz9mO5t { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:14.200000762939rem;left:0.50729370117188rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/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; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.adaptive-delivery-prevent-bg, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyload, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyloading { background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { background-color: transparent; background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { border-width: 0; border-radius: 0; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#zpx365dCPRN54TQt07rfT5TkF0uN1riE { color:#5f5f5f;display:block;width:49.18725rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:22.20960521698rem;left:5.9375rem;height:14.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { color:#5f5f5f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.8250102996825rem;left:0.0010414123535156rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { color:#4d714c;display:block;width:33.9999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.464842796326rem;left:12.999822616577rem;height:3.7375rem;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; }
#UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { 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:7.375rem;width:7.375rem;top:2.4501953125rem;left:26.3125rem;overflow:hidden;display:block; }
#rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.1875rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:33.625rem;width:60rem;top:5.4031295776367rem;left:0rem;display:block; }
#LDk2wNmxBrkw6aRyveVdctTftpvcGInt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b73f5714-c872-4196-94be-3229a49197d6/farmtableagriculturebackgr.jpg");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;display:block; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt.adaptive-delivery-prevent-bg, #LDk2wNmxBrkw6aRyveVdctTftpvcGInt.lazyload, #LDk2wNmxBrkw6aRyveVdctTftpvcGInt.lazyloading { background-image: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { background-color: transparent; background-image: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container > .video-iframe-container { display: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row > .video-iframe-container { display: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .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); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { border-width: 0; border-radius: 0; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { width:60rem;height:37.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#l0hRFKZ48hlImRzwOTvMN4wpHvMudceN { position:absolute;display:block;z-index:15000;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:16.125rem;width:24.1875rem;display:none; }
#sv47kzbvTHuRSpLZ14BQ2DTCudsfZzMf { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.0312490463257rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#JzCUgXMKTElzP0Mhnik7Px3PQmuEwsrz { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.322917938233rem;left:29.625rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foOxqtIXxSkb5CWtKnkTsImvfsVPUBFq { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.204162597656rem;left:4.375rem;height:5.1189625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2G4MFX6NeTqVbOA511GDiJ2qTg8ihKU { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.469787597656rem;left:4.375rem;height:3.41264375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tfsbKDqugWIzhR85rTbBSe8LHnFN8hDz { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.707286834717rem;left:4.25rem;height:3.41264375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNdcDNdXp2ExD6KBBKqyA9fyRcDhA6Ti { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.869789123535rem;left:29.625rem;height:3.41264375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQ7oO4wC3wISR5nmXLLNlOgOpqlT454v { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.632286071778rem;left:29.625rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kCuuATA5KyasgvAnlB5lgnyz18uZxngc { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.253120422363rem;left:4.875rem;height:5.1189625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoLEQ2Zp312hAWr5T18pFOzVFcDRUm83 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.204166412354rem;left:29.625rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFlsMhJIOwS7DayRdT3LH22CyC6Vt7oo { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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:0.125rem;top:13.007286071778rem;left:3.0697937011719rem;display:block; }
#XsDsbU3RimVXwsp2pI0Pq9xOdfItX8OU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:0.125rem;top:17.499996185302rem;left:3.0697937011719rem;display:block; }
#u6cOHSpFIibrUlLieDyPs9F0EchJTA1U { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:0.125rem;top:22.549995422363rem;left:3.0697937011719rem;display:block; }
#obw8la6ZTi8GS8rwJT7l6XZvraS2BW0m { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:0.125rem;top:27.553123474121rem;left:3.1322937011719rem;display:block; }
#FNr3tZmW3TUuMAXI1GWZn1EaWWsl71wk { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:0.125rem;top:13.007286071778rem;left:27.90625rem;display:block; }
#vLlZ6hDbB3GPlNFRgZ4NTbAlVQ5Trthw { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;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:0.125rem;top:17.469787597656rem;left:27.90625rem;display:block; }
#ZqO1eD2n5shG1B4QCUzpykDIy1QZLi10 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:0.125rem;top:22.204166412354rem;left:27.90625rem;display:block; }
#Clc9FRoI7NUECWlIlS3vmRqi4BdEEJZ2 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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:0.125rem;top:27.322917938233rem;left:27.90625rem;display:block; }
#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { 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; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { background-color: transparent; background-image: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { border-width: 0; border-radius: 0; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.7496557235717rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.0625rem;left:5.09375rem;height:3.825rem;text-align:center;text-align-last:center;display:block; }
#nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.3125rem;left:25rem;display:block; }
#GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ne9b1604f69b5f155373aa481754c317.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; } #Ne9b1604f69b5f155373aa481754c317.widget-smartsection *:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="text"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="email"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="tel"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection textarea:focus-visible { outline: none; } #TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container { background-color: transparent; background-image: none; }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container > .video-iframe-container { display: none; }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row > .video-iframe-container { display: none; }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .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); }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container { border-width: 0; border-radius: 0; }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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;z-index:auto;display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container { background-color: transparent; background-image: none; }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container > .video-iframe-container { display: none; }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row > .video-iframe-container { display: none; }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .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); }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container { border-width: 0; border-radius: 0; }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { background-color: transparent; background-image: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container > .video-iframe-container { display: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row > .video-iframe-container { display: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .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); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { border-width: 0; border-radius: 0; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw::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; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { top:11.8125rem;left:0rem;width:47.75rem;height:11rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { top:28.4375rem;left:0rem;width:32.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4u7aTVaql3mTQub1Ct3Z6DzbUIfI9TV { top:24.625rem;left:0rem;width:43.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:19.125rem;left:4rem;width:41.125rem;height:21.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:10.8125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:15.25rem;left:2.125rem;width:44.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { top:2.4375rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:5.375rem;left:0rem;width:47.75rem;height:37.625rem;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:30.625rem;height:;top:5.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.375rem;height:8.5rem;top:17.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:6.375rem;top:19.8125rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:16.9375rem;height:3.1875rem;top:15.25rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:15.0625rem;height:7.9375rem;top:17.6875rem;left:32.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:19.0625rem;height:1.5625rem;top:15.1875rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { top:7.9375rem;left:0rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:1.5625rem;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { top:10.1875rem;left:6.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { top:7.875rem;left:12.5625rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { top:7.9375rem;left:28.4375rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { top:32.875rem;left:22.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { top:10.25rem;left:39rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { top:30.4375rem;left:0rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:1.5625rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:14.8125rem;height:10.1875rem;top:40.0625rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { top:32.875rem;left:6.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { top:30.375rem;left:12.5625rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:19.125rem;height:1.5625rem;top:37.875rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:15.125rem;height:6.375rem;top:40.6875rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { top:10.3125rem;left:22.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { top:30.4375rem;left:28.4375rem;width:19.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:17.375rem;height:9.5625rem;top:40.3125rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:19.0625rem;height:1.5625rem;top:37.5rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { top:32.875rem;left:39.030974209309rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { top:2.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { top:8.875rem;left:12.5625rem;width:19.1875rem;height:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { top:8.875rem;left:0rem;width:19.1875rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEFKwUeiK4xFME88KboLA8JfKiVlezOc { top:8.875rem;left:0rem;width:19.1875rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { top:9.5625rem;left:5.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { top:9.6875rem;left:22rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { top:9.625rem;left:38.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { top:32.25rem;left:5.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { top:32.25rem;left:21.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { top:32.375rem;left:38.3125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:6.875rem;left:0rem;width:34.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:14.25rem;height:3.4375rem;top:11.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #zXAobCxbTKgeKPVPNpgxzrg80Tz9mO5t { width:33.75rem;height:5.25rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { top:22.1875rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { top:9.8125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { top:16.4375rem;left:6.8748226165769rem;width:33.9375rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { top:2.4375rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { top:5.375rem;left:0rem;width:47.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDk2wNmxBrkw6aRyveVdctTftpvcGInt { display:block; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0hRFKZ48hlImRzwOTvMN4wpHvMudceN { width:19.1875rem;height:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv47kzbvTHuRSpLZ14BQ2DTCudsfZzMf { top:4rem;left:0rem;width:35.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzCUgXMKTElzP0Mhnik7Px3PQmuEwsrz { top:27.3125rem;left:23.5rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foOxqtIXxSkb5CWtKnkTsImvfsVPUBFq { top:22.1875rem;left:0rem;width:10.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2G4MFX6NeTqVbOA511GDiJ2qTg8ihKU { top:17.4375rem;left:0rem;width:9.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfsbKDqugWIzhR85rTbBSe8LHnFN8hDz { top:12.6875rem;left:0rem;width:9.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdcDNdXp2ExD6KBBKqyA9fyRcDhA6Ti { top:12.8125rem;left:23.5rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7oO4wC3wISR5nmXLLNlOgOpqlT454v { top:17.625rem;left:23.5rem;width:10.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuuATA5KyasgvAnlB5lgnyz18uZxngc { top:27.25rem;left:0rem;width:9.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLEQ2Zp312hAWr5T18pFOzVFcDRUm83 { top:22.1875rem;left:23.5rem;width:12.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFlsMhJIOwS7DayRdT3LH22CyC6Vt7oo { top:13rem;left:0rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsDsbU3RimVXwsp2pI0Pq9xOdfItX8OU { top:17.4375rem;left:0rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cOHSpFIibrUlLieDyPs9F0EchJTA1U { top:22.5rem;left:0rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obw8la6ZTi8GS8rwJT7l6XZvraS2BW0m { top:27.5rem;left:0rem;width:0.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNr3tZmW3TUuMAXI1GWZn1EaWWsl71wk { top:13rem;left:21.78125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlZ6hDbB3GPlNFRgZ4NTbAlVQ5Trthw { top:17.4375rem;left:21.78125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqO1eD2n5shG1B4QCUzpykDIy1QZLi10 { top:22.1875rem;left:21.78125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clc9FRoI7NUECWlIlS3vmRqi4BdEEJZ2 { top:27.3125rem;left:21.78125rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { top:4.6875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { top:9.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block; }
 }@media only screen and (max-width: 763px) { #Ne9b1604f69b5f155373aa481754c317.widget-smartsection { display:block; } #Ne9b1604f69b5f155373aa481754c317.widget-smartsection *:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="text"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="email"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="tel"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection textarea:focus-visible { outline: none; } #TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { width:20rem;height:4.6502125rem;top:8rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { width:15.375rem;height:1.4625rem;top:14.375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { width:9.5625rem;height:2.75rem;top:1.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4u7aTVaql3mTQub1Ct3Z6DzbUIfI9TV { width:20rem;height:3.15rem;top:14.374555587769rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4373125rem;height:50.575rem;top:19.812232971191rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:15.125rem;height:3.3rem;top:11.5rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:12.249625rem;height:3.375rem;top:15.312500357628rem;left:3.875rem;font-size:1.125rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { width:7.3748125rem;height:7.3748125rem;top:2.56214427948rem;left:6.3121447563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:68.25rem;top:0.80921506881713rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/d8d0f3e2-27f0-43b0-821a-84dab2a8dc7e/7.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:10.4998125rem;height:2.062325rem;top:15.436346054077rem;left:4.7496447563171rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:17.874625rem;height:10.5625rem;top:3.1241130828858rem;left:1.0622336864471rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:8.5rem;top:80.125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:6.8rem;top:100.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:16.312125rem;height:3.25rem;top:37.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:8.5rem;top:60.406253814698rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:18.75rem;height:1.625rem;top:58.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { width:20rem;height:19.375rem;top:71.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:20rem;height:1.625rem;top:78rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { width:3.875rem;height:3.875rem;top:82.60104084015rem;left:9.1010408401487rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { width:20rem;height:22.8125rem;top:109.625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { width:19.1875rem;height:31.8125rem;top:217.49999237061rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { width:3.875rem;height:3.875rem;top:184.93749237061rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { width:3.875rem;height:3.875rem;top:219.68749237061rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { width:20rem;height:17.5rem;top:91.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:20rem;height:1.625rem;top:97.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:10.2rem;top:17.6875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { width:4.25rem;height:4.25rem;top:115.74999237061rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { width:19.1875rem;height:34.4375rem;top:166.74997234344rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:20rem;height:1.625rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:6.8rem;top:41.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { width:4rem;height:4rem;top:150.74999237061rem;left:7.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { width:19.1875rem;height:34.5rem;top:250.56249237061rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:11.9rem;top:118.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:20rem;height:1.625rem;top:115.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { width:4.25rem;height:4.25rem;top:253.49999237061rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { width:20rem;height:4.2rem;top:1.8940906524658rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { width:20rem;height:21.9375rem;top:8.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { width:20rem;height:19.5625rem;top:31.3125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lEFKwUeiK4xFME88KboLA8JfKiVlezOc { width:20rem;height:19.375rem;top:51.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { width:3.5625rem;height:3.5625rem;top:32.1875rem;left:8.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { width:3.5625rem;height:3.5625rem;top:72.875rem;left:8.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { width:3.5625rem;height:3.5625rem;top:52.84375rem;left:8.21875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { width:3.5625rem;height:3.5625rem;top:9.875rem;left:8.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { width:3.5625rem;height:3.5625rem;top:92.4375rem;left:8.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { width:3.5625rem;height:3.5625rem;top:111.0625rem;left:8.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/ff8b869a-b6e0-4669-8601-c9beac258d54/farmtablewheatbackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:18.75rem;height:3.41264375rem;top:2.6875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:8.8125rem;height:2.1875rem;top:14.649610519409rem;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) { #zXAobCxbTKgeKPVPNpgxzrg80Tz9mO5t { width:15.5rem;height:5.25rem;top:7.78750038147rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { width:16.4375rem;height:37.93125rem;top:21.318359136581rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { width:16.4375rem;height:7.8rem;top:7.375rem;left:1.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { width:16.6875rem;height:4.2rem;top:15.174999952316rem;left:1.65625rem;font-size:1rem;color:#4d714c;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { width:7.375rem;height:7.375rem;top:6.1988830566406E-6rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { width:20rem;height:59.6875rem;top:1.4371109008789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDk2wNmxBrkw6aRyveVdctTftpvcGInt { background-color:#4d714c;background-image:none;display:block; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { background-color: transparent; background-image: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container > .video-iframe-container { display: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row > .video-iframe-container { display: none; }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .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); }#LDk2wNmxBrkw6aRyveVdctTftpvcGInt > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0hRFKZ48hlImRzwOTvMN4wpHvMudceN { top:1.25rem;left:0rem;width:20rem;height:13.3125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sv47kzbvTHuRSpLZ14BQ2DTCudsfZzMf { width:20rem;height:7.8rem;top:4.0058536529541rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JzCUgXMKTElzP0Mhnik7Px3PQmuEwsrz { width:10.3125rem;height:3.25rem;top:48.580859184265rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #foOxqtIXxSkb5CWtKnkTsImvfsVPUBFq { width:13.75rem;height:4.875rem;top:25.893359184265rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s2G4MFX6NeTqVbOA511GDiJ2qTg8ihKU { width:12.75rem;height:3.25rem;top:21.4248046875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tfsbKDqugWIzhR85rTbBSe8LHnFN8hDz { width:15.125rem;height:3.25rem;top:17.000005722046rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aNdcDNdXp2ExD6KBBKqyA9fyRcDhA6Ti { width:15.1875rem;height:1.625rem;top:35.299609661103rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7oO4wC3wISR5nmXLLNlOgOpqlT454v { width:13.0625rem;height:3.25rem;top:39.1435546875rem;left:3.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kCuuATA5KyasgvAnlB5lgnyz18uZxngc { width:12.9375rem;height:3.25rem;top:30.049609661103rem;left:3.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HoLEQ2Zp312hAWr5T18pFOzVFcDRUm83 { width:15.0625rem;height:3.25rem;top:44.1875rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BFlsMhJIOwS7DayRdT3LH22CyC6Vt7oo { width:0.125rem;height:2.8125rem;top:44.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsDsbU3RimVXwsp2pI0Pq9xOdfItX8OU { width:0.125rem;height:2.8125rem;top:48.7998046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cOHSpFIibrUlLieDyPs9F0EchJTA1U { width:0.125rem;height:2.8125rem;top:17.21875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obw8la6ZTi8GS8rwJT7l6XZvraS2BW0m { width:0.125rem;height:2.8125rem;top:25.8935546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNr3tZmW3TUuMAXI1GWZn1EaWWsl71wk { width:0.125rem;height:2.8125rem;top:39.3623046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlZ6hDbB3GPlNFRgZ4NTbAlVQ5Trthw { width:0.125rem;height:2.8125rem;top:34.7060546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqO1eD2n5shG1B4QCUzpykDIy1QZLi10 { width:0.125rem;height:2.8125rem;top:21.4248046875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clc9FRoI7NUECWlIlS3vmRqi4BdEEJZ2 { width:0.125rem;height:2.8125rem;top:30.2685546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { width:20rem;height:8.775rem;top:3.25rem;left:0rem;font-size:2.4375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { width:17.5625rem;height:11.475rem;top:14.624988555908rem;left:1.21875rem;font-size:1.125rem;z-index:15038;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:7.8125rem;height:2.3125rem;top:28.9375rem;left:6.09375rem;z-index:15039;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block; }
 }@media only screen and (max-width: 763px) { #Ne9b1604f69b5f155373aa481754c317.widget-smartsection { display:block; } #Ne9b1604f69b5f155373aa481754c317.widget-smartsection *:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="text"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="email"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection input[type="tel"]:focus-visible, #Ne9b1604f69b5f155373aa481754c317.widget-smartsection textarea:focus-visible { outline: none; } #TXnTsH0N0FE63Sq9hhVDlS01Mf4rF4BC > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { position:relative;z-index:auto;display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #FdAMNXMyNweR0XrAaRFMHh6ITAfiFBp1 > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { background-color: transparent; background-image: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container > .video-iframe-container { display: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row > .video-iframe-container { display: none; }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .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); }#riWLt80TZuM9EfZvziPK4BGWl0SSkllw > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }