.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:transparent;background-image:url("https://images.assets-landingi.com/uc/8570d3ff-2f13-4131-b1a6-3e97d83e9286/wheat1845835_1920.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { background-color: transparent; background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .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); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { border-width: 0; border-radius: 0; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;overflow:visible;position:relative;display:block; }#nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:7.5625rem;top:0.46875rem;left:34.689453125rem;overflow:hidden;display:block; }
#VOVBSZ246nnQ6UsqgTadrmXVyyvAgUr1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:15.625rem;top:1.03125rem;left:43.4873046875rem;overflow:hidden;display:block; }
#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.adaptive-delivery-prevent-bg, #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.lazyload, #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.lazyloading { background-image: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { background-color: transparent; background-image: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container > .video-iframe-container { display: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container { display: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .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); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { border-width: 0; border-radius: 0; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV::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; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#qWWNpAKXxz5cEtJ64nvTI5KdQ4ziLfRI { background-color:#ef1331;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.500000476837rem;left:8.90625rem;display:block; }
#bCexUceAy5DSALuW0GXpz8pHDvEh3Ak9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8CAOrRUHdmw47nlfk6FgLqb8xQlDFVT { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.3125rem;left:8.90625rem;height:4.14375rem;font-style:normal;display:block; }
#dFWUV0ibUosc3JZt2O1Vw72r2t75OlPE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:32.75rem;top:13.374219417572rem;left:27.250001907349rem;overflow:hidden;display:block; }
#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#087125;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container { background-color: transparent; background-image: none; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container > .video-iframe-container { display: none; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row > .video-iframe-container { display: none; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .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); }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container { border-width: 0; border-radius: 0; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#XHaaUrzyCNR3t0MHHEMUJEG90eCvKvTS { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.6742186546326rem;left:5.90625rem;height:3.16875rem;font-style:normal;display:block; }
#BiXe6Kur3k3df9qPIL0GsUJ9WNGThNa6 { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3609380722044rem;left:5.90625rem;height:6.09375rem;font-style:normal;display:block; }
#TR2Ub65JBANTX0rXowGS155lpkIkQvxi { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.985937595367rem;left:5.90625rem;height:4.0625rem;font-style:normal;display:block; }
#e490bmpkHrB7uoKTy5oxPl2bwtUuWZ6d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.454687595367rem;left:1.32421875rem; }
#Rp55WdLqERAqWDy5PRPeRX1iFPllparc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8453125953675rem;left:1.32421875rem; }
#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8570d3ff-2f13-4131-b1a6-3e97d83e9286/wheat1845835_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK.adaptive-delivery-prevent-bg, #FtgCNG37VDZwUHtry6A1gl6E9LNvosvK.lazyload, #FtgCNG37VDZwUHtry6A1gl6E9LNvosvK.lazyloading { background-image: none; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK > .row .container { border-width: 0; border-radius: 0; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK > .row .container { font-size:0.875rem;font-family:arial;height:67.125rem;width:60rem;position:relative;display:none; }#qcmFocxFEDU8PB7NMPTNKhGy0tv4xkEI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.625rem;top:8.96875rem;left:19.875001907349rem;overflow:hidden;display:block; }
#A1BDTaNy1rlRqXrDKWypvIRgDNfG4t5K { color:#4c4b4b;display:block;width:18.4375rem;position:absolute;font-family:dosis;font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.2375001907349rem;left:6.53125rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tge1TzkJZCXezd7ckyBxtF9BOwOWkgIu { color:#4c4b4b;display:block;width:18.4375rem;position:absolute;font-family:dosis;font-size:2.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.411720275879rem;left:5.6437492370606rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnZ4MqlmPQCRwhrcIq5osLByFikVQta8 { background-color:#ef1331;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:60.712501525879rem;left:39.468751907349rem;display:block; }
#T6BNQfIGaTO79zHTDozXBQKMXxBpcR6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCMXnFEkT5GztVQTSedJql2aMFEDqRpk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:37.31875038147rem;left:21.437501907349rem;overflow:hidden;display:block; }
#q5GsQxR6517ZX8n0N3xkoFzIl9DwatiU { position:absolute;display:block;z-index:15020;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:19.875rem;width:19.875rem;top:8.1500005722044rem;left:0rem;overflow:hidden;display:block; }
#XC8Awf3t0XQxfqoWaPB64GUxTMcmwsNx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:9.59375rem;left:38.01796913147rem;overflow:hidden;display:block; }
#MAoGV7UN5GC54Q5a2dNzEl8qpemOPFI3 { position:absolute;display:block;z-index:15022;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:17rem;width:16.9375rem;top:38.337500572204rem;left:1.4679679870606rem;overflow:hidden;display:block; }
#xgdvC0vQIylkhQdJtL01ZhoCcI7xMbRE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:38.255470275879rem;left:39.468751907349rem;overflow:hidden;display:block; }
#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/8eaccc0d-38eb-4c8f-89cf-3497524835be/barley4304732_1920.jpg");background-position:top center !important;background-repeat: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:none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.adaptive-delivery-prevent-bg, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyload, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyloading { background-image: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { border-width: 0; border-radius: 0; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:60rem;position:relative;display:none; }#I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.1875rem;width:22.0625rem;top:14.905468940735rem;left:18.875001907349rem;overflow:hidden;display:block; }
#JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { background-color:transparent;background-image: -webkit-linear-gradient(215deg, #407b14, #407b14);background-image: -moz-linear-gradient(215deg, #407b14, #407b14);background-image: -ms-linear-gradient(215deg, #407b14, #407b14);background-image: -o-linear-gradient(215deg, #407b14, #407b14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b14', endColorstr='#407b14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b14', endColorstr='#407b14' );";background-image: linear-gradient(215deg, #407b14, #407b14);background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:52.093750715256rem;left:16.593751907349rem;display:block; }
#vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.7804689407349rem;left:4.09375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#ydz92khGpwEgt27A9MTPNPcNbWbFmrsI { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.75rem;width:60rem;top:0rem;left:0rem;display:block; }
#zZq2gV7xA8SRqQAF4L9cgmlpaZKXqd7e { color:#407b14;display:block;width:51.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.9679698944094rem;left:3.21875rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/8eaccc0d-38eb-4c8f-89cf-3497524835be/barley4304732_1920.jpg");background-position:top center !important;background-repeat: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:none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.adaptive-delivery-prevent-bg, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyload, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyloading { background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { border-width: 0; border-radius: 0; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:none; }#DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.09375rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { box-sizing:content-box;color:#ff0035;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:9.25rem;left:7.21875rem;display:block; }
#SmziO3uXBWWp53kMygzap8DOBGQwVlJp { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.974999904633rem;left:13.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hy4EWwyOR58hSs8I7NhH3bOMHs5d5P1S { background-color:transparent;background-image: -webkit-linear-gradient(215deg, #407b14, #407b14);background-image: -moz-linear-gradient(215deg, #407b14, #407b14);background-image: -ms-linear-gradient(215deg, #407b14, #407b14);background-image: -o-linear-gradient(215deg, #407b14, #407b14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b14', endColorstr='#407b14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b14', endColorstr='#407b14' );";background-image: linear-gradient(215deg, #407b14, #407b14);background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6125rem;height:4.6125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.21875rem;left:16.643751144409rem;display:block; }
#QHa93KlVRd8I3O19gQ63RTrk2eM6yp1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZgThIotfEXfQ8sn0s4TwzmPN2yV4UJL { box-sizing:content-box;color:#ff0035;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:16.680469512939rem;left:7.21875rem;display:block; }
#sZWWEL6srAH55LoXSLILqMT4NHnqDRon { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.405468940735rem;left:13.875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vWAl2uyJVc3eSPwXK7Eyh4hAMSw0Wk9k { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.700000762939rem;left:13.875rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#opmD43E7eNs42Ln7mV3LyvqDAaLrL3SO { box-sizing:content-box;color:#ff0035;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.242969036103rem;left:7.21875rem;display:block; }
#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { background-color:#ddecde;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { border-width: 0; border-radius: 0; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;overflow:visible;position:relative;display:none; }#AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { background-color:#2a6620;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.1250076293945rem;left:24.437501907349rem;display:block; }
#pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.adaptive-delivery-prevent-bg, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyload, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyloading { background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { border-width: 0; border-radius: 0; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;overflow:visible;position:relative;display:none; }#gdX8LbBbQMJ0Vb6vWAma2kvJfCSyqHpk { color:#407b14;display:block;width:38.6875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.8421878814697rem;left:10.65625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kmF4L50DQElGhGGOszpl198eUX5gmrC7 { position:absolute;display:block;z-index:15007;background-color:#087125;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:47.9375rem;top:5.4375rem;left:6.03125rem;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-form-header {  }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;color:#ffffff;width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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;overflow:hidden;line-height:1.7; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-text {padding-top: 0; padding-bottom: 0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-select {padding-top: 0; padding-bottom: 0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-button { border-top-left-radius:16.375rem;border-top-right-radius:16.375rem;border-bottom-left-radius:16.375rem;border-bottom-right-radius:16.375rem;background-color:#ef1331;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#ffffff;width:45.4375rem;height:3.3125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal;line-height:1.4; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .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:roboto;line-height:1.7;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-container:first-of-type{padding-top:0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-container:last-of-type{padding-bottom:0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK  { background-color:#087125;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:12.3125rem;z-index:15012;position:absolute; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.2;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK {display:block;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK { background-color:#087125;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:12.3125rem;z-index:15012;position:absolute; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VuHztVthNqsllAHxSONVE6TbHDw6iINX { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Csm4g2UVnhrwIp1NxoZh62PJoPcRbHTP { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gUvTPbGcKllNc9EvcB7FBMIUr5Htcrd8 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #e3DqeLU40UpPlXDL0bepfXBihKMX9yTb { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #x24ocabCtJDWx1A4lUTsxpkd39NhutOC { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #lBXDrXKHzIdIgXKtyho9RCL2P2iPRb3p { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #HDsggGDaOTzIZ4iiq771WySmB81Nm4Ue { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #vwTtowy7UReSH3w1ovwIQH5F85WQ3gRP { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #udLKwDCuS6cSfiBLmJm4bkeEobVGNQLy { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tlblpIvkEfBgNuXUGOh9dla85kRueBgu { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #zdN7Qrk1N1Rc5MQHXoF5xaDHOAETLgFq { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #thuyc0gvJcmWQWRISEAplqJzM7F7TcAh { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #XgfR27MlZ2e01piUynFJH1ZDGMywMB35 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #eeVDS10aFbFmhUJXCaZCGhqguHr6SlbN { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #KeqT21BbqimTw1y6BnQeD4PeiieLS0fH { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #bTOvLDDTtTQZpbaTukPfOJ4p02NL3RCo { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VKQTugOLDLUSyncmoWzdnmi0tnbsckEI { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iJSCnGK62ekapP11iayVQKkdsQzAEg6n { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #hd943HFPCwRUNRE6gsnUfgQwHub1ZTeL { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #teUNxT3NBZlreGWlvwJD0lGxQkd6o9Eh { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #BPDqELBuWeVkTFqremKd1REI34E1D58N { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #i1qResEJ6I0SoOqHIzG6KtPvlZhuxc8u { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #fEIy514UWmPJn8rTZtwUsP2aDih1VXBJ { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qweyMyfMsbFlLLk21Zn845HKwwvkWU58 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nFqh9p9FGbA9C8rbeclOZKTfWoaPuVa7 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tMmfi5ONlUZiPZf1FyxJcIWNK4Jf7IWh { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K9F7sGET0xViVJ4kekOJ9ufsE1pqCf29 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #SE8t6KOlHBXQBH9Bmd2dqWbTiyFqUueZ { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CN2GTZfTcgCePXTK24yH08sv36pbW899 { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #t4CM2HU881HCvLbEZOcmwnXBuCWCP5kP { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mRG9HcV5i5cG12TSBCa2OnUR5sW13ngS { position:relative;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iHs6hTq7vR8uA6oL2KKT0GNTo2zMRzKh { position:relative;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mKnl8yO2WVWIByAsXA8iTXwQf8LXkLQb { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #ebRSnmggfVlD8AZVm3mVSOuKmluS05WF { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tr02ysJgVZKETmRm7wwPQXmAAkLz73ix { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #rTUpm6MmiH7zwmmiasp9aoXXh6MTUXG1 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JkOuovWZcPq1L8CMOm35grVWea3S5XVC { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CZ4SzhVVSrzdG9BIU7bGeT2hFKntvQ22 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OWtLp1XadznV4eBip6cWDUwuW4KIKtxE { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qWl3WKDzBh2BZOsC9xdyzcZdwU5kC6tB { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WeetHoZJ3ccSoiEqmP8hzfdBOKoyBUCy { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D .container-column{width:50%;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kaIITNOP2ctU9QGqXKhUPTm25M8kG9NT { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OmWP90dDMnOev6JucNERMN7dpHAvDvuc { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #DfCyQBtJuIZHTEvrbbEbPx3ha231GEzo { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gwbEOJR2rmaKbZqguFh7Cl4y0nKyM3xI { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #MyQbHgiq2gbWqfi0Kwk7y6GRDRbHZONL { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IGkaZJTbSmQKl1A3OPBOhnTDieEraHLa { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #pZ12FBEeqvwm22uPVSQzAWV5vKZsKh0T { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #evQKrgZPPkfS3hpU6qobvoRDyZIIfeXl { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mfRPECTpOfn4oAwyDVqfTNITwdW5DiX5 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nphyUH7tuVRXrs7bJDwh7rNrPuoIrVZw { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iQxqi0FrnsAE4cV8AJrA7dncksuoSFP5 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #LQpl930uQTpCcvxvT7kAWJT2HJE4CSti { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #QiQHoPipPg1lLf8eG6ablkCKyNK8InIR { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kpinhVbqp3LSD36FE80F8uZWedcWmVUL { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #dhWk0usZIbteWWLVQUmHVF8xSSHaHPQg { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wmVV2gWPGATT8loCVTMLcSh2i9UCoH9E { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WLgQakumbNv5IRllFwpphsAg0I5mK3WM { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K2KiuxarHrBl18CpuokTsU9Vw8QWM6QT { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #NJ2izOoQGsllzH4010xzS0sFP8C8eMlX { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kLfpT0W2ApsWVOPbLz18CPXoZkGlpSii { position:relative;z-index:2; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JHHaIZe33zFaNQ30OgJRTzhTLiZmM860 { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #abecsTx5PBTAcEW2XcINk4EwFws5gSmL { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #o056KH9WD5b97OX3gVLDws04O46rhPyw { position:relative;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IyM6HKlfs5uzBESwG02SQy0lMwO27s3A { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qmLDHDNV2tMwJ6S4uq2hE3cdLfTrdWs8 { position:relative;display:block;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TITAmCi52RKxizz5XTV1gqW4aCXxDha5 { position:relative;display:block;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Qq3E6EwesSWBk7QD4yrvG3D10xwx7cHi { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wULO4coMiwWJFF2ZKtTZvAdK4Tk4hgUp { position:relative; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nXhqwb2GXErNbd93utmKy20qw1MTHIwB { position:relative;display:block;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Gt8ib51xfNJyuAG5wuoa3q2ezzIDOwLr { position:relative;display:block;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TT2ahTBNRp0cF6zyfPTmkHaSn3tkfsDI { position:relative;z-index:15000; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tdpET2vLgcsEo6QaIe7UlwVplmqFdSF0 { position:relative;z-index:15000; }
#TWhZaqVWh9kx8F6aPmA47vZOPTqapoab { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1875rem;left:8.15625rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INMtg0RU5GiDCarbR51eq5RruEeHE9eK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK.adaptive-delivery-prevent-bg, #INMtg0RU5GiDCarbR51eq5RruEeHE9eK.lazyload, #INMtg0RU5GiDCarbR51eq5RruEeHE9eK.lazyloading { background-image: none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { border-width: 0; border-radius: 0; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { font-size:0.875rem;font-family:arial;height:86rem;width:60rem;overflow:visible;position:relative;display:none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { background-color: transparent; background-image: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container > .video-iframe-container { display: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container { display: none; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .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); }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { border-width: 0; border-radius: 0; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:9.5rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1250019073486rem;left:1.0242195129394rem;overflow:hidden;display:block; }
#UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:bold;z-index:15016;line-height:1;top:0.59375rem;left:24.187501907349rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5625rem;text-align:left;text-align-last:left;color:#4c4b4b;text-transform:uppercase;display:block; }
#yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { z-index:15011;top:2.8125rem;left:26.687501907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.875rem;left:23.562501907349rem;display:block; }
#Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.7234382629394rem;left:23.562501907349rem;display:block; }
#czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { z-index:15013;top:6.6921882629394rem;left:26.656251907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#OoxPochfzO9soUbZQizWV2OeSMRXwAto { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.8750019073486rem;left:38.08749961853rem;display:block; }
#OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:6.7226581573488rem;left:38.08749961853rem;display:block; }
#TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { z-index:15012;top:2.8125019073486rem;left:41.21249961853rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.7226581573488rem;left:41.21249961853rem;height:3.65625rem;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { top:0.4375rem;left:28.564453125rem;width:7.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVBSZ246nnQ6UsqgTadrmXVyyvAgUr1 { width:15.625rem;height:3.3125rem;top:1rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV { display:block; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWNpAKXxz5cEtJ64nvTI5KdQ4ziLfRI { width:21.9375rem;height:3.9375rem;top:10.5rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCexUceAy5DSALuW0GXpz8pHDvEh3Ak9 { display:block; }
 }@media only screen and (max-width: 763px) { #S8CAOrRUHdmw47nlfk6FgLqb8xQlDFVT { width:42.1875rem;height:4.125rem;top:4.3125rem;left:2.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFWUV0ibUosc3JZt2O1Vw72r2t75OlPE { width:32.75rem;height:28.25rem;top:13.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf { display:block; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHaaUrzyCNR3t0MHHEMUJEG90eCvKvTS { width:15rem;height:3.125rem;top:2.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiXe6Kur3k3df9qPIL0GsUJ9WNGThNa6 { width:47.75rem;height:6.0625rem;top:7.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR2Ub65JBANTX0rXowGS155lpkIkQvxi { width:47.75rem;height:4.0625rem;top:16.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e490bmpkHrB7uoKTy5oxPl2bwtUuWZ6d { width:3.125rem;height:3.125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp55WdLqERAqWDy5PRPeRX1iFPllparc { width:3.125rem;height:3.125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtgCNG37VDZwUHtry6A1gl6E9LNvosvK { display:block; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcmFocxFEDU8PB7NMPTNKhGy0tv4xkEI { width:16.625rem;height:16.625rem;top:8.9375rem;left:13.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1BDTaNy1rlRqXrDKWypvIRgDNfG4t5K { width:18.4375rem;height:3.5625rem;top:3.1875rem;left:0.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tge1TzkJZCXezd7ckyBxtF9BOwOWkgIu { width:18.4375rem;height:3.5625rem;top:32.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnZ4MqlmPQCRwhrcIq5osLByFikVQta8 { width:17.5rem;height:2.875rem;top:60.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BNQfIGaTO79zHTDozXBQKMXxBpcR6z { display:block; }
 }@media only screen and (max-width: 763px) { #UCMXnFEkT5GztVQTSedJql2aMFEDqRpk { width:17.125rem;height:17.125rem;top:37.3125rem;left:15.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5GsQxR6517ZX8n0N3xkoFzIl9DwatiU { width:19.875rem;height:19.875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC8Awf3t0XQxfqoWaPB64GUxTMcmwsNx { width:15.375rem;height:15.375rem;top:9.5625rem;left:31.89296913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAoGV7UN5GC54Q5a2dNzEl8qpemOPFI3 { width:16.9375rem;height:17rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgdvC0vQIylkhQdJtL01ZhoCcI7xMbRE { width:16.875rem;height:16.875rem;top:38.25rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { display:none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { width:22.0625rem;height:31.1875rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { width:26.8125rem;height:4.8125rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block; }
 }@media only screen and (max-width: 763px) { #fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { width:47.75rem;height:5rem;top:1.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydz92khGpwEgt27A9MTPNPcNbWbFmrsI { width:47.75rem;height:62.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZq2gV7xA8SRqQAF4L9cgmlpaZKXqd7e { width:47.75rem;height:5rem;top:7.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { display:none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { width:47.75rem;height:47.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { width:39.8125rem;height:;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { width:5.5625rem;height:5.5625rem;top:9.25rem;left:5.15625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmziO3uXBWWp53kMygzap8DOBGQwVlJp { width:18.0625rem;height:2.125rem;top:10.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy4EWwyOR58hSs8I7NhH3bOMHs5d5P1S { width:26.5625rem;height:4.5625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHa93KlVRd8I3O19gQ63RTrk2eM6yp1Q { display:block; }
 }@media only screen and (max-width: 763px) { #yZgThIotfEXfQ8sn0s4TwzmPN2yV4UJL { width:5.5625rem;height:5.5625rem;top:16.625rem;left:5.15625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZWWEL6srAH55LoXSLILqMT4NHnqDRon { width:25rem;height:2.0625rem;top:18.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWAl2uyJVc3eSPwXK7Eyh4hAMSw0Wk9k { width:34.875rem;height:4.1875rem;top:25.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opmD43E7eNs42Ln7mV3LyvqDAaLrL3SO { width:5.5625rem;height:5.5625rem;top:24.1875rem;left:5.15625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { display:block; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { width:10rem;height:3.75rem;top:3.125rem;left:18.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block; }
 }@media only screen and (max-width: 763px) { #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { display:none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdX8LbBbQMJ0Vb6vWAma2kvJfCSyqHpk { width:38.6875rem;height:4rem;top:5.8125rem;left:4.53125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmF4L50DQElGhGGOszpl198eUX5gmrC7 { width:47.75rem;height:9.375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-regular-label { display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-checkbox-label { width:44.1875rem; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK  { width:45.4375rem;height:auto; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK {display:block;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VuHztVthNqsllAHxSONVE6TbHDw6iINX {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Csm4g2UVnhrwIp1NxoZh62PJoPcRbHTP { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gUvTPbGcKllNc9EvcB7FBMIUr5Htcrd8 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #e3DqeLU40UpPlXDL0bepfXBihKMX9yTb {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #x24ocabCtJDWx1A4lUTsxpkd39NhutOC { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #lBXDrXKHzIdIgXKtyho9RCL2P2iPRb3p {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #HDsggGDaOTzIZ4iiq771WySmB81Nm4Ue {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #vwTtowy7UReSH3w1ovwIQH5F85WQ3gRP { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #udLKwDCuS6cSfiBLmJm4bkeEobVGNQLy {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tlblpIvkEfBgNuXUGOh9dla85kRueBgu {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #zdN7Qrk1N1Rc5MQHXoF5xaDHOAETLgFq { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #thuyc0gvJcmWQWRISEAplqJzM7F7TcAh {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #XgfR27MlZ2e01piUynFJH1ZDGMywMB35 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #eeVDS10aFbFmhUJXCaZCGhqguHr6SlbN { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #KeqT21BbqimTw1y6BnQeD4PeiieLS0fH {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #bTOvLDDTtTQZpbaTukPfOJ4p02NL3RCo {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VKQTugOLDLUSyncmoWzdnmi0tnbsckEI { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iJSCnGK62ekapP11iayVQKkdsQzAEg6n {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #hd943HFPCwRUNRE6gsnUfgQwHub1ZTeL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #teUNxT3NBZlreGWlvwJD0lGxQkd6o9Eh { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #BPDqELBuWeVkTFqremKd1REI34E1D58N {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #i1qResEJ6I0SoOqHIzG6KtPvlZhuxc8u {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #fEIy514UWmPJn8rTZtwUsP2aDih1VXBJ { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qweyMyfMsbFlLLk21Zn845HKwwvkWU58 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nFqh9p9FGbA9C8rbeclOZKTfWoaPuVa7 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tMmfi5ONlUZiPZf1FyxJcIWNK4Jf7IWh { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K9F7sGET0xViVJ4kekOJ9ufsE1pqCf29 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #SE8t6KOlHBXQBH9Bmd2dqWbTiyFqUueZ {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CN2GTZfTcgCePXTK24yH08sv36pbW899 { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #t4CM2HU881HCvLbEZOcmwnXBuCWCP5kP {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mRG9HcV5i5cG12TSBCa2OnUR5sW13ngS { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iHs6hTq7vR8uA6oL2KKT0GNTo2zMRzKh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mKnl8yO2WVWIByAsXA8iTXwQf8LXkLQb {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #ebRSnmggfVlD8AZVm3mVSOuKmluS05WF { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tr02ysJgVZKETmRm7wwPQXmAAkLz73ix {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #rTUpm6MmiH7zwmmiasp9aoXXh6MTUXG1 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JkOuovWZcPq1L8CMOm35grVWea3S5XVC { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CZ4SzhVVSrzdG9BIU7bGeT2hFKntvQ22 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OWtLp1XadznV4eBip6cWDUwuW4KIKtxE {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qWl3WKDzBh2BZOsC9xdyzcZdwU5kC6tB { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WeetHoZJ3ccSoiEqmP8hzfdBOKoyBUCy {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D {  }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kaIITNOP2ctU9QGqXKhUPTm25M8kG9NT { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OmWP90dDMnOev6JucNERMN7dpHAvDvuc { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #DfCyQBtJuIZHTEvrbbEbPx3ha231GEzo {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gwbEOJR2rmaKbZqguFh7Cl4y0nKyM3xI { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #MyQbHgiq2gbWqfi0Kwk7y6GRDRbHZONL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IGkaZJTbSmQKl1A3OPBOhnTDieEraHLa { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #pZ12FBEeqvwm22uPVSQzAWV5vKZsKh0T {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #evQKrgZPPkfS3hpU6qobvoRDyZIIfeXl { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mfRPECTpOfn4oAwyDVqfTNITwdW5DiX5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nphyUH7tuVRXrs7bJDwh7rNrPuoIrVZw { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iQxqi0FrnsAE4cV8AJrA7dncksuoSFP5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #LQpl930uQTpCcvxvT7kAWJT2HJE4CSti { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #QiQHoPipPg1lLf8eG6ablkCKyNK8InIR {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kpinhVbqp3LSD36FE80F8uZWedcWmVUL { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #dhWk0usZIbteWWLVQUmHVF8xSSHaHPQg {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wmVV2gWPGATT8loCVTMLcSh2i9UCoH9E { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WLgQakumbNv5IRllFwpphsAg0I5mK3WM {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K2KiuxarHrBl18CpuokTsU9Vw8QWM6QT { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #NJ2izOoQGsllzH4010xzS0sFP8C8eMlX {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kLfpT0W2ApsWVOPbLz18CPXoZkGlpSii { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JHHaIZe33zFaNQ30OgJRTzhTLiZmM860 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #abecsTx5PBTAcEW2XcINk4EwFws5gSmL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #o056KH9WD5b97OX3gVLDws04O46rhPyw { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IyM6HKlfs5uzBESwG02SQy0lMwO27s3A {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qmLDHDNV2tMwJ6S4uq2hE3cdLfTrdWs8 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TITAmCi52RKxizz5XTV1gqW4aCXxDha5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Qq3E6EwesSWBk7QD4yrvG3D10xwx7cHi {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wULO4coMiwWJFF2ZKtTZvAdK4Tk4hgUp {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nXhqwb2GXErNbd93utmKy20qw1MTHIwB {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Gt8ib51xfNJyuAG5wuoa3q2ezzIDOwLr {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TT2ahTBNRp0cF6zyfPTmkHaSn3tkfsDI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tdpET2vLgcsEo6QaIe7UlwVplmqFdSF0 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #TWhZaqVWh9kx8F6aPmA47vZOPTqapoab { width:43.6875rem;height:4.5rem;top:7.1875rem;left:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INMtg0RU5GiDCarbR51eq5RruEeHE9eK { display:none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { width:7.6875rem;height:4.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { z-index:15006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block; }
 }@media only screen and (max-width: 763px) { #f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block; }
 }@media only screen and (max-width: 763px) { #OoxPochfzO9soUbZQizWV2OeSMRXwAto { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { width:3.125rem;height:3.125rem;top:6.6875rem;left:31.96249961853rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block; }
 }@media only screen and (max-width: 763px) { #pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { width:17.25rem;height:3.625rem;top:6.6875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa { background-color:#ffffff;background-image:none;display:block; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { background-color: transparent; background-image: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row > .video-iframe-container { display: none; }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .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); }#pmxpGZ8B7RbVEJZ7WPRiikraAPmN9IHa > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJBLHmdJ2VOmgTntNLc81J0V6zuJJzLE { width:5.5rem;height:3.1875rem;top:0.90625rem;left:0.8681640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVBSZ246nnQ6UsqgTadrmXVyyvAgUr1 { width:11.875rem;height:2.4375rem;top:1.28125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.adaptive-delivery-prevent-bg, #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.lazyload, #IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV.lazyloading { background-image: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { background-color: transparent; background-image: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container > .video-iframe-container { display: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container { display: none; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .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); }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { border-width: 0; border-radius: 0; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGc9GoN2hkw5e8PVQDcHVNmvz8rB8iIV > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWNpAKXxz5cEtJ64nvTI5KdQ4ziLfRI { width:20rem;height:3.5rem;top:7.492968559265rem;left:0rem;font-size:1.375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #bCexUceAy5DSALuW0GXpz8pHDvEh3Ak9 { display:block; }
 }@media only screen and (max-width: 763px) { #S8CAOrRUHdmw47nlfk6FgLqb8xQlDFVT { width:20rem;height:4.875rem;top:0.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFWUV0ibUosc3JZt2O1Vw72r2t75OlPE { width:18.4375rem;height:15.875rem;top:13.9rem;left:1.4533054849939rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf { display:block; }#qvfJqPKN9n7OTDM6qHncSW7KeBJZ4Cpf > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHaaUrzyCNR3t0MHHEMUJEG90eCvKvTS { width:15rem;height:2.6rem;top:1.25rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiXe6Kur3k3df9qPIL0GsUJ9WNGThNa6 { width:20rem;height:11.375rem;top:6.97500038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR2Ub65JBANTX0rXowGS155lpkIkQvxi { width:20rem;height:6.5rem;top:22.131250858307rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e490bmpkHrB7uoKTy5oxPl2bwtUuWZ6d { display:flex;width:3.125rem;height:3.125rem;top:19.056250572204rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #Rp55WdLqERAqWDy5PRPeRX1iFPllparc { display:flex;width:3.125rem;height:3.125rem;top:3.8500003814698rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #FtgCNG37VDZwUHtry6A1gl6E9LNvosvK { display:none; }#FtgCNG37VDZwUHtry6A1gl6E9LNvosvK > .row .container { width:20rem;height:100.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcmFocxFEDU8PB7NMPTNKhGy0tv4xkEI { width:16.625rem;height:16.625rem;top:19.700008392334rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1BDTaNy1rlRqXrDKWypvIRgDNfG4t5K { width:18.4375rem;height:2.4375rem;top:0.5625rem;left:0.78125rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tge1TzkJZCXezd7ckyBxtF9BOwOWkgIu { width:18.4375rem;height:2.4375rem;top:48.575000762939rem;left:0.78125rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KnZ4MqlmPQCRwhrcIq5osLByFikVQta8 { width:17.5rem;height:2.875rem;top:96.962501525881rem;left:1.25rem;font-size:1.375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #T6BNQfIGaTO79zHTDozXBQKMXxBpcR6z { display:block; }
 }@media only screen and (max-width: 763px) { #UCMXnFEkT5GztVQTSedJql2aMFEDqRpk { width:17.125rem;height:17.125rem;top:67.524999618531rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5GsQxR6517ZX8n0N3xkoFzIl9DwatiU { width:19.875rem;height:19.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC8Awf3t0XQxfqoWaPB64GUxTMcmwsNx { width:15.375rem;height:15.375rem;top:33.200000047684rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAoGV7UN5GC54Q5a2dNzEl8qpemOPFI3 { width:16.9375rem;height:17rem;top:52.025001525879rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgdvC0vQIylkhQdJtL01ZhoCcI7xMbRE { width:16.875rem;height:16.875rem;top:80.88672065735rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx { background-color:#efe49b;background-image:url("https://images.assets-landingi.com/uc/8eaccc0d-38eb-4c8f-89cf-3497524835be/barley4304732_1920.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.adaptive-delivery-prevent-bg, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyload, #RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx.lazyloading { background-image: none; }#RySAevF4hFSBOWIRy3qyeWJ9JSWrVQNx > .row .container { width:20rem;height:50.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I04T0ZqVFR4w73xSwa7MBiQQl7tlEC71 { width:19.0625rem;height:26.9375rem;top:10.75rem;left:0.41875004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF16TD3KnxNpTVlz19xToFfyJzMvdU7U { width:18.9rem;height:3.65rem;top:40.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVsTnShRU7m6FdJE5QJTzqFB9IpF5Abl { display:block; }
 }@media only screen and (max-width: 763px) { #fUk3JF15LvBJlokWaeeD2miGVEmqEyaz { width:20rem;height:5.4rem;top:0rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ydz92khGpwEgt27A9MTPNPcNbWbFmrsI { width:20rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZq2gV7xA8SRqQAF4L9cgmlpaZKXqd7e { width:20rem;height:1.9rem;top:6.60000038147rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO { background-color:#08162e;background-image:url("https://images.assets-landingi.com/uc/8eaccc0d-38eb-4c8f-89cf-3497524835be/barley4304732_1920.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.adaptive-delivery-prevent-bg, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyload, #mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO.lazyloading { background-image: none; }#mA8fM3cqZbNNsIxzz0u54FxERroJ1PpO > .row .container { width:20rem;height:53.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXaqTOv0GrmeuqqzETIgrFLlvxblB4bP { width:20rem;height:53.875rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8aVJ3FhFBHOh1CDo3TemdfE3WBiT2V { width:20rem;height:6.5rem;top:2.3718757629394rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#251215;display:block; }
 }@media only screen and (max-width: 763px) { #baTWLeOTeZW45TtPJELG1ShNME6hP5S7 { width:6rem;height:6rem;top:19.012500762939rem;left:6.9999998807906rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmziO3uXBWWp53kMygzap8DOBGQwVlJp { width:18.3125rem;height:1.70625rem;top:13.712499804795rem;left:0.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy4EWwyOR58hSs8I7NhH3bOMHs5d5P1S { width:18.675rem;height:4.6125rem;top:43.562500476837rem;left:0.61171877384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHa93KlVRd8I3O19gQ63RTrk2eM6yp1Q { display:block; }
 }@media only screen and (max-width: 763px) { #yZgThIotfEXfQ8sn0s4TwzmPN2yV4UJL { width:5.5625rem;height:5.5625rem;top:8.9625043869019rem;left:7.2187498807906rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZWWEL6srAH55LoXSLILqMT4NHnqDRon { width:20rem;height:1.70625rem;top:24.262500762939rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWAl2uyJVc3eSPwXK7Eyh4hAMSw0Wk9k { width:20rem;height:5.11875rem;top:34.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opmD43E7eNs42Ln7mV3LyvqDAaLrL3SO { width:5.5625rem;height:5.5625rem;top:30.125rem;left:7.2187498807906rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrL1MgAC9lf0fiTt4uzkCFt83melL0o { background-color:#eff3f7;background-image:none;display:none; }#NOrL1MgAC9lf0fiTt4uzkCFt83melL0o > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXQGmIsXTuOdvURiDUBci757d8d2mhE4 { width:10rem;height:3.75rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwCMKaix6cVxPyw04kAKlROeWv3LoCo { display:block; }
 }@media only screen and (max-width: 763px) { #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc { background-color:#01296f;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.adaptive-delivery-prevent-bg, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyload, #mPtg24y8yxUgzp2ImEs86dlP01HzyxXc.lazyloading { background-image: none; }#mPtg24y8yxUgzp2ImEs86dlP01HzyxXc > .row .container { width:20rem;height:134.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdX8LbBbQMJ0Vb6vWAma2kvJfCSyqHpk { width:20rem;height:0;top:6.5984377861025rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmF4L50DQElGhGGOszpl198eUX5gmrC7 { width:20rem;height:9.375rem;top:5.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.25rem;display:block; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-text {padding-top: 0; padding-bottom: 0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-select {padding-top: 0; padding-bottom: 0;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK  { width:17.5rem;height:auto;top:13.249992370606rem;left:0rem; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK {display:block;}#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK { width:17.5rem;height:auto;top:13.249992370606rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VuHztVthNqsllAHxSONVE6TbHDw6iINX {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Csm4g2UVnhrwIp1NxoZh62PJoPcRbHTP { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gUvTPbGcKllNc9EvcB7FBMIUr5Htcrd8 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #e3DqeLU40UpPlXDL0bepfXBihKMX9yTb {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #x24ocabCtJDWx1A4lUTsxpkd39NhutOC { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #lBXDrXKHzIdIgXKtyho9RCL2P2iPRb3p {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #HDsggGDaOTzIZ4iiq771WySmB81Nm4Ue {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #vwTtowy7UReSH3w1ovwIQH5F85WQ3gRP { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #udLKwDCuS6cSfiBLmJm4bkeEobVGNQLy {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tlblpIvkEfBgNuXUGOh9dla85kRueBgu {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #zdN7Qrk1N1Rc5MQHXoF5xaDHOAETLgFq { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #thuyc0gvJcmWQWRISEAplqJzM7F7TcAh {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #XgfR27MlZ2e01piUynFJH1ZDGMywMB35 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #eeVDS10aFbFmhUJXCaZCGhqguHr6SlbN { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #KeqT21BbqimTw1y6BnQeD4PeiieLS0fH {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #bTOvLDDTtTQZpbaTukPfOJ4p02NL3RCo {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #VKQTugOLDLUSyncmoWzdnmi0tnbsckEI { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iJSCnGK62ekapP11iayVQKkdsQzAEg6n {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #hd943HFPCwRUNRE6gsnUfgQwHub1ZTeL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #teUNxT3NBZlreGWlvwJD0lGxQkd6o9Eh { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #BPDqELBuWeVkTFqremKd1REI34E1D58N {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #i1qResEJ6I0SoOqHIzG6KtPvlZhuxc8u {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #fEIy514UWmPJn8rTZtwUsP2aDih1VXBJ { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qweyMyfMsbFlLLk21Zn845HKwwvkWU58 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nFqh9p9FGbA9C8rbeclOZKTfWoaPuVa7 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tMmfi5ONlUZiPZf1FyxJcIWNK4Jf7IWh { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K9F7sGET0xViVJ4kekOJ9ufsE1pqCf29 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #SE8t6KOlHBXQBH9Bmd2dqWbTiyFqUueZ {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CN2GTZfTcgCePXTK24yH08sv36pbW899 { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #t4CM2HU881HCvLbEZOcmwnXBuCWCP5kP {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mRG9HcV5i5cG12TSBCa2OnUR5sW13ngS { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iHs6hTq7vR8uA6oL2KKT0GNTo2zMRzKh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mKnl8yO2WVWIByAsXA8iTXwQf8LXkLQb {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #ebRSnmggfVlD8AZVm3mVSOuKmluS05WF { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tr02ysJgVZKETmRm7wwPQXmAAkLz73ix {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #rTUpm6MmiH7zwmmiasp9aoXXh6MTUXG1 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JkOuovWZcPq1L8CMOm35grVWea3S5XVC { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #CZ4SzhVVSrzdG9BIU7bGeT2hFKntvQ22 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OWtLp1XadznV4eBip6cWDUwuW4KIKtxE {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qWl3WKDzBh2BZOsC9xdyzcZdwU5kC6tB { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WeetHoZJ3ccSoiEqmP8hzfdBOKoyBUCy {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D {  }
#LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OZuOFGHonokiS77WO8TFG9SKbCGoeR3D .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kaIITNOP2ctU9QGqXKhUPTm25M8kG9NT { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #OmWP90dDMnOev6JucNERMN7dpHAvDvuc { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #DfCyQBtJuIZHTEvrbbEbPx3ha231GEzo {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #gwbEOJR2rmaKbZqguFh7Cl4y0nKyM3xI { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #MyQbHgiq2gbWqfi0Kwk7y6GRDRbHZONL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IGkaZJTbSmQKl1A3OPBOhnTDieEraHLa { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #pZ12FBEeqvwm22uPVSQzAWV5vKZsKh0T {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #evQKrgZPPkfS3hpU6qobvoRDyZIIfeXl { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #mfRPECTpOfn4oAwyDVqfTNITwdW5DiX5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nphyUH7tuVRXrs7bJDwh7rNrPuoIrVZw { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #iQxqi0FrnsAE4cV8AJrA7dncksuoSFP5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #LQpl930uQTpCcvxvT7kAWJT2HJE4CSti { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #QiQHoPipPg1lLf8eG6ablkCKyNK8InIR {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kpinhVbqp3LSD36FE80F8uZWedcWmVUL { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #dhWk0usZIbteWWLVQUmHVF8xSSHaHPQg {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wmVV2gWPGATT8loCVTMLcSh2i9UCoH9E { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #WLgQakumbNv5IRllFwpphsAg0I5mK3WM {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #K2KiuxarHrBl18CpuokTsU9Vw8QWM6QT { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #NJ2izOoQGsllzH4010xzS0sFP8C8eMlX {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #kLfpT0W2ApsWVOPbLz18CPXoZkGlpSii { z-index:2; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #JHHaIZe33zFaNQ30OgJRTzhTLiZmM860 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #abecsTx5PBTAcEW2XcINk4EwFws5gSmL {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #o056KH9WD5b97OX3gVLDws04O46rhPyw { display:block; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #IyM6HKlfs5uzBESwG02SQy0lMwO27s3A {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #qmLDHDNV2tMwJ6S4uq2hE3cdLfTrdWs8 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TITAmCi52RKxizz5XTV1gqW4aCXxDha5 {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Qq3E6EwesSWBk7QD4yrvG3D10xwx7cHi {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #wULO4coMiwWJFF2ZKtTZvAdK4Tk4hgUp {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #nXhqwb2GXErNbd93utmKy20qw1MTHIwB {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #Gt8ib51xfNJyuAG5wuoa3q2ezzIDOwLr {  }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #TT2ahTBNRp0cF6zyfPTmkHaSn3tkfsDI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #LmCI75zBhJuxAN1JSA2Ta0BoMGG2NPBK #tdpET2vLgcsEo6QaIe7UlwVplmqFdSF0 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #TWhZaqVWh9kx8F6aPmA47vZOPTqapoab { width:20rem;height:8.125rem;top:2.8125rem;left:0rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #INMtg0RU5GiDCarbR51eq5RruEeHE9eK { background-color:#ffffff;background-image:none;display:none; }#INMtg0RU5GiDCarbR51eq5RruEeHE9eK > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV { display:block; }#O5Axi9IEIOAWLcFSMJ2CWxlEiwxTGXUV > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7SRcJpulqSnvrEAFfN2Jf9IHcXlpZcL { width:9.5rem;height:5.4375rem;top:3.125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyDekPoPH2hzoxZhTxeM7reGVarOo2bi { z-index:15007;color:#565656;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.5625rem;top:1.25rem;height:1.625rem;width:12.875rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #yJb6UczQTqx5J2QERdSF6USHWr2Wqwc0 { top:6.6875rem;left:3.7812498807907rem;width:12.4375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT0Tp49SNrS3qmB89mINnom0vEu0KiXR { display:block; }
 }@media only screen and (max-width: 763px) { #f3Tbok6oFw2wu23Xlrmq8PA0z2Fxrtla { width:3.125rem;height:3.125rem;top:3.5625rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoby0iGuUe1icE0vKET72FTSQfZ9yqLH { width:3.125rem;height:3.125rem;top:16.937501907349rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkPkcLSCqqwZv6hkG6IFgf2gfIXqxqI { top:20.062501907349rem;left:6.6562498807906rem;width:6.6875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHso9a3UClX7w1T6AbqnCgNMHHxbfW2B { display:block; }
 }@media only screen and (max-width: 763px) { #OoxPochfzO9soUbZQizWV2OeSMRXwAto { width:3.125rem;height:3.125rem;top:9.875rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2IUi0qzMQpVgW77ymoSySDI6t3e63k { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVqdX5mh9lre5Vbsq6wH8krAQvCmB46r { top:13rem;left:3.8124998807907rem;width:12.375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5IRgleT65wZ73W5lDs8uuSJab6X1oxJ { display:block; }
 }@media only screen and (max-width: 763px) { #pOTfaX4VazZr3uXSUtbVmDGSgfZGERDG { width:17.25rem;height:auto;top:6.6875rem;left:1.375rem;font-size:1rem;display:none; }
 }