.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 { position:relative;display:block; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 { background-color: transparent; background-image: none; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container > .video-iframe-container { display: none; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row > .video-iframe-container { display: none; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .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); }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 { border-width: 0; border-radius: 0; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rGT73xUTehgy1AlvTbCzv8MgvaPu1w8L { 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:2.5rem;width:4.6875rem;top:1.375rem;left:13.498264312744rem;overflow:hidden;display:block; }
#KnG9usrimLsKrsnPOe9r5Et6KDOCrdOn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:9.9370625rem;top:1.125rem;left:0.25rem;overflow:hidden;display:block; }
#nQePeLGlkocfSWEbR5ObBfcO6L6mC1iS { box-sizing:content-box;height:2.31228125rem;width:0.124783125rem;position:absolute;display:block;z-index:15010;background-color:#8cc63f;background-image:none;top:1.4375rem;left:11.375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0055a6;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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.875rem;height:3.81875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0.875rem;height:5.60369375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.75rem;left:0.875rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cnu86JaK7EEIim2WTVpKeVC60Maqxb68 { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.75rem;left:0.875rem;height:2.9243625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CX8znrhkaQgZLvSW3Do2E8bTJXcfBhGd { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.875rem;height:8.6115rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ep6Jkkci5QyWXyBNEM787ZedGdJVpgob { position:absolute;display:block;z-index:15009;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:29.3125rem;width:31.3125rem;top:2.625rem;left:42.8125rem;overflow:hidden;display:block; }
#vCIVBextoHu4rmTnmh73D1rczx3tpREt { box-sizing:content-box;height:23.25rem;width:23.25rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.25rem;left:49.8125rem;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;display:block; }
#hoJqwFlrBWZ9db1Psp2ypOp13DfL3CqZ { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.75rem;left:0.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container { background-color: transparent; background-image: none; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container > .video-iframe-container { display: none; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row > .video-iframe-container { display: none; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .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); }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container { border-width: 0; border-radius: 0; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#KmF4P4SAxbGIUfKTEgHOLvoDPDf46CbT { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.6884765625rem;left:0.5625rem;display:none; }
#M0GGFGhBLNsZ9t3KWWWRPq5gW2bzHHw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lN3y1897fO0R4htHp3aWQ4TmI35JBxM3 { 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:125.5rem;width:58.375rem;display:none; }
#BQ4UoHerIvSNEy7lRD1EAnhw8Fv9xAow { position:absolute;display:block;z-index:15009;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:39.375rem;width:70.125rem;top:0rem;left:2.4375rem;overflow:hidden;display:block; }
#nrFKQAoCmEvBTPXtSvuTkZpib077D9z3 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.25rem;left:27.4375rem;display:block; }
#gddgWmDBQFd2ulm1gDgOzdJB16NURFic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy { background-color:#8cc63f;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:block; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container { background-color: transparent; background-image: none; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container > .video-iframe-container { display: none; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row > .video-iframe-container { display: none; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .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); }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container { border-width: 0; border-radius: 0; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { color:#ffffff;display:block;width:51rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:2.4365234375rem;left:12rem;height:7.198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMiKNRbQ6z0801pAP574sErxAp0JkXET { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.0625rem;left:27.25rem;display:block; }
#h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3oLaSe3ICKzGRmv0Ou8ZHB2A3gEUlFZ { color:#605444;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:26.625rem;left:54.4375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBiqeetKqwOLI03yiqM4X8O4DrnERq6y { color:#605444;display:block;width:17.9365rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:26.5625rem;left:28.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSMma7K4pq8pKpDXTt88nxMs7DNTr4hb { color:#ffffff;display:block;width:17.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:21.4375rem;left:29.1875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKH9Na1KNhcBwwOrdSATAgswKQ0DalcE { color:#ffffff;display:block;width:19.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:21.4375rem;left:52.875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CdH8QFLrT7J3oN3Zhf7oLf0Oz1D4hSq5 { position:absolute;display:block;z-index:15003;background-color:#0055a6;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.5625rem;width:22.875rem;top:12.3125rem;left:26.125rem;display:block; }
#IncZZM0VGOOF79zJneEuXzGBNpJvIf8A { position:absolute;display:block;z-index:15004;background-color:#0055a6;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.5625rem;width:22.875rem;top:12.3125rem;left:51.125rem;display:block; }
#IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { color:#ffffff;display:block;width:23.6865rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.4375rem;left:1rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fh0GRNHEefZUmBoFvxVACftiLZZJDrRh { color:#605444;display:block;width:21.3730625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:26.625rem;left:1.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imKsmmcyc1Jd8inQ1FtlTZhRkR4s3w3B { position:absolute;display:block;z-index:15002;background-color:#0055a6;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.5625rem;width:22.875rem;top:12.3125rem;left:1.125rem;display:block; }
#T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { position:absolute;display:block;z-index:15011;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.9375rem;width:4.9375rem;top:14.25rem;left:35.125rem;overflow:hidden;display:block; }
#UgURAbOdfgOegIzq78pMFtsCpLprivx0 { position:absolute;display:block;z-index:15010;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:5.25rem;width:5.25rem;top:14.0625rem;left:59.9375rem;overflow:hidden;display:block; }
#PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:14.25rem;left:10.375rem;overflow:hidden;display:block; }
#PMe369TZHZBcSyoV81nL7HrrM7FQtAPs { position:absolute;display:block;z-index:15002;background-color:#0054a6;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.5625rem;width:22.875rem;top:12.3125rem;left:1.125rem;display:none; }
#gKg2nehyMhphawTXyTpLSlDq6nNRMT3X { position:absolute;display:block;z-index:15002;background-color:#0054a6;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.5625rem;width:22.875rem;top:12.3125rem;left:1.125rem;display:none; }
#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0725668f-b3bd-431c-88cd-5f016e12b685/tractortrabalharnumcampoverde.jpg");background-position:bottom 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:block; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.adaptive-delivery-prevent-bg, #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.lazyload, #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.lazyloading { background-image: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { background-color: transparent; background-image: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .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); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { border-width: 0; border-radius: 0; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd::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; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.129558086395rem;left:2.1875rem;display:block; }
#UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmHhhUmoB6murzMuKXme8IH8bkO34uNA { color:#8cc63f;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.1875rem;height:6.0129625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6230625rem;height:3.4371125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.437097549439rem;left:1.125rem;display:none; }
#HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqdMT0IrUTVcZMoX8GcFsLKURklVEXex { color:#ffffff;display:block;width:29.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.4368491172788rem;left:2.3125rem;height:7.4715625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#USDV79LkT3uq4N2GgsTHUsB5pPfaNqwn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:20.5625rem;top:13.0625rem;left:42.25rem;overflow:hidden;display:block; }
#PqHzPalxMOoOC5ZhJLmVib4Zn3VF4M7E { position:absolute;display:block;z-index:15008;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:21.75rem;width:21.75rem;top:7.0625rem;left:44.625rem;overflow:hidden;display:block; }
#wCiGcdJuN29vX3RVMHZvg1XkPzmxsVMH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8115rem;width:16.8115rem;top:20.25rem;left:34.5625rem;overflow:hidden;display:block; }
#mzAVLZz1T3QmQFQwMEr7oq1XuZu5I30Z { position:absolute;display:block;z-index:15009;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.6875rem;width:15.5rem;top:15.0625rem;left:56.75rem;overflow:hidden;display:block; }
#NweHhqBi2eXMNDXSKPUlrzzBh6rT4ulE { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.998481273651rem;left:2.1875rem;height:9.5055rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { position:relative;display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { background-color: transparent; background-image: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container > .video-iframe-container { display: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row > .video-iframe-container { display: none; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .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); }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg { border-width: 0; border-radius: 0; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.99575rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.184657528996rem;left:26.50124168396rem;display:block; }
#XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOWpbpwNKryDJKyWh996ResaJPV45I8Z { position:absolute;display:block;z-index:15008;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.1875rem;width:59.3125rem;top:10.1875rem;left:6.125rem;overflow:hidden;display:block; }
#m4Hf3XIGtevpXDyyPEkfOwsKW9PWvdzQ { color:#8cc63f;display:block;width:45.3125rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.99982213974rem;left:13.123224258423rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { position:relative;display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { background-color: transparent; background-image: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { border-width: 0; border-radius: 0; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { color:#8cc63f;display:block;width:29.9369375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1862556934357rem;left:2.8746452331543rem;height:18.2795rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.029649734497rem;left:2.8746452331543rem;display:block; }
#SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5RtZGoyceJvsuXpp7rLefnvHuu4yyZ7 { position:absolute;display:block;z-index:15011;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.3125rem;width:37.6875rem;top:1.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#vwTLWnBumtn92oKa3tOtEtPnHP7ORUfK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.375rem;top:23.6875rem;left:35.5625rem;overflow:hidden;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6433eaf-1971-423b-8e0a-46d5a6eab788/silosdeprataemplantadefabricacaoagroparaprocessamentodesecagemlimpezaearmazenamentodeprodutosagricolasfarinhadecereaisegraosgrandesbarrisdeferrodegraoselevadordeceleiro1.jpg");background-position:bottom 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:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm.adaptive-delivery-prevent-bg, #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm.lazyload, #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm.lazyloading { background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { color:#ffffff;display:block;width:47.3118125rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.186625957489rem;left:13.842329025269rem;height:5.550425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { position:absolute;display:block;z-index:15051;background-color:#ffffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.8125rem;width:22.875rem;top:9.75rem;left:0.25rem;display:block; }
#xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { color:#0055a6;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:20rem;left:1.6875rem;height:17.995375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad92d433-7378-4889-b8db-0bba7b2a6c0b/1657139892626.jpeg");background-position:center !important;background-repeat: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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:10.6875rem;left:1.8125rem;display:block; }#t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW.adaptive-delivery-prevent-bg, #t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW.lazyload, #t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW.lazyloading { background-image: none; }
#TxrF020UuMZTCO0n7HuO8N097Z12UICA { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.875rem;height:1.298825rem;font-style:normal;display:block; }
#C921FRU8fN81tIMBN6gwDxGF82wIETJf { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:13.1875rem;left:10.875rem;height:1.86875rem;font-style:normal;display:block; }
#SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.24076461792rem;left:26.060724258423rem;display:block; }
#x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5IxtVH0ETf87GB0HMvKoFTci5dwbniS { color:#0055a6;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:20rem;left:52.375rem;height:14.396325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2gl42zfSg6zVMULsJMH9vaR352X5SHF { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:15.0625rem;left:62.375rem;height:1.298825rem;font-style:normal;display:block; }
#BpMfDyK8x9UZqQAMt2WVirJoPq57Ucc7 { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:13.1875rem;left:62.375rem;height:1.86875rem;font-style:normal;display:block; }
#mmJP0uDIN7LxCFrQQWOVqSV8LdHyFUKX { color:#0055a6;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:19.999998092651rem;left:26.68678855896rem;height:17.9954rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { position:absolute;display:block;z-index:15072;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9667fb9f-ca03-44a3-a7e6-92741fb7673e/1690adb4fotosite55708x416.png");background-position:center !important;background-repeat: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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:10.6875rem;left:27.25rem;display:block; }#dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.adaptive-delivery-prevent-bg, #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.lazyload, #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf.lazyloading { background-image: none; }
#vSAcH0dgPZSFOJJLuNiv6IbcCVtEVCtd { color:#605444;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:15.0625rem;left:36.25rem;height:1.298825rem;font-style:normal;display:block; }
#CDzCwrC5rS93VfKQE1bFDfuRH6nds0er { color:#8cc63f;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:13.1875rem;left:36.25rem;height:1.86875rem;font-style:normal;display:block; }
#fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { position:absolute;display:block;z-index:15052;background-color:#ffffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.8123125rem;width:23.75rem;top:9.75rem;left:51.0625rem;display:block; }
#wKApFO1ATTcXrIT0esDREEr99BzNPISs { position:absolute;display:block;z-index:15053;background-color:#ffffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.9375rem;width:23.6875rem;top:9.7496433258056rem;left:25.374643325806rem;display:block; }
#xDUIPx5MMJ6ALTIy0CMV15aATGOuzWqR { position:absolute;display:block;z-index:15052;background-color:#ffffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:29.812rem;width:22.87475rem;top:15.123291015625rem;left:26.060791015625rem;display:none; }
#cEsVrL1d9Nq9dhPhgrsAERHZKVr07Dfp { color:#605444;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:25.374755859375rem;left:27.562255859375rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c5b15df-5704-49ea-96d3-cb84abe91dd5/higor.png");background-position:center !important;background-repeat: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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:16.0625rem;left:28.375rem;display:none; }#vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn.adaptive-delivery-prevent-bg, #vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn.lazyload, #vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn.lazyloading { background-image: none; }
#h86Efd5a16lkvU93cpuzEJw5cpP6Pbgb { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:20.8125rem;left:38rem;height:1.3rem;font-style:normal;display:none; }
#hluGo9Cviksu8J7N28wQxWgAXuMZv25i { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:18.5625rem;left:38rem;height:2.03125rem;font-style:normal;display:none; }
#MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h { position:absolute;display:block;z-index:15073;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c5b15df-5704-49ea-96d3-cb84abe91dd5/higor.png");background-position:center !important;background-repeat: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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:10.6875rem;left:53.5rem;display:block; }#MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h.adaptive-delivery-prevent-bg, #MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h.lazyload, #MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h.lazyloading { background-image: none; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:#0055a6;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:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:32.999125rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.625rem;left:7.375rem;height:10.5735rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:10.875rem;left:48.875rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:27.3105625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:16.4375rem;left:7.375rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.13) ;height:36.6873125rem;width:24.124375rem;top:1.1875rem;left:43.625rem;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-form-header {  }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#605444;width:16.75rem;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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:16.75rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat: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.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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:"open sans";font-size:0.75rem;font-weight:300;color:#494949;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .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; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:first-of-type{padding-top:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-container:last-of-type{padding-bottom:0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.749125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3rem;left:42.375rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-info-text { font-size:0.75rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.749125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5rem;left:46.0625rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XikcW58TW9C4nNzmabar4yPlb5t1Dngu { position:relative;display:block;z-index:15000; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BvN2f18ivwAEUN8z2vhBfCUil3api5gd { position:relative;display:block;z-index:15000; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { 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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#UPXrT7RAz3SJAO6eGbmH5I99ORVKrrKD { 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:2.9362rem;width:9.936rem;top:2.75rem;left:7.3125rem;overflow:hidden;display:block; }
#npLZ11bqH1MzTWk8VdvTH3Zk7Xaq42Kh { box-sizing:content-box;height:2.3112rem;width:0.124783125rem;position:absolute;display:block;z-index:15013;background-color:#8cc63f;background-image:none;top:3.0625rem;left:18.4375rem;display:block; }
#hn8zsCdLqrVyi5XfC3cKZQkuPZO4tzv8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.125rem;top:2.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#Jp4u1R2hRQzWBBqRMfZBnewk9ezh2P5B { 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:1.9375rem;width:3.5rem;top:1.5625rem;left:14.0625rem;overflow:hidden;display:none; }
#Jyf01hNSNpF7bSTHK6RF2LJ6RNJZZ0sQ { box-sizing:content-box;height:2.31228125rem;width:0.124783125rem;position:absolute;display:block;z-index:15010;background-color:#8cc63f;background-image:none;top:1.4375rem;left:12.5rem;display:none; }
#xHOsScaC3OgFa7rwLFCl9BaNZMdEtBvT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:9.9370625rem;top:1.125rem;left:1.375rem;overflow:hidden;display:none; }
#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS { 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; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container { background-color: transparent; background-image: none; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container > .video-iframe-container { display: none; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row > .video-iframe-container { display: none; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .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); }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container { border-width: 0; border-radius: 0; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#OILTQZGSeBNBGG0BtHyEcM7EFunOQDGg { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.0625rem;left:35.1875rem;height:1.22514375rem;font-style:normal;display:block; }
#AgKxv0KXdoOgfGwJXgy05U9S1tCZOA88 { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:18.125rem;height:1.22514375rem;font-style:normal;display:block; }
#UTM42TOtZ3utcOTR9UZNWzGTLKL44kp3 { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:0.6875rem;left:46.9375rem;height:1.05025rem;font-style:normal;display:block; }
#gBUFRnSI18iT6bb82Blyi6E60kpIVUwJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.9375rem;left:16.25rem; }
#AhwNsUxMeEO2DhwGMVGRlmD8GgorWxPz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.9375rem;left:33.375rem; }
#NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp { 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:15034;opacity:1;top:2.0625rem;left:46.9375rem; }
#NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 { 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:15035;opacity:1;top:2.0625rem;left:50.875rem; }
#l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U { 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:15036;opacity:1;top:2.0625rem;left:54.625rem; }
#O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 { display:block; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGT73xUTehgy1AlvTbCzv8MgvaPu1w8L { top:1.375rem;left:0rem;width:4.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnG9usrimLsKrsnPOe9r5Et6KDOCrdOn { top:1.125rem;left:0rem;width:9.875rem;height:2.9184188387657rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQePeLGlkocfSWEbR5ObBfcO6L6mC1iS { top:1.4375rem;left:0rem;width:0.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:36.875rem;height:3.8125rem;top:2.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:33.3125rem;height:5.5625rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:20.125rem;height:3.1875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Cnu86JaK7EEIim2WTVpKeVC60Maqxb68 { width:37.125rem;height:2.875rem;top:6.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX8znrhkaQgZLvSW3Do2E8bTJXcfBhGd { width:44.8125rem;height:8.5625rem;top:9.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep6Jkkci5QyWXyBNEM787ZedGdJVpgob { top:2.625rem;left:16.4375rem;width:31.3125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVBextoHu4rmTnmh73D1rczx3tpREt { top:4.25rem;left:24.5rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJqwFlrBWZ9db1Psp2ypOp13DfL3CqZ { width:13.75rem;height:;top:8.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T { display:block; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmF4P4SAxbGIUfKTEgHOLvoDPDf46CbT { width:23rem;height:3.4375rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0GGFGhBLNsZ9t3KWWWRPq5gW2bzHHw3 { display:block; }
 }@media only screen and (max-width: 763px) { #lN3y1897fO0R4htHp3aWQ4TmI35JBxM3 { width:47.6875rem;height:102.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ4UoHerIvSNEy7lRD1EAnhw8Fv9xAow { top:0rem;left:0rem;width:47.75rem;height:26.811497326203rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFKQAoCmEvBTPXtSvuTkZpib077D9z3 { width:20.125rem;height:3.1875rem;top:37.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gddgWmDBQFd2ulm1gDgOzdJB16NURFic { display:block; }
 }@media only screen and (max-width: 763px) { #dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy { display:block; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:47.75rem;height:7.1875rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiKNRbQ6z0801pAP574sErxAp0JkXET { width:20.625rem;height:3.3125rem;top:32.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block; }
 }@media only screen and (max-width: 763px) { #h3oLaSe3ICKzGRmv0Ou8ZHB2A3gEUlFZ { width:16.25rem;height:3.75rem;top:26.625rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBiqeetKqwOLI03yiqM4X8O4DrnERq6y { width:17.875rem;height:2.5rem;top:26.5625rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSMma7K4pq8pKpDXTt88nxMs7DNTr4hb { width:17.25rem;height:3.4375rem;top:21.4375rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKH9Na1KNhcBwwOrdSATAgswKQ0DalcE { width:19.25rem;height:3.4375rem;top:21.4375rem;left:28.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdH8QFLrT7J3oN3Zhf7oLf0Oz1D4hSq5 { width:22.875rem;height:13.5625rem;top:12.3125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IncZZM0VGOOF79zJneEuXzGBNpJvIf8A { width:22.875rem;height:13.5625rem;top:12.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { width:23.625rem;height:2rem;top:21.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh0GRNHEefZUmBoFvxVACftiLZZJDrRh { width:21.3125rem;height:2.5rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imKsmmcyc1Jd8inQ1FtlTZhRkR4s3w3B { width:22.875rem;height:13.5625rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { top:14.25rem;left:21.5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgURAbOdfgOegIzq78pMFtsCpLprivx0 { top:14.0625rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { top:14.25rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMe369TZHZBcSyoV81nL7HrrM7FQtAPs { width:22.875rem;height:13.5625rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKg2nehyMhphawTXyTpLSlDq6nNRMT3X { width:22.875rem;height:13.5625rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { display:block; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { width:20rem;height:3.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block; }
 }@media only screen and (max-width: 763px) { #EmHhhUmoB6murzMuKXme8IH8bkO34uNA { width:37rem;height:6rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { width:22.5625rem;height:3.375rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block; }
 }@media only screen and (max-width: 763px) { #kqdMT0IrUTVcZMoX8GcFsLKURklVEXex { width:29.8125rem;height:7.4375rem;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDV79LkT3uq4N2GgsTHUsB5pPfaNqwn { top:13.0625rem;left:27.25rem;width:20.5rem;height:22.306593149398rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHzPalxMOoOC5ZhJLmVib4Zn3VF4M7E { top:7.0625rem;left:26.0625rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCiGcdJuN29vX3RVMHZvg1XkPzmxsVMH { top:20.25rem;left:20.9375rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAVLZz1T3QmQFQwMEr7oq1XuZu5I30Z { top:15.0625rem;left:32.3125rem;width:15.4375rem;height:17.616302432395rem;display:block; }
 }@media only screen and (max-width: 763px) { #NweHhqBi2eXMNDXSKPUlrzzBh6rT4ulE { width:32.375rem;height:9.5rem;top:18.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvocakqibE4nfNQPLcttcEBQGrJPLMg { display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { width:21.9375rem;height:3.4375rem;top:30.125rem;left:12.87624168396rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block; }
 }@media only screen and (max-width: 763px) { #eOWpbpwNKryDJKyWh996ResaJPV45I8Z { top:10.1875rem;left:0rem;width:47.75rem;height:15.446642539286rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Hf3XIGtevpXDyyPEkfOwsKW9PWvdzQ { width:45.3125rem;height:;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:29.875rem;height:18.25rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { width:19.375rem;height:3.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block; }
 }@media only screen and (max-width: 763px) { #v5RtZGoyceJvsuXpp7rLefnvHuu4yyZ7 { top:1.6875rem;left:10.0625rem;width:37.625rem;height:28.265329957909rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTLWnBumtn92oKa3tOtEtPnHP7ORUfK { top:23.6875rem;left:21.9375rem;width:14.375rem;height:4.12435rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:47.25rem;height:5.5rem;top:2.125rem;left:0.21732902526856rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { width:22.8125rem;height:29.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { width:20rem;height:17.9375rem;top:20rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW { width:8rem;height:8rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrF020UuMZTCO0n7HuO8N097Z12UICA { width:12.0625rem;height:1.25rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C921FRU8fN81tIMBN6gwDxGF82wIETJf { width:12.0625rem;height:1.8125rem;top:13.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:22.5rem;height:3.4375rem;top:42.1875rem;left:12.435724258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #s5IxtVH0ETf87GB0HMvKoFTci5dwbniS { width:21rem;height:14.375rem;top:20rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gl42zfSg6zVMULsJMH9vaR352X5SHF { width:12.0625rem;height:1.25rem;top:15.0625rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMfDyK8x9UZqQAMt2WVirJoPq57Ucc7 { width:12.0625rem;height:1.8125rem;top:13.1875rem;left:35.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJP0uDIN7LxCFrQQWOVqSV8LdHyFUKX { width:21.375rem;height:17.9375rem;top:19.9375rem;left:13.06178855896rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { width:8.0625rem;height:8.0625rem;top:10.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSAcH0dgPZSFOJJLuNiv6IbcCVtEVCtd { width:9.5625rem;height:1.25rem;top:15.0625rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzCwrC5rS93VfKQE1bFDfuRH6nds0er { width:12rem;height:1.8125rem;top:13.1875rem;left:22.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { width:23.75rem;height:29.75rem;top:9.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKApFO1ATTcXrIT0esDREEr99BzNPISs { width:23.6875rem;height:29.9375rem;top:9.6875rem;left:11.749643325806rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUIPx5MMJ6ALTIy0CMV15aATGOuzWqR { width:22.8125rem;height:29.75rem;top:15.0625rem;left:12.435791015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEsVrL1d9Nq9dhPhgrsAERHZKVr07Dfp { width:20rem;height:16.1875rem;top:25.3125rem;left:13.937255859375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn { width:8rem;height:8rem;top:16.0625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h86Efd5a16lkvU93cpuzEJw5cpP6Pbgb { width:12.0625rem;height:1.25rem;top:20.8125rem;left:24.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hluGo9Cviksu8J7N28wQxWgAXuMZv25i { width:12.0625rem;height:2rem;top:18.5625rem;left:24.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h { width:8.0625rem;height:8.0625rem;top:10.6875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:32.9375rem;height:10.5625rem;top:3.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0.0625rem;top:10.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:27.25rem;height:10.125rem;top:16.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.0625rem;height:36.625rem;top:1.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.6875rem;height:auto;top:3rem;left:28.5625rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.6875rem;height:32.8125rem;top:2.5rem;left:28.5625rem; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:none; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XikcW58TW9C4nNzmabar4yPlb5t1Dngu {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BvN2f18ivwAEUN8z2vhBfCUil3api5gd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPXrT7RAz3SJAO6eGbmH5I99ORVKrrKD { top:2.75rem;left:0rem;width:9.875rem;height:2.9176562726066rem;display:block; }
 }@media only screen and (max-width: 763px) { #npLZ11bqH1MzTWk8VdvTH3Zk7Xaq42Kh { top:3.0625rem;left:4.8125rem;width:0.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8zsCdLqrVyi5XfC3cKZQkuPZO4tzv8 { top:2.9375rem;left:7.0625rem;width:5.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4u1R2hRQzWBBqRMfZBnewk9ezh2P5B { top:1.5625rem;left:0.4375rem;width:3.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jyf01hNSNpF7bSTHK6RF2LJ6RNJZZ0sQ { top:1.4375rem;left:0rem;width:0.0625rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHOsScaC3OgFa7rwLFCl9BaNZMdEtBvT { top:1.125rem;left:0rem;width:9.875rem;height:2.9183499597444rem;display:none; }
 }@media only screen and (max-width: 763px) { #omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS { display:block; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OILTQZGSeBNBGG0BtHyEcM7EFunOQDGg { top:3.0625rem;left:21.5625rem;width:7.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgKxv0KXdoOgfGwJXgy05U9S1tCZOA88 { top:3.125rem;left:4.5rem;width:12.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTM42TOtZ3utcOTR9UZNWzGTLKL44kp3 { top:0.6875rem;left:33.3125rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBUFRnSI18iT6bb82Blyi6E60kpIVUwJ { top:2.9375rem;left:2.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwNsUxMeEO2DhwGMVGRlmD8GgorWxPz { top:2.9375rem;left:19.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp { top:2.0625rem;left:33.3125rem;width:3.125rem;height:3.125rem;display:block; }
#NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 { top:2.0625rem;left:37.25rem;width:3.125rem;height:3.125rem;display:block; }
#l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U { top:2.0625rem;left:41rem;width:3.125rem;height:3.125rem;display:block; }
#O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 { display:block; }#DANIHHBaZ9KPKf0QOCiPgvtpgRxm1MD5 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGT73xUTehgy1AlvTbCzv8MgvaPu1w8L { width:2.25rem;height:1.25rem;top:1.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnG9usrimLsKrsnPOe9r5Et6KDOCrdOn { width:7.4375rem;height:2.125rem;top:0.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQePeLGlkocfSWEbR5ObBfcO6L6mC1iS { width:0.0625rem;height:1.5625rem;top:1rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:11.5625rem;height:4.0625rem;top:1.5625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:16.75rem;height:4.54426875rem;top:13.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:13.0625rem;height:2.0625rem;top:19.180556297302rem;left:3.4687501192093rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Cnu86JaK7EEIim2WTVpKeVC60Maqxb68 { width:13.75rem;height:3.57421875rem;top:5.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX8znrhkaQgZLvSW3Do2E8bTJXcfBhGd { width:18.1875rem;height:6.8229375rem;top:5.8359375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep6Jkkci5QyWXyBNEM787ZedGdJVpgob { width:13.8743125rem;height:12.9998125rem;top:21.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVBextoHu4rmTnmh73D1rczx3tpREt { width:11.875rem;height:11rem;top:23.625rem;left:4.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJqwFlrBWZ9db1Psp2ypOp13DfL3CqZ { width:17.8125rem;height:3.0859375rem;top:2.75rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T { display:block; }#ieRyvMLyDiGMcIKqOc6Dy6LDMRruoP7T > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmF4P4SAxbGIUfKTEgHOLvoDPDf46CbT { width:14.7480625rem;height:2.061525rem;top:43.18229675293rem;left:2.6250001192093rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #M0GGFGhBLNsZ9t3KWWWRPq5gW2bzHHw3 { display:block; }
 }@media only screen and (max-width: 763px) { #lN3y1897fO0R4htHp3aWQ4TmI35JBxM3 { top:0.625rem;left:0.5625rem;width:19.4375rem;height:41.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BQ4UoHerIvSNEy7lRD1EAnhw8Fv9xAow { width:19.875rem;height:11.1875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrFKQAoCmEvBTPXtSvuTkZpib077D9z3 { width:19rem;height:3.1875rem;top:46.3691421875rem;left:0.5rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gddgWmDBQFd2ulm1gDgOzdJB16NURFic { display:block; }
 }@media only screen and (max-width: 763px) { #dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy { display:block; }#dTLJTpzgsFyHpPUyE4bzNOOV9hA7XHfy > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:18.9373125rem;height:5.625rem;top:0.87446689605713rem;left:0.53000712394714rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiKNRbQ6z0801pAP574sErxAp0JkXET { width:14.75rem;height:2.0625rem;top:42.74739074707rem;left:2.6241320371628rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UTyX4yEBvSO7StRACSl9DTi0UsuGB3 { display:block; }
 }@media only screen and (max-width: 763px) { #h3oLaSe3ICKzGRmv0Ou8ZHB2A3gEUlFZ { width:13.3744375rem;height:2.8125rem;top:37.547744750976rem;left:3.3107639551163rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBiqeetKqwOLI03yiqM4X8O4DrnERq6y { width:13.3123125rem;height:2.0625rem;top:25.810760498047rem;left:3.3420139551163rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WSMma7K4pq8pKpDXTt88nxMs7DNTr4hb { width:13.75rem;height:2.6111125rem;top:22.560760498047rem;left:3.1241320371628rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKH9Na1KNhcBwwOrdSATAgswKQ0DalcE { width:15.5619375rem;height:2.6111125rem;top:34.249130249024rem;left:2.2170139551163rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdH8QFLrT7J3oN3Zhf7oLf0Oz1D4hSq5 { width:20rem;height:13.5618125rem;top:30.618779182434rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IncZZM0VGOOF79zJneEuXzGBNpJvIf8A { width:20rem;height:13.5625rem;top:104.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIC4X87iD4Lz2ueWaBKvfCP7VJ6X4qqX { width:20rem;height:1.5434rem;top:12.335067749024rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh0GRNHEefZUmBoFvxVACftiLZZJDrRh { width:16.25rem;height:2.0625rem;top:14.460067749024rem;left:1.8741320371627rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #imKsmmcyc1Jd8inQ1FtlTZhRkR4s3w3B { width:20rem;height:9.5625rem;top:7.7699584960938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wCV8UTEdOllwM2uumm7rZFaBMhC29G { width:3.2492875rem;height:3.2492875rem;top:18.70573425293rem;left:8.3741322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgURAbOdfgOegIzq78pMFtsCpLprivx0 { width:3.4375rem;height:3.4375rem;top:30.10676574707rem;left:8.2803822755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { width:3.37446875rem;height:3.37446875rem;top:8.7109375rem;left:8.3116322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMe369TZHZBcSyoV81nL7HrrM7FQtAPs { width:20rem;height:10.75rem;top:17.89582824707rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gKg2nehyMhphawTXyTpLSlDq6nNRMT3X { width:20rem;height:12.375rem;top:29.172744750976rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0725668f-b3bd-431c-88cd-5f016e12b685/tractortrabalharnumcampoverde.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.adaptive-delivery-prevent-bg, #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.lazyload, #x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd.lazyloading { background-image: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { background-color: transparent; background-image: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row > .video-iframe-container { display: none; }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .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); }#x6DcMxFGbOgITkdTO6cDvmwmOd6fakgd > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ls3h2bGrJQ1wVGRnU2DiHnTk4hBrE4Tq { width:18.9994375rem;height:3.37446875rem;top:18.559126853943rem;left:0.49893462657929rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW1xpHw7M4S3iWdGDxZlWIk4xtSy9Emo { display:block; }
 }@media only screen and (max-width: 763px) { #EmHhhUmoB6murzMuKXme8IH8bkO34uNA { width:20rem;height:2.03125rem;top:1.7491340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZEEvLuANDfWU2HdZGWmBqbX35QakoC { width:17.3730625rem;height:2.06055rem;top:20.311415195465rem;left:1.3129342198372rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HcB5qLsOEn5Go1fSyFzmvwgUMwVnd1FE { display:block; }
 }@media only screen and (max-width: 763px) { #kqdMT0IrUTVcZMoX8GcFsLKURklVEXex { width:20rem;height:5.52083125rem;top:4.7200522422791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDV79LkT3uq4N2GgsTHUsB5pPfaNqwn { width:8.374rem;height:9.1865rem;top:28.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHzPalxMOoOC5ZhJLmVib4Zn3VF4M7E { width:10.5619375rem;height:10.5619375rem;top:24.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCiGcdJuN29vX3RVMHZvg1XkPzmxsVMH { width:7.3125rem;height:7.3125rem;top:31.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAVLZz1T3QmQFQwMEr7oq1XuZu5I30Z { width:7.6875rem;height:8.75rem;top:28.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NweHhqBi2eXMNDXSKPUlrzzBh6rT4ulE { width:20rem;height:6.09375rem;top:12.136501789093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpvocakqibE4nfNQPLcttcEBQGrJPLMg { display:block; }#WpvocakqibE4nfNQPLcttcEBQGrJPLMg > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVxAnG2zPSwD1EM5WbSoRx5rWFt9EDgc { width:16.6868125rem;height:2.062325rem;top:15.754615306854rem;left:1.655717253685rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEV7xeB7e8SvTmNwZNHzh00IXyJZy1v { display:block; }
 }@media only screen and (max-width: 763px) { #eOWpbpwNKryDJKyWh996ResaJPV45I8Z { width:20rem;height:6.312125rem;top:8.27325963974rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Hf3XIGtevpXDyyPEkfOwsKW9PWvdzQ { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0i52ME1k6vE7ulNGV7Tx8iBEi97Gfz { width:14.185rem;height:2.0625rem;top:22.158199310302rem;left:2.906604886055rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlN4Tn6Wfqvt8HNWoFFbGJwpLK3hQGay { display:block; }
 }@media only screen and (max-width: 763px) { #v5RtZGoyceJvsuXpp7rLefnvHuu4yyZ7 { width:18.2493125rem;height:13.6869375rem;top:7.5088844299319rem;left:0.87357950210569rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTLWnBumtn92oKa3tOtEtPnHP7ORUfK { width:6.4373125rem;height:1.81196875rem;top:17.354403495789rem;left:1.3735795021057rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:20rem;height:5.17578125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ7PCRTxCfyaiuEyhVKl4ROHH9hVJbtc { width:20rem;height:25.9375rem;top:8.10416875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwqELy0f2gPQ8oyFpBqoCcZn5Ksnwcw { width:17.5625rem;height:14.9956875rem;top:17.978125095367rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZrTmr2uTiOm7GEIeAPMavu1g2uKgBW { width:7.997375rem;height:7.997375rem;top:9.04166875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrF020UuMZTCO0n7HuO8N097Z12UICA { width:2.6875rem;height:1.3rem;top:13.22916875rem;left:9.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C921FRU8fN81tIMBN6gwDxGF82wIETJf { width:12.059875rem;height:1.62539375rem;top:11.54166875rem;left:7.940125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECMDUAAPAGVyD6UWT0xl6Pb9dqteIDw { width:16.8105625rem;height:2.061525rem;top:86.2265625rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OuKmdFRg0191EuG7QuB7DLpFL7BqK4 { display:block; }
 }@media only screen and (max-width: 763px) { #s5IxtVH0ETf87GB0HMvKoFTci5dwbniS { width:17.625rem;height:11.99650625rem;top:44.832033157349rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gl42zfSg6zVMULsJMH9vaR352X5SHF { width:4rem;height:1.3rem;top:39.667534828186rem;left:9.7500002980231rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMfDyK8x9UZqQAMt2WVirJoPq57Ucc7 { width:12.0625rem;height:1.62539375rem;top:38.042553759766rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJP0uDIN7LxCFrQQWOVqSV8LdHyFUKX { width:18.9373125rem;height:14.99564375rem;top:68.849609375rem;left:0.5302734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTeZ0298UuoF2874DwaWGFsyI7zT9Mf { width:8rem;height:8rem;top:59.7275390625rem;left:1.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSAcH0dgPZSFOJJLuNiv6IbcCVtEVCtd { width:6.124825rem;height:1.3rem;top:63.9375rem;left:9.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzCwrC5rS93VfKQE1bFDfuRH6nds0er { width:10.0625rem;height:1.625rem;top:62.3125rem;left:9.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMISIzDMHvwed0DqeCAoOkD0Qf3BBmqQ { width:20rem;height:23.5rem;top:34.603314257812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKApFO1ATTcXrIT0esDREEr99BzNPISs { width:20rem;height:26.3125rem;top:58.7275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUIPx5MMJ6ALTIy0CMV15aATGOuzWqR { width:20rem;height:24.5625rem;top:58.9375rem;left:0rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #cEsVrL1d9Nq9dhPhgrsAERHZKVr07Dfp { width:16.5625rem;height:13.5rem;top:68.987499237062rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #vfSyEduEowOUb3PmuWOhxKIWuxEiQAXn { width:8rem;height:8rem;top:60rem;left:0.93593752384188rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #h86Efd5a16lkvU93cpuzEJw5cpP6Pbgb { width:4rem;height:1.3rem;top:63.936462402344rem;left:10.375000834465rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #hluGo9Cviksu8J7N28wQxWgAXuMZv25i { width:7.9375rem;height:1.625rem;top:62.312501907349rem;left:9.7500003576281rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #MXOQQLPtkn3xSAx5AcGW3xtdbwdTwS0h { width:8.0625rem;height:8.0625rem;top:35.6875rem;left:0.71718752384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:17.3748125rem;height:5.17578125rem;top:1.4302201271057rem;left:1.3121448755264rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.05815975rem;top:18.5rem;left:2.5rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:18.4375rem;height:4.875rem;top:7.123046875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:36.1875rem;top:13.5rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.625rem;height:auto;top:15.375rem;left:0.4375rem;z-index:15041; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.625rem;height:auto;top:14.125rem;left:0.4375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #p3TN1iz9nAT5fV9dfFnXVfxWcGwK8mya {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #m33KEn9Hs0RTUmy399V7cIpxr29RCARA { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #PCp82x5RmGyd1uQRqOUdxARJdQCGPUgh {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #mHyTq4O6JUcPNX5MPgPQ23tREl5dR2C5 {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #RTVoBJUh3sT5GHZvEwCzS4gNVhlwJXJU { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #oa1ExADPTDTpw95z6kh92buiQxUFmJXd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #VlwzkgR2QKD9clgctsMPoXuOMOpV9CDb {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #kJMcTUL9oRQKtlRTLtu3vbQ1BXJdwy4B { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #k3UPp1pt6mX2TzXxAA8wEtXN4B3f6f4T {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XikcW58TW9C4nNzmabar4yPlb5t1Dngu {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BvN2f18ivwAEUN8z2vhBfCUil3api5gd {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 {  }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPXrT7RAz3SJAO6eGbmH5I99ORVKrrKD { width:9.875rem;height:2.9176562726066rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #npLZ11bqH1MzTWk8VdvTH3Zk7Xaq42Kh { width:0.0625rem;height:2.25rem;top:1.5625rem;left:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hn8zsCdLqrVyi5XfC3cKZQkuPZO4tzv8 { width:3.5rem;height:1.9375rem;top:5.41699375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp4u1R2hRQzWBBqRMfZBnewk9ezh2P5B { width:3.5625rem;height:1.875rem;top:1.625rem;left:12.8125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jyf01hNSNpF7bSTHK6RF2LJ6RNJZZ0sQ { width:0.0625rem;height:1.5625rem;top:1.75rem;left:11.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xHOsScaC3OgFa7rwLFCl9BaNZMdEtBvT { width:7.4369375rem;height:2.12446875rem;top:1.3125rem;left:3.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS { display:block; }#omvB3wwJ8Q5mitCaBwFpqPq37hV2DmIS > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OILTQZGSeBNBGG0BtHyEcM7EFunOQDGg { width:9.74875rem;height:1.4rem;top:5.6427536010742rem;left:4.2498224973679rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AgKxv0KXdoOgfGwJXgy05U9S1tCZOA88 { width:11.3725rem;height:1.4rem;top:3.3125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UTM42TOtZ3utcOTR9UZNWzGTLKL44kp3 { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBUFRnSI18iT6bb82Blyi6E60kpIVUwJ { width:1.5625rem;height:1.5625rem;top:3.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwNsUxMeEO2DhwGMVGRlmD8GgorWxPz { width:1.5625rem;height:1.5625rem;top:5.5637416839599rem;left:1.9371448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp { display:flex;width:3.125rem;height:3.125rem;top:8.2759227752688rem;left:4.2498224973679rem; }
#NVSt8GlWL5UBZWKCgh67G8V8iAXFrCMp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 { display:flex;width:3.125rem;height:3.125rem;top:8.2759227752688rem;left:8.4374994039537rem; }
#l90b0Qd3mc9t0NahLngdB3xVUCqGzv73 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U { display:flex;width:3.125rem;height:3.125rem;top:8.2759227752688rem;left:12.551491141319rem; }
#O7S2G66yR8Vp2W6ml3XatTKDhbhTt76U > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }