.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container { display: none; }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:#007159;background-image:url("https://images.assets-landingi.com/uc/69c67660-247c-4438-a4a2-b66f3825d48e/Slide_A2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.adaptive-delivery-prevent-bg, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyload, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyloading { background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { border-width: 0; border-radius: 0; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:60rem;height:43.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UBuJxq4ETKaK278bqWOqOPmlPwXof4Zh { position:absolute;display:block;z-index:15000;background-color:rgba(44,44,53,0.47);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:43.625rem;width:23.125rem;top:0rem;left:0rem;display:block; }
#VkoepSuNNowVwIPDN75T8FoTpWf79xU1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.25rem;width:19.3125rem;top:1.875rem;left:1.90625rem;overflow:hidden;display:block; }
#d31uMtPdbeB7pOdqSSDmG6Rqncc1mXUS { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-form-header {  }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:19.6875rem;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; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.6875rem;box-sizing:border-box;height:2.5rem;color:#007159;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;font-weight:400;font-style:normal;line-height:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.6875rem;box-sizing:border-box;height:2.5rem;color:#007159;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;font-weight:400;font-style:normal;line-height:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.6875rem;box-sizing:border-box;height:3.1875rem;color:#007159;font-family:signika;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .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; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#007159;background-image:url("https://images.assets-landingi.com/uc/8ef8b62c-b75a-482a-9a57-e4a5bda7cee0/pintura_B.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:700;color:#ffffff;width:19.6875rem;height:4.6875rem;font-family:signika;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: none;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5); }#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button.adaptive-delivery-prevent-bg, #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button.lazyload, #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button.lazyloading { background-image: none; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 [class*="-text"]:-moz-placeholder { color:rgba(0,113,89,0.5);font-family:arial;font-size:1rem;font-weight:400;font-style:normal; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 [class*="-text"]::-moz-placeholder { color:rgba(0,113,89,0.5);font-family:arial;font-size:1rem;font-weight:400;font-style:normal; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 [class*="-text"]:-ms-input-placeholder { color:rgba(0,113,89,0.5);font-family:arial;font-size:1rem;font-weight:400;font-style:normal; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,113,89,0.5);font-family:arial;font-size:1rem;font-weight:400;font-style:normal; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .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:signika;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.625rem;overflow:hidden;font-style:normal;float:none; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .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; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .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:signika;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container:first-of-type{padding-top:0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container:last-of-type{padding-bottom:0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:0.46875rem; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.6875rem;display:block;vertical-align:top; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-info-text { display:block;height:auto;font-family:signika;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 {display:block;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:0.46875rem; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #PSpqtP5wT5OFeeqksZaPDfZCakKPsue6 { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #yt2nrqWU082ZhNTnprStr1yACf1v6lvo { position:relative;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T8rRe7B7ePrVkhrpx9XAGtJwtrWyzQa5 { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #CPociGM2nf1OTO2EsbVmH9XK67gT9kJV { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #TmmUf4teKsHiTZZFm9NHt3gQyMSEqhIW { position:relative;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #FWuW17sVD2LwErExrgNeWJQPU7FOnwEy { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #BaehzWUUzv84Zc6MlLxOouvWyQb1K7EU { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lTh7atPsIHe3AL2inA3Q7t8W6BFH392F { position:relative;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T5P6yTo3coNr8DtQ8UTHqGSyydN4FT2V { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #maZliXebSPk4qOzb0WIS5J3THX9KMRMg { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #JbtT17oK5yQ8Zs2qgzMakrIxq6W1vfxk { position:relative;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Ka0McTT0mgP4GTuJIrW6lHxZRp5TxqFG { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #clDx0LfxSP8pQ9ddvJaXcg597UuyK6uR { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #xF90zqqhVKFsiQrNKwDsRXkrzde6b3kP { position:relative;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #rhIq72vGDMaors9Oyt1z7fA6PbZUra60 { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Q9hhU66NKJrMAIsBKwdlNPdHFpzVnNOw { position:relative; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lBkh85ndko0xeTuhLpKyvsGdfd7wTTT2 { position:relative; }
#pkaGX9ogSILOrmQqzlmMeTtbNmlKxPtv { position:absolute;display:block;z-index:15007;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:14.875rem;width:17.875rem;top:2.5rem;left:24.5rem;overflow:hidden;display:block; }
#ifAO5Egk4iPuQRyXU77BxlfTAz9we3qL { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:signika;font-size:3rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.375rem;left:26.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3ARqSI0UkPBltzgqMVS6trQKy3owXLd { color:#fdfdfd;display:block;width:19.5rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:26.125rem;height:4.875rem;font-style:normal;display:block; }
#whbCIyMdKMi2a57p0hCriT0iiFcrxhhF { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:signika;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:4.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.3125rem;left:26.125rem;display:block; }
#s7TI7b4NWvT7arEQ7Gxxez7zRSath2Aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#158ac3;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; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { background-color: transparent; background-image: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container > .video-iframe-container { display: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row > .video-iframe-container { display: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .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); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { border-width: 0; border-radius: 0; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#KoTIoVpTxcSMHznG3Syf66Z0fTNVQrTK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b58NxlMcUU1C5R392kg4uAarAhJpwqNl { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5498046875rem;left:11.25rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cva8Jby5m2izlWcQF7a2DpsMrJIgGd2w { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.98828125rem;left:9.90625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6 { position:absolute;display:block;z-index:15003;background-color:#fa9f42;background-image:url("https://images.assets-landingi.com/uc/5dae0e53-3eb5-497a-a1d4-8a9d4c1765e0/tecnica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #feee02;border-left:0.3125rem solid #feee02;border-right:0.3125rem solid #feee02;border-bottom:0.3125rem solid #feee02;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:23.46875rem;left:5.5625rem;display:block; }#q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6.adaptive-delivery-prevent-bg, #q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6.lazyload, #q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6.lazyloading { background-image: none; }
#P4wz19Oz2bwcOGqKQWNUbqOeePANZV2R { position:absolute;display:block;z-index:15004;background-color:#feee02;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.125rem;width:5.5rem;top:27rem;left:17.125rem;display:block; }
#Wq7MawsKrXZTDxSqh64iMlFbp2Pk7Jkp { position:absolute;display:block;z-index:15006;background-color:#feee02;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.125rem;width:5.5rem;top:27rem;left:37.9375rem;display:block; }
#X6bJruZzItUd4MsGeXaUqsSxD31pC7KK { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:31.625rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pq2bRCOv8De8GMzWxahmx73dFNK8FmCK { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:31.625rem;left:20.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UB9WRtrGllgMoBGRJNJC827cTcJILQwQ { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:31.625rem;left:41.6875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP { position:absolute;display:block;z-index:15004;background-color:#fa9f42;background-image:url("https://images.assets-landingi.com/uc/d45c2e8e-ee6b-4cd3-88f3-32b0dc411a89/desafio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #feee02;border-left:0.3125rem solid #feee02;border-right:0.3125rem solid #feee02;border-bottom:0.3125rem solid #feee02;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:23.15625rem;left:26.40625rem;display:block; }#NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP.adaptive-delivery-prevent-bg, #NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP.lazyload, #NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP.lazyloading { background-image: none; }
#S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7 { position:absolute;display:block;z-index:15005;background-color:#fa9f42;background-image:url("https://images.assets-landingi.com/uc/f4942a2c-710d-470f-8e16-d60c7df73196/diverso.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:23.46875rem;left:47.5625rem;display:block; }#S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7.adaptive-delivery-prevent-bg, #S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7.lazyload, #S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7.lazyloading { background-image: none; }
#puCe57IOtSiviERPTCrS26w1wcGW1VlP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:60rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#oN5ad1gXOmTrIbzROpm70KITBy2NuNcV { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.4375rem;left:15.34375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tnx1GVeyCxrXVWdL8DflcvSeOuiKBnIF { 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:7.1875rem;width:6.0625rem;top:39.5625rem;left:26.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBuJxq4ETKaK278bqWOqOPmlPwXof4Zh { width:23.125rem;height:43.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkoepSuNNowVwIPDN75T8FoTpWf79xU1 { width:19.3125rem;height:1.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31uMtPdbeB7pOdqSSDmG6Rqncc1mXUS { width:19.375rem;height:4.0625rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-regular-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-textarea { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-checkbox-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0  { width:19.6875rem;height:auto;top:8.6875rem;left:0rem; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .radio-container { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 {display:block;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 { width:19.6875rem;height:auto;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #PSpqtP5wT5OFeeqksZaPDfZCakKPsue6 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #yt2nrqWU082ZhNTnprStr1yACf1v6lvo { display:none; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T8rRe7B7ePrVkhrpx9XAGtJwtrWyzQa5 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #CPociGM2nf1OTO2EsbVmH9XK67gT9kJV {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #TmmUf4teKsHiTZZFm9NHt3gQyMSEqhIW {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #FWuW17sVD2LwErExrgNeWJQPU7FOnwEy {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #BaehzWUUzv84Zc6MlLxOouvWyQb1K7EU {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lTh7atPsIHe3AL2inA3Q7t8W6BFH392F { display:none; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T5P6yTo3coNr8DtQ8UTHqGSyydN4FT2V {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #maZliXebSPk4qOzb0WIS5J3THX9KMRMg {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #JbtT17oK5yQ8Zs2qgzMakrIxq6W1vfxk {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Ka0McTT0mgP4GTuJIrW6lHxZRp5TxqFG {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #clDx0LfxSP8pQ9ddvJaXcg597UuyK6uR {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #xF90zqqhVKFsiQrNKwDsRXkrzde6b3kP {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #rhIq72vGDMaors9Oyt1z7fA6PbZUra60 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Q9hhU66NKJrMAIsBKwdlNPdHFpzVnNOw {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lBkh85ndko0xeTuhLpKyvsGdfd7wTTT2 {  }
 }@media only screen and (max-width: 763px) { #pkaGX9ogSILOrmQqzlmMeTtbNmlKxPtv { width:17.875rem;height:14.875rem;top:2.5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifAO5Egk4iPuQRyXU77BxlfTAz9we3qL { width:30.25rem;height:;top:15.375rem;left:17.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ARqSI0UkPBltzgqMVS6trQKy3owXLd { width:19.5rem;height:4.875rem;top:19.9375rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whbCIyMdKMi2a57p0hCriT0iiFcrxhhF { width:14.625rem;height:4.6875rem;top:27.3125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TI7b4NWvT7arEQ7Gxxez7zRSath2Aa { display:block; }
 }@media only screen and (max-width: 763px) { #F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ { display:block; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoTIoVpTxcSMHznG3Syf66Z0fTNVQrTK { width:47.75rem;height:;top:9.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58NxlMcUU1C5R392kg4uAarAhJpwqNl { width:37.5rem;height:3.5625rem;top:12.5rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cva8Jby5m2izlWcQF7a2DpsMrJIgGd2w { width:40.1875rem;height:3.875rem;top:16.9375rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6 { width:6.5625rem;height:6.5625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wz19Oz2bwcOGqKQWNUbqOeePANZV2R { width:5.5rem;height:0.125rem;top:27rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7MawsKrXZTDxSqh64iMlFbp2Pk7Jkp { width:5.5rem;height:0.125rem;top:27rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6bJruZzItUd4MsGeXaUqsSxD31pC7KK { width:18.3125rem;height:6rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq2bRCOv8De8GMzWxahmx73dFNK8FmCK { width:18.3125rem;height:6rem;top:31.625rem;left:14.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB9WRtrGllgMoBGRJNJC827cTcJILQwQ { width:18.3125rem;height:6rem;top:31.625rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP { width:6.5625rem;height:6.5625rem;top:23.125rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7 { width:6.5625rem;height:6.5625rem;top:23.4375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCe57IOtSiviERPTCrS26w1wcGW1VlP { top:0.1875rem;left:0rem;width:47.75rem;height:6.3169270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5ad1gXOmTrIbzROpm70KITBy2NuNcV { top:47.4375rem;left:9.21875rem;width:29.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnx1GVeyCxrXVWdL8DflcvSeOuiKBnIF { top:39.5625rem;left:20.84375rem;width:6.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69c67660-247c-4438-a4a2-b66f3825d48e/Slide_A2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.adaptive-delivery-prevent-bg, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyload, #bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O.lazyloading { background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { background-color: transparent; background-image: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { display: none; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .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); }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { border-width: 0; border-radius: 0; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGZfQR9XEJW8ypoXzTs7OsEPx2ZopU7O > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBuJxq4ETKaK278bqWOqOPmlPwXof4Zh { width:20rem;height:37.0625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkoepSuNNowVwIPDN75T8FoTpWf79xU1 { width:18.75rem;height:1.0625rem;top:21.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31uMtPdbeB7pOdqSSDmG6Rqncc1mXUS { width:19.375rem;height:3.736325rem;top:23.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);height:3.125rem; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container:first-of-type{padding-top:0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .widget-container:last-of-type{padding-bottom:0;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0  { width:17.5rem;height:auto;top:8.6875rem;left:0rem; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 {display:block;}#lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 { width:17.5rem;height:auto;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #PSpqtP5wT5OFeeqksZaPDfZCakKPsue6 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #yt2nrqWU082ZhNTnprStr1yACf1v6lvo { display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T8rRe7B7ePrVkhrpx9XAGtJwtrWyzQa5 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #CPociGM2nf1OTO2EsbVmH9XK67gT9kJV {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #TmmUf4teKsHiTZZFm9NHt3gQyMSEqhIW { display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #FWuW17sVD2LwErExrgNeWJQPU7FOnwEy {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #BaehzWUUzv84Zc6MlLxOouvWyQb1K7EU {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lTh7atPsIHe3AL2inA3Q7t8W6BFH392F { display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #T5P6yTo3coNr8DtQ8UTHqGSyydN4FT2V {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #maZliXebSPk4qOzb0WIS5J3THX9KMRMg {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #JbtT17oK5yQ8Zs2qgzMakrIxq6W1vfxk { display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Ka0McTT0mgP4GTuJIrW6lHxZRp5TxqFG {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #clDx0LfxSP8pQ9ddvJaXcg597UuyK6uR {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #xF90zqqhVKFsiQrNKwDsRXkrzde6b3kP { display:block; }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #rhIq72vGDMaors9Oyt1z7fA6PbZUra60 {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #Q9hhU66NKJrMAIsBKwdlNPdHFpzVnNOw {  }
 }@media only screen and (max-width: 763px) { #lz9W4paXTdxfICUehXLGpwhfwtrv4yF0 #lBkh85ndko0xeTuhLpKyvsGdfd7wTTT2 {  }
 }@media only screen and (max-width: 763px) { #pkaGX9ogSILOrmQqzlmMeTtbNmlKxPtv { width:13.875rem;height:11.5rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ifAO5Egk4iPuQRyXU77BxlfTAz9we3qL { width:20rem;height:2.4375rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ARqSI0UkPBltzgqMVS6trQKy3owXLd { width:18.3125rem;height:3.8984375rem;top:10.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whbCIyMdKMi2a57p0hCriT0iiFcrxhhF { width:13.75rem;height:4.375rem;top:15.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TI7b4NWvT7arEQ7Gxxez7zRSath2Aa { display:block; }
 }@media only screen and (max-width: 763px) { #F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/e3cb4amT/bg_section.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ.adaptive-delivery-prevent-bg, #F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ.lazyload, #F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ.lazyloading { background-image: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { background-color: transparent; background-image: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #158ac3; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container > .video-iframe-container { display: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #158ac3; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row > .video-iframe-container { display: none; }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .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); }#F0EAdpf9gDBRWm6gIiCLLUGeQB713CtQ > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoTIoVpTxcSMHznG3Syf66Z0fTNVQrTK { width:20rem;height:4.0625rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58NxlMcUU1C5R392kg4uAarAhJpwqNl { width:20rem;height:3.8994125rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cva8Jby5m2izlWcQF7a2DpsMrJIgGd2w { width:20rem;height:9.098625rem;top:15.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7fAkzwC6JfKRfrREv1RBTh2f9GVUpX6 { width:5.3125rem;height:5.3125rem;top:25.8710625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4wz19Oz2bwcOGqKQWNUbqOeePANZV2R { width:5.5rem;height:0.125rem;top:27rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq7MawsKrXZTDxSqh64iMlFbp2Pk7Jkp { width:5.5rem;height:0.125rem;top:27rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6bJruZzItUd4MsGeXaUqsSxD31pC7KK { width:18.3125rem;height:6rem;top:46.8085625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq2bRCOv8De8GMzWxahmx73dFNK8FmCK { width:18.3125rem;height:6rem;top:54.0585625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB9WRtrGllgMoBGRJNJC827cTcJILQwQ { width:18.3125rem;height:6rem;top:61.3085625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbFIHT0EekqKLH0dJLPs5QWWR7RTfrMP { width:5.3125rem;height:5.3125rem;top:33.0585625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8V2J2UGpzdE1r3dUwEfs2d2h53eUCy7 { width:5.3125rem;height:5.3125rem;top:40.2460625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCe57IOtSiviERPTCrS26w1wcGW1VlP { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5ad1gXOmTrIbzROpm70KITBy2NuNcV { width:20rem;height:1.29980625rem;top:76.9960625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnx1GVeyCxrXVWdL8DflcvSeOuiKBnIF { width:6.0625rem;height:7.1875rem;top:68.5585625rem;left:6.9375rem;display:block; }
 }