.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:89,164,94;--color-primary-1:71,161,98;--color-primary-2:54,149,53;--color-primary-3:46,104,45;--color-primary-4:31,97,27;--color-secondary-0:221,239,242;--color-secondary-1:154,206,215;--color-secondary-2:86,173,188;--color-secondary-3:44,152,171;--color-secondary-4:43,121,127;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:88,88,88;--color-tertiary-3:39,38,38;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),0.75);background-image:url("https://images.assets-landingi.com/uc/9847153e-dfff-4ace-ad24-d6c9cdde48f4/BackgroundCTA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62d64b16-17a1-490a-86e6-6fed5ad0dfab/farmsocialmedia3.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; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT.adaptive-delivery-prevent-bg, #WMwwqWTUqoky09TqOry8NO22H97Gn3aT.lazyload, #WMwwqWTUqoky09TqOry8NO22H97Gn3aT.lazyloading { background-image: none; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container { background-color: transparent; background-image: none; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container > .video-iframe-container { display: none; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row > .video-iframe-container { display: none; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .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); }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container { border-width: 0; border-radius: 0; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT::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; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:14rem;left:0rem;height:5.499825rem;font-style:normal;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:27.617630004882rem;left:0rem;height:2.625175rem;font-style:normal;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.5rem;top:3.6248223781586rem;left:0rem;overflow:hidden;display:block; }
#b572Bn8tkes796bxB2xaefrD1bgGZg0J { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:19.5rem;left:0rem;height:5.499825rem;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/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:10.267666518688rem;left:6.875rem;height:20.4013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.8125rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbEmy7y3wonD6Kx1uqsJThysNUsTaCTH { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.3125rem;left:22.09375rem;display:block; }
#RX3LXPypxR0bWFogZtpOtBoTMwh0x7Sz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2e51d0a-b932-4966-b17f-73558d61e3f7/iStock12870232431.jpg");background-position:top left !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; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.adaptive-delivery-prevent-bg, #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.lazyload, #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.lazyloading { background-image: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { background-color: transparent; background-image: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container > .video-iframe-container { display: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row > .video-iframe-container { display: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .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); }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { border-width: 0; border-radius: 0; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE::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; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#gTZIPmbBErQF1v5CcbSAw3JoEf0p6ZZK { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.21875rem;left:23.40625rem;height:5.625rem;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;display:block; }
#g3P4rTCeoA0GDMTit01ptIhHRNvsKJ5V { color:#4d714c;display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.59375rem;left:23.40625rem;height:1.68723125rem;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;display:block; }
#apb4vKAi3E3PPTbohrTM3nONiSV2r5Fb { color:#4d714c;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.875rem;left:23.375rem;height:1.68723125rem;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;display:block; }
#sMfdyazlyztzUz7Xz6bhqwb9FdX2cZ95 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.5625rem;left:23.40625rem;height:7.03125rem;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;display:block; }
#Cxgm5c9H0OOw2KPy4IDvtZOtE0FABCPS { color:#4d714c;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.5rem;left:22.875rem;height:1.68723125rem;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;display:block; }
#viuNmS49Mt8O6x2xif9EHZvD1EGGM0S7 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:35.1875rem;left:23rem;height:4.21875rem;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;display:block; }
#uedVHqyIzPqC10uBupP2EL3sWcfSy0DE { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.8125rem;left:42.1875rem;height:7.03125rem;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;display:block; }
#TQC7btLwz6nw4XhtduBTOMfvRHtWUKve { color:#4d714c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:13.59375rem;left:42.1875rem;height:1.68723125rem;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;display:block; }
#MEBI17ieF6C4HJOScBA8oDUvNVzUQXVD { color:#4d714c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:25.1875rem;left:42.1875rem;height:1.68723125rem;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;display:block; }
#DGdc5PcSiqu2bwu5VTgrEobZcqbeoT8Q { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:26.875rem;left:42.1875rem;height:7.03125rem;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;display:block; }
#tARR34CtChWJGMxVd8VcWisIgyraBMJT { color:#333333;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:12.504882037639rem;left:1.8430404663086rem;height:25.5966125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPdChZ58pX0hQFnrVT8cbVUuV3fKMmN7 { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.375rem;left:2.53125rem;display:block; }
#R6c61dqnZgw8ykkBKlM4yZgAK6ffKSW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p24tcWHwIuwlzinvvIBC7M8Ky9OB6ZF0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:32.3125rem;width:40.125rem;top:9.875rem;left:19.875rem;display:block; }
#xVioGckg7y3aHWbuCfniLGV2UiLvSQBR { position:absolute;display:block;z-index:15005;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:8.375rem;width:0.0625rem;top:23.125rem;left:21.70947265625rem;display:block; }
#gDhdRwIUszZOD69CVdrtW5D2qOELg2na { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:32.3125rem;width:18.6875rem;top:9.875rem;left:0rem;display:block; }
#GSwNTgOhcK1d8SoxdNHT2rZG0E15D8bx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.625rem;left:0rem;height:3.3749125rem;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; }
#Sy0pvahMuTW7wHifT9rW5eqZl7EqF0ur { position:absolute;display:block;z-index:15006;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.625rem;width:0.0625rem;top:13.78125rem;left:21.70947265625rem;display:block; }
#gNyuoNt2Sql8GJoc1tlOxWTvWIusQVMI { position:absolute;display:block;z-index:15007;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:5.5625rem;width:0.0625rem;top:33.84375rem;left:21.70947265625rem;display:block; }
#QyN7WkcnbnkCr1GNXzDnman4TfzgwCnX { position:absolute;display:block;z-index:15006;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:8.9375rem;width:0.0625rem;top:13.78125rem;left:40.83447265625rem;display:block; }
#Z5iHCgGPlDQWxku293gCJHGvgJd1CsrO { position:absolute;display:block;z-index:15007;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:8.9375rem;width:0.0625rem;top:25.4375rem;left:40.83447265625rem;display:block; }
#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.adaptive-delivery-prevent-bg, #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.lazyload, #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA.lazyloading { background-image: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { background-color: transparent; background-image: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container > .video-iframe-container { display: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container { display: none; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .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); }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { border-width: 0; border-radius: 0; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA::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; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:60rem;position:relative;display:block; }#XeroAyud44U1v16JzUm6MrTEMpUO6y8E { color:#4d714c;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:0.75rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:27.375rem;left:2.09375rem;height:12.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:27.25rem;left:22.09375rem;height:14.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.60009765625rem;left:20.625rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:25.9248046875rem;left:42.71875rem;height:16.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.9755859375rem;left:40.875rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.88720703125rem;left:11.9375rem;height:5.3626625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.03125rem;height:4.30575rem;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; }
#m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:29.6875rem;width:19.5rem;top:14.375rem;left:0rem;display:block; }
#JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:29.6875rem;width:19.5rem;top:14.375rem;left:20.25rem;display:block; }
#Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:29.6875rem;width:19.5rem;top:14.375rem;left:40.5rem;display:block; }
#pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:block; }
#wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35.625rem;width:19.5rem;top:45.375rem;left:20.25rem;display:block; }
#wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35.625rem;width:19.5rem;top:45.375rem;left:0rem;display:block; }
#OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:35.625rem;width:19.5rem;top:45.375rem;left:40.5rem;display:block; }
#BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:59.01171875rem;left:21.71875rem;height:19.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.1875rem;left:20.625rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.1875rem;left:0.375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:58.75rem;left:1.96875rem;height:19.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { color:#4d714c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.1875rem;left:40.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:59.01171875rem;left:42.15625rem;height:19.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { position:absolute;display:block;z-index:15013;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.25rem;width:3.25rem;top:48.78125rem;left:8.375rem;overflow:hidden;display:block; }
#VflQuNTAv7b8zaIlwQONqvDNV15RdPne { position:absolute;display:block;z-index:15014;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.4375rem;width:3.4375rem;top:48.8125rem;left:28.28125rem;overflow:hidden;display:block; }
#q5mLAizBSVRIP5AelkEus92lKZdJsuzx { position:absolute;display:block;z-index:15015;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.25rem;width:3.25rem;top:48.78125rem;left:48.375rem;overflow:hidden;display:block; }
#IInhyASC9k9kf1A65dJh0vPaxZK58udl { position:absolute;display:block;z-index:15013;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.125rem;width:3.125rem;top:17.625rem;left:28.4375rem;overflow:hidden;display:block; }
#PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { position:absolute;display:block;z-index:15014;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.625rem;width:4.625rem;top:16.875rem;left:48.125rem;overflow:hidden;display:block; }
#QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.65625rem;left:7.34375rem;display:block; }
#cr8nFdFggKwtc76cec4KzTmgrL4RR053 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.6875rem;left:27.5rem;display:block; }
#QwEa57qLsenPgxsV6S5ff438FME5fZK1 { position:absolute;display:block;z-index:15011;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:16.65625rem;left:47.75rem;display:block; }
#PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { position:absolute;display:block;z-index:15012;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:47.90625rem;left:7.5rem;display:block; }
#e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { position:absolute;display:block;z-index:15013;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:47.90625rem;left:27.5rem;display:block; }
#Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { position:absolute;display:block;z-index:15014;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:48.03125rem;left:47.5rem;display:block; }
#oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22721088-213f-4043-abe7-ff23c746aba6/farmtabledigitalmarketingbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.adaptive-delivery-prevent-bg, #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.lazyload, #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.lazyloading { background-image: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { background-color: transparent; background-image: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container > .video-iframe-container { display: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row > .video-iframe-container { display: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .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); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { border-width: 0; border-radius: 0; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF::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; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#USnD70CcbgCV1LgZ3Ml7xcw7QB0xdTSJ { color:rgba(var(--color-tertiary-0),1);display:block;width:44.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5961475372314rem;left:7.6859912872312rem;height:7.5559375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.adaptive-delivery-prevent-bg, #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.lazyload, #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.lazyloading { background-image: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { background-color: transparent; background-image: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container > .video-iframe-container { display: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row > .video-iframe-container { display: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .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); }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { border-width: 0; border-radius: 0; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;overflow:visible;position:relative;display:block; }#J2hkoSvV40ld7MJtQTs76pogL4lVAeIF { color:#4d714c;display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:18.125rem;height:5.19975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fu7unp45dry5ORuwoxR2ke7FpndhRpgq { color:#4d714c;display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:12.3125rem;left:18.125rem;height:5.10031875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#akFzD9HztVmUu1iAvzbQ698MD3oHxDFR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.25rem;left:18.125rem;display:block; }
#HuUOV2FPs01VcBXFK2MhHo69wIwonSVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDmobnodNTXAFUwFSnuAwTZwJGzdaWtv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.7498125rem;width:6.7498125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.125rem;left:9.25rem; }
#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ecc148e-4efc-4772-a747-6971e79bd06f/corncropFarmTable.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; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu.adaptive-delivery-prevent-bg, #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu.lazyload, #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu.lazyloading { background-image: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { background-color: transparent; background-image: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container > .video-iframe-container { display: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container { display: none; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .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); }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { border-width: 0; border-radius: 0; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu::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; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { font-size:0.875rem;font-family:arial;height:84.9375rem;width:60rem;position:relative;display:block; }#OG67F4K75arD59y5l798GLlytHOqHIDT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.4988470077514rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5RuZW7olnbTAV18cXuX0GvSzhyR5Kgl { position:absolute;display:block;z-index:15014;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.125rem;width:3.125rem;top:12.593658447266rem;left:0.96857261657713rem;overflow:hidden;display:block; }
#zC1UB55GNqJZLSrIO11udpDleVmq0rbV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:11.624649047851rem;left:0rem;display:block; }
#ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24.25rem;width:26.3125rem;top:12.843574523926rem;left:2.4684848785401rem;display:block; }
#LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:16.031158447266rem;left:6.25rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:18.693183898926rem;left:6.25rem;height:15.3009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:22rem;width:25.4375rem;top:12.718399047851rem;left:34.562320709229rem;display:block; }
#XDbBHycEJG8SIqdE5UTkeMfq2Meq3N88 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:11.624649047851rem;left:31.687232971191rem;display:block; }
#iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:15.687149047851rem;left:38.187145233154rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPifZLd275Tthtwp1JB1zvSwlBs0AghH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:18.468574523926rem;left:38.187145233154rem;height:17.00105rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vq22KGC7GbXsc3BHHivtwp5SxJEMtyLw { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:39.280891418457rem;left:0rem;display:block; }
#bhkpqFaDKyxxhi9Xken7XNLqCCXVtDdi { position:absolute;display:block;z-index:15005;background-color:#f7f7f7;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:24rem;width:26.4375rem;top:40.843391418457rem;left:2.2496452331543rem;display:block; }
#NQes7RpV3ZpUCV7IHcpdW50NaAf3vbAv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:44.280891418457rem;left:6.25rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zlh4H8TLTH9udpo4z9qz6J4gVl6vCM7W { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:46.906074523926rem;left:6.25rem;height:15.3009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBKr5RewX9sdwXKIRRgWrbA62edF9ZdB { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:36.656158447266rem;left:31.25rem;display:block; }
#yitd7kFCSiUQR6gVKokeAVqLgBUm2u02 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:37.531074523926rem;left:31.937145233154rem;overflow:hidden;display:block; }
#X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { position:absolute;display:block;z-index:15012;background-color:#f7f7f7;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:20.4375rem;width:25.4375rem;top:38.28125rem;left:34.562320709229rem;display:block; }
#TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:41.312141418457rem;left:37.374820709229rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:44.030982971191rem;left:37.374820709229rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQQ0cGQcmE0nWFtNbQweLWysobx0o6WA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:61.25rem;left:31.312145233154rem;display:block; }
#vWHgCLrlbIBxpEsJPug6snRmr1nTADfS { position:absolute;display:block;z-index:15025;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.5rem;width:4.5rem;top:61.530982971191rem;left:31.530982971191rem;overflow:hidden;display:block; }
#kEcAfgKa4EpZ7xOfHScZn1rVEWfBKW4L { position:absolute;display:block;z-index:15012;background-color:#f7f7f7;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.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:19.625rem;width:25.4375rem;top:62.562141418456rem;left:34.562320709229rem;display:block; }
#tKbG4OfTq8XXEB4A4JA8bV1Lsv4DBblX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:64.999992370606rem;left:36.999732971191rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0gHVUE8FaoIcbxFu6mmV3dpV8UWDN2M { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:67.468482971194rem;left:37.1875rem;height:11.90075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U6begnAm8daJPfelRyWhTlSCVOCB2XJB { position:absolute;display:block;z-index:15031;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.125rem;width:3.125rem;top:12.624732971191rem;left:32.624732971191rem;overflow:hidden;display:block; }
#mQvsM3OdJDsmpFbTa5BGc8n14itQ6GfB { position:absolute;display:block;z-index:15032;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.125rem;width:3.125rem;top:40.093658447266rem;left:0.96857261657713rem;overflow:hidden;display:block; }
#e029782f2b1fe061ba130f9137ddb877.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;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { background-color: transparent; background-image: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container > .video-iframe-container { display: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row > .video-iframe-container { display: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .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); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { border-width: 0; border-radius: 0; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { background-color: transparent; background-image: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container > .video-iframe-container { display: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row > .video-iframe-container { display: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .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); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { border-width: 0; border-radius: 0; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql::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; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container { background-color: transparent; background-image: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container > .video-iframe-container { display: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row > .video-iframe-container { display: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .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); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container { border-width: 0; border-radius: 0; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG::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; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WMwwqWTUqoky09TqOry8NO22H97Gn3aT { display:block; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:14rem;left:0rem;width:39.625rem;height:5.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:27.5625rem;left:0rem;width:37.625rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.5625rem;left:0rem;width:15.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b572Bn8tkes796bxB2xaefrD1bgGZg0J { top:19.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:5rem;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:10.25rem;left:0.75rem;width:46.25rem;height:20.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEmy7y3wonD6Kx1uqsJThysNUsTaCTH { width:17.5rem;height:3.4375rem;top:34.3125rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX3LXPypxR0bWFogZtpOtBoTMwh0x7Sz { display:block; }
 }@media only screen and (max-width: 763px) { #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE { display:block; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTZIPmbBErQF1v5CcbSAw3JoEf0p6ZZK { width:13.1875rem;height:5.625rem;top:15.1875rem;left:17.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3P4rTCeoA0GDMTit01ptIhHRNvsKJ5V { width:13.1875rem;height:1.6875rem;top:13.5625rem;left:17.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apb4vKAi3E3PPTbohrTM3nONiSV2r5Fb { width:13.25rem;height:1.6875rem;top:22.875rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfdyazlyztzUz7Xz6bhqwb9FdX2cZ95 { width:14.375rem;height:7.0625rem;top:24.5625rem;left:17.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxgm5c9H0OOw2KPy4IDvtZOtE0FABCPS { width:14.25rem;height:1.6875rem;top:33.5rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viuNmS49Mt8O6x2xif9EHZvD1EGGM0S7 { width:14rem;height:4.1875rem;top:35.1875rem;left:16.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uedVHqyIzPqC10uBupP2EL3sWcfSy0DE { width:13.4375rem;height:7rem;top:15.8125rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQC7btLwz6nw4XhtduBTOMfvRHtWUKve { width:15.625rem;height:1.6875rem;top:13.5625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEBI17ieF6C4HJOScBA8oDUvNVzUQXVD { width:15.625rem;height:1.6875rem;top:25.1875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdc5PcSiqu2bwu5VTgrEobZcqbeoT8Q { width:13.4375rem;height:7rem;top:26.875rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARR34CtChWJGMxVd8VcWisIgyraBMJT { width:15rem;height:25.5625rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPdChZ58pX0hQFnrVT8cbVUuV3fKMmN7 { width:13.625rem;height:3.4375rem;top:36.375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c61dqnZgw8ykkBKlM4yZgAK6ffKSW7 { display:block; }
 }@media only screen and (max-width: 763px) { #p24tcWHwIuwlzinvvIBC7M8Ky9OB6ZF0 { top:9.875rem;left:0rem;width:40.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVioGckg7y3aHWbuCfniLGV2UiLvSQBR { top:23.125rem;left:15.875rem;width:0.0625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhdRwIUszZOD69CVdrtW5D2qOELg2na { top:9.875rem;left:0rem;width:18.6875rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwNTgOhcK1d8SoxdNHT2rZG0E15D8bx { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0pvahMuTW7wHifT9rW5eqZl7EqF0ur { top:13.75rem;left:15.875rem;width:0.0625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNyuoNt2Sql8GJoc1tlOxWTvWIusQVMI { top:33.8125rem;left:15.875rem;width:0.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyN7WkcnbnkCr1GNXzDnman4TfzgwCnX { top:13.75rem;left:31.75rem;width:0.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5iHCgGPlDQWxku293gCJHGvgJd1CsrO { top:25.4375rem;left:31.75rem;width:0.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeroAyud44U1v16JzUm6MrTEMpUO6y8E { width:18.125rem;height:3.1875rem;top:22.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { width:15.8125rem;height:12.5625rem;top:27.375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { width:15.8125rem;height:14.375rem;top:27.25rem;left:15.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { width:18.75rem;height:3.1875rem;top:22.5625rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { width:15.0625rem;height:16.1875rem;top:25.875rem;left:32.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { width:18.75rem;height:1.5625rem;top:22.9375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { width:36.875rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { width:45.9375rem;height:4.25rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { top:14.375rem;left:0rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { top:14.375rem;left:12.25rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { top:14.375rem;left:28.125rem;width:19.5rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { top:45.375rem;left:12.25rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { top:45.375rem;left:0rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { top:45.375rem;left:28.125rem;width:19.5rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { width:16.5625rem;height:19.75rem;top:59rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { width:18.75rem;height:3.1875rem;top:54.125rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { width:18.75rem;height:3.1875rem;top:54.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { width:15.5rem;height:19.75rem;top:58.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { width:18.75rem;height:3.1875rem;top:54.125rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { width:15.9375rem;height:19.8125rem;top:59rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { top:48.75rem;left:6.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VflQuNTAv7b8zaIlwQONqvDNV15RdPne { top:48.8125rem;left:22.09375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5mLAizBSVRIP5AelkEus92lKZdJsuzx { top:48.75rem;left:38.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInhyASC9k9kf1A65dJh0vPaxZK58udl { top:17.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { top:16.875rem;left:37.8125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { top:16.625rem;left:5.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr8nFdFggKwtc76cec4KzTmgrL4RR053 { top:16.6875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwEa57qLsenPgxsV6S5ff438FME5fZK1 { top:16.625rem;left:37.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { top:47.875rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { top:47.875rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { top:48rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF { display:block; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USnD70CcbgCV1LgZ3Ml7xcw7QB0xdTSJ { width:44.1875rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF { display:block; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2hkoSvV40ld7MJtQTs76pogL4lVAeIF { width:32.5rem;height:5.1875rem;top:4.9375rem;left:12rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu7unp45dry5ORuwoxR2ke7FpndhRpgq { width:32.5rem;height:5.0625rem;top:12.3125rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFzD9HztVmUu1iAvzbQ698MD3oHxDFR { width:13.4375rem;height:2.625rem;top:19.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUOV2FPs01VcBXFK2MhHo69wIwonSVH { display:block; }
 }@media only screen and (max-width: 763px) { #EDmobnodNTXAFUwFSnuAwTZwJGzdaWtv { top:4.125rem;left:3.125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { display:block; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG67F4K75arD59y5l798GLlytHOqHIDT { top:4.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5RuZW7olnbTAV18cXuX0GvSzhyR5Kgl { top:12.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC1UB55GNqJZLSrIO11udpDleVmq0rbV { top:11.5625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { top:12.8125rem;left:0rem;width:26.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { top:16rem;left:3.1875rem;width:19.4375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { top:18.6875rem;left:3.1875rem;width:18.8125rem;height:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { top:12.6875rem;left:22.3125rem;width:25.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbBHycEJG8SIqdE5UTkeMfq2Meq3N88 { top:11.5625rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { top:15.625rem;left:25.9375rem;width:21.8125rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPifZLd275Tthtwp1JB1zvSwlBs0AghH { top:18.4375rem;left:28.999645233154rem;width:18.6875rem;height:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq22KGC7GbXsc3BHHivtwp5SxJEMtyLw { top:39.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkpqFaDKyxxhi9Xken7XNLqCCXVtDdi { top:40.8125rem;left:0rem;width:26.4375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQes7RpV3ZpUCV7IHcpdW50NaAf3vbAv { top:44.25rem;left:2.0625rem;width:21.8125rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlh4H8TLTH9udpo4z9qz6J4gVl6vCM7W { top:46.875rem;left:3.1875rem;width:19.1875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBKr5RewX9sdwXKIRRgWrbA62edF9ZdB { top:36.625rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yitd7kFCSiUQR6gVKokeAVqLgBUm2u02 { top:37.5rem;left:23.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { top:38.25rem;left:22.3125rem;width:25.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { top:41.25rem;left:25.9375rem;width:21.8125rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { top:44rem;left:28rem;width:19.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQQ0cGQcmE0nWFtNbQweLWysobx0o6WA { top:61.25rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWHgCLrlbIBxpEsJPug6snRmr1nTADfS { top:61.5rem;left:23.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEcAfgKa4EpZ7xOfHScZn1rVEWfBKW4L { top:62.5rem;left:22.3125rem;width:25.4375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKbG4OfTq8XXEB4A4JA8bV1Lsv4DBblX { top:64.9375rem;left:25.9375rem;width:21.8125rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0gHVUE8FaoIcbxFu6mmV3dpV8UWDN2M { top:67.4375rem;left:27.25rem;width:20.5rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6begnAm8daJPfelRyWhTlSCVOCB2XJB { top:12.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQvsM3OdJDsmpFbTa5BGc8n14itQ6GfB { top:40.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .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) { #WMwwqWTUqoky09TqOry8NO22H97Gn3aT { display:block; }#WMwwqWTUqoky09TqOry8NO22H97Gn3aT > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:6.875rem;top:7.8688735961912rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:1.375175rem;top:18.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:9.749625rem;height:2.8125rem;top:2.6873223781586rem;left:5.1247334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #b572Bn8tkes796bxB2xaefrD1bgGZg0J { width:20rem;height:2.000175rem;top:15rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:20rem;height:31.9957rem;top:8.3744666576388rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:4.249825rem;top:3.06241106987rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #QbEmy7y3wonD6Kx1uqsJThysNUsTaCTH { width:13.3749375rem;height:2.56214375rem;top:43.941314458847rem;left:3.3118782043457rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX3LXPypxR0bWFogZtpOtBoTMwh0x7Sz { display:block; }
 }@media only screen and (max-width: 763px) { #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2e51d0a-b932-4966-b17f-73558d61e3f7/iStock12870232431.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.adaptive-delivery-prevent-bg, #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.lazyload, #CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE.lazyloading { background-image: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { background-color: transparent; background-image: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container > .video-iframe-container { display: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row > .video-iframe-container { display: none; }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .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); }#CkBT6kE0Cm2NXPE3ARc5oEm8PuhcahrE > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTZIPmbBErQF1v5CcbSAw3JoEf0p6ZZK { width:14.5625rem;height:4.21875rem;top:42.84375rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3P4rTCeoA0GDMTit01ptIhHRNvsKJ5V { width:14.5625rem;height:1.5rem;top:41.09375rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apb4vKAi3E3PPTbohrTM3nONiSV2r5Fb { width:14.5625rem;height:1.5rem;top:49.25rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfdyazlyztzUz7Xz6bhqwb9FdX2cZ95 { width:14.5625rem;height:7.03125rem;top:51.25rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxgm5c9H0OOw2KPy4IDvtZOtE0FABCPS { width:14.5625rem;height:1.5rem;top:60.59375rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viuNmS49Mt8O6x2xif9EHZvD1EGGM0S7 { width:14.5625rem;height:4.21875rem;top:62.375rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uedVHqyIzPqC10uBupP2EL3sWcfSy0DE { width:14.5625rem;height:7.03125rem;top:70.75rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQC7btLwz6nw4XhtduBTOMfvRHtWUKve { width:14.5625rem;height:1.5rem;top:69.0625rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEBI17ieF6C4HJOScBA8oDUvNVzUQXVD { width:14.5625rem;height:1.5rem;top:79.6875rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdc5PcSiqu2bwu5VTgrEobZcqbeoT8Q { width:14.5625rem;height:5.625rem;top:81.1875rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARR34CtChWJGMxVd8VcWisIgyraBMJT { width:15.43725rem;height:23.9968rem;top:9.5951461791994rem;left:2.28116106987rem;text-align:center;text-align-last:center;font-size:1rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #OPdChZ58pX0hQFnrVT8cbVUuV3fKMmN7 { width:11.1875rem;height:2.75rem;top:32.56201171875rem;left:4.40625rem;color:#ffffff;background-color:#4d714c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c61dqnZgw8ykkBKlM4yZgAK6ffKSW7 { display:block; }
 }@media only screen and (max-width: 763px) { #p24tcWHwIuwlzinvvIBC7M8Ky9OB6ZF0 { width:18.8125rem;height:50.875rem;top:38.40625rem;left:0.59375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xVioGckg7y3aHWbuCfniLGV2UiLvSQBR { width:0.125rem;height:8.75rem;top:49.375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhdRwIUszZOD69CVdrtW5D2qOELg2na { width:18.6875rem;height:30.1875rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwNTgOhcK1d8SoxdNHT2rZG0E15D8bx { width:14.625rem;height:4.00035625rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0pvahMuTW7wHifT9rW5eqZl7EqF0ur { width:0.125rem;height:6.8125rem;top:40.59375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNyuoNt2Sql8GJoc1tlOxWTvWIusQVMI { width:0.125rem;height:5.9375rem;top:60.53125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyN7WkcnbnkCr1GNXzDnman4TfzgwCnX { width:0.125rem;height:9rem;top:68.96875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5iHCgGPlDQWxku293gCJHGvgJd1CsrO { width:0.125rem;height:7.25rem;top:79.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA { display:block; }#X8Es6pA09LwVCCNbfQ1XsUn4lKog8SVA > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeroAyud44U1v16JzUm6MrTEMpUO6y8E { width:18.75rem;height:3.2492875rem;top:16.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOGRBd6QLWLbMi2HPkgBkq0sCyp9wg1 { width:17.5625rem;height:10.8371875rem;top:21.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gG8i0nt3cnSPy42qGvKesSgxgV1ckTEJ { width:17.5625rem;height:14.4495625rem;top:71.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hTUP9yixDmDlqB5esSeSlRD9bnDKeOMG { width:18.75rem;height:3.2492875rem;top:66.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Q0dmtaMdmEuSq2zAxQfySQ60gNPQha { width:17.5625rem;height:14.4495625rem;top:125.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gEgoEHZO7JXD4WqCdLrPd9ODbWJCVaCG { width:18.75rem;height:1.62464375rem;top:121.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVrRE2x67J4L1t8KZreduuKoWrr6XPl { width:16.4999375rem;height:7.310875rem;top:5.4372339248658rem;left:1.7498223781586rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3fhwUT0WdxFLxKJZm70oQHkRL67eSK9 { width:20rem;height:2.599875rem;top:2.4997339248658rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m2gx17ICn11wEHXG4vLFfnMExh0cMaAr { width:20rem;height:19.9375rem;top:14.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;display:block; }
 }@media only screen and (max-width: 763px) { #JKB08o9xyVMgJ7KHcmKBH4whgqIaU9Ch { width:20rem;height:23.75rem;top:63.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) { #Xs3QGToVDaJKOIZSEQUMwdtxP3K7VG3T { width:20rem;height:22.5625rem;top:119.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pouHaz6giyTKyuIRUEPwpTQOhy1rK728 { width:3.875rem;height:3.875rem;top:17.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBkQR199tlUSLSQFheDLSKDPgMUsdgyo { width:20rem;height:29.75rem;top:88.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;display:block; }
 }@media only screen and (max-width: 763px) { #wmxnzZddIGpCLXmRGJkO8eOgMndcqSwR { width:20rem;height:27.125rem;top:35.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;display:block; }
 }@media only screen and (max-width: 763px) { #OmzlvTlZemTqLnhThR8PVJBkrloxpJhm { width:20rem;height:27.5625rem;top:143.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BiTmTzAZgtsoJyT99REvfK8HUvEIAT4e { width:17.562125rem;height:19.8681875rem;top:95.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UO6hVVcuVWMTxWQ09cp9WOkElJqzN { width:18.75rem;height:3.2492875rem;top:91.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDabEgOPgdCPRxyg7eaxaR9g0lSl2vx8 { width:18.75rem;height:3.2492875rem;top:37.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKKCqpCbodDWasDQQ2CsQKAqNf6HcIV8 { width:17.5625rem;height:18.0619375rem;top:42.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NeFlrTC4mTKfqeIXORs21RVUWFWmuZU3 { width:18.75rem;height:3.2492875rem;top:146rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vCBkfks7WRuPOWoamWITZgdGwlXbCVKd { width:17.5625rem;height:18.0619375rem;top:150.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vF5IrtDyealHCRTW6Pm9ITSPelRIOctd { width:3.875rem;height:3.875rem;top:43.667rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VflQuNTAv7b8zaIlwQONqvDNV15RdPne { width:3.875rem;height:3.875rem;top:106.01075rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5mLAizBSVRIP5AelkEus92lKZdJsuzx { width:3.875rem;height:3.875rem;top:170.5044375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IInhyASC9k9kf1A65dJh0vPaxZK58udl { width:3.875rem;height:3.875rem;top:77.9570625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDtkHdlr1TmqqIVZchdLrXvdlcl1llhu { width:5.125rem;height:5.125rem;top:141.626rem;left:7.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZflnChJwXTiGsNet6akzPkOWzAGHiC3 { width:0.0625rem;height:0.0625rem;top:169.86806964874rem;left:1.7498223781586rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cr8nFdFggKwtc76cec4KzTmgrL4RR053 { width:0.0625rem;height:0.0625rem;top:169.09791278839rem;left:4.6875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QwEa57qLsenPgxsV6S5ff438FME5fZK1 { width:0.0625rem;height:0.0625rem;top:168.22211933136rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PDTKE9kvL80qvQW2XV4ThB0yNkyZUfqQ { width:0.0625rem;height:0.0625rem;top:169.86806964874rem;left:2.5563740730286rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e6UztZ15EI4UyNLERhTl3hmxGvx3pLVL { width:0.0625rem;height:0.0625rem;top:169.09791278839rem;left:5.2494668960571rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3pBp1PPAuPcDK1uFXJFrd1zL7am9Ad { width:0.0625rem;height:0.0625rem;top:169.09791278839rem;left:8.18714427948rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oiXQAmIHn2t4f4AkFsLP5HZxnksMKsWK { width:0.625rem;height:0.625rem;top:13.068542355469rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.adaptive-delivery-prevent-bg, #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.lazyload, #h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF.lazyloading { background-image: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { background-color: transparent; background-image: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.4); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container > .video-iframe-container { display: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.4); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row > .video-iframe-container { display: none; }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .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); }#h5ug2zA3PmsSKqFEs3qmpMgsWHnZOvuF > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USnD70CcbgCV1LgZ3Ml7xcw7QB0xdTSJ { width:16.5625rem;height:11.5509375rem;top:2.4995546340942rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bb7ebb1-16e5-4e4e-9803-8bce679740a0/spikesofriperyeonasummerevening.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.adaptive-delivery-prevent-bg, #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.lazyload, #CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF.lazyloading { background-image: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { background-color: transparent; background-image: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container > .video-iframe-container { display: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row > .video-iframe-container { display: none; }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .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); }#CLmXNC8sXkEWE4lOnNUTtp1rBE2CfUhF > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2hkoSvV40ld7MJtQTs76pogL4lVAeIF { width:16.3116875rem;height:4.6302375rem;top:6.4670634269712rem;left:1.8434834480286rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu7unp45dry5ORuwoxR2ke7FpndhRpgq { width:15.2499375rem;height:11.90075rem;top:12.642932891846rem;left:2.3748223781586rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akFzD9HztVmUu1iAvzbQ698MD3oHxDFR { width:9.874375rem;height:2.4374125rem;top:25.947708129882rem;left:5.0621447563171rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;background-color:#4d714c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HuUOV2FPs01VcBXFK2MhHo69wIwonSVH { display:block; }
 }@media only screen and (max-width: 763px) { #EDmobnodNTXAFUwFSnuAwTZwJGzdaWtv { display:flex;width:4.3124125rem;height:4.3124125rem;top:1.5625004768372rem;left:7.8431282043456rem; }
 }@media only screen and (max-width: 763px) { #q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu { display:block; }#q1FsTr95DgFTNJ1UObMQRoNKCcxBbWKu > .row .container { width:20rem;height:139.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG67F4K75arD59y5l798GLlytHOqHIDT { width:19.3124375rem;height:4.874825rem;top:2.8116159439087rem;left:0.34312844276428rem;font-size:1.875rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i5RuZW7olnbTAV18cXuX0GvSzhyR5Kgl { width:2.5rem;height:2.5rem;top:9.9435424804688rem;left:0.87446713447569rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC1UB55GNqJZLSrIO11udpDleVmq0rbV { width:4.3125rem;height:4.3125rem;top:9.0375518798825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2PMaD5qMSK4d8N2uyX0gwH4LvELdz6 { width:20rem;height:22.5rem;top:9.9444274902344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUm8ieeOmdMUpuG3pxMUVltPN1mKP67C { width:19.875rem;height:1.437325rem;top:13.974975585938rem;left:-0.031960487365722rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #eFZqK021zX0d0THLhmx9QcLoHTb5Vu0o { width:17.8125rem;height:14.342125rem;top:16.194427490234rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe51mbPkesiLB5ZS2euIwKAKmcbxvoCc { width:20rem;height:21.4375rem;top:60.124206542969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbBHycEJG8SIqdE5UTkeMfq2Meq3N88 { width:4.3125rem;height:4.3125rem;top:33.812057495118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZJoISHKb4w1cxWitcVB9SX1qkgFvbeR { width:10.6875rem;height:1.437325rem;top:63.124465942381rem;left:5rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #dPifZLd275Tthtwp1JB1zvSwlBs0AghH { width:17.8125rem;height:17.00105rem;top:65.749633789062rem;left:1.1248223781586rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq22KGC7GbXsc3BHHivtwp5SxJEMtyLw { width:4.3125rem;height:4.3125rem;top:58.812057495118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkpqFaDKyxxhi9Xken7XNLqCCXVtDdi { width:20rem;height:23rem;top:34.812149047851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQes7RpV3ZpUCV7IHcpdW50NaAf3vbAv { width:17.625rem;height:3.44904375rem;top:37.811965942382rem;left:1.1869671344757rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #zlh4H8TLTH9udpo4z9qz6J4gVl6vCM7W { width:17.8125rem;height:14.342125rem;top:41.937057495118rem;left:1.1248223781586rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBKr5RewX9sdwXKIRRgWrbA62edF9ZdB { width:4.3125rem;height:4.3125rem;top:82.749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yitd7kFCSiUQR6gVKokeAVqLgBUm2u02 { width:2.75rem;height:2.75rem;top:83.6242980957rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SzOfsRTUG8SFz8hh2Sh50sBNtKXrSH { width:20rem;height:24.5625rem;top:84.124542236325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPiptRfe6gHgGCwGE41EAtkVm2H9lpn { width:11.875rem;height:2.87464375rem;top:87.0617980957rem;left:4.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #NEWDetsDWCeXgvvh1EKl5kVru9MJOEso { width:17.249625rem;height:15.3009375rem;top:91.436344146731rem;left:1.3747336864471rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQQ0cGQcmE0nWFtNbQweLWysobx0o6WA { width:4.3125rem;height:4.3125rem;top:110.4992980957rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWHgCLrlbIBxpEsJPug6snRmr1nTADfS { width:4.25rem;height:4.25rem;top:110.40606689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEcAfgKa4EpZ7xOfHScZn1rVEWfBKW4L { width:20rem;height:24rem;top:111.18731689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKbG4OfTq8XXEB4A4JA8bV1Lsv4DBblX { width:13.1875rem;height:2.87464375rem;top:114.2497253418rem;left:3.4055395126342rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #J0gHVUE8FaoIcbxFu6mmV3dpV8UWDN2M { width:17.8125rem;height:15.3009375rem;top:118.12490844726rem;left:1.0307171344757rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6begnAm8daJPfelRyWhTlSCVOCB2XJB { width:2.75rem;height:2.75rem;top:59.624374389649rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQvsM3OdJDsmpFbTa5BGc8n14itQ6GfB { width:3.125rem;height:3.125rem;top:34.437057495118rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { background-color: transparent; background-image: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container > .video-iframe-container { display: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row > .video-iframe-container { display: none; }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .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); }#dbE0o05E7Qh7gvJLTse2G9JTdOBxGDVZ > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { background-color: transparent; background-image: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container > .video-iframe-container { display: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row > .video-iframe-container { display: none; }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .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); }#amifVsvLt0BLio0vgbtRDuUOAVq0p1Ql > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container { background-color: transparent; background-image: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container > .video-iframe-container { display: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row > .video-iframe-container { display: none; }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .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); }#dlXvpV3sHwThdeOcI7UM145Oq0CpHQJG > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }