.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2edd0ba-73cb-43b0-b76a-0a70a93c9939/sunflowers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.adaptive-delivery-prevent-bg, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyload, #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD.lazyloading { background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { background-color: transparent; background-image: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,42,44,0.4); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,42,44,0.4); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { display: none; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { border-width: 0; border-radius: 0; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { font-size:14px;font-family:arial;height:620px;width:960px;position:relative;display:block; }#mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { color:#ffffff;display:block;width:734px;position:absolute;font-family:poppins;font-size:80px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:2px 2px 3px rgba(0,0,0,0.5);top:202.9921875px;left:0px;height:176px;font-style:normal;display:block; }
#KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { color:#ffffff;display:block;width:516px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:418.88333129883px;left:0.01666259765625px;height:118.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qz1caJhpSfahkLl01C7rHn9EB7QadvrO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:169px;top:58px;left:0px;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:14px;font-family:arial;height:787px;width:960px;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:#5f5f5f;display:block;width:658px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:402.75px;left:151px;height:289px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#5f5f5f;display:block;width:960px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:173.203125px;left:0px;height:88.8px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:718px;position:absolute;font-family:poppins;font-size:21px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:292.4453125px;left:132px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:118px;top:39.203125px;left:421px;overflow:hidden;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:131px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow: none;height:602px;width:960px;top:86.4453125px;left:0px;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/abffa2ff-a5ae-4397-a36e-c98e5545ff58/farmtablemarketingbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:14px;font-family:arial;height:280px;width:960px;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { background-color:#4d714c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 30px rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:129.716796875px;left:548px;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:#ffffff;display:block;width:444px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:85.399993896484px;left:37px;height:109.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.adaptive-delivery-prevent-bg, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyload, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyloading { background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { background-color: transparent; background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { font-size:14px;font-family:arial;height:1283px;width:960px;position:relative;display:block; }#sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { color:#585858;display:block;width:260px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:330.91665649414px;left:30px;height:217.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { color:#333333;display:block;width:260px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:330.91665649414px;left:350px;height:204.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { color:#59a45e;display:block;width:306px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.11666870117px;left:327px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { color:#5f5f5f;display:block;width:260px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:330.91665649414px;left:670px;height:307.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { color:#2e682d;display:block;width:305px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:283.11666870117px;left:640px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:509px;width:307px;top:142px;left:0.01666259765625px;display:block; }
#D4WB30loPROzWEdJezMTmlSZw7q0JI45 { color:#2c98ab;display:block;width:307px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:283.11666870117px;left:0.01666259765625px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPAShnPX68sABiRySfUiFlIAoMrEepSO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:186.5px;left:129px;overflow:hidden;display:block; }
#mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:511px;width:307px;top:142px;left:326.5px;display:block; }
#e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:509px;width:307px;top:142px;left:646.5px;display:block; }
#JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:759px;left:449px;overflow:hidden;display:block; }
#Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:186.5px;left:769px;overflow:hidden;display:block; }
#OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:553px;width:307px;top:709.00003051758px;left:0px;display:block; }
#knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { color:#58ab2c;display:block;width:307px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:864px;left:0px;height:26px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { color:#585858;display:block;width:260px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:913px;left:25px;height:299.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:68px;top:756px;left:126px;overflow:hidden;display:block; }
#OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:551px;width:307px;top:709.00003051758px;left:326px;display:block; }
#JXzNdnr18nmOTRhBWw9SBoetPyggVhko { color:#59a49f;display:block;width:306px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:864px;left:328px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { color:#5f5f5f;display:block;width:260px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:913px;left:350px;height:204.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64px;width:64px;top:185.5px;left:446px;overflow:hidden;display:block; }
#TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:552px;width:307px;top:709.00003051758px;left:653px;display:block; }
#ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { color:#5f5f5f;display:block;width:260px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:913px;left:676px;height:307.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { color:#1b891a;display:block;width:305px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:864px;left:655px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:68px;top:756px;left:766px;overflow:hidden;display:block; }
#DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { color:#4d714c;display:block;width:960px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:66.66650390625px;left:0.01666259765625px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:511px;width:307px;top:142px;left:326.5px;display:none; }
#LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:509px;width:307px;top:142px;left:0.01666259765625px;display:none; }
#lEFKwUeiK4xFME88KboLA8JfKiVlezOc { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:53px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:509px;width:307px;top:142px;left:0.01666259765625px;display:none; }
#oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15012;background-color:#248090;background-image:none;top:169px;left:111.5px;display:block; }
#V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#47a162;background-image:none;top:169px;left:431.5px;display:block; }
#cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#2e682d;background-image:none;top:169px;left:751.5px;display:block; }
#zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15015;background-color:#58ab2c;background-image:none;top:741.5px;left:111.5px;display:block; }
#pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#59a49f;background-image:none;top:741.5px;left:431.5px;display:block; }
#XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { box-sizing:content-box;height:97px;width:97px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#1b891a;background-image:none;top:741.5px;left:751.5px;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#47a162;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:14px;font-family:arial;height:403px;width:960px;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:#ffffff;display:block;width:441px;position:absolute;font-family:poppins;font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:110.5px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:#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:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: none;box-sizing:border-box;color:#4d714c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:228px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:186.1953125px;left:585px;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.adaptive-delivery-prevent-bg, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyload, #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19.lazyloading { background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { background-color: transparent; background-image: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { display: none; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { border-width: 0; border-radius: 0; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { font-size:14px;font-family:arial;height:704px;width:960px;position:relative;display:block; }#zpx365dCPRN54TQt07rfT5TkF0uN1riE { color:#5f5f5f;display:block;width:658px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:365.3671875px;left:151px;height:260.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { color:#5f5f5f;display:block;width:960px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:173.203125px;left:0px;height:133.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { color:#4d714c;display:block;width:718px;position:absolute;font-family:poppins;font-size:21px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:296.4453125px;left:121px;height:54.6px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:118px;top:39.203125px;left:421px;overflow:hidden;display:block; }
#rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:131px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow: none;height:538px;width:960px;top:86.450073242188px;left:0px;display:block; }
#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/ff8b869a-b6e0-4669-8601-c9beac258d54/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.adaptive-delivery-prevent-bg, #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.lazyload, #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q.lazyloading { background-image: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { background-color: transparent; background-image: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { display: none; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { border-width: 0; border-radius: 0; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { font-size:14px;font-family:arial;height:323px;width:960px;position:relative;display:block; }#hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { color:#ffffff;display:block;width:960px;position:absolute;font-family:poppins;font-size:45px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:57px;left:0px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { color:#ffffff;display:block;width:797px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:145px;left:81.5px;height:61.2px;text-align:center;text-align-last:center;display:block; }
#nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:46px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:229px;left:400px;display:block; }
#GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container { background-color: transparent; background-image: none; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container > .video-iframe-container { display: none; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row > .video-iframe-container { display: none; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .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); }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container { border-width: 0; border-radius: 0; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container { font-size:14px;font-family:arial;height:656px;width:960px;position:relative;display:block; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.adaptive-delivery-prevent-bg, #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.lazyload, #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.lazyloading { background-image: none; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { background-color: transparent; background-image: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container > .video-iframe-container { display: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row > .video-iframe-container { display: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .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); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { border-width: 0; border-radius: 0; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { top:203px;left:0px;width:734px;height:176px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { top:418px;left:0px;width:516px;height:118px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { top:58px;left:0px;width:169px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:402px;left:53px;width:658px;height:288px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:173px;left:0px;width:764px;height:88px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:292px;left:34px;width:718px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { top:39px;left:323px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:86px;left:0px;width:764px;height:602px;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:280px;height:55px;top:129px;left:401px;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:444px;height:109px;top:85px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:260px;height:217px;top:330px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:260px;height:204px;top:330px;left:248px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:306px;height:26px;top:283px;left:202px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:260px;height:307px;top:330px;left:502px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:305px;height:26px;top:283px;left:457px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { top:142px;left:0px;width:307px;height:509px;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:307px;height:26px;top:283px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { top:186px;left:96px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { top:142px;left:201px;width:307px;height:511px;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { top:142px;left:455px;width:307px;height:509px;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { top:759px;left:350px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { top:186px;left:604px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { top:709px;left:0px;width:307px;height:553px;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:307px;height:26px;top:864px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:260px;height:299px;top:913px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { top:756px;left:93px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { top:709px;left:201px;width:307px;height:551px;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:306px;height:26px;top:864px;left:202px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:260px;height:204px;top:913px;left:248px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { top:185px;left:347px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { top:709px;left:455px;width:307px;height:552px;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:260px;height:307px;top:913px;left:502px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:305px;height:26px;top:864px;left:457px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { top:756px;left:601px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { top:66px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { top:142px;left:201px;width:307px;height:511px;display:none; }
 }@media only screen and (max-width: 763px) { #LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { top:142px;left:0px;width:307px;height:509px;display:none; }
 }@media only screen and (max-width: 763px) { #lEFKwUeiK4xFME88KboLA8JfKiVlezOc { top:142px;left:0px;width:307px;height:509px;display:none; }
 }@media only screen and (max-width: 763px) { #oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { top:169px;left:78.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { top:169px;left:332.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { top:169px;left:586.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { top:741px;left:78.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { top:741px;left:332.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { top:741px;left:586.5px;width:97px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:110px;left:0px;width:441px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:228px;height:55px;top:186px;left:438px;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { top:365px;left:53px;width:658px;height:260px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { top:173px;left:0px;width:764px;height:133px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { top:296px;left:23px;width:718px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { top:39px;left:323px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { top:86px;left:0px;width:764px;height:538px;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { top:57px;left:0px;width:764px;height:54px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { top:145px;left:0px;width:764px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block; }
 }@media only screen and (max-width: 763px) { #pWlnfv0c5SGoUUup8EPi0yVKubG5XTti { display:block; }#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { display:block; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E { display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD { display:block; }#CoyuNxekE5DftpnrZJNHQkfRrsJFlvyD > .row .container { width:320px;height:346px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAl53bT2hT2k19gufIMou76ZuGWhX3Kc { width:320px;height:74.3906px;top:128px;left:0px;font-size:31px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KFurqWdTg4M4aTs9i1HVcdX9i39GGFDV { width:246px;height:93.5938px;top:230px;left:37px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qz1caJhpSfahkLl01C7rHn9EB7QadvrO { width:153px;height:44px;top:28px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:320px;height:993px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:263px;height:577.9692px;top:117px;left:28.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:242px;height:79.1953px;top:23px;left:39px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:219px;height:135px;top:802.9765625px;left:50.5px;font-size:18px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XAefce9IFsApq4ZBTdzaXG47oLOMS8Tx { width:118px;height:118px;top:668px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:320px;height:252px;top:702.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/d8d0f3e2-27f0-43b0-821a-84dab2a8dc7e/7.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:320px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:168px;height:33px;top:241px;left:76px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:320px;height:145.594px;top:61px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:320px;height:2431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:260px;height:217.5623px;top:1387px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:260px;height:217.5622px;top:1711.71875px;left:30px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:300px;height:26px;top:569px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:260px;height:326.3443px;top:944px;left:30px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:300px;height:26px;top:896px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { width:307px;height:310px;top:1304px;left:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:307px;height:26px;top:1335px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { width:62px;height:62px;top:1321.6166534424px;left:145.61665344238px;display:none; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { width:307px;height:444px;top:1978px;left:13px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { width:307px;height:509px;top:3479.9998779297px;left:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { width:62px;height:62px;top:2958.9998779297px;left:129px;display:none; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { width:62px;height:62px;top:3514.9998779297px;left:128.5px;display:none; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { width:307px;height:328px;top:1628px;left:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:307px;height:26px;top:1658px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:260px;height:299.1493px;top:203.3125px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { width:68px;height:68px;top:1851.9998779297px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { width:307px;height:551px;top:2667.9995574951px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:300px;height:26px;top:157.4296875px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:260px;height:217.562px;top:610.21875px;left:30px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { width:64px;height:64px;top:2411.9998779297px;left:124.5px;display:none; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { width:307px;height:552px;top:4008.9998779297px;left:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:260px;height:326.3433px;top:2064px;left:30px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:300px;height:26px;top:2007px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { width:68px;height:68px;top:4055.9998779297px;left:119px;display:none; }
 }@media only screen and (max-width: 763px) { #DnGJxV4GdFiH1sKDoPMO9adhizOE0tpb { width:320px;height:100.781px;top:17.3125px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MisTKJthz6oMpE6lOLzVAzE93Rl4X53L { width:307px;height:387px;top:135.9921875px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LO0PSO0EpQ8Abq1F1DNQsgwhTcGC9RF8 { width:307px;height:313px;top:539px;left:0px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lEFKwUeiK4xFME88KboLA8JfKiVlezOc { width:307px;height:415px;top:869px;left:7px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oUuWLP8PbtfPViT8qO4Fb1cktkK2SHRX { width:19px;height:19px;top:2333px;left:100px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #V4RLLCENt42Rplm1JIfIJXPAwzMxWTwh { width:24px;height:24px;top:2387px;left:82px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0lrXs1MJMI9L4KEZOAynPlaftBTrAL { width:24px;height:24px;top:2343px;left:194px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zJ3MWSkdSm76RnGiPxKEQCsIpXz3F85c { width:16px;height:16px;top:2352px;left:89px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #pb1wFL9yhUkC8mzFk3qVRR01deTSMg9C { width:19px;height:19px;top:2369px;left:150px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XSBkwDhWAi4UEykFTTbhrncfqH6i7MuW { width:12px;height:12px;top:2400px;left:183px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/a6fcc280-978e-436f-b2a5-dc75343a1c13/3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.adaptive-delivery-prevent-bg, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyload, #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ.lazyloading { background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:320px;height:256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:300px;height:109.188px;top:43px;left:10px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:141px;height:35px;top:184.3984375px;left:89.5px;color:#4d714c;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 { display:block; }#ScUiRW3zLBRbT8CIMpqNy3z6XhgP2C19 > .row .container { width:320px;height:1003px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpx365dCPRN54TQt07rfT5TkF0uN1riE { width:263px;height:520.1722px;top:157.8203125px;left:28.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JudULMX57TZsQc9P0yKsFtcRtCnK1NgS { width:263px;height:155.977px;top:23px;left:28.5px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pQUtzFb3fcoITtZne1iz9G83LoCHb9uE { width:267px;height:108px;top:845px;left:28.5px;font-size:18px;color:#1f611b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UNAbi4T1dEzxqTys9htuLSuDcHnzUkxI { width:118px;height:118px;top:712px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #rStO4vKDCbKAxCNgXZfqdKIpnc4tcmrp { width:320px;height:314px;top:677px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q { display:block; }#qFgLnD1B2SPcgyxltNg0MLhtpkhGFe0Q > .row .container { width:320px;height:541px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTTptFUVkfo7Z6qN4q5mGrf93LyigFBg { width:320px;height:140.391px;top:52px;left:0px;font-size:39px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ODs5xtfebRPszwadBXrEEHgJRlMFdtDT { width:281px;height:183.562px;top:248px;left:19.5px;font-size:18px;z-index:15038;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8iectebqdvr6R6su1guSRS1ZzJLSOC { width:125px;height:37px;top:463px;left:97.5px;z-index:15039;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GA1FwJ4FpppRKQkCZdcTTy2ZrqqpZUMR { display:block; }
 }@media only screen and (max-width: 763px) { #pWlnfv0c5SGoUUup8EPi0yVKubG5XTti { position:relative;z-index:auto;display:block; }#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { position:relative;z-index:auto;display:block; }#pWlnfv0c5SGoUUup8EPi0yVKubG5XTti > .row .container { width:320px;height:1139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.adaptive-delivery-prevent-bg, #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.lazyload, #ZPPzeB32f5ySH438hpklCzTgT3TFJr2E.lazyloading { background-image: none; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { background-color: transparent; background-image: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container > .video-iframe-container { display: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row > .video-iframe-container { display: none; }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .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); }#ZPPzeB32f5ySH438hpklCzTgT3TFJr2E > .row .container { width:320px;height:546px;position:relative;display:block; } }