.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/315b9a21-0c00-4399-b8d5-8c24dbc24dc8/femalefarmerstandinginwheatfieldandusingmo20210826230303utc.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.82); }#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.82); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:40.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.151909828186rem;left:0.7497844696045rem;height:;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:52.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.225261688233rem;left:0.75rem;height:2.11263125rem;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; }
#fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { 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:3.8745125rem;width:13.62425rem;top:3.433837890625rem;left:0rem;overflow:hidden;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:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.875rem;left:0.75rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { 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.875rem;width:22.1875rem;top:20.6875rem;left:51.46875rem;overflow:hidden;display:block; }
#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { 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:none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { border-width: 0; border-radius: 0; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { 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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8123125rem;height:4.12435rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.892797470093rem;left:25.093318939209rem;display:block; }
#tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnUTe1eU0ZXU1T5Okva68ZbNi85Qz9Z9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.5625rem;width:49.125rem;top:11.53125rem;left:12.9375rem;display:block; }
#qrfoLipdiFPFdmt4cAAJTFXLycMUgCTy { 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:8.0625rem;width:42.75rem;top:2rem;left:16.125rem;overflow:hidden;display:block; }
#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { position:relative;display:none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { border-width: 0; border-radius: 0; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .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; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .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:43.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:none; }#fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.749rem;width:50.249rem;top:9.4970703125rem;left:12.374267578125rem;display:block; }
#ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { 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:23.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.6240234375rem;left:25.59375rem;display:block; }
#lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { position:absolute;display:block;z-index:15046;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:6.5625rem;width:41.875rem;top:2.3876953125rem;left:16.56005859375rem;overflow:hidden;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:32.4375rem;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.9375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3116302490234rem;left:0.81163215637206rem;height:19.9001875rem;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; }
#OvIJV0xiMR1ocOIew483PBaRsPocEPMg { 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:28rem;width:37.3125rem;top:2.1328125rem;left:37.6875rem;overflow:hidden;display:block; }
#SeltcDRp8CGCNg32QERuyXZB9rKyu541 { 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:4rem;width:13.625rem;top:25.125rem;left:0rem;overflow:hidden;display:block; }
#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { background-color: transparent; background-image: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { display: none; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .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); }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { border-width: 0; border-radius: 0; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:8.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { 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:23.683625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.123482704162rem;left:0rem;display:block; }
#JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVf99VuHekFEsnJNnfqmWzCQKGVrG4Tn { position:absolute;display:block;z-index:15040;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:41.6873125rem;width:23.3745625rem;top:1.9683160781861rem;left:43.838975906372rem;overflow:hidden;display:block; }
#LFcDVtIBTI5rgaF84HZ2ZAmidLTGNlTC { background-color:#605444;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:23.684875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.25rem;left:0rem;display:none; }
#aULrtukqSIBzH0Mf7tmTXVJ0cPTicBWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71767661-93f8-498e-aa67-c72e8fc78b53/11carinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.adaptive-delivery-prevent-bg, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyload, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyloading { background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::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; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { color:#ffffff;display:block;width:35.7498125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:4.8741321563721rem;left:0rem;height:11.7rem;font-style:normal;display:block; }
#taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:17.778863906861rem;left:0rem;height:8.4505rem;font-style:normal;display:block; }
#DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { 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:24.249125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.436418533325rem;left:0rem;display:block; }
#hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ { position:relative;display:none; }#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ { border-width: 0; border-radius: 0; }#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ > .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; }#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ > .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:38.375rem;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:none; }#aIvqWSQXJW8OotUnds0AmCV0bIJ7219B { 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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:block; }
#EGfnuqa0qgnbVaJlFGUFHPQ2u27wiNmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHK2bzubNbrexT4SPo39kDlrOmQkul6D { color:#8cc63f;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6270837783814rem;left:3.375rem;height:15.6rem;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; }
#uuHbkOwcpXLc33ZqRDC2wz0VliERBJ3N { color:#605444;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.910417556762rem;left:3.375rem;height:10.15625rem;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; }
#ooQnm5x4pa84rwEmeNoT0AJwuwi1RwZw { 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.5625rem;width:48rem;top:2.1281251907349rem;left:26.998960494995rem;overflow:hidden;display:block; }
#mo5lmaP1O0BOimCmnz0HFb05nC8q5aL6 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:none; }
#u0AcfSduQJWsarIr2GVn3Ng9aD6kp5UG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container { background-color: transparent; background-image: none; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container > .video-iframe-container { display: none; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row > .video-iframe-container { display: none; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .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); }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container { border-width: 0; border-radius: 0; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#GK1IzNtznBnOwPaCpIWA3Z7gV8aKCuST { 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:17.4370625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.371974945068rem;left:28.780382156372rem;display:block; }
#sTbAKociEZTlik50i8aXRIQZoZaLxlE3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttluTlCTeNzoSaV8XaTZ8un2HWs2QNRZ { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.2278647422791rem;left:10.96875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9qekcshrDMbsiepD65LkIbeC1AlwfuJ { position:absolute;display:block;z-index:15053;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.3125rem;width:4.3125rem;top:15.083333015442rem;left:10.34375rem;overflow:hidden;display:block; }
#Fliiw6lKOUEzxP2qArUKhXVDqXb9LJnH { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.885418891907rem;left:3.65625rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3cVuTTBFoEouqwlqJd1TRKZ5s6JzukO { position:absolute;display:block;z-index:15009;background-color:#605444;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: none;height:17.3125rem;width:22.125rem;top:12.5625rem;left:1.4375rem;display:block; }
#sUTDxWrhhTFaSxQ4y3e8lhaSdiMNhdTh { 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:22.621125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:70.49853515625rem;left:26.1884765625rem;display:none; }
#JptxK2IiFmQeiruTCNNxrI99WWHdVTLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGymra4o6Wx0kgBHp73wXpMS3HNBAJey { position:absolute;display:block;z-index:15012;background-color:#605444;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: none;height:17.3125rem;width:22.125rem;top:12.5625rem;left:26.4375rem;display:block; }
#aqHIXaFFcTTFSnmQ1FFiBEIqKRPuNrVT { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.875rem;left:28.6875rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USCVlNt2LuEHtyX1ozoUTGr6XDkuTzU0 { position:absolute;display:block;z-index:15056;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.8125rem;width:4.8125rem;top:14.833333015442rem;left:35.09375rem;overflow:hidden;display:block; }
#RfKeZtF8XPQ925wUeLBN5vUXWBF7JWe8 { position:absolute;display:block;z-index:15015;background-color:#605444;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: none;height:17.3125rem;width:22.125rem;top:12.5625rem;left:51.4375rem;display:block; }
#Tbv8BQQ7c25X5SHTFnkpe43Vyb1GGaq3 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.875rem;left:53.6875rem;height:6.82291875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrOTinEo2ws8WAJL2PDqSXb9JvmhB0DS { position:absolute;display:block;z-index:15059;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.75rem;width:4.75rem;top:14.864583015442rem;left:60.125rem;overflow:hidden;display:block; }
#MFLgvBn2gphv3Fb3MQepdxfK2kL1euaG { position:absolute;display:block;z-index:15021;background-color:#605444;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: none;height:17.3125rem;width:22.125rem;top:32.25rem;left:38.3125rem;display:block; }
#xDU35UsUsxPmuRkh73WBiWCfN9E5d1s6 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.562500953674rem;left:42.3125rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtH9at3ibLU6Zaasyu4WyXCXyCVRMqxF { position:absolute;display:block;z-index:15018;background-color:#605444;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: none;height:17.3125rem;width:22.125rem;top:32.25rem;left:13.3125rem;display:block; }
#QL3HnZ9n7J5qoBUhuLPzwhrLLfEKDaDI { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:40.5625rem;left:15.5625rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkREUBlshlHSraoMG0m42OE7HBSTXNaB { position:absolute;display:block;z-index:15065;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.3125rem;width:4.3125rem;top:34.75rem;left:47.25rem;overflow:hidden;display:block; }
#nI8ccIfrgSv0gMgDl6mMu99UNg6UbkFy { position:absolute;display:block;z-index:15062;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.3125rem;width:4.3125rem;top:34.75rem;left:22.25rem;overflow:hidden;display:block; }
#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 { 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; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container { background-color: transparent; background-image: none; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container > .video-iframe-container { display: none; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row > .video-iframe-container { display: none; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .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); }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container { border-width: 0; border-radius: 0; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#JlZaFNbOL1ZvJPZhpI350syGxDRftbGV { color:#8cc63f;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#ubrcJr0IHTBZAipFy6m1TiAUOwEG5CkV { color:#605444;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:15.8125rem;left:0rem;height:10.798625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXsUCwyaTtovXakpL0VWJoxdWKZECBGH { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.4375rem;top:36.8125rem;left:10.75rem;overflow:hidden;display:block; }
#pBHKg9G9qZEoC4eg41Nz2sMFe1toUokk { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.4375rem;top:36.8125rem;left:0rem;overflow:hidden;display:block; }
#sk6u7WoqnyE2T7nDOVbGRumVMxxK5e0a { color:#605444;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:33.1875rem;left:0rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aN1vaOpTbT0VL4niUovQ4tR76EU3pAwd { position:absolute;display:block;z-index:15041;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:41.6873125rem;width:23.3735rem;top:1.9986982345581rem;left:46.416017532349rem;overflow:hidden;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acebe455-a08a-4233-9159-62f92ff5fe74/businessmenstandingwheatfieldlookinglaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#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.8); }#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.8); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:38.9375rem;width:75rem;overflow:visible;position:relative;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: none;height:32rem;width:24.125rem;top:3.1875rem;left:42.0625rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:27.874375rem;position:absolute;font-family:montserrat;font-size:4.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7545585632325rem;left:9.4368495941163rem;height:11.05035rem;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:12.875rem;left:45.25rem;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:27.312rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.0625rem;left:9.4375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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.75rem;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:4.4997863769531rem;left:44.499788284302rem; }
#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;line-height:1;overflow:hidden;height:auto; }
#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.75rem;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:4.4997863769531rem;left:44.499788284302rem; }
#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 #IHnodmNWywhZFZ8L5zLVoHRbRHMTlUle { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #GzJmuK1clb2pCvuRVPKw5ZWCw4r8zo4y { position:relative;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #LVVkULTgEcpQVBR0lJMwZVQhmz3BqFsp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S { position:relative;display:block;z-index:15000; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ { position:relative;display:block;z-index:15000; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #msAdUmaatDPNr0bbTbenOpRVZAuL02pp { position:relative; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #BTnhuLKMaVi3czqV1bXiETIGnAs8JZp1 { position:relative; }
#fIXOB65B9szgeogv6bweCnh2btXvQQpJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9987rem;width:13.5611875rem;top:28.3125rem;left:8.8125rem;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;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:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { 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:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { 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:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { 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:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { 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:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { 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:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { 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:3.7152786254883rem;left:60.999355316162rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { 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:3.7152786254883rem;left:64.905384063719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { 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:3.7152786254883rem;left:68.672962188719rem; }
#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.3rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:;top:10.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:47.75rem;height:2.0625rem;top:25.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.375rem;left:0rem;width:13.5625rem;height:3.856951816155rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:22.4375rem;height:3.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { top:20.6875rem;left:25.5625rem;width:22.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:24.75rem;height:4.0625rem;top:42.875rem;left:11.468318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #CnUTe1eU0ZXU1T5Okva68ZbNi85Qz9Z9 { top:11.5rem;left:0rem;width:47.75rem;height:26.791030534351rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfoLipdiFPFdmt4cAAJTFXLycMUgCTy { top:2rem;left:2.5rem;width:42.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { display:block; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { top:9.4375rem;left:0rem;width:47.75rem;height:26.368977492089rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { width:23.8125rem;height:3.4375rem;top:38.5625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block; }
 }@media only screen and (max-width: 763px) { #OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { top:2.375rem;left:2.93505859375rem;width:41.875rem;height:6.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.9375rem;height:19.875rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { top:2.125rem;left:10.4375rem;width:37.3125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeltcDRp8CGCNg32QERuyXZB9rKyu541 { top:25.125rem;left:0rem;width:13.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:37.0625rem;height:8.125rem;top:9.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { width:32.375rem;height:8.0625rem;top:19.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { width:23.625rem;height:3.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block; }
 }@media only screen and (max-width: 763px) { #AVf99VuHekFEsnJNnfqmWzCQKGVrG4Tn { top:1.9375rem;left:24.375rem;width:23.3125rem;height:41.576627269762rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcDVtIBTI5rgaF84HZ2ZAmidLTGNlTC { width:23.625rem;height:3.4375rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aULrtukqSIBzH0Mf7tmTXVJ0cPTicBWX { display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:35.6875rem;height:11.6875rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { width:38.4375rem;height:10.5rem;top:17.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { width:24.1875rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block; }
 }@media only screen and (max-width: 763px) { #nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ { display:block; }#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIvqWSQXJW8OotUnds0AmCV0bIJ7219B { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGfnuqa0qgnbVaJlFGUFHPQ2u27wiNmL { display:block; }
 }@media only screen and (max-width: 763px) { #dHK2bzubNbrexT4SPo39kDlrOmQkul6D { width:26.375rem;height:15.5625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuHbkOwcpXLc33ZqRDC2wz0VliERBJ3N { width:23.9375rem;height:10.125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQnm5x4pa84rwEmeNoT0AJwuwi1RwZw { top:2.125rem;left:0rem;width:47.75rem;height:28.413736979167rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5lmaP1O0BOimCmnz0HFb05nC8q5aL6 { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0AcfSduQJWsarIr2GVn3Ng9aD6kp5UG { display:block; }
 }@media only screen and (max-width: 763px) { #reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ { display:block; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK1IzNtznBnOwPaCpIWA3Z7gV8aKCuST { width:17.375rem;height:3.4375rem;top:52.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbAKociEZTlik50i8aXRIQZoZaLxlE3 { display:block; }
 }@media only screen and (max-width: 763px) { #ttluTlCTeNzoSaV8XaTZ8un2HWs2QNRZ { width:47.75rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qekcshrDMbsiepD65LkIbeC1AlwfuJ { top:15.0625rem;left:5.78125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fliiw6lKOUEzxP2qArUKhXVDqXb9LJnH { width:17.6875rem;height:6.8125rem;top:20.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3cVuTTBFoEouqwlqJd1TRKZ5s6JzukO { width:22.125rem;height:17.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTDxWrhhTFaSxQ4y3e8lhaSdiMNhdTh { width:22.5625rem;height:3.4375rem;top:70.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JptxK2IiFmQeiruTCNNxrI99WWHdVTLp { display:block; }
 }@media only screen and (max-width: 763px) { #NGymra4o6Wx0kgBHp73wXpMS3HNBAJey { width:22.125rem;height:17.3125rem;top:12.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHIXaFFcTTFSnmQ1FFiBEIqKRPuNrVT { width:17.6875rem;height:6.8125rem;top:20.875rem;left:14.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USCVlNt2LuEHtyX1ozoUTGr6XDkuTzU0 { top:14.8125rem;left:21.40625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKeZtF8XPQ925wUeLBN5vUXWBF7JWe8 { width:22.125rem;height:17.3125rem;top:12.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbv8BQQ7c25X5SHTFnkpe43Vyb1GGaq3 { width:17.6875rem;height:6.8125rem;top:20.875rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOTinEo2ws8WAJL2PDqSXb9JvmhB0DS { top:14.8125rem;left:37.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFLgvBn2gphv3Fb3MQepdxfK2kL1euaG { width:22.125rem;height:17.3125rem;top:32.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDU35UsUsxPmuRkh73WBiWCfN9E5d1s6 { width:14.125rem;height:6.8125rem;top:40.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtH9at3ibLU6Zaasyu4WyXCXyCVRMqxF { width:22.125rem;height:17.3125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL3HnZ9n7J5qoBUhuLPzwhrLLfEKDaDI { width:17.6875rem;height:6.8125rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkREUBlshlHSraoMG0m42OE7HBSTXNaB { top:34.75rem;left:27.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8ccIfrgSv0gMgDl6mMu99UNg6UbkFy { top:34.75rem;left:11.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 { display:block; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlZaFNbOL1ZvJPZhpI350syGxDRftbGV { width:41.625rem;height:8.125rem;top:5.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubrcJr0IHTBZAipFy6m1TiAUOwEG5CkV { width:32.0625rem;height:13.4375rem;top:15.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsUCwyaTtovXakpL0VWJoxdWKZECBGH { top:36.8125rem;left:0rem;width:10.375rem;height:3.0437876878027rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBHKg9G9qZEoC4eg41Nz2sMFe1toUokk { top:36.8125rem;left:0rem;width:10.375rem;height:3.0437876878027rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6u7WoqnyE2T7nDOVbGRumVMxxK5e0a { width:12.1875rem;height:2.6875rem;top:33.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1vaOpTbT0VL4niUovQ4tR76EU3pAwd { top:1.9375rem;left:24.4375rem;width:23.3125rem;height:41.578517237737rem;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) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:24.125rem;height:32rem;top:3.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:27.8125rem;height:11rem;top:6.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:18.75rem;height:0.0625rem;top:12.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:27.25rem;height:6.0625rem;top:19.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-text { width:16.75rem;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.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-input-select { width:16.75rem;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.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx  { width:16.75rem;height:auto;top:4.4375rem;left:28.5rem; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx {display:block;}#oZ86bvBAQF94pzuoEGuENBggfK0cRCwx { width:16.75rem;height:auto;top:4.4375rem;left:28.5rem; }
 }@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 #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 #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ {  }
 }@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) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { top:28.3125rem;left:0rem;width:13.5rem;height:3.9806580360311rem;display:block; }
 }@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) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:7.4739375rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:18.059875rem;height:2.76041875rem;top:13.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:7.875rem;height:2.125rem;top:1.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:18.125rem;height:2.5rem;top:17.9375rem;left:0.9375rem;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) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { width:9.9375rem;height:8rem;top:23.0546875rem;left:9.8826690296706rem;display:none; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Abwg3RIUUT0TKqu7qk3sKpu2vnonJwgk { width:19rem;height:3.4375rem;top:18.74220625rem;left:0.5rem;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) { #tOuuUOi5tXGbOTCZCKcVlTsoNJBe4T5a { display:block; }
 }@media only screen and (max-width: 763px) { #CnUTe1eU0ZXU1T5Okva68ZbNi85Qz9Z9 { height:11.221374045801rem;width:20rem;top:6.27083125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfoLipdiFPFdmt4cAAJTFXLycMUgCTy { width:20rem;height:3.7719298245614rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs { display:none; }#m31dvNKTEzmnb3EVCqOJmcVTc2RDmOvs > .row .container { width:20rem;height:21.5625rem;background-color:#fafafa;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fWxrC6KuUD5auIWKzMlZtTQuqUUlhIUv { height:11.112rem;width:20rem;top:5.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed73IGgCfxFtTWpRETVfS3lNPZEZ4xuL { width:18.125rem;height:2.5rem;top:17.9948125rem;left:0.9375rem;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) { #lqzveGr5kttALiDrAWecI1WuDzgI0cx6 { display:block; }
 }@media only screen and (max-width: 763px) { #OpiTp8lWO7DlPz0lGKfHtJ4RLnB1HO3X { width:20rem;height:3.1328125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:18.4375rem;height:5.12044375rem;top:4.25rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { width:20rem;height:15rem;top:10.811633110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeltcDRp8CGCNg32QERuyXZB9rKyu541 { width:8.75rem;height:2.5rem;top:1.0481777191162rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p { display:block; }#nz7mF1bxCacPB0nqB5py38Ltd6iOWA9p > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atU4JDG7r2UzsEtR2EJn1lpRqZD3erWP { width:19.9375rem;height:4.2252625rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDtsyu6Be0zZpwgeXuy3AW5EziyPpUzm { width:20rem;height:5.09765625rem;top:6.8606777191163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyWMG99u6sg16CqyfT7DDvhbfWCThq6 { width:18.125rem;height:2.5rem;top:13.293187141419rem;left:0.93750005960463rem;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) { #JdEKoEHZDB0xhlVs5rOdlPTmTlmcFgbD { display:block; }
 }@media only screen and (max-width: 763px) { #AVf99VuHekFEsnJNnfqmWzCQKGVrG4Tn { width:15.061875rem;height:26.8120625rem;top:17.153856277466rem;left:2.4685330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcDVtIBTI5rgaF84HZ2ZAmidLTGNlTC { width:18.125rem;height:2.5rem;top:45.3955078125rem;left:0.9375rem;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;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #aULrtukqSIBzH0Mf7tmTXVJ0cPTicBWX { display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71767661-93f8-498e-aa67-c72e8fc78b53/11carinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.adaptive-delivery-prevent-bg, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyload, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyloading { background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:20rem;height:6.337875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { width:19.5rem;height:8.28125rem;top:8.9088554382325rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { width:18.125rem;height:2.5rem;top:19.1298828125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block; }
 }@media only screen and (max-width: 763px) { #nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ { display:none; }#nu0PoPAFLzsGADgvxDkqWWHHiqd08RQQ > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIvqWSQXJW8OotUnds0AmCV0bIJ7219B { width:20rem;height:2.5rem;top:28.76304375rem;left:0rem;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) { #EGfnuqa0qgnbVaJlFGUFHPQ2u27wiNmL { display:block; }
 }@media only screen and (max-width: 763px) { #dHK2bzubNbrexT4SPo39kDlrOmQkul6D { width:20rem;height:5.3625rem;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) { #uuHbkOwcpXLc33ZqRDC2wz0VliERBJ3N { width:16.6875rem;height:6.5rem;top:7.86198125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQnm5x4pa84rwEmeNoT0AJwuwi1RwZw { width:20rem;height:11.9010625rem;top:15.61198125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5lmaP1O0BOimCmnz0HFb05nC8q5aL6 { width:18.9375rem;height:2.5rem;top:32.51304375rem;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;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #u0AcfSduQJWsarIr2GVn3Ng9aD6kp5UG { display:block; }
 }@media only screen and (max-width: 763px) { #reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ { display:block; }#reIPbI5HEsJPwcKCSdOTIXgsyEhcBJnJ > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK1IzNtznBnOwPaCpIWA3Z7gV8aKCuST { width:17.375rem;height:3.4375rem;top:52.3125rem;left:1.3125rem;font-size:1rem;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) { #sTbAKociEZTlik50i8aXRIQZoZaLxlE3 { display:block; }
 }@media only screen and (max-width: 763px) { #ttluTlCTeNzoSaV8XaTZ8un2HWs2QNRZ { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qekcshrDMbsiepD65LkIbeC1AlwfuJ { width:4.3125rem;height:4.3125rem;top:8.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fliiw6lKOUEzxP2qArUKhXVDqXb9LJnH { width:16.625rem;height:2.76041875rem;top:13.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3cVuTTBFoEouqwlqJd1TRKZ5s6JzukO { width:20rem;height:11.3125rem;top:6.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTDxWrhhTFaSxQ4y3e8lhaSdiMNhdTh { width:13.25rem;height:2.375rem;top:67.984375rem;left:3.3740234375rem;font-size:1rem;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:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JptxK2IiFmQeiruTCNNxrI99WWHdVTLp { display:block; }
 }@media only screen and (max-width: 763px) { #NGymra4o6Wx0kgBHp73wXpMS3HNBAJey { width:20rem;height:11.3125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHIXaFFcTTFSnmQ1FFiBEIqKRPuNrVT { width:17.6875rem;height:2.76041875rem;top:37.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USCVlNt2LuEHtyX1ozoUTGr6XDkuTzU0 { width:4.8125rem;height:4.8125rem;top:32.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfKeZtF8XPQ925wUeLBN5vUXWBF7JWe8 { width:20rem;height:11.3125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbv8BQQ7c25X5SHTFnkpe43Vyb1GGaq3 { width:13.3125rem;height:4.140625rem;top:61.5rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOTinEo2ws8WAJL2PDqSXb9JvmhB0DS { width:4.75rem;height:4.75rem;top:56.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFLgvBn2gphv3Fb3MQepdxfK2kL1euaG { width:20rem;height:11.3125rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDU35UsUsxPmuRkh73WBiWCfN9E5d1s6 { width:14.125rem;height:2.76041875rem;top:50.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtH9at3ibLU6Zaasyu4WyXCXyCVRMqxF { width:20rem;height:11.3125rem;top:18.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL3HnZ9n7J5qoBUhuLPzwhrLLfEKDaDI { width:17.6875rem;height:2.76041875rem;top:25.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkREUBlshlHSraoMG0m42OE7HBSTXNaB { width:4.3125rem;height:4.3125rem;top:44.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8ccIfrgSv0gMgDl6mMu99UNg6UbkFy { width:4.3125rem;height:4.3125rem;top:20.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 { display:block; }#CfEqvDnCpFF1PTfn4r7h8Nc7fDTTlW86 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlZaFNbOL1ZvJPZhpI350syGxDRftbGV { width:17.1875rem;height:6.337875rem;top:1.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubrcJr0IHTBZAipFy6m1TiAUOwEG5CkV { width:20rem;height:8.496125rem;top:8.29296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsUCwyaTtovXakpL0VWJoxdWKZECBGH { width:7.5rem;height:2.1875rem;top:50.499134063721rem;left:10.374349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBHKg9G9qZEoC4eg41Nz2sMFe1toUokk { width:7.5rem;height:2.1875rem;top:50.499134063721rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6u7WoqnyE2T7nDOVbGRumVMxxK5e0a { width:12.1875rem;height:1.69921875rem;top:48.062068939209rem;left:3.9366319775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1vaOpTbT0VL4niUovQ4tR76EU3pAwd { width:15.811625rem;height:28.4375rem;top:19.004992008209rem;left:2.0930991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acebe455-a08a-4233-9159-62f92ff5fe74/businessmenstandingwheatfieldlookinglaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#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.81); }#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.81); }#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 { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:30.25rem;top:16.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:5.6857625rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolXMcre3DIAFtkrrx34NwSfVqVwZiUy { width:17.5rem;height:0.05859375rem;top:21.1875rem;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:17.3730625rem;height:4.140625rem;top:10.746527671814rem;left:1.3129342198372rem;text-align:center;text-align-last:center;font-size:1.0625rem;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.6873125rem;height:auto;top:16.5rem;left:0.375rem;z-index:15041; }
#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.6873125rem;height:auto;top:16.5rem;left:0.375rem;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 #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 #XR3huoiTlfiITrqXHyN6dk4q2HEqK27S {  }
 }@media only screen and (max-width: 763px) { #oZ86bvBAQF94pzuoEGuENBggfK0cRCwx #QFdBnBParTrf2FWqPOuAQqo22qV7X5nJ {  }
 }@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) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { width:7rem;height:2rem;top:1.76953125rem;left:6.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:8.75rem;height:1.3997375rem;top:9.0809459686281rem;left:3.9366319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:14.4375rem;height:1.3997375rem;top:7rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:4.8936634063721rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:6.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:8.9995670318606rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:7.561875rem;height:2.06163125rem;top:1.3096790313721rem;left:6.2185333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.25rem;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; }
 }