.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/920b9e94-5b72-4840-84ac-c8fcd1a9b763/TopodaPgina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.adaptive-delivery-prevent-bg, #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.lazyload, #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.lazyloading { background-image: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { background-color: transparent; background-image: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container > .video-iframe-container { display: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row > .video-iframe-container { display: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .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); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { border-width: 0; border-radius: 0; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row > .video-iframe-container {  }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#dFo29qoB6Km9xBLtlHPzLrZlRyZ2JqpO { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(66deg, rgba(0,165,255,0.5), rgba(3,67,91,0.3));background-image: -moz-linear-gradient(66deg, rgba(0,165,255,0.5), rgba(3,67,91,0.3));background-image: -ms-linear-gradient(66deg, rgba(0,165,255,0.5), rgba(3,67,91,0.3));background-image: -o-linear-gradient(66deg, rgba(0,165,255,0.5), rgba(3,67,91,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a5ff', endColorstr='#4c03435b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a5ff', endColorstr='#4c03435b' );";background-image: linear-gradient(66deg, rgba(0,165,255,0.5), rgba(3,67,91,0.3));background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.9375rem;width:21.3125rem;top:42.5625rem;left:18.375rem;display:none; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-form-header {  }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-regular-label { height:auto;display:block;font-family:"montserrat 900";font-size:0.875rem;font-weight:bold;color:#ffffff;width:30.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text { 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:rgba(255,255,255,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:30.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"montserrat 900"; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-textarea { 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:rgba(255,255,255,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:30.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"montserrat 900"; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .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:30.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"montserrat 900";font-size:0.875rem;overflow:hidden; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(180deg, #3fca5a, #0e5428);background-image: -moz-linear-gradient(180deg, #3fca5a, #0e5428);background-image: -ms-linear-gradient(180deg, #3fca5a, #0e5428);background-image: -o-linear-gradient(180deg, #3fca5a, #0e5428);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fca5a', endColorstr='#0e5428' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fca5a', endColorstr='#0e5428' );";background-image: linear-gradient(180deg, #3fca5a, #0e5428);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:bold;color:#ffffff;width:30.375rem;height:3.4375rem;font-family:"montserrat 900";overflow:hidden; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:"montserrat 900";font-size:0.875rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:"montserrat 900";font-size:0.875rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:"montserrat 900";font-size:0.875rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:"montserrat 900";font-size:0.875rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .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:"montserrat 900";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:28.9375rem;overflow:hidden;font-style:normal; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .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; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .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:"montserrat 900";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-container:first-of-type{padding-top:0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-container:last-of-type{padding-bottom:0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH  { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -moz-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -ms-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -o-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a2ff', endColorstr='#1903435b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a2ff', endColorstr='#1903435b' );";background-image: linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0.0625rem solid #00143c;border-left:0.0625rem solid #00143c;border-right:0;border-bottom:0;z-index:100024;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:25.75rem;left:21.03125rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.375rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-info-text { display:block;height:auto;font-family:"montserrat 900";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; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH {display:block;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -moz-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -ms-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-image: -o-linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a2ff', endColorstr='#1903435b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f00a2ff', endColorstr='#1903435b' );";background-image: linear-gradient(132deg, rgba(0,162,255,0.5), rgba(3,67,91,0.1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0.0625rem solid #00143c;border-left:0.0625rem solid #00143c;border-right:0;border-bottom:0;z-index:15024;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:25.75rem;left:21.03125rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #eTWa50IMJcLDluq6GqV39f72mOXzbLPB { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #OA3dJTGqc9WTp207PqxVUsiod4dJimAS { position:relative;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #N0JN7TVPug48oD6kKGERau07oglkECyV { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Dk8MIGyBGBQCxF04maQAoawTfgIawZTK { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Cf55zPxwyZUJOWVyg3IcWTVivWlI7k9H { position:relative;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #u5CG42B9GvgxEyDESEU3UnH9PoB7V8rq { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #DQbhSalQ0fsTWDc9x6U7TTnnPb0AZPfV { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #cw1OQOgE4eg5cq2U5MoOME8oft8vMsuh { position:relative;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #EtWlxQbzAH3DtaaTkaSs2esEiXBJJPXR { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #qFMz6JxRAxWobgnWUzJH2FPs5fBkEG9h { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Al2IaiqUKoSlSAvzEQAnesTun0fn6N1T { position:relative;z-index:2; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #loTWDaGJeSsxIpISLyscd0xdR36LaLcL { position:relative; }
#EN6NNA5GrN5boeTcUTD6NGwMJNwEVFKb { position:relative;display:block; }
#FtgC2mEnoSFM2xCtuVDP2sdSsnLqIKpN { position:relative;display:block; }
#ws4VeQ9wWtRQFeoQwgr1P9Ht5zwoo52s { position:relative;display:block; }
#oqmFZ1ZVsT3vVwPx9KfwAtg3gR8SthGp { position:relative;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #nWBPpo26qlyFClyoMbfODe6c5vOoOae6 { position:relative; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #T5Cb3BosvBSsEWKRayWWiMcdVcsfMqwN { position:relative; }
#lcNdEFRIpMCIPVybBBVtTvX8vcr2CEtw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:25.6875rem;top:1.25rem;left:19.34375rem;overflow:hidden;display:block; }
#Gi2af0QbkHXGEpKVHwU24vbDtxw9aTKF { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.9375rem;left:20.78125rem;height:4.875rem;font-style:normal;display:block; }
#noxFyfatOeZIri9GuQVnFrzUb1EqZkJd { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"montserrat 900";font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.375000476837rem;left:21.03125rem;height:3.0872375rem;display:block; }
#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container { background-color: transparent; background-image: none; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container > .video-iframe-container { display: none; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row > .video-iframe-container { display: none; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .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); }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container { border-width: 0; border-radius: 0; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row > .video-iframe-container {  }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#V3lTRsKGot2o0Vd4pZ5ge3SuNPrlMayg { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.90625rem;left:9.7187519073488rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d59054f4-7fcc-40c4-bd88-82e610c79c48/Prancheta10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#nDa9wUW0shamUTstCFsP90MO2GLi0lHq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:56.25rem;top:8.25rem;left:9.375rem;overflow:hidden;display:block; }
#fcyimXztQTy1QcmcV4hQuLE1cI2tPmfE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:14.5625rem;top:1.625rem;left:30.3125rem;overflow:hidden;display:block; }
#c0TCo7q6OHLL0FoufZGtyrweyAToCZLS { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:30.895832061767rem;left:13.59375rem;height:6.599625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clnwFFE7c2Nh36TlGzmVOFaXWmuvniTD { color:#c7c7c7;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.5rem;left:18.78125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AyXuyfOV9XcTLaF8AT4Xdwub3PSLDk3i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:43.562501907349rem;left:36.093753814698rem;overflow:hidden;display:block; }
#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d59054f4-7fcc-40c4-bd88-82e610c79c48/Prancheta10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl.adaptive-delivery-prevent-bg, #OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl.lazyload, #OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl.lazyloading { background-image: none; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container { background-color: transparent; background-image: none; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container > .video-iframe-container { display: none; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row > .video-iframe-container { display: none; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .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); }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container { border-width: 0; border-radius: 0; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row > .video-iframe-container {  }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#lUs8ZbSFpQmh5AiwQ5xi6sqGRKZQXg53 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:56.0625rem;top:3.9375rem;left:9.46875rem;overflow:hidden;display:block; }
#eTBWXQqAJkIS6l53zdMHWnvsPQHCZl2D { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(255,255,255,0.5);top:0.93034362792969rem;left:21.125rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZAkiM0bcurpUKipMxE06V8kepb3J0lWg { color:#c7c7c7;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:25.6875rem;left:17.40625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container { background-color: transparent; background-image: none; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container > .video-iframe-container { display: none; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row > .video-iframe-container { display: none; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .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); }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container { border-width: 0; border-radius: 0; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row > .video-iframe-container {  }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#cq2VXXoIQPBsMBnhXAKzc9ypHleHbm9r { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:9.71875rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e234011c-6a01-4634-b5c6-583bab7ff2ec/Prancheta10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.adaptive-delivery-prevent-bg, #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.lazyload, #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.lazyloading { background-image: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { background-color: transparent; background-image: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container > .video-iframe-container { display: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row > .video-iframe-container { display: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .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); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { border-width: 0; border-radius: 0; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row > .video-iframe-container {  }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#cHJkOD8EV4AaOuTCBziI7Q9WcOp39Q35 { color:#c7c7c7;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.98828125rem;left:17.40625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br22pu8oT9pqlUOQO49zQd8RGMqrFbir { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:70rem;top:7.3125rem;left:1.71875rem;overflow:hidden;display:block; }
#UJJTGadlfBaiCIuCuECfh2w13Ir2qoUF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41rem;width:24.8125rem;display:none; }
#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48d7cc0b-e5b6-459d-a4fd-f347bede6f85/Prancheta11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.adaptive-delivery-prevent-bg, #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.lazyload, #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.lazyloading { background-image: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { background-color: transparent; background-image: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container > .video-iframe-container { display: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row > .video-iframe-container { display: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .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); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { border-width: 0; border-radius: 0; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row > .video-iframe-container {  }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:49.6875rem;width:75rem;position:relative;display:block; }#Heoc0NdtUklt21gm4lsvwKqGLkmmt9Gb { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:38.4375rem;width:52.5rem;top:10rem;left:9.125rem;display:block; }
#tMmlOQsSwf3dTAwhDtxKXhC3uCywpUaX { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.625rem;left:10.75rem;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; }
#uLTMHv8lp6MdZz3haP7wiXiaJBs6OIUb { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"montserrat jr";font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2.8740234375rem;left:9.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QLkJtBvNOph0dhPTWqdKCdE63K3KMXnF { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.5625rem;left:10.75rem;height:2.44921875rem;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; }
#O5a8S2vZV7St5dVQdFIhGeixxFGAiK1H { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:23.4375rem;left:10.5625rem;height:4.8984375rem;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; }
#vSoPUvJnsoDDVSagtlkz6OcaQ5gVE2EK { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:14.375rem;top:8.5rem;left:3.375rem;overflow:hidden;display:none; }
#nKU09lqsdrDFeG71anILSfdy0hfQKD7m { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:18.4375rem;top:17.9375rem;left:48rem;overflow:hidden;display:block; }
#uOFLofxmRcoI1CTF28ENdSJ5m8lVEAsG { color:#fd646e;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:10.125rem;height:4.0625rem;font-style:normal;display:block; }
#DeCql5zy35NHIg3f4VmW69hZ8MmGOyXC { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:1.875rem;height:23.625rem;width:18.9375rem;top:0.0625rem;left:47.4375rem;overflow:hidden;display:block; }
#sAJWxiEMQWTm8O3WgmJLrHuaFWfrTfzh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102.75rem;width:74.9375rem;display:none; }
#DB3BhTSfrVX9M4GqvTeCgSIlKIBuA1Ud { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:43.5625rem;left:10.5625rem;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; }
#nx81zZmVOA2Jkunk6I0nTq5GLV9TJpwk { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:37.1875rem;left:10.5625rem;height:3.673825rem;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; }
#AywUKZFGRmZZZFM4cuVH39zgqZryIUOG { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.8125rem;left:10.5625rem;height:4.8984375rem;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; }
#BEkJ3rdCFukTWxABJVuListkAvt907Rn { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:21.231121063233rem;left:10.75rem;height:1.2246125rem;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; }
#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container { background-color: transparent; background-image: none; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container > .video-iframe-container { display: none; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row > .video-iframe-container { display: none; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .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); }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container { border-width: 0; border-radius: 0; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row > .video-iframe-container {  }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu { display:block; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFo29qoB6Km9xBLtlHPzLrZlRyZ2JqpO { width:21.3125rem;height:3.9375rem;top:42.5625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-regular-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-textarea { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-select { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-button { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-checkbox-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH  { width:30.375rem;height:auto;top:25.75rem;left:7.40625rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .radio-container { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH {display:block;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH { width:30.375rem;height:auto;top:25.75rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #eTWa50IMJcLDluq6GqV39f72mOXzbLPB {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #OA3dJTGqc9WTp207PqxVUsiod4dJimAS { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #N0JN7TVPug48oD6kKGERau07oglkECyV {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Dk8MIGyBGBQCxF04maQAoawTfgIawZTK {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Cf55zPxwyZUJOWVyg3IcWTVivWlI7k9H { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #u5CG42B9GvgxEyDESEU3UnH9PoB7V8rq {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #DQbhSalQ0fsTWDc9x6U7TTnnPb0AZPfV {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #cw1OQOgE4eg5cq2U5MoOME8oft8vMsuh { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #EtWlxQbzAH3DtaaTkaSs2esEiXBJJPXR {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #qFMz6JxRAxWobgnWUzJH2FPs5fBkEG9h {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Al2IaiqUKoSlSAvzEQAnesTun0fn6N1T {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #loTWDaGJeSsxIpISLyscd0xdR36LaLcL {  }
 }@media only screen and (max-width: 763px) { #EN6NNA5GrN5boeTcUTD6NGwMJNwEVFKb { display:block; }
 }@media only screen and (max-width: 763px) { #FtgC2mEnoSFM2xCtuVDP2sdSsnLqIKpN { display:block; }
 }@media only screen and (max-width: 763px) { #ws4VeQ9wWtRQFeoQwgr1P9Ht5zwoo52s { display:block; }
 }@media only screen and (max-width: 763px) { #oqmFZ1ZVsT3vVwPx9KfwAtg3gR8SthGp { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #nWBPpo26qlyFClyoMbfODe6c5vOoOae6 {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #T5Cb3BosvBSsEWKRayWWiMcdVcsfMqwN {  }
 }@media only screen and (max-width: 763px) { #lcNdEFRIpMCIPVybBBVtTvX8vcr2CEtw { width:25.6875rem;height:9.875rem;top:1.25rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2af0QbkHXGEpKVHwU24vbDtxw9aTKF { width:33.4375rem;height:4.875rem;top:11.9375rem;left:7.15625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noxFyfatOeZIri9GuQVnFrzUb1EqZkJd { width:31.875rem;height:3.0625rem;top:19.375rem;left:7.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 { display:block; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3lTRsKGot2o0Vd4pZ5ge3SuNPrlMayg { width:47.75rem;height:4.0625rem;top:1.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDa9wUW0shamUTstCFsP90MO2GLi0lHq { width:47.75rem;height:17.402222222222rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcyimXztQTy1QcmcV4hQuLE1cI2tPmfE { width:14.5625rem;height:9.5625rem;top:1.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TCo7q6OHLL0FoufZGtyrweyAToCZLS { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnwFFE7c2Nh36TlGzmVOFaXWmuvniTD { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyXuyfOV9XcTLaF8AT4Xdwub3PSLDk3i { width:2.8125rem;height:2.8125rem;top:43.5625rem;left:22.468753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl { display:block; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUs8ZbSFpQmh5AiwQ5xi6sqGRKZQXg53 { width:47.75rem;height:17.353957636566rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTBWXQqAJkIS6l53zdMHWnvsPQHCZl2D { width:32.75rem;height:2.25rem;top:0.875rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkiM0bcurpUKipMxE06V8kepb3J0lWg { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiMWbOg5U59anTXsRQtPcP54dzPX0qT { display:block; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cq2VXXoIQPBsMBnhXAKzc9ypHleHbm9r { width:47.75rem;height:2.625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z { display:block; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHJkOD8EV4AaOuTCBziI7Q9WcOp39Q35 { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br22pu8oT9pqlUOQO49zQd8RGMqrFbir { width:47.75rem;height:15.774553571429rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJJTGadlfBaiCIuCuECfh2w13Ir2qoUF { width:24.8125rem;height:41rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 { display:block; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Heoc0NdtUklt21gm4lsvwKqGLkmmt9Gb { width:47.75rem;height:38.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmlOQsSwf3dTAwhDtxKXhC3uCywpUaX { width:38.25rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTMHv8lp6MdZz3haP7wiXiaJBs6OIUb { width:11.625rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLkJtBvNOph0dhPTWqdKCdE63K3KMXnF { width:37.25rem;height:;top:17.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5a8S2vZV7St5dVQdFIhGeixxFGAiK1H { width:36.6875rem;height:;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSoPUvJnsoDDVSagtlkz6OcaQ5gVE2EK { width:14.375rem;height:19.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKU09lqsdrDFeG71anILSfdy0hfQKD7m { width:18.4375rem;height:8.3125rem;top:17.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOFLofxmRcoI1CTF28ENdSJ5m8lVEAsG { width:32.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCql5zy35NHIg3f4VmW69hZ8MmGOyXC { width:18.9375rem;height:23.625rem;top:0.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAJWxiEMQWTm8O3WgmJLrHuaFWfrTfzh { width:47.6875rem;height:65.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB3BhTSfrVX9M4GqvTeCgSIlKIBuA1Ud { width:47.5rem;height:3.625rem;top:43.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx81zZmVOA2Jkunk6I0nTq5GLV9TJpwk { width:47.1875rem;height:4.875rem;top:37.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywUKZFGRmZZZFM4cuVH39zgqZryIUOG { width:47.75rem;height:6.0625rem;top:29.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEkJ3rdCFukTWxABJVuListkAvt907Rn { width:28.9375rem;height:1.1875rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu { display:block; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d820392-91e1-47ef-8ee4-6a2da40f39a6/Prancheta9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.adaptive-delivery-prevent-bg, #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.lazyload, #TdipFCtWwZsLNZndLgTRId1zVRWOrgeu.lazyloading { background-image: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { background-color: transparent; background-image: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container > .video-iframe-container { display: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row > .video-iframe-container { display: none; }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .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); }#TdipFCtWwZsLNZndLgTRId1zVRWOrgeu > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFo29qoB6Km9xBLtlHPzLrZlRyZ2JqpO { width:19.9375rem;height:4.6875rem;top:21.473958969116rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH  { width:17.4375rem;height:auto;top:25.530599594116rem;left:0rem; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH {display:block;}#d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH { width:17.4375rem;height:auto;top:25.530599594116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #eTWa50IMJcLDluq6GqV39f72mOXzbLPB {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #OA3dJTGqc9WTp207PqxVUsiod4dJimAS { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #N0JN7TVPug48oD6kKGERau07oglkECyV {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Dk8MIGyBGBQCxF04maQAoawTfgIawZTK {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Cf55zPxwyZUJOWVyg3IcWTVivWlI7k9H { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #u5CG42B9GvgxEyDESEU3UnH9PoB7V8rq {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #DQbhSalQ0fsTWDc9x6U7TTnnPb0AZPfV {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #cw1OQOgE4eg5cq2U5MoOME8oft8vMsuh { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #EtWlxQbzAH3DtaaTkaSs2esEiXBJJPXR {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #qFMz6JxRAxWobgnWUzJH2FPs5fBkEG9h {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #Al2IaiqUKoSlSAvzEQAnesTun0fn6N1T {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #loTWDaGJeSsxIpISLyscd0xdR36LaLcL {  }
 }@media only screen and (max-width: 763px) { #EN6NNA5GrN5boeTcUTD6NGwMJNwEVFKb { display:block; }
 }@media only screen and (max-width: 763px) { #FtgC2mEnoSFM2xCtuVDP2sdSsnLqIKpN { display:block; }
 }@media only screen and (max-width: 763px) { #ws4VeQ9wWtRQFeoQwgr1P9Ht5zwoo52s { display:block; }
 }@media only screen and (max-width: 763px) { #oqmFZ1ZVsT3vVwPx9KfwAtg3gR8SthGp { display:block; }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #nWBPpo26qlyFClyoMbfODe6c5vOoOae6 {  }
 }@media only screen and (max-width: 763px) { #d34lMeyJGu4fSSsn79KcBcV9SFDJgpnH #T5Cb3BosvBSsEWKRayWWiMcdVcsfMqwN {  }
 }@media only screen and (max-width: 763px) { #lcNdEFRIpMCIPVybBBVtTvX8vcr2CEtw { width:20rem;height:7.6885644768856rem;top:1.4622396230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2af0QbkHXGEpKVHwU24vbDtxw9aTKF { width:20rem;height:6.5800625rem;top:10.559896469116rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #noxFyfatOeZIri9GuQVnFrzUb1EqZkJd { width:20rem;height:3.8984375rem;top:19.837240219116rem;left:0rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 { display:block; }#Ati3xdGTB8sO2SNmAesmVF9tcCAbkf72 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3lTRsKGot2o0Vd4pZ5ge3SuNPrlMayg { width:20rem;height:5.19921875rem;top:1.025390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDa9wUW0shamUTstCFsP90MO2GLi0lHq { width:20rem;height:7.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcyimXztQTy1QcmcV4hQuLE1cI2tPmfE { width:8.8125rem;height:5.6875rem;top:1.625rem;left:5.5937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0TCo7q6OHLL0FoufZGtyrweyAToCZLS { width:15.8125rem;height:7.421875rem;top:15.090496063233rem;left:2.0937500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnwFFE7c2Nh36TlGzmVOFaXWmuvniTD { width:20rem;height:3.8984375rem;top:24.352867126465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyXuyfOV9XcTLaF8AT4Xdwub3PSLDk3i { width:3.5625rem;height:3.5625rem;top:29.438802719116rem;left:8.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl { display:block; }#OVMc9OKNbswVORFToZLTSDoA1Fi9iuZl > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUs8ZbSFpQmh5AiwQ5xi6sqGRKZQXg53 { width:20rem;height:7.25rem;top:5.7994804382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTBWXQqAJkIS6l53zdMHWnvsPQHCZl2D { width:20rem;height:3.57421875rem;top:1.318359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkiM0bcurpUKipMxE06V8kepb3J0lWg { width:20rem;height:6.82425rem;top:14.142578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiMWbOg5U59anTXsRQtPcP54dzPX0qT { display:block; }#DHiMWbOg5U59anTXsRQtPcP54dzPX0qT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cq2VXXoIQPBsMBnhXAKzc9ypHleHbm9r { width:20rem;height:2.51823125rem;top:1.271484375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e234011c-6a01-4634-b5c6-583bab7ff2ec/Prancheta10.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.adaptive-delivery-prevent-bg, #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.lazyload, #FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z.lazyloading { background-image: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { background-color: transparent; background-image: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container > .video-iframe-container { display: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row > .video-iframe-container { display: none; }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .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); }#FqkyPaR6Su1xdPXrcP845IbHC4mrNT5z > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHJkOD8EV4AaOuTCBziI7Q9WcOp39Q35 { width:20rem;height:5.68685rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br22pu8oT9pqlUOQO49zQd8RGMqrFbir { width:19.5625rem;height:6.4375rem;top:6.9368486404419rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJJTGadlfBaiCIuCuECfh2w13Ir2qoUF { top:6.2493489589542rem;left:0.46875005960464rem;width:19.0625rem;height:31.5rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/48d7cc0b-e5b6-459d-a4fd-f347bede6f85/Prancheta11.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.adaptive-delivery-prevent-bg, #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.lazyload, #LU8BLmtuHgwQZdWyOnm78lOry17QmWr0.lazyloading { background-image: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { background-color: transparent; background-image: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container > .video-iframe-container { display: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row > .video-iframe-container { display: none; }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .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); }#LU8BLmtuHgwQZdWyOnm78lOry17QmWr0 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Heoc0NdtUklt21gm4lsvwKqGLkmmt9Gb { width:20rem;height:63.5rem;top:4.1875rem;left:0rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tMmlOQsSwf3dTAwhDtxKXhC3uCywpUaX { width:9.1875rem;height:12.509125rem;top:5.25rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTMHv8lp6MdZz3haP7wiXiaJBs6OIUb { width:5.25rem;height:1.29980625rem;top:1.1875rem;left:0.875rem;font-size:1rem;color:#484848;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QLkJtBvNOph0dhPTWqdKCdE63K3KMXnF { width:18.5625rem;height:2.88671875rem;top:18.937501907349rem;left:0.71875005960463rem;font-size:0.6875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #O5a8S2vZV7St5dVQdFIhGeixxFGAiK1H { width:18.625rem;height:5.7734375rem;top:26.25rem;left:0.68750005960463rem;font-size:0.6875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vSoPUvJnsoDDVSagtlkz6OcaQ5gVE2EK { width:14.375rem;height:19.5rem;top:34.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKU09lqsdrDFeG71anILSfdy0hfQKD7m { width:18.4375rem;height:8.3125rem;top:63.156902313231rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOFLofxmRcoI1CTF28ENdSJ5m8lVEAsG { width:14.9375rem;height:1.7871125rem;top:2.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCql5zy35NHIg3f4VmW69hZ8MmGOyXC { width:18.9375rem;height:23.625rem;top:0.0625rem;left:0.5rem;border-top-left-radius:1.875rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAJWxiEMQWTm8O3WgmJLrHuaFWfrTfzh { top:4.625rem;left:9.0366787017794rem;width:10.5rem;height:14.75rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DB3BhTSfrVX9M4GqvTeCgSIlKIBuA1Ud { width:18.6875rem;height:7.346375rem;top:54.1875rem;left:0.6875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nx81zZmVOA2Jkunk6I0nTq5GLV9TJpwk { width:18.375rem;height:8.3958125rem;top:44.8125rem;left:0.8125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AywUKZFGRmZZZFM4cuVH39zgqZryIUOG { width:18.6875rem;height:10.4948125rem;top:33.3125rem;left:0.6875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BEkJ3rdCFukTWxABJVuListkAvt907Rn { width:18.6875rem;height:1.92448125rem;top:23.114583969116rem;left:0.65625005960463rem;font-size:0.6875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu { display:block; }#e3AXbcJDU2cSc0xOaZq7oJIsT5bWbqzu > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }