.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#140e38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/409316b7-042c-4d8b-b5d6-d7d27a26d60b/Agriculture_bg.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container {  }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:14px;font-family:arial;height:77px;width:1200px;position:relative;display:block; }#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:214px;top:0px;left:10px;overflow:hidden;display:block; }
#NSkCpMSOlevecJ1Hqk8d6QLTPplmhfiK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:123px;top:16px;left:238px;overflow:hidden;display:block; }
#VAgf4owTzzHTD11DLRRHpOygTi8nHQpJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:44px;width:188px;top:17px;left:960px;overflow:hidden;display:block; }
#BrHSDWwR8mvn0MkHXOEJlFDMMHP9F2gX { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:48px;width:192px;top:15px;left:958px;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/409316b7-042c-4d8b-b5d6-d7d27a26d60b/Agriculture_bg.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { border-width: 0; border-radius: 0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container {  }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:14px;font-family:arial;height:489px;width:1200px;position:relative;display:block; }#ikyTvfos0tSlaZRWupwRp5idTEBeqnDi { color:#0b2d6f;display:block;width:738px;position:absolute;font-family:montserrat;font-size:62px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 6px #ffffff;top:146px;left:33px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { color:#ffffff;display:block;width:622px;position:absolute;font-family:montserrat;font-size:26px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(246,241,241,0.5);top:242px;left:33px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:36px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9px;left:890px;display:block; }
#sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:166px;height:36px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9px;left:1008px;display:block; }
#dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:97px;height:36px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9px;left:786px;display:block; }
#agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z { color:#000000;display:block;width:664px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15067;line-height:2;letter-spacing:0;top:208px;left:52.5px;height:0;display:none; }#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z li:before{  }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-form-header {  }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#161616;font-size:15px;overflow:hidden;font-family:montserrat;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:50px;color:#161616;font-size:15px;overflow:hidden;font-family:montserrat;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:montserrat;font-size:12px;overflow:hidden;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-button { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(45deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(45deg, #ff9d00, #e77320);background-image: -o-linear-gradient(45deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(45deg, #ff9d00, #e77320);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:63px;margin-bottom:4px;margin-left:63px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:174px;height:49px;font-family:raleway;overflow:hidden; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:12px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:9px;font-weight:400;color:#9e9e9e;vertical-align:top;width:280px;overflow:hidden;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container:first-of-type{padding-top:0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container:last-of-type{padding-bottom:0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:816.5px;top:63px;z-index:15053;position:absolute;border-top-right-radius:21px;border-bottom-right-radius:21px;border-bottom-left-radius:21px;border-top-left-radius:21px; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T {display:block;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:816.5px;top:63px;z-index:15053;position:absolute;border-top-right-radius:21px;border-bottom-right-radius:21px;border-bottom-left-radius:21px;border-top-left-radius:21px; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #FBiGTdiBM7rwkvElPMDBuciEwJ9kevov { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #V8xt2G8fBx0RKK8ABvTZ73ITFhOWmqD0 { position:relative;display:none; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Awe15JldmRN42vEC6EWT87tDFq49D5kn { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #JDCaJh42un8mlDMlT4dFX5VEu6x4IEHH { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #ZvUo887yAgoTxDlUbGgRmqF7sR5EeCDv { position:relative;display:none; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Wc5QVpaKslKpZvT6TT5pXciS2lJuwGwz { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #e9cTznQFbW2xLkbwI02itHpLzKRd0G5I { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Vye2REauZAsDdpUA9f7Jq8mC4htzpvqH { position:relative;display:none; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #nVUa5qQwdrsGVVqMiAil1S3CHJicb6yu { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #sshTI1aIXJRcSRAwBCpseaOi1Pvrg2e2 { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #vnb5T9FBF8m3Kz8683eT6mg8v2TWCu4s { position:relative;display:none; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #UOzWOcfNi4OXx2KLiTDeOaUzc8ZFbMMF { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #MveCvEJLvAmr6MKFTkkIOag5mrzu33HM { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #T2Lu4MCmwfKA9h3A6AaimhIfxKm8ox41 { position:relative;z-index:2; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #cl2uTmPbJMocpQzCeC7fsIkpbntfG9wC { position:relative; }
#EhNvlh6FJRBqRadIdAqElmoZOvKG6P6i { position:relative;z-index:100000;display:block; }
#VVVpzbONP4eECgVzrw8POzxoGcbrCv6u { position:relative;z-index:100000;display:block; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #rTOh3r6D4rHISinXlEBOhvkOk8unvgHK { position:relative; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #crQaO2FIT2MtDE9LF1EMbFvpFN6geety { position:relative; }
#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container { background-color: transparent; background-image: none; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container > .video-iframe-container { display: none; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row > .video-iframe-container { display: none; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .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); }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container { border-width: 0; border-radius: 0; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row > .video-iframe-container {  }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container { font-size:14px;font-family:arial;height:240px;width:1200px;position:relative;display:block; }#gTV7Th9OBaf0l3ErhIrmk1xzA5LVevxS { color:#ffffff;display:block;width:161px;position:absolute;font-family:montserrat;font-size:11px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:92px;left:69.5px;height:57.2222px;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; }
#sppNwIQnr8JN2J3TN4Pq6S2m4glhJpsD { color:#ffffff;display:block;width:158px;position:absolute;font-family:montserrat;font-size:11px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:80px;left:371px;height:85.8333px;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; }
#pEJ6G8l9lkoV8nIccKaR6qvDS6ZPTlBO { color:#ffffff;display:block;width:145px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:96px;left:677.5px;height:50.6771px;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; }
#wh1t423ZnssxaicW2yghdWUDSUJFlMf1 { color:#ffffff;display:block;width:131px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:96px;left:984.5px;height:50.6771px;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; }
#PIhpkGvKo14yFim2ItIf7Ae5LNksvgif { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:180px;top:30px;left:60px;overflow:hidden;display:block; }
#avGRTQwqcbqBFCGkxsOrJNz6q3bO0Kdf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:180px;top:30px;left:360px;overflow:hidden;display:block; }
#Iz9TPwpltg6CpBEcD3cwTAwNUQxsro3k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:180px;top:30px;left:660px;overflow:hidden;display:block; }
#pp0W9x6NuouR0ndcmPyHgGIAbNnc8hk0 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:180px;top:30px;left:960px;overflow:hidden;display:block; }
#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container { background-color: transparent; background-image: none; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container > .video-iframe-container { display: none; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row > .video-iframe-container { display: none; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .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); }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container { border-width: 0; border-radius: 0; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row > .video-iframe-container {  }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container { font-size:14px;font-family:arial;height:319px;width:1200px;position:relative;display:block; }#SuQte8OMzmmAG1EQz6M9gQnxMCzTi55t { color:#662483;display:block;width:363px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:49px;left:17px;height:22px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZOmoXaTfIfRUIOC6GzkOpc9zpdXBpvy3 { color:#212121;display:block;width:366px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:93.199996948242px;left:17px;height:154.705px;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:left;text-align-last:left;display:block; }
#mWXABZFFOiUcCH8NShfnotuJokWT1nGZ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:216px;width:507px;top:71px;left:402px;overflow:hidden;display:block; }
#FTfq9S6zEAdQREsgczISeFsIvFbVCrz5 { color:#585858;display:block;width:510px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:46.5px;left:420.5px;height:19.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DI05tTIENizJQxX3T0Q5nJulkHJRteKH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:226px;width:200px;top:46.5px;left:959px;overflow:hidden;display:block; }
#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container { background-color: transparent; background-image: none; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container > .video-iframe-container { display: none; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row > .video-iframe-container { display: none; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .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); }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container { border-width: 0; border-radius: 0; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row > .video-iframe-container {  }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container { font-size:14px;font-family:arial;height:725px;width:1200px;position:relative;display:block; }#BM1m6OvxgJRyiu4cXoKqBGHFvst5qQV2 { color:#0a9000;display:block;width:465px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:23px;left:26px;height:28.5938px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV { color:#212121;display:block;width:344px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:182px;left:26px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV li:before{  }
#Uad8fsWESBEshIiZoLOiAzMTeQlTnXES { color:#0a9000;display:block;width:437px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:148px;left:26px;height:20.7986px;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:justify;text-align-last:initial;display:block; }
#qD3RsoMxSHMWlrazTOT86nSwm9E4PxAI { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:645px;width:880px;top:80px;left:320px;overflow:hidden;display:block; }
#dtavyaLR5JaneF4boNoJ4oeUTWqzqKoP { color:#212121;display:block;width:420px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:76px;left:26px;height:49.375px;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:justify;text-align-last:initial;display:block; }
#XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a { color:#212121;display:block;width:344px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:472px;left:26px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a li:before{  }
#pwTDseTlnNB10olhOkxX7zyR4kkoumOe { color:#0a9000;display:block;width:437px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:436px;left:26px;height:20.7986px;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:justify;text-align-last:initial;display:block; }
#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container { background-color: transparent; background-image: none; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container > .video-iframe-container { display: none; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row > .video-iframe-container { display: none; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .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); }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container { border-width: 0; border-radius: 0; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row > .video-iframe-container {  }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container { font-size:14px;font-family:arial;height:311px;width:1200px;position:relative;display:block; }#hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { color:#662483;display:block;width:353px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:77px;left:633px;height:22px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THCR0B6oZWaEItITIFl6cnOTkzPi590J { color:#212121;display:block;width:534px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:112px;left:633px;height:54.5312px;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:left;text-align-last:left;display:block; }
#EmEbE2HldT1lQaJB5es7IXEOIuCVn87S { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:323px;width:529px;top:0px;left:26.533340454102px;overflow:hidden;display:block; }
#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { background-color: transparent; background-image: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .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); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { border-width: 0; border-radius: 0; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container {  }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { font-size:14px;font-family:arial;height:277px;width:1200px;position:relative;display:block; }#OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { color:#662483;display:block;width:670px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:25.984375px;left:276px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:42px;overflow:hidden;display:block; }
#DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:236px;overflow:hidden;display:block; }
#nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:430px;overflow:hidden;display:block; }
#MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { color:#212121;display:block;width:122px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:218px;left:41px;height:31.1875px;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; }
#qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { color:#212121;display:block;width:143px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:218px;left:224px;height:31.1875px;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; }
#JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { color:#212121;display:block;width:138px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:218px;left:421px;height:31.1875px;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; }
#IygafI40nOgOKFdZp430CWQSKyeoFXy4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:642px;overflow:hidden;display:block; }
#DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:839px;overflow:hidden;display:block; }
#o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 10px rgba(0,0,0,0.34) ;height:120px;width:120px;top:85px;left:1035px;overflow:hidden;display:block; }
#lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { color:#212121;display:block;width:130px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:218px;left:1030px;height:15.5938px;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; }
#PTEPFfuOndwCaqyDsPVzF47JXEP207eP { color:#212121;display:block;width:136px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:218px;left:831px;height:31.1875px;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; }
#bF2L6nMPEJ3q9x23vmT9KNL2OceQNJWK { color:#212121;display:block;width:122px;position:absolute;font-family:montserrat;font-size:12px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:218px;left:641px;height:31.1875px;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; }
#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mJOVeEsW/Agriculture_shutterstock_368104019.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.adaptive-delivery-prevent-bg, #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.lazyload, #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.lazyloading { background-image: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { background-color: transparent; background-image: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container > .video-iframe-container { display: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row > .video-iframe-container { display: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .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); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { border-width: 0; border-radius: 0; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row > .video-iframe-container { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { font-size:14px;font-family:arial;height:451px;width:1200px;position:relative;display:block; }#AkwrvZspT3TePKW8TtnuOiyJfPH88hWK { color:#212121;display:block;width:320px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:187px;left:79px;height:132.6042px;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:left;text-align-last:left;display:block; }
#OcA7Fig43WErwzsOLuytfp10z5wiIF6S { color:#fafafa;display:block;width:343px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:75px;left:444px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#OcA7Fig43WErwzsOLuytfp10z5wiIF6S li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#OcA7Fig43WErwzsOLuytfp10z5wiIF6S li:before{  }
#iwki63kyvOwLJ36AhKtZQTXCtAVuOcwc { color:#212121;display:block;width:320px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:361px;left:79px;height:66.3021px;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:left;text-align-last:left;display:block; }
#ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d { color:#fafafa;display:block;width:320px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:164px;left:55px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d li:before{  }
#VLXQclLFHHnp73p1i6Ony41ihPBBgSGd { color:#fafafa;display:block;width:320px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:76px;left:79px;height:66.3021px;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:left;text-align-last:left;display:block; }
#bTKGr3S55zkbXzLdkhZoT1B93DZRSrva { color:#fafafa;display:block;width:320px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:53px;left:55px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bTKGr3S55zkbXzLdkhZoT1B93DZRSrva li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#bTKGr3S55zkbXzLdkhZoT1B93DZRSrva li:before{  }
#NvLLsJRu04lbaT1ByOqazqpxJgO3TrCo { color:#662483;display:block;width:214px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:31px;left:508.5px;height:22px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPTQqEKG9wt8wtVrpmzhCTxXuSbPOfcc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:282px;width:250px;top:80px;left:895px;overflow:hidden;display:block; }
#oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX { color:#fafafa;display:block;width:320px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:338px;left:55px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX li:before{  }
#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container { background-color: transparent; background-image: none; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container > .video-iframe-container { display: none; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row > .video-iframe-container { display: none; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .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); }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container { border-width: 0; border-radius: 0; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row > .video-iframe-container {  }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container { font-size:14px;font-family:arial;height:548px;width:1200px;position:relative;display:block; }#srdacukEUBu8J8s2u0St2sCqcmWnIGeD { color:#662483;display:block;width:563px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48px;left:340px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STX4LqW5MoyIU6QdzrquyXuWFXS34xo7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:161px;top:139px;left:519.5px;overflow:hidden;display:block; }
#wgIQo815PNyc3WC02G2MTE3Ptw2eAtF7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:181px;top:100px;left:280px;overflow:hidden;display:block; }
#ebr8TwQBQWNSSRohnXpoZF1Oe6PIeKxt { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:295px;top:244px;left:474px;overflow:hidden;display:block; }
#l0XruJTr0KCS5rGccvioTwC48qEBEnm7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9844px;width:196.984px;top:192px;left:647px;overflow:hidden;display:block; }
#vyQ8fQrKT6BtTCQPDFbUxFcilR9FoGJR { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:200px;top:176px;left:400px;overflow:hidden;display:block; }
#U7kdETBNgSmvAiOksfuKVheNoI8bEik0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:180px;top:136.5px;left:724px;overflow:hidden;display:block; }
#hit1nE10aDkFC242gxeoRrCHkIJNCqcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW.adaptive-delivery-prevent-bg, #hit1nE10aDkFC242gxeoRrCHkIJNCqcW.lazyload, #hit1nE10aDkFC242gxeoRrCHkIJNCqcW.lazyloading { background-image: none; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container { background-color: transparent; background-image: none; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container > .video-iframe-container { display: none; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row > .video-iframe-container { display: none; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .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); }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container { border-width: 0; border-radius: 0; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row > .video-iframe-container {  }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container { font-size:14px;font-family:arial;height:522px;width:1200px;position:relative;display:block; }#orx7wbHzoRtypRGnVHlIHii5JsPoRoQB { color:#662483;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EeEWKaxkFXBPipEMU4NBbMRQz7TWHiw2 { color:#212121;display:block;width:161px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:175px;left:159px;height:36.3542px;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; }
#wW4ieJDhEvUZpFf96OviTX2onawBLgTS { color:#212121;display:block;width:186px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:175px;left:885px;height:18.1771px;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:left;text-align-last:left;display:block; }
#fwWBXzy2E4BsqemIH4AnPQCfpwI5hamD { color:#212121;display:block;width:192px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:287px;left:882px;height:18.1771px;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:left;text-align-last:left;display:block; }
#AdTAnfI4yNPunTJL6SiWK6znx5IAS99y { color:#212121;display:block;width:162px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:398px;left:199px;height:36.3542px;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; }
#bZG1UmOI7qXlCN5mg1OTuK4RA8zRTTIZ { color:#212121;display:block;width:188px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:287px;left:133px;height:36.3542px;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; }
#sDZV29yPuCvr1oePyfNUSucLZsOQzzFM { color:#212121;display:block;width:228px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:407px;left:864px;height:18.1771px;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:left;text-align-last:left;display:block; }
#ZDvdZuck8qqyDonO4JOLFS4P3ZSBNGRX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:518px;top:120px;left:343px;overflow:hidden;display:block; }
#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mJOVeEsW/Agriculture_shutterstock_368104019.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.adaptive-delivery-prevent-bg, #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.lazyload, #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.lazyloading { background-image: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { background-color: transparent; background-image: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container > .video-iframe-container { display: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row > .video-iframe-container { display: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .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); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { border-width: 0; border-radius: 0; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row > .video-iframe-container {  }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { font-size:14px;font-family:arial;height:246px;width:1200px;position:relative;display:block; }#VXWwrgDhghF2x7gckUMAh96Snv0CHQ6N { color:#ffffff;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31px;left:35px;height:23.4028px;font-style:normal;display:block; }
#I2JXAVxhh6AeTuD9M8l22Z9GE9oHTkug { color:#000000;display:block;width:496px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15066;line-height:2;letter-spacing:0;top:74px;left:63px;height:139.9305px;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; }
#HBnl72ZwfeGAUKUrsA64wv1WzPkfRUVR { box-sizing:content-box;color:#f4f4f4;font-size:21px;font-weight:400;line-height:1;height:31px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:100px;left:35px;display:block; }
#bcSkXmQDg7WPubO4c02DpLyUDcxCEmle { box-sizing:content-box;color:#f4f4f4;font-size:21px;font-weight:400;line-height:1;height:31px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:152px;left:35px;display:block; }
#XGxJgkT86SerCqRoO8AAVTi9Aimdwndy { box-sizing:content-box;color:#f4f4f4;font-size:21px;font-weight:400;line-height:1;height:31px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:74px;left:641px;display:block; }
#H9IZBKtJKoCTG2akLhTDL0kao6A0n7Ff { box-sizing:content-box;color:#f4f4f4;font-size:21px;font-weight:400;line-height:1;height:31px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:101px;left:641px;display:block; }
#NNHhEXK6SgRiA9kd88lpH98fq2bHfy2A { box-sizing:content-box;color:#f4f4f4;font-size:21px;font-weight:400;line-height:1;height:31px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:71px;left:35px;display:block; }
#lTLRMJhHmKKOBTIO8WkyBDgHwvWdRZGl { color:#000000;display:block;width:496px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15067;line-height:2;letter-spacing:0;top:78px;left:669px;height:83.9583px;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; }
#H02PimQCFLndaGlr655ztqUzshM4vuiM { color:#000000;display:block;width:496px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15066;line-height:2;letter-spacing:0;top:74px;left:63px;height:140px;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:none; }
#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mJOVeEsW/Agriculture_shutterstock_368104019.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.adaptive-delivery-prevent-bg, #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.lazyload, #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.lazyloading { background-image: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { background-color: transparent; background-image: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container > .video-iframe-container { display: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row > .video-iframe-container { display: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .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); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { border-width: 0; border-radius: 0; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row > .video-iframe-container {  }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { font-size:14px;font-family:arial;height:414px;width:1200px;position:relative;display:block; }#UEyWZLdvKx32o34AM0JGJRfgiQmcHNaA { color:#ffffff;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31px;left:35px;height:23.4028px;font-style:normal;display:block; }
#QVJtyUus4iOqLIrurtrXmCP9i9q685aM { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:84px;left:26px;display:block; }
#cMOgJ87Rs9qRxaTATs3qy2qReysZJfwy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TpddhMFTVH9AJfxqahdAxelMvwdIEBXG { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:157px;left:26px;display:block; }
#QsKbChg4UdZwIwiTw7AzTT5a3tVqAZLi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tO1nM5srPvWMLv2VD1uPOVEcTo9t1NdC { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:237px;left:26px;display:block; }
#hzpob0CyEmsxJTdoSVSV6oN3Gam8lQUD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o02eJ0abQdlQzp03AayWH8JyAkJRtuJK { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:84px;left:369px;display:block; }
#zv7X45J4pLQAJQQ5lhO5OGqMaqGSuNRJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s8P2SIAhZAdRLnGo61hV7q9MIv55lIc9 { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:157px;left:369px;display:block; }
#CS078H3DLcfWElitHka6Feq0ASL1kULI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SKXH1k4wu9XTW6HkMLRSbH2vJt5FDRMp { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:237px;left:369px;display:block; }
#HFcF7gdcQzcI60WSHfccivAkkSEvwQFh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T06QSF8zkaGIqUBZSMhcgn6lJBgGXXKh { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:44px;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:318px;left:26px;display:block; }
#ELUDUMi0gK32C1a6D1zTy6O5gZ68ButT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iJSw8o5VoABnhRlkqgURHZCgqM8L8VnH { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:84px;left:684px;display:block; }
#n0KaceBiIZuvSJL5TXuxCxolnM7cvocU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Lag6ETepmb0ZMvIylZWvpGQH9xcfEWdR { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:157px;left:684px;display:block; }
#PS2ke64LcPFDulB9RILgI8Tb7ED73yXZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X52kVpclUA7FJ1VVUUBGBpq2xHqbORvp { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:237px;left:683px;display:block; }
#XBXRRILoXPfWatN5qsg53zRezN8ueQgl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PcI1aBXMzC6LpzR61qLFiaO8StxxZqBS { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:321px;left:684px;display:block; }
#N0eR3JcOl2cRbAS7cvAJ4Zhai6Tdkls5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n2HTKpyzLzdCGhgdTVaSfENXZ1K2dv3F { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:41px;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:322px;left:369px;display:block; }
#Zx7hJeKevK0R34b3MmbdrFUXC2DMZcqA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hBpIGUvTsfAoXoBew7lvIPJKylycemWN { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:157px;left:980px;display:block; }
#InXZRG4egzmSsJrxNqGo8F0POGlUJnFh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xPkIoT9TWl3bifE0arqhKnmehTn7OMO0 { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:84px;left:980px;display:block; }
#hKBg01Z3uXQ5VvZklNJpzTeqUPQEF5H0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#upsXTtTx5b2ON0SOXTxUEyDgdLiTCcdJ { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:237px;left:980px;display:block; }
#uLu3lxVwoEzl1ytfDisH1zSHPFQRoFOM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dMlZB97h7ygnZkaM5BrzcTG40D99zWMb { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:41.4844px;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:319.25px;left:980px;display:block; }
#sC8gn7KINLslFbsckVJZ33pfxxyVmGfs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mJOVeEsW/Agriculture_shutterstock_368104019.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.adaptive-delivery-prevent-bg, #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.lazyload, #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.lazyloading { background-image: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { background-color: transparent; background-image: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container > .video-iframe-container { display: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.8); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row > .video-iframe-container { display: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .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); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { border-width: 0; border-radius: 0; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row > .video-iframe-container {  }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { font-size:14px;font-family:arial;height:217px;width:1200px;position:relative;display:block; }#cV2ST47msdzQhLWmNEqQ8W7cKXTxO39U { color:#ffffff;display:block;width:886px;position:absolute;font-family:montserrat;font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:37px;left:169.50001525879px;height:62.3611px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKtyCEK5h2pVzwncsBV3JGRww8TyE2C3 { background-color:transparent;background-image:none;border-top:2px solid #ff9d00;border-left:2px solid #ff9d00;border-right:2px solid #ff9d00;border-bottom:2px solid #ff9d00;border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201.183px;height:51px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:121px;left:499.41668701172px;display:block; }
#WyULCHp0LX9ybv3MTZE3udcLTCTyKzUa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { border-width: 0; border-radius: 0; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:14px;font-family:arial;height:30px;width:1200px;position:relative;display:none; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#662483;display:block;width:151px;position:absolute;font-family:montserrat;font-size:14px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5px;left:524.5px;height:18.1953px;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0px;left:0px;width:214px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #NSkCpMSOlevecJ1Hqk8d6QLTPplmhfiK { top:16px;left:20px;width:123px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #VAgf4owTzzHTD11DLRRHpOygTi8nHQpJ { width:188px;height:44px;top:17px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #BrHSDWwR8mvn0MkHXOEJlFDMMHP9F2gX { top:15px;left:572px;width:192px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikyTvfos0tSlaZRWupwRp5idTEBeqnDi { top:146px;left:0px;width:738px;height:80px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { top:242px;left:0px;width:622px;height:101px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:104px;height:36px;top:9px;left:660px;display:block; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:166px;height:36px;top:9px;left:598px;display:block; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { width:97px;height:36px;top:9px;left:568px;display:block; }
 }@media only screen and (max-width: 763px) { #agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block; }
 }@media only screen and (max-width: 763px) { #euhuX1WdGI5WxE2edZswkNmro7q5bR4Z { top:208px;left:0px;width:664px;height:168px;font-size:13px;display:block; }#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z li:before{  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-regular-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-button { width:174px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:63px; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-checkbox-label { width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T  { width:300px;height:368px;top:63px;left:424px; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T {display:block;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T { width:300px;height:368px;top:63px;left:424px; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #FBiGTdiBM7rwkvElPMDBuciEwJ9kevov {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #V8xt2G8fBx0RKK8ABvTZ73ITFhOWmqD0 { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Awe15JldmRN42vEC6EWT87tDFq49D5kn {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #JDCaJh42un8mlDMlT4dFX5VEu6x4IEHH {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #ZvUo887yAgoTxDlUbGgRmqF7sR5EeCDv { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Wc5QVpaKslKpZvT6TT5pXciS2lJuwGwz {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #e9cTznQFbW2xLkbwI02itHpLzKRd0G5I {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Vye2REauZAsDdpUA9f7Jq8mC4htzpvqH { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #nVUa5qQwdrsGVVqMiAil1S3CHJicb6yu {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #sshTI1aIXJRcSRAwBCpseaOi1Pvrg2e2 {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #vnb5T9FBF8m3Kz8683eT6mg8v2TWCu4s { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #UOzWOcfNi4OXx2KLiTDeOaUzc8ZFbMMF {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #MveCvEJLvAmr6MKFTkkIOag5mrzu33HM {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #T2Lu4MCmwfKA9h3A6AaimhIfxKm8ox41 { z-index:2; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #cl2uTmPbJMocpQzCeC7fsIkpbntfG9wC {  }
 }@media only screen and (max-width: 763px) { #EhNvlh6FJRBqRadIdAqElmoZOvKG6P6i { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #VVVpzbONP4eECgVzrw8POzxoGcbrCv6u { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #rTOh3r6D4rHISinXlEBOhvkOk8unvgHK {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #crQaO2FIT2MtDE9LF1EMbFvpFN6geety {  }
 }@media only screen and (max-width: 763px) { #VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 { display:block; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTV7Th9OBaf0l3ErhIrmk1xzA5LVevxS { top:92px;left:15px;width:161px;height:57px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sppNwIQnr8JN2J3TN4Pq6S2m4glhJpsD { top:80px;left:207.5px;width:158px;height:85px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pEJ6G8l9lkoV8nIccKaR6qvDS6ZPTlBO { top:96px;left:405px;width:145px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wh1t423ZnssxaicW2yghdWUDSUJFlMf1 { top:96px;left:603px;width:131px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PIhpkGvKo14yFim2ItIf7Ae5LNksvgif { top:30px;left:5.5px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #avGRTQwqcbqBFCGkxsOrJNz6q3bO0Kdf { top:30px;left:196.5px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9TPwpltg6CpBEcD3cwTAwNUQxsro3k { top:30px;left:387.5px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #pp0W9x6NuouR0ndcmPyHgGIAbNnc8hk0 { top:30px;left:578.5px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #FLcnapHpzgfOAiyL3y16dxAqhwa93fsy { display:block; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuQte8OMzmmAG1EQz6M9gQnxMCzTi55t { top:49px;left:0px;width:363px;height:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOmoXaTfIfRUIOC6GzkOpc9zpdXBpvy3 { top:93px;left:0px;width:366px;height:154px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mWXABZFFOiUcCH8NShfnotuJokWT1nGZ { top:71px;left:208px;width:507px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #FTfq9S6zEAdQREsgczISeFsIvFbVCrz5 { top:46px;left:0px;width:510px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DI05tTIENizJQxX3T0Q5nJulkHJRteKH { top:46px;left:562px;width:200px;height:226px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4LSqcJ8sXUbZboHHxfy54B59GubATdL { display:block; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BM1m6OvxgJRyiu4cXoKqBGHFvst5qQV2 { top:23px;left:0px;width:465px;height:28px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV { top:182px;left:0px;width:344px;height:222px;font-size:16px;display:block; }#OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV li:before{  }
 }@media only screen and (max-width: 763px) { #Uad8fsWESBEshIiZoLOiAzMTeQlTnXES { top:148px;left:0px;width:437px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qD3RsoMxSHMWlrazTOT86nSwm9E4PxAI { top:80px;left:0px;width:764px;height:559.97727272727px;display:block; }
 }@media only screen and (max-width: 763px) { #dtavyaLR5JaneF4boNoJ4oeUTWqzqKoP { top:76px;left:0px;width:420px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a { top:472px;left:0px;width:344px;height:191px;font-size:16px;display:block; }#XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a li:before{  }
 }@media only screen and (max-width: 763px) { #pwTDseTlnNB10olhOkxX7zyR4kkoumOe { top:436px;left:0px;width:437px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ { display:block; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { top:77px;left:382px;width:353px;height:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #THCR0B6oZWaEItITIFl6cnOTkzPi590J { top:112px;left:230px;width:534px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EmEbE2HldT1lQaJB5es7IXEOIuCVn87S { top:0px;left:0px;width:529px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { top:25px;left:0px;width:670px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { top:85px;left:0px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { top:85px;left:127px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { top:85px;left:262px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { top:218px;left:0px;width:122px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { top:218px;left:115px;width:143px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { top:218px;left:244px;width:138px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IygafI40nOgOKFdZp430CWQSKyeoFXy4 { top:85px;left:382px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { top:85px;left:512px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { top:85px;left:644px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { top:218px;left:634px;width:130px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PTEPFfuOndwCaqyDsPVzF47JXEP207eP { top:218px;left:504px;width:136px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bF2L6nMPEJ3q9x23vmT9KNL2OceQNJWK { top:218px;left:382px;width:122px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi { display:block; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkwrvZspT3TePKW8TtnuOiyJfPH88hWK { top:187px;left:0px;width:320px;height:133px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OcA7Fig43WErwzsOLuytfp10z5wiIF6S { top:75px;left:226px;width:343px;height:;font-size:14px;display:block; }#OcA7Fig43WErwzsOLuytfp10z5wiIF6S li:before{  }
 }@media only screen and (max-width: 763px) { #iwki63kyvOwLJ36AhKtZQTXCtAVuOcwc { top:361px;left:0px;width:320px;height:66px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d { top:164px;left:0px;width:320px;height:23px;font-size:14px;display:block; }#ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d li:before{  }
 }@media only screen and (max-width: 763px) { #VLXQclLFHHnp73p1i6Ony41ihPBBgSGd { top:76px;left:0px;width:320px;height:66px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bTKGr3S55zkbXzLdkhZoT1B93DZRSrva { top:53px;left:0px;width:320px;height:23px;font-size:14px;display:block; }#bTKGr3S55zkbXzLdkhZoT1B93DZRSrva li:before{  }
 }@media only screen and (max-width: 763px) { #NvLLsJRu04lbaT1ByOqazqpxJgO3TrCo { top:31px;left:290.5px;width:214px;height:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RPTQqEKG9wt8wtVrpmzhCTxXuSbPOfcc { top:80px;left:514px;width:250px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX { top:338px;left:0px;width:320px;height:;font-size:14px;display:block; }#oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX li:before{  }
 }@media only screen and (max-width: 763px) { #ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 { display:block; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srdacukEUBu8J8s2u0St2sCqcmWnIGeD { width:563px;height:26px;top:48px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #STX4LqW5MoyIU6QdzrquyXuWFXS34xo7 { top:139px;left:300.5px;width:161px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wgIQo815PNyc3WC02G2MTE3Ptw2eAtF7 { top:100px;left:73px;width:181px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #ebr8TwQBQWNSSRohnXpoZF1Oe6PIeKxt { top:244px;left:213px;width:295px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #l0XruJTr0KCS5rGccvioTwC48qEBEnm7 { top:192px;left:312px;width:196px;height:36.802453177911px;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ8fQrKT6BtTCQPDFbUxFcilR9FoGJR { top:176px;left:254px;width:200px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #U7kdETBNgSmvAiOksfuKVheNoI8bEik0 { top:136px;left:328px;width:180px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hit1nE10aDkFC242gxeoRrCHkIJNCqcW { display:block; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orx7wbHzoRtypRGnVHlIHii5JsPoRoQB { width:764px;height:26px;top:52px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EeEWKaxkFXBPipEMU4NBbMRQz7TWHiw2 { top:175px;left:0px;width:161px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wW4ieJDhEvUZpFf96OviTX2onawBLgTS { top:175px;left:578px;width:186px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fwWBXzy2E4BsqemIH4AnPQCfpwI5hamD { top:287px;left:572px;width:192px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AdTAnfI4yNPunTJL6SiWK6znx5IAS99y { top:398px;left:0px;width:162px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bZG1UmOI7qXlCN5mg1OTuK4RA8zRTTIZ { top:287px;left:0px;width:188px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sDZV29yPuCvr1oePyfNUSucLZsOQzzFM { top:407px;left:536px;width:228px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvdZuck8qqyDonO4JOLFS4P3ZSBNGRX { top:120px;left:125px;width:518px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M { display:block; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXWwrgDhghF2x7gckUMAh96Snv0CHQ6N { top:31px;left:0px;width:414px;height:23px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #I2JXAVxhh6AeTuD9M8l22Z9GE9oHTkug { top:74px;left:0px;width:496px;height:140px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HBnl72ZwfeGAUKUrsA64wv1WzPkfRUVR { top:100px;left:0px;width:16px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bcSkXmQDg7WPubO4c02DpLyUDcxCEmle { top:152px;left:0px;width:16px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #XGxJgkT86SerCqRoO8AAVTi9Aimdwndy { top:74px;left:423px;width:16px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #H9IZBKtJKoCTG2akLhTDL0kao6A0n7Ff { top:101px;left:423px;width:16px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NNHhEXK6SgRiA9kd88lpH98fq2bHfy2A { top:71px;left:0px;width:16px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lTLRMJhHmKKOBTIO8WkyBDgHwvWdRZGl { top:77px;left:268px;width:495px;height:83px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #H02PimQCFLndaGlr655ztqUzshM4vuiM { top:67px;left:0px;width:260px;height:168px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM { display:block; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEyWZLdvKx32o34AM0JGJRfgiQmcHNaA { top:31px;left:0px;width:414px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QVJtyUus4iOqLIrurtrXmCP9i9q685aM { width:220px;height:41px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cMOgJ87Rs9qRxaTATs3qy2qReysZJfwy { display:block; }
 }@media only screen and (max-width: 763px) { #TpddhMFTVH9AJfxqahdAxelMvwdIEBXG { width:220px;height:41px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QsKbChg4UdZwIwiTw7AzTT5a3tVqAZLi { display:block; }
 }@media only screen and (max-width: 763px) { #tO1nM5srPvWMLv2VD1uPOVEcTo9t1NdC { width:220px;height:41px;top:237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hzpob0CyEmsxJTdoSVSV6oN3Gam8lQUD { display:block; }
 }@media only screen and (max-width: 763px) { #o02eJ0abQdlQzp03AayWH8JyAkJRtuJK { width:220px;height:41px;top:84px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #zv7X45J4pLQAJQQ5lhO5OGqMaqGSuNRJ { display:block; }
 }@media only screen and (max-width: 763px) { #s8P2SIAhZAdRLnGo61hV7q9MIv55lIc9 { width:220px;height:41px;top:157px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #CS078H3DLcfWElitHka6Feq0ASL1kULI { display:block; }
 }@media only screen and (max-width: 763px) { #SKXH1k4wu9XTW6HkMLRSbH2vJt5FDRMp { width:220px;height:41px;top:237px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #HFcF7gdcQzcI60WSHfccivAkkSEvwQFh { display:block; }
 }@media only screen and (max-width: 763px) { #T06QSF8zkaGIqUBZSMhcgn6lJBgGXXKh { width:218px;height:44px;top:318px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ELUDUMi0gK32C1a6D1zTy6O5gZ68ButT { display:block; }
 }@media only screen and (max-width: 763px) { #iJSw8o5VoABnhRlkqgURHZCgqM8L8VnH { width:220px;height:41px;top:84px;left:466px;display:block; }
 }@media only screen and (max-width: 763px) { #n0KaceBiIZuvSJL5TXuxCxolnM7cvocU { display:block; }
 }@media only screen and (max-width: 763px) { #Lag6ETepmb0ZMvIylZWvpGQH9xcfEWdR { width:220px;height:41px;top:157px;left:466px;display:block; }
 }@media only screen and (max-width: 763px) { #PS2ke64LcPFDulB9RILgI8Tb7ED73yXZ { display:block; }
 }@media only screen and (max-width: 763px) { #X52kVpclUA7FJ1VVUUBGBpq2xHqbORvp { width:220px;height:41px;top:237px;left:465px;display:block; }
 }@media only screen and (max-width: 763px) { #XBXRRILoXPfWatN5qsg53zRezN8ueQgl { display:block; }
 }@media only screen and (max-width: 763px) { #PcI1aBXMzC6LpzR61qLFiaO8StxxZqBS { width:220px;height:41px;top:321px;left:466px;display:block; }
 }@media only screen and (max-width: 763px) { #N0eR3JcOl2cRbAS7cvAJ4Zhai6Tdkls5 { display:block; }
 }@media only screen and (max-width: 763px) { #n2HTKpyzLzdCGhgdTVaSfENXZ1K2dv3F { width:218px;height:41px;top:322px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #Zx7hJeKevK0R34b3MmbdrFUXC2DMZcqA { display:block; }
 }@media only screen and (max-width: 763px) { #hBpIGUvTsfAoXoBew7lvIPJKylycemWN { width:220px;height:41px;top:157px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #InXZRG4egzmSsJrxNqGo8F0POGlUJnFh { display:block; }
 }@media only screen and (max-width: 763px) { #xPkIoT9TWl3bifE0arqhKnmehTn7OMO0 { width:220px;height:41px;top:84px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #hKBg01Z3uXQ5VvZklNJpzTeqUPQEF5H0 { display:block; }
 }@media only screen and (max-width: 763px) { #upsXTtTx5b2ON0SOXTxUEyDgdLiTCcdJ { width:220px;height:41px;top:237px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #uLu3lxVwoEzl1ytfDisH1zSHPFQRoFOM { display:block; }
 }@media only screen and (max-width: 763px) { #dMlZB97h7ygnZkaM5BrzcTG40D99zWMb { width:220px;height:41px;top:319px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #sC8gn7KINLslFbsckVJZ33pfxxyVmGfs { display:block; }
 }@media only screen and (max-width: 763px) { #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I { display:block; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV2ST47msdzQhLWmNEqQ8W7cKXTxO39U { top:37px;left:0px;width:764px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lKtyCEK5h2pVzwncsBV3JGRww8TyE2C3 { width:201px;height:51px;top:121px;left:281.41668701172px;display:block; }
 }@media only screen and (max-width: 763px) { #WyULCHp0LX9ybv3MTZE3udcLTCTyKzUa { display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { top:4px;left:306.5px;width:151px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:179px;height:58px;top:82.5px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #NSkCpMSOlevecJ1Hqk8d6QLTPplmhfiK { width:88px;height:33px;top:95px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VAgf4owTzzHTD11DLRRHpOygTi8nHQpJ { width:188px;height:44px;top:16px;left:66px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BrHSDWwR8mvn0MkHXOEJlFDMMHP9F2gX { width:192px;height:48px;top:14px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:320px;height:776px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikyTvfos0tSlaZRWupwRp5idTEBeqnDi { width:320px;height:122.188px;top:28px;left:0px;font-size:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { width:320px;height:78px;top:179px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:72px;height:35px;top:185px;left:124px;display:none; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #kmbeo9WvnWcWHK0QsI42SeNZ8WikbTCS { width:76px;height:35px;top:75px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #dxmUuwE26KzT2D6tyn6NM9SEuoTnhb90 { display:block; }
 }@media only screen and (max-width: 763px) { #o56zu6Lo9BxRA86zUdxOpl7R9AXcI2ys { width:97px;height:36px;top:9px;left:111px;display:none; }
 }@media only screen and (max-width: 763px) { #agpKRkeDs8H9S4be44ihT2s84idQUs6D { display:block; }
 }@media only screen and (max-width: 763px) { #euhuX1WdGI5WxE2edZswkNmro7q5bR4Z { width:320px;height:0;top:198px;left:0px;font-size:13px;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:none; }#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#euhuX1WdGI5WxE2edZswkNmro7q5bR4Z li:before{  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-form-header {  }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#161616;font-size:12px;overflow:hidden;font-family:raleway;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #9e9e9e;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:50px;color:#161616;font-size:12px;overflow:hidden;font-family:raleway;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #db9600, #ffb000);background-image: -moz-linear-gradient(45deg, #db9600, #ffb000);background-image: -ms-linear-gradient(45deg, #db9600, #ffb000);background-image: -o-linear-gradient(45deg, #db9600, #ffb000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9600', endColorstr='#ffb000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9600', endColorstr='#ffb000' );";background-image: linear-gradient(45deg, #db9600, #ffb000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:59px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:162px;height:55px;font-family:raleway;overflow:hidden; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:16px;font-weight:400;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:14px;font-weight:400;color:#9e9e9e;vertical-align:top;width:261px;overflow:hidden;font-style:normal; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container:first-of-type{padding-top:0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-container:last-of-type{padding-bottom:0;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;left:0px;top:293px;z-index:15001; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T {display:block;}#IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;left:0px;top:293px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #FBiGTdiBM7rwkvElPMDBuciEwJ9kevov {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #V8xt2G8fBx0RKK8ABvTZ73ITFhOWmqD0 { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Awe15JldmRN42vEC6EWT87tDFq49D5kn {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #JDCaJh42un8mlDMlT4dFX5VEu6x4IEHH {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #ZvUo887yAgoTxDlUbGgRmqF7sR5EeCDv { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Wc5QVpaKslKpZvT6TT5pXciS2lJuwGwz {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #e9cTznQFbW2xLkbwI02itHpLzKRd0G5I {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #Vye2REauZAsDdpUA9f7Jq8mC4htzpvqH { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #nVUa5qQwdrsGVVqMiAil1S3CHJicb6yu {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #sshTI1aIXJRcSRAwBCpseaOi1Pvrg2e2 {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #vnb5T9FBF8m3Kz8683eT6mg8v2TWCu4s { display:none; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #UOzWOcfNi4OXx2KLiTDeOaUzc8ZFbMMF {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #MveCvEJLvAmr6MKFTkkIOag5mrzu33HM {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #T2Lu4MCmwfKA9h3A6AaimhIfxKm8ox41 { z-index:2; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #cl2uTmPbJMocpQzCeC7fsIkpbntfG9wC {  }
 }@media only screen and (max-width: 763px) { #EhNvlh6FJRBqRadIdAqElmoZOvKG6P6i { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #VVVpzbONP4eECgVzrw8POzxoGcbrCv6u { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #rTOh3r6D4rHISinXlEBOhvkOk8unvgHK {  }
 }@media only screen and (max-width: 763px) { #IcQ9BJv1rXXtBZeUNM1iNDufow3zfa4T #crQaO2FIT2MtDE9LF1EMbFvpFN6geety {  }
 }@media only screen and (max-width: 763px) { #VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 { display:block; }#VS6C9obeTsvtgvJEDGJ8TrsABFlGR9M1 > .row .container { width:320px;height:864px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTV7Th9OBaf0l3ErhIrmk1xzA5LVevxS { width:142px;height:90.9375px;top:53px;left:89px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sppNwIQnr8JN2J3TN4Pq6S2m4glhJpsD { width:143px;height:109.156px;top:267.921875px;left:88.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEJ6G8l9lkoV8nIccKaR6qvDS6ZPTlBO { width:129px;height:72.75px;top:504px;left:95.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh1t423ZnssxaicW2yghdWUDSUJFlMf1 { width:113px;height:72.75px;top:704px;left:103.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIhpkGvKo14yFim2ItIf7Ae5LNksvgif { width:180px;height:180px;top:26px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #avGRTQwqcbqBFCGkxsOrJNz6q3bO0Kdf { width:180px;height:180px;top:232.5px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9TPwpltg6CpBEcD3cwTAwNUQxsro3k { width:180px;height:180px;top:441px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #pp0W9x6NuouR0ndcmPyHgGIAbNnc8hk0 { width:180px;height:180px;top:650px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #FLcnapHpzgfOAiyL3y16dxAqhwa93fsy { display:block; }#FLcnapHpzgfOAiyL3y16dxAqhwa93fsy > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuQte8OMzmmAG1EQz6M9gQnxMCzTi55t { width:320px;height:22px;top:33px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOmoXaTfIfRUIOC6GzkOpc9zpdXBpvy3 { width:320px;height:156.75px;top:75px;left:0px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mWXABZFFOiUcCH8NShfnotuJokWT1nGZ { width:296px;height:126px;top:272px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FTfq9S6zEAdQREsgczISeFsIvFbVCrz5 { width:259px;height:39.1875px;top:223px;left:30.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DI05tTIENizJQxX3T0Q5nJulkHJRteKH { width:218px;height:247px;top:444px;left:51px;display:none; }
 }@media only screen and (max-width: 763px) { #Z4LSqcJ8sXUbZboHHxfy54B59GubATdL { display:block; }#Z4LSqcJ8sXUbZboHHxfy54B59GubATdL > .row .container { width:320px;height:915px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BM1m6OvxgJRyiu4cXoKqBGHFvst5qQV2 { width:320px;height:22px;top:38px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV { width:320px;height:198.688px;top:459px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#OTJpV7JiP7TCU0lau1Xpvq21tKhayCfV li:before{  }
 }@media only screen and (max-width: 763px) { #Uad8fsWESBEshIiZoLOiAzMTeQlTnXES { width:320px;height:18.1875px;top:441px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qD3RsoMxSHMWlrazTOT86nSwm9E4PxAI { width:320px;height:234px;top:156.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dtavyaLR5JaneF4boNoJ4oeUTWqzqKoP { width:320px;height:36.375px;top:83.5625px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a { width:320px;height:170.5px;top:712px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#XVz3RRZeJAWVL25mdcCP9Uzn7PLc3R2a li:before{  }
 }@media only screen and (max-width: 763px) { #pwTDseTlnNB10olhOkxX7zyR4kkoumOe { width:320px;height:18.1875px;top:694px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ { display:block; }#eUbiEkTdbgO7WZpB2N83i7QFo6uWItLJ > .row .container { width:320px;height:386px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvSC9lJyBGbrmnBNzrTqpgKLidmE5KIs { width:320px;height:22px;top:26px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THCR0B6oZWaEItITIFl6cnOTkzPi590J { width:320px;height:72.75px;top:57px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmEbE2HldT1lQaJB5es7IXEOIuCVn87S { width:300px;height:186px;top:160.59375px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:320px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { width:297px;height:48px;top:9px;left:11.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7675iPhwapUgv0d0BEJ7hcImCAJ9Dh6 { width:120px;height:120px;top:89px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DRkaJJFgrXTxBD2msk1hu9ZhlJAPDLsS { width:120px;height:120px;top:89px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #nUuUpPwoJtLWnU9fF1TFSo8Vqu2z4mAe { width:120px;height:120px;top:291px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MWu12hIRQOFu1Wo21NalmAnC1dZ5AbsI { width:122px;height:50.3906px;top:221px;left:15px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qpqdp0mUKGUMqnZ8tIFmuqEQuvW1DTHH { width:119px;height:50.3906px;top:221px;left:186px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JTR7hXFOH6XyIiTNZUueinO3SXiqEsmE { width:122px;height:50.3906px;top:430px;left:15px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IygafI40nOgOKFdZp430CWQSKyeoFXy4 { width:120px;height:120px;top:291px;left:185px;display:block; }
 }@media only screen and (max-width: 763px) { #DfwnvUlcMl4X1Gi1kaldOLzUtRnyun9F { width:120px;height:120px;top:496px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #o8RmJNZFMr9hRBzo2OoRFDSWKGtsWHl3 { width:120px;height:120px;top:496px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lTPN3ttlEsqzJrRH73s6Bgyhe11iHDA2 { width:117px;height:33.5938px;top:635px;left:19px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PTEPFfuOndwCaqyDsPVzF47JXEP207eP { width:129px;height:50.3906px;top:619px;left:183px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bF2L6nMPEJ3q9x23vmT9KNL2OceQNJWK { width:122px;height:33.5938px;top:430px;left:184px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.adaptive-delivery-prevent-bg, #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.lazyload, #Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi.lazyloading { background-image: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { background-color: transparent; background-image: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container > .video-iframe-container { display: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row > .video-iframe-container { display: none; }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .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); }#Fu88E7UzJur2QL7t4yl7LZ4crcShb5pi > .row .container { width:320px;height:1001px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkwrvZspT3TePKW8TtnuOiyJfPH88hWK { width:296px;height:132.5627px;top:181.1875px;left:24px;font-size:13px;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #OcA7Fig43WErwzsOLuytfp10z5wiIF6S { width:320px;height:307.969px;top:443.609375px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15034;display:block; }#OcA7Fig43WErwzsOLuytfp10z5wiIF6S li:before{  }
 }@media only screen and (max-width: 763px) { #iwki63kyvOwLJ36AhKtZQTXCtAVuOcwc { width:295px;height:66.2814px;top:354.59375px;left:25px;font-size:13px;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d { width:320px;height:23.7969px;top:158.1875px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15034;display:block; }#ErXBkbcVZaLzePmPiFwmnvSlsRtbL76d li:before{  }
 }@media only screen and (max-width: 763px) { #VLXQclLFHHnp73p1i6Ony41ihPBBgSGd { width:298px;height:66.2814px;top:74.59375px;left:22px;font-size:13px;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #bTKGr3S55zkbXzLdkhZoT1B93DZRSrva { width:320px;height:23.7969px;top:51.59375px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15034;display:block; }#bTKGr3S55zkbXzLdkhZoT1B93DZRSrva li:before{  }
 }@media only screen and (max-width: 763px) { #NvLLsJRu04lbaT1ByOqazqpxJgO3TrCo { width:181px;height:22px;top:13.59375px;left:69.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPTQqEKG9wt8wtVrpmzhCTxXuSbPOfcc { width:179px;height:203px;top:774px;left:70.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX { width:320px;height:23.7969px;top:330.796875px;left:0px;font-size:14px;text-align:left;text-align-last:left;z-index:15034;display:block; }#oWcEDNXuLp9c1b1k8uiVnJrzUKTqCQWX li:before{  }
 }@media only screen and (max-width: 763px) { #ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 { display:block; }#ydqw1K9G6nrdozIDNwXPEf7Q8EO1a2G7 > .row .container { width:320px;height:907px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srdacukEUBu8J8s2u0St2sCqcmWnIGeD { width:320px;height:26px;top:32px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #STX4LqW5MoyIU6QdzrquyXuWFXS34xo7 { width:230px;height:46px;top:108px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wgIQo815PNyc3WC02G2MTE3Ptw2eAtF7 { width:250px;height:150px;top:154px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ebr8TwQBQWNSSRohnXpoZF1Oe6PIeKxt { width:295px;height:295px;top:537px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #l0XruJTr0KCS5rGccvioTwC48qEBEnm7 { width:196px;height:36.802453177911px;top:477px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #vyQ8fQrKT6BtTCQPDFbUxFcilR9FoGJR { width:200px;height:68px;top:389px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #U7kdETBNgSmvAiOksfuKVheNoI8bEik0 { width:180px;height:35px;top:852px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #hit1nE10aDkFC242gxeoRrCHkIJNCqcW { display:block; }#hit1nE10aDkFC242gxeoRrCHkIJNCqcW > .row .container { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orx7wbHzoRtypRGnVHlIHii5JsPoRoQB { width:320px;height:52px;top:15px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EeEWKaxkFXBPipEMU4NBbMRQz7TWHiw2 { width:122px;height:33.5938px;top:317px;left:9px;font-size:14px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wW4ieJDhEvUZpFf96OviTX2onawBLgTS { width:137px;height:33.5938px;top:317px;left:183px;font-size:14px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fwWBXzy2E4BsqemIH4AnPQCfpwI5hamD { width:138px;height:33.5938px;top:370.875px;left:182px;font-size:14px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AdTAnfI4yNPunTJL6SiWK6znx5IAS99y { width:152px;height:50.3906px;top:362.5px;left:9px;font-size:14px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bZG1UmOI7qXlCN5mg1OTuK4RA8zRTTIZ { width:165px;height:33.5938px;top:424px;left:3.5px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sDZV29yPuCvr1oePyfNUSucLZsOQzzFM { width:113px;height:33.5938px;top:424px;left:182.5px;font-size:14px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvdZuck8qqyDonO4JOLFS4P3ZSBNGRX { width:316px;height:198px;top:85.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.adaptive-delivery-prevent-bg, #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.lazyload, #vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M.lazyloading { background-image: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { background-color: transparent; background-image: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container > .video-iframe-container { display: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row > .video-iframe-container { display: none; }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .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); }#vUqRo6pmH4PXeBuaPN0JiDaZPNUh0y8M > .row .container { width:320px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXWwrgDhghF2x7gckUMAh96Snv0CHQ6N { width:320px;height:27.2969px;top:26px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2JXAVxhh6AeTuD9M8l22Z9GE9oHTkug { width:260px;height:0;top:68px;left:30px;font-size:14px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HBnl72ZwfeGAUKUrsA64wv1WzPkfRUVR { width:16px;height:31px;top:67px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bcSkXmQDg7WPubO4c02DpLyUDcxCEmle { width:16px;height:31px;top:287px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #XGxJgkT86SerCqRoO8AAVTi9Aimdwndy { width:16px;height:31px;top:170px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #H9IZBKtJKoCTG2akLhTDL0kao6A0n7Ff { width:16px;height:31px;top:245px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NNHhEXK6SgRiA9kd88lpH98fq2bHfy2A { width:16px;height:31px;top:108px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lTLRMJhHmKKOBTIO8WkyBDgHwvWdRZGl { width:270px;height:117px;top:248.5px;left:31px;font-size:13px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H02PimQCFLndaGlr655ztqUzshM4vuiM { width:260px;height:168px;top:67px;left:30px;font-size:14px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.adaptive-delivery-prevent-bg, #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.lazyload, #rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM.lazyloading { background-image: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { background-color: transparent; background-image: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container > .video-iframe-container { display: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row > .video-iframe-container { display: none; }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .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); }#rqtR7TZmlGzwuEzLwlDeX8f2zRVxqBAM > .row .container { width:320px;height:1044px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEyWZLdvKx32o34AM0JGJRfgiQmcHNaA { width:320px;height:19.5px;top:26px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVJtyUus4iOqLIrurtrXmCP9i9q685aM { width:220px;height:41px;top:65.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cMOgJ87Rs9qRxaTATs3qy2qReysZJfwy { display:block; }
 }@media only screen and (max-width: 763px) { #TpddhMFTVH9AJfxqahdAxelMvwdIEBXG { width:220px;height:41px;top:309.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QsKbChg4UdZwIwiTw7AzTT5a3tVqAZLi { display:block; }
 }@media only screen and (max-width: 763px) { #tO1nM5srPvWMLv2VD1uPOVEcTo9t1NdC { width:220px;height:41px;top:553.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hzpob0CyEmsxJTdoSVSV6oN3Gam8lQUD { display:block; }
 }@media only screen and (max-width: 763px) { #o02eJ0abQdlQzp03AayWH8JyAkJRtuJK { width:220px;height:41px;top:126.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zv7X45J4pLQAJQQ5lhO5OGqMaqGSuNRJ { display:block; }
 }@media only screen and (max-width: 763px) { #s8P2SIAhZAdRLnGo61hV7q9MIv55lIc9 { width:220px;height:41px;top:370.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CS078H3DLcfWElitHka6Feq0ASL1kULI { display:block; }
 }@media only screen and (max-width: 763px) { #SKXH1k4wu9XTW6HkMLRSbH2vJt5FDRMp { width:220px;height:41px;top:614.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HFcF7gdcQzcI60WSHfccivAkkSEvwQFh { display:block; }
 }@media only screen and (max-width: 763px) { #T06QSF8zkaGIqUBZSMhcgn6lJBgGXXKh { width:218px;height:44px;top:797.5px;left:51px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ELUDUMi0gK32C1a6D1zTy6O5gZ68ButT { display:block; }
 }@media only screen and (max-width: 763px) { #iJSw8o5VoABnhRlkqgURHZCgqM8L8VnH { width:220px;height:41px;top:187.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n0KaceBiIZuvSJL5TXuxCxolnM7cvocU { display:block; }
 }@media only screen and (max-width: 763px) { #Lag6ETepmb0ZMvIylZWvpGQH9xcfEWdR { width:220px;height:41px;top:431.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PS2ke64LcPFDulB9RILgI8Tb7ED73yXZ { display:block; }
 }@media only screen and (max-width: 763px) { #X52kVpclUA7FJ1VVUUBGBpq2xHqbORvp { width:220px;height:41px;top:675.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XBXRRILoXPfWatN5qsg53zRezN8ueQgl { display:block; }
 }@media only screen and (max-width: 763px) { #PcI1aBXMzC6LpzR61qLFiaO8StxxZqBS { width:220px;height:41px;top:922.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N0eR3JcOl2cRbAS7cvAJ4Zhai6Tdkls5 { display:block; }
 }@media only screen and (max-width: 763px) { #n2HTKpyzLzdCGhgdTVaSfENXZ1K2dv3F { width:218px;height:41px;top:861.5px;left:51px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Zx7hJeKevK0R34b3MmbdrFUXC2DMZcqA { display:block; }
 }@media only screen and (max-width: 763px) { #hBpIGUvTsfAoXoBew7lvIPJKylycemWN { width:220px;height:41px;top:492.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #InXZRG4egzmSsJrxNqGo8F0POGlUJnFh { display:block; }
 }@media only screen and (max-width: 763px) { #xPkIoT9TWl3bifE0arqhKnmehTn7OMO0 { width:220px;height:41px;top:248.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hKBg01Z3uXQ5VvZklNJpzTeqUPQEF5H0 { display:block; }
 }@media only screen and (max-width: 763px) { #upsXTtTx5b2ON0SOXTxUEyDgdLiTCcdJ { width:220px;height:41px;top:736.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uLu3lxVwoEzl1ytfDisH1zSHPFQRoFOM { display:block; }
 }@media only screen and (max-width: 763px) { #dMlZB97h7ygnZkaM5BrzcTG40D99zWMb { width:220px;height:41px;top:983.5px;left:50px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sC8gn7KINLslFbsckVJZ33pfxxyVmGfs { display:block; }
 }@media only screen and (max-width: 763px) { #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/990229e5-ce9b-4a4b-bfeb-4a8db31bbb2b/CxC_Smart_Agriculture.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.adaptive-delivery-prevent-bg, #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.lazyload, #v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I.lazyloading { background-image: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { background-color: transparent; background-image: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container > .video-iframe-container { display: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,130,0,0.75); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row > .video-iframe-container { display: none; }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .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); }#v2qd0XNb5AeBI7ivCsl8UnB0SLuGsP8I > .row .container { width:320px;height:216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV2ST47msdzQhLWmNEqQ8W7cKXTxO39U { width:283px;height:107.969px;top:97px;left:18.5px;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lKtyCEK5h2pVzwncsBV3JGRww8TyE2C3 { width:201px;height:51px;top:34px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WyULCHp0LX9ybv3MTZE3udcLTCTyKzUa { display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container {  }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:320px;height:25px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:138px;height:18.1875px;top:0px;left:91px;font-size:14px;text-align:center;text-align-last:center;color:#662483;display:block; }
 }