.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:url("https://images.assets-landingi.com/uc/a7209955-8ce5-4d8a-8d2e-4fb1f5b31aad/capalpfishing.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,102,0.5);background-image:none;position:relative;display:block; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { background-color: transparent; background-image: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container > .video-iframe-container { display: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container { display: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .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); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { border-width: 0; border-radius: 0; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container {  }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { font-size:14px;font-family:arial;height:641px;width:1200px;position:relative;display:block; }#Avz1bX3aJvRTRLVKttHKdssTmRa0x1lf { color:#000000;display:block;width:1200px;position:absolute;font-family:"raleway black";font-size:100px;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:241px;left:0px;height:90px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwvGIpa1DiROeNiPlJR0msTmViyQtXJ6 { color:#000000;display:block;width:1200px;position:absolute;font-family:raleway;font-size:40px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:194px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lqbCQv37v0GWaZSWQrxiRza4GRrBVVow { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107.983px;width:203.949px;top:44.971588134766px;left:498.01135253906px;overflow:hidden;display:block; }
#v8haDVVPZx7yWTb4eqiXTZn484LHcDMh { color:#000000;display:block;width:812px;position:absolute;font-family:raleway;font-size:28px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:365px;left:194px;height:72.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pyfk5EOXFnhJ6Z1gp023G6WtNRsgGTfl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21ca76, #00a855);background-image: -moz-linear-gradient(90deg, #21ca76, #00a855);background-image: -ms-linear-gradient(90deg, #21ca76, #00a855);background-image: -o-linear-gradient(90deg, #21ca76, #00a855);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ca76', endColorstr='#00a855' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ca76', endColorstr='#00a855' );";background-image: linear-gradient(90deg, #21ca76, #00a855);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:600px;height:74px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:492px;left:300px;display:block; }
#wO5dwt5u7CWG6UotFqBwkgTNBS7J1JuT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ghwgShNSrqZiX460ionN0vbgtpguiEV3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21ca76, #00a855);background-image: -moz-linear-gradient(90deg, #21ca76, #00a855);background-image: -ms-linear-gradient(90deg, #21ca76, #00a855);background-image: -o-linear-gradient(90deg, #21ca76, #00a855);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ca76', endColorstr='#00a855' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ca76', endColorstr='#00a855' );";background-image: linear-gradient(90deg, #21ca76, #00a855);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:23px;border-top-right-radius:23px;border-bottom-left-radius:23px;border-bottom-right-radius:23px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:600px;height:74px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:492px;left:300px;display:none; }
#iUXLeaQ40rDIZqWViZXBFmTngl1Pu6qn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,102,0.5);background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.adaptive-delivery-prevent-bg, #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.lazyload, #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.lazyloading { background-image: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { background-color: transparent; background-image: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container > .video-iframe-container { display: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row > .video-iframe-container { display: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .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); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { border-width: 0; border-radius: 0; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row > .video-iframe-container {  }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { font-size:14px;font-family:arial;height:165px;width:1200px;position:relative;display:block; }#Ox5CU7PeN75PCiLtCCSZHzkQS5suAc3i { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 30px rgba(0,0,0,0.15) ;height:80px;width:80px;top:26px;left:560px;display:block; }
#wGuvxbw2g4XtO9qezCzkRyruu9InGl6e { box-sizing:content-box;color:#002666;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:26px;left:560px;display:block; }
#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { background-color: transparent; background-image: none; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container > .video-iframe-container { display: none; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row > .video-iframe-container { display: none; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .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); }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { border-width: 0; border-radius: 0; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row > .video-iframe-container {  }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { font-size:14px;font-family:arial;height:107px;width:1200px;position:relative;display:block; }#RQotTOxuSxSNrP8ZZDIl5v5Mkw9ZkTda { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:1200px;top:17.5px;left:0px;overflow:hidden;display:block; }
#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { border-width: 0; border-radius: 0; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row > .video-iframe-container {  }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { font-size:14px;font-family:arial;height:18px;width:1200px;position:relative;display:none; }#HZeZsB6x4MLqmr5S0pn9Laq0us1pbVhL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:137px;display:none; }
#n60AJTO4gT2v3rFVZ7yvLW6hTZ3F6I3J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:137px;display:none; }
#kBVsd3ObeoT2ms6awpKmMy7ZaJwE1WpO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:130px;display:none; }
#CKTJeoU8AF66WwVZtOiH7ZICZMUorxkz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:130px;display:none; }
#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { background-color: transparent; background-image: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container > .video-iframe-container { display: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container { display: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .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); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { border-width: 0; border-radius: 0; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container {  }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { font-size:14px;font-family:arial;height:161px;width:1200px;position:relative;display:block; }#SbDivEbpFV6y2JppEy0keBStVV9zosCp { color:#333333;display:block;width:516px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:96px;left:167px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q8TCAn0L1Th1PzL6SyE1UQWLnHNrHO7k { color:#333333;display:block;width:386px;position:absolute;font-family:"raleway black";font-size:60px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:80px;left:647px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container { background-color: transparent; background-image: none; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container > .video-iframe-container { display: none; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row > .video-iframe-container { display: none; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .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); }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container { border-width: 0; border-radius: 0; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row > .video-iframe-container {  }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container { font-size:14px;font-family:arial;height:508px;width:1200px;position:relative;display:block; }#DkXzPlLauHaCAJzcIWNc59npGP0mxmG3 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46fdec73-4ff3-4fce-a8c8-4f410657691a/Prancheta1.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:20.562515258789px;left:10px;display:block; }#DkXzPlLauHaCAJzcIWNc59npGP0mxmG3.adaptive-delivery-prevent-bg, #DkXzPlLauHaCAJzcIWNc59npGP0mxmG3.lazyload, #DkXzPlLauHaCAJzcIWNc59npGP0mxmG3.lazyloading { background-image: none; }
#iOweza6y9mI77qBpFdLRhUpOfL0hlG5O { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:324.55685424805px;left:10px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvuep1LOHtARsE1VtdxhXeFW3vewa2E5 { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:383px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3PomWS28hpSb6yLJXMArIZwPvguPg9w { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:367px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVFGsCZcIVVZ2ZEbSTgAvt0Eqz1ek9E6 { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:436.99719238281px;left:30px;display:block; }
#uw5EP4deHdZWaeLhdwoSbVRoGgRik6p1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9fca4641-5826-4af7-af20-82e4e802c5de/Prancheta1copiar.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:310px;display:block; }#sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG.adaptive-delivery-prevent-bg, #sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG.lazyload, #sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG.lazyloading { background-image: none; }
#Whi9iIJzU7O6HW2EQ9g8ymG2prcIc7kE { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:383px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMVNGhhP6vfXnK6ttZrQtdiANosc7VX9 { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:436.99719238281px;left:330px;display:block; }
#l4XxrZMSPLiaTQ7qOfrBcvzqruyfowag { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OUyEKgUdLe2wMTr8mHFvk9arZlnie6T6 { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:324.55685424805px;left:310px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODUP6IbOBLNV4R1GATGqAUVbml5mqV6L { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:367px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFkBhsNykk1VTWbS98AMLnRmul7xdp91 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4e0dcea-4cdf-474e-bf6a-1a1d21cdd9ef/SemTtulo1Prancheta1copiar6.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:610px;display:block; }#bFkBhsNykk1VTWbS98AMLnRmul7xdp91.adaptive-delivery-prevent-bg, #bFkBhsNykk1VTWbS98AMLnRmul7xdp91.lazyload, #bFkBhsNykk1VTWbS98AMLnRmul7xdp91.lazyloading { background-image: none; }
#TfvbpTi2uiifJUV3yAd5uCglnRP3OcTn { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:436.99719238281px;left:629.99993896484px;display:block; }
#AQVBKKosNoT3iruVdlBp8C2KKl6e4o0q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dU8KpD8DFT0dumkO3kO1ZCa1I4FwnqC0 { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:383.32104492188px;left:629.99993896484px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1fyx78Xls9vTrOGsGrOOwFNtHBHzUiI { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:324.55685424805px;left:609.98577880859px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFevwrdvBFlcrpTPGV0rD1JWd0Ivmyc1 { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:366.82946777344px;left:631.32098388672px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/584f3c28-e811-4199-95f5-1095dd8e1bbc/SemTtulo1Prancheta1copiar11.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:910px;display:block; }#JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT.adaptive-delivery-prevent-bg, #JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT.lazyload, #JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT.lazyloading { background-image: none; }
#tPxo1bUSHMxDO4PhOHOai2iELRbSADHe { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:436.99719238281px;left:930px;display:block; }
#NoM2KuzbFQ9iX6TtIzOls35lGuvvP6Tk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EfUdN4dT3ntm9mpSog9playK74Jy4b6n { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:383px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oapcyNXT2HiROK4dO9y208nRScyIV0ac { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:324.55685424805px;left:910px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dweulloPLrhCDsBZT8dBhTxpVmIvURsl { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:367px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQib17d48XGDEJfWNfBcgPJIzt6gkawn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#JPKUEifnvP5qpHqO5tgNkN9c39HParRZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#LBXyoOxs4hh2k6lPkEf4ArMtV3tGklTJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#PJHT2sulfoQIqncME4kTMfOI9MhzWzbZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container { background-color: transparent; background-image: none; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container > .video-iframe-container { display: none; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row > .video-iframe-container { display: none; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .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); }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container { border-width: 0; border-radius: 0; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row > .video-iframe-container {  }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container { font-size:14px;font-family:arial;height:516px;width:1200px;position:relative;display:block; }#A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c54a7082-2063-4327-b12e-defcf5bb325b/SemTtulo1Prancheta1copiar7.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:20.562515258789px;left:10px;display:block; }#A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB.adaptive-delivery-prevent-bg, #A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB.lazyload, #A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB.lazyloading { background-image: none; }
#zF4SA1O6Muy9bGbwVKNV5hPw2EzI2TFl { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:324.52841186523px;left:10px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGw4ckbHrAu53JTb77n66M1P4g6TlEbv { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:383px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1lpSFABQvTEfpb88S9dZbP27o3yEc8g { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:367px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sq1E0LsclCtrdRi48UpaHChzansovXTd { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:436.99719238281px;left:30px;display:block; }
#J1XMR36FBkLDZlST7UXkIsg39VdA3BCr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rFwiukfMegLddypynppaU79HVxTxLoRB { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/457b7d8d-2ba1-4cf6-9122-1d7d016d2358/SemTtulo1Prancheta1copiar5.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:310px;display:block; }#rFwiukfMegLddypynppaU79HVxTxLoRB.adaptive-delivery-prevent-bg, #rFwiukfMegLddypynppaU79HVxTxLoRB.lazyload, #rFwiukfMegLddypynppaU79HVxTxLoRB.lazyloading { background-image: none; }
#xiaqKJTITeGa0xsKCUWBBRxUuJlcpGz6 { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:383px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9ZcnyX5fEbKdI9Mi4nQm3AtPQ67ntil { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:436.99719238281px;left:330px;display:block; }
#ZWsUOzT6qh0V7PudfkwfBCFm8XZ9mvDv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gHUN5asqu5V0dGv0tZZB7zQgGNOWr4l4 { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:324.54263305664px;left:310px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQyBHMNNtcu9EOBktATilF2NIN6ctJvc { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:367px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d196fc7b-441c-46b5-a5ae-aa01de7fc29d/SemTtulo1Prancheta1copiar3.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:610px;display:block; }#gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw.adaptive-delivery-prevent-bg, #gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw.lazyload, #gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw.lazyloading { background-image: none; }
#MaKgEed66dT8WcotZmP9EEdNMsIFicNB { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:436.99719238281px;left:629.99993896484px;display:block; }
#nKvaKrxlPacDgyAZC2WydPkCLaO57BsJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#THEztlTKhiZ1ZVeJioH38sKPegNdgxu0 { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:383.32116699219px;left:629.99993896484px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fa7eXrORS6afZATgsycX14IQ8mde58pL { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:324.54263305664px;left:609.98577880859px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grlf0JiVCf3KpsiSy6vrTZEZPaCTR5sX { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:366.82971191406px;left:631.32098388672px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt0guRCTCveGIVa61AiRazHNcBTTA8cw { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bf5cc82-9c2c-47d0-ab69-3702feaa783c/SemTtulo1Prancheta1copiar4.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:910px;display:block; }#Jt0guRCTCveGIVa61AiRazHNcBTTA8cw.adaptive-delivery-prevent-bg, #Jt0guRCTCveGIVa61AiRazHNcBTTA8cw.lazyload, #Jt0guRCTCveGIVa61AiRazHNcBTTA8cw.lazyloading { background-image: none; }
#P9DT6WMrNO1iLLWFRBL1XHz8ybOarEkS { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:436.99719238281px;left:930px;display:block; }
#x4lAnVQ3cThAIhqq4OwIdPFrDAloW8ar { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NRSu43CvaXmFCz0sOkxpDBtor3omdnyL { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:383px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDpyIs1FOgxJGNmLVAgAfEQfy2CN4PSd { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:324.54263305664px;left:910px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN73sNJgt53M8kV04TQ2SaSozdLvHS4u { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:367px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUvJ1SLXRt1lATuM37hoeg8UG2GTL3cW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#za1CsmBa35eTCwil8sfsnuKeWbfTUTTH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#o4ddUSy48zKvyb1eI42VQTCJrZtOb07s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#opC4eUi7ugA90uHnpDfmJgipUC9apPDx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container { background-color: transparent; background-image: none; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container > .video-iframe-container { display: none; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row > .video-iframe-container { display: none; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .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); }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container { border-width: 0; border-radius: 0; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row > .video-iframe-container {  }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;position:relative;display:block; }#xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d5e3ac7-be70-4c4c-9615-a5425b783699/SemTtulo1Prancheta1copiar12.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:20.562515258789px;left:10px;display:block; }#xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm.adaptive-delivery-prevent-bg, #xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm.lazyload, #xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm.lazyloading { background-image: none; }
#mudao8CUoI6DVz0IkFl56hMTUDplrwJi { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:330.54275512695px;left:10px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyuyhBaQvS3v3louTLbw5Ffunu0JKi8n { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:383px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8vLbHLCZicF4phIo5FoswJqVGfg6HZ6 { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:367px;left:30px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXgK1FHESLicZQizMIrvK26pPzIr4ayr { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:436.99731445312px;left:30px;display:block; }
#ylFXPhMTtFzs5oqAO7rHWTPmlNOC8MHz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eed8bd27-ad32-4644-8e45-5556b6ac22e4/SemTtulo1Prancheta1copiar8.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:310px;display:block; }#eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A.adaptive-delivery-prevent-bg, #eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A.lazyload, #eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A.lazyloading { background-image: none; }
#zZaUFNTHMx8bmypLBowlp1fOxNJ9c89H { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:383px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhKodlHpM1OIoK4sm8GSWSDOx7GHPHor { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:436.99731445312px;left:330px;display:block; }
#cXpX4t8T0zaZ13rZBk7fs9LZgpQ4aWsK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AkQbACEB5JDl379H7C8xNveEkx7lbPHW { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:330.54275512695px;left:310px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhx0VSWDOTr03BbJgXsMVwyO1XRCaQNF { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:367px;left:330px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad118178-b47f-46c3-a867-b18076d0edb3/SemTtulo1Prancheta1copiar2.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:610px;display:block; }#RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC.adaptive-delivery-prevent-bg, #RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC.lazyload, #RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC.lazyloading { background-image: none; }
#it4GHL1EhkNyEEdBHE7mlq0n1vUap1zM { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:436.99731445312px;left:629.99993896484px;display:block; }
#mx5lefPmqVgtmOy75pFSaguPIsdDXpv5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#D90Na5mloAo021WlNSta2Faxohdh5Qi6 { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:383px;left:629.99993896484px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEPKyD8Jk6vqXNoe2yRHEsE7kUC2qpHB { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:330.54275512695px;left:609.98577880859px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAaE7zu9e3ovcOaHDmHn8xNOxsqbrg0L { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:367px;left:631.32098388672px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60e8f380-69dd-4bbf-9229-de53ab8f0c3f/SemTtulo1Prancheta1copiar9.png");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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,0,0,0.2) ;height:442px;width:280px;top:21px;left:910px;display:block; }#uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp.adaptive-delivery-prevent-bg, #uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp.lazyload, #uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp.lazyloading { background-image: none; }
#zNACUoN1O7bU75IPlPe99PHqIxw9tQRJ { background-color:transparent;background-image: -webkit-linear-gradient(top, #ff8a01, #c06700);background-image: -moz-linear-gradient(top, #ff8a01, #c06700);background-image: -ms-linear-gradient(top, #ff8a01, #c06700);background-image: -o-linear-gradient(top, #ff8a01, #c06700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#c06700' );";background-image: linear-gradient(to bottom, #ff8a01, #c06700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"raleway black";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:50px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:436.99731445312px;left:930px;display:block; }
#vXkh3UPxNeOheGxJS6RTdlvPsCt0NT6L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JMZknGCFnlTmEUWIUsaTe2Zst2PnpkVU { color:#103958;display:block;width:240px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:383px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvJDyqMNdOHaMRZE18sXGIEBS2ZRcATZ { color:#103958;display:block;width:280px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:330.54275512695px;left:910px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DafnsTxy009GaRVHXOeTFL7JfwCR2L3k { color:#000000;display:block;width:240px;position:absolute;font-family:raleway;font-size:15px;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:367px;left:930px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsUwdwBFTCBF9R5cBrw5DHLdoUDihC3K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#yD2WyKOX3HLshoKXVmb52hv0Ls7Kz0xr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#CMP2Zxz30Ocf8L8mohkCpABmEh3u7UaM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#v5FuHuAbXX7AtB71sNEPLMCRkD7qw4UB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;height:337px;width:703px;display:none; }
#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container { background-color: transparent; background-image: none; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container > .video-iframe-container { display: none; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row > .video-iframe-container { display: none; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .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); }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container { border-width: 0; border-radius: 0; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row > .video-iframe-container {  }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container { font-size:14px;font-family:arial;height:176px;width:1200px;position:relative;display:block; }#I39x8we0LMexd9tSXfOIarbqTLce5J5s { position:absolute;display:block;z-index:15005;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:48.9931px;width:48.9931px;top:64px;left:870px;display:block; }
#v2lNOJS9BmTdnWSqHAt5vUvWzw63nlG3 { box-sizing:content-box;color:#103958;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:67px;left:873px;display:block; }
#fm13I5ubnD6bUi4k9HsSzwqxEJkSOWeZ { color:#000000;display:block;width:276px;position:absolute;font-family:roboto;font-size:28px;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:65px;left:924px;height:39.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVeZiq9cxTUs2JUnpl9WbXgwBsgaNabC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:201px;top:43.5px;left:0px;overflow:hidden;display:block; }
#PQXBiRN15hUyzonpApXwf8lm9kTyfcwm { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:73.999877929688px;left:0px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QbtypAHcAK2VEpcQ53pXT1JPV168QQxr { display:block; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { width:764px;height:349px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avz1bX3aJvRTRLVKttHKdssTmRa0x1lf { width:764px;height:90px;top:241px;left:0px;font-size:67px;display:block; }
 }@media only screen and (max-width: 763px) { #vwvGIpa1DiROeNiPlJR0msTmViyQtXJ6 { width:764px;height:51px;top:194px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lqbCQv37v0GWaZSWQrxiRza4GRrBVVow { width:203px;height:107.48054170405px;top:44px;left:280.01135253906px;display:block; }
 }@media only screen and (max-width: 763px) { #v8haDVVPZx7yWTb4eqiXTZn484LHcDMh { width:764px;height:72px;top:365px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfk5EOXFnhJ6Z1gp023G6WtNRsgGTfl { width:600px;height:74px;top:492px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #wO5dwt5u7CWG6UotFqBwkgTNBS7J1JuT { display:block; }
 }@media only screen and (max-width: 763px) { #ghwgShNSrqZiX460ionN0vbgtpguiEV3 { width:600px;height:74px;top:492px;left:82px;display:none; }
 }@media only screen and (max-width: 763px) { #iUXLeaQ40rDIZqWViZXBFmTngl1Pu6qn { display:block; }
 }@media only screen and (max-width: 763px) { #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 { display:block; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox5CU7PeN75PCiLtCCSZHzkQS5suAc3i { width:80px;height:80px;top:26px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #wGuvxbw2g4XtO9qezCzkRyruu9InGl6e { width:80px;height:80px;top:26px;left:342px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG { display:block; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQotTOxuSxSNrP8ZZDIl5v5Mkw9ZkTda { width:764px;height:45.84px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL { display:none; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HZeZsB6x4MLqmr5S0pn9Laq0us1pbVhL { width:137px;height:46px;display:none; }
 }@media only screen and (max-width: 763px) { #n60AJTO4gT2v3rFVZ7yvLW6hTZ3F6I3J { width:137px;height:34px;display:none; }
 }@media only screen and (max-width: 763px) { #kBVsd3ObeoT2ms6awpKmMy7ZaJwE1WpO { width:130px;height:38px;display:none; }
 }@media only screen and (max-width: 763px) { #CKTJeoU8AF66WwVZtOiH7ZICZMUorxkz { width:130px;height:26px;display:none; }
 }@media only screen and (max-width: 763px) { #k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M { display:block; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbDivEbpFV6y2JppEy0keBStVV9zosCp { width:516px;height:30px;top:96px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TCAn0L1Th1PzL6SyE1UQWLnHNrHO7k { width:386px;height:60px;top:80px;left:378px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza { display:block; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkXzPlLauHaCAJzcIWNc59npGP0mxmG3 { width:280px;height:442px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iOweza6y9mI77qBpFdLRhUpOfL0hlG5O { width:280px;height:27px;top:324px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #kvuep1LOHtARsE1VtdxhXeFW3vewa2E5 { width:240px;height:;top:383px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #i3PomWS28hpSb6yLJXMArIZwPvguPg9w { width:240px;height:16px;top:367px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UVFGsCZcIVVZ2ZEbSTgAvt0Eqz1ek9E6 { width:240px;height:50px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uw5EP4deHdZWaeLhdwoSbVRoGgRik6p1 { display:block; }
 }@media only screen and (max-width: 763px) { #sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG { width:280px;height:442px;top:21px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Whi9iIJzU7O6HW2EQ9g8ymG2prcIc7kE { width:240px;height:;top:383px;left:142px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pMVNGhhP6vfXnK6ttZrQtdiANosc7VX9 { width:240px;height:50px;top:436px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #l4XxrZMSPLiaTQ7qOfrBcvzqruyfowag { display:block; }
 }@media only screen and (max-width: 763px) { #OUyEKgUdLe2wMTr8mHFvk9arZlnie6T6 { width:280px;height:;top:324px;left:102px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ODUP6IbOBLNV4R1GATGqAUVbml5mqV6L { width:240px;height:16px;top:367px;left:142px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bFkBhsNykk1VTWbS98AMLnRmul7xdp91 { width:280px;height:442px;top:21px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #TfvbpTi2uiifJUV3yAd5uCglnRP3OcTn { width:240px;height:50px;top:436px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #AQVBKKosNoT3iruVdlBp8C2KKl6e4o0q { display:block; }
 }@media only screen and (max-width: 763px) { #dU8KpD8DFT0dumkO3kO1ZCa1I4FwnqC0 { width:240px;height:;top:383px;left:333px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b1fyx78Xls9vTrOGsGrOOwFNtHBHzUiI { width:280px;height:;top:324px;left:293px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DFevwrdvBFlcrpTPGV0rD1JWd0Ivmyc1 { width:240px;height:16px;top:366px;left:333px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT { width:280px;height:442px;top:21px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #tPxo1bUSHMxDO4PhOHOai2iELRbSADHe { width:240px;height:50px;top:436px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #NoM2KuzbFQ9iX6TtIzOls35lGuvvP6Tk { display:block; }
 }@media only screen and (max-width: 763px) { #EfUdN4dT3ntm9mpSog9playK74Jy4b6n { width:240px;height:;top:383px;left:524px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oapcyNXT2HiROK4dO9y208nRScyIV0ac { width:280px;height:;top:324px;left:484px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dweulloPLrhCDsBZT8dBhTxpVmIvURsl { width:240px;height:16px;top:367px;left:524px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LQib17d48XGDEJfWNfBcgPJIzt6gkawn { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #JPKUEifnvP5qpHqO5tgNkN9c39HParRZ { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #LBXyoOxs4hh2k6lPkEf4ArMtV3tGklTJ { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #PJHT2sulfoQIqncME4kTMfOI9MhzWzbZ { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb { display:block; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB { width:280px;height:442px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zF4SA1O6Muy9bGbwVKNV5hPw2EzI2TFl { width:280px;height:27px;top:324px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LGw4ckbHrAu53JTb77n66M1P4g6TlEbv { width:240px;height:;top:383px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #E1lpSFABQvTEfpb88S9dZbP27o3yEc8g { width:240px;height:16px;top:367px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sq1E0LsclCtrdRi48UpaHChzansovXTd { width:240px;height:50px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J1XMR36FBkLDZlST7UXkIsg39VdA3BCr { display:block; }
 }@media only screen and (max-width: 763px) { #rFwiukfMegLddypynppaU79HVxTxLoRB { width:280px;height:442px;top:21px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #xiaqKJTITeGa0xsKCUWBBRxUuJlcpGz6 { width:240px;height:;top:383px;left:142px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZcnyX5fEbKdI9Mi4nQm3AtPQ67ntil { width:240px;height:50px;top:436px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWsUOzT6qh0V7PudfkwfBCFm8XZ9mvDv { display:block; }
 }@media only screen and (max-width: 763px) { #gHUN5asqu5V0dGv0tZZB7zQgGNOWr4l4 { width:280px;height:;top:324px;left:102px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #zQyBHMNNtcu9EOBktATilF2NIN6ctJvc { width:240px;height:16px;top:367px;left:142px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw { width:280px;height:442px;top:21px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #MaKgEed66dT8WcotZmP9EEdNMsIFicNB { width:240px;height:50px;top:436px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #nKvaKrxlPacDgyAZC2WydPkCLaO57BsJ { display:block; }
 }@media only screen and (max-width: 763px) { #THEztlTKhiZ1ZVeJioH38sKPegNdgxu0 { width:240px;height:;top:383px;left:333px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Fa7eXrORS6afZATgsycX14IQ8mde58pL { width:280px;height:;top:324px;left:293px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #grlf0JiVCf3KpsiSy6vrTZEZPaCTR5sX { width:240px;height:16px;top:366px;left:333px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0guRCTCveGIVa61AiRazHNcBTTA8cw { width:280px;height:442px;top:21px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #P9DT6WMrNO1iLLWFRBL1XHz8ybOarEkS { width:240px;height:50px;top:436px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #x4lAnVQ3cThAIhqq4OwIdPFrDAloW8ar { display:block; }
 }@media only screen and (max-width: 763px) { #NRSu43CvaXmFCz0sOkxpDBtor3omdnyL { width:240px;height:;top:383px;left:524px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yDpyIs1FOgxJGNmLVAgAfEQfy2CN4PSd { width:280px;height:;top:324px;left:484px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #FN73sNJgt53M8kV04TQ2SaSozdLvHS4u { width:240px;height:16px;top:367px;left:524px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WUvJ1SLXRt1lATuM37hoeg8UG2GTL3cW { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #za1CsmBa35eTCwil8sfsnuKeWbfTUTTH { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #o4ddUSy48zKvyb1eI42VQTCJrZtOb07s { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #opC4eUi7ugA90uHnpDfmJgipUC9apPDx { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #uOKHOucThF2lG9Dl1owgzl4oPwslUtPT { display:block; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm { width:280px;height:442px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mudao8CUoI6DVz0IkFl56hMTUDplrwJi { width:280px;height:;top:330px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #pyuyhBaQvS3v3louTLbw5Ffunu0JKi8n { width:240px;height:;top:383px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d8vLbHLCZicF4phIo5FoswJqVGfg6HZ6 { width:240px;height:16px;top:367px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uXgK1FHESLicZQizMIrvK26pPzIr4ayr { width:240px;height:50px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ylFXPhMTtFzs5oqAO7rHWTPmlNOC8MHz { display:block; }
 }@media only screen and (max-width: 763px) { #eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A { width:280px;height:442px;top:21px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #zZaUFNTHMx8bmypLBowlp1fOxNJ9c89H { width:240px;height:;top:383px;left:142px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FhKodlHpM1OIoK4sm8GSWSDOx7GHPHor { width:240px;height:50px;top:436px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #cXpX4t8T0zaZ13rZBk7fs9LZgpQ4aWsK { display:block; }
 }@media only screen and (max-width: 763px) { #AkQbACEB5JDl379H7C8xNveEkx7lbPHW { width:280px;height:;top:330px;left:102px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #fhx0VSWDOTr03BbJgXsMVwyO1XRCaQNF { width:240px;height:16px;top:367px;left:142px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC { width:280px;height:442px;top:21px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #it4GHL1EhkNyEEdBHE7mlq0n1vUap1zM { width:240px;height:50px;top:436px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #mx5lefPmqVgtmOy75pFSaguPIsdDXpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #D90Na5mloAo021WlNSta2Faxohdh5Qi6 { width:240px;height:;top:383px;left:333px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NEPKyD8Jk6vqXNoe2yRHEsE7kUC2qpHB { width:280px;height:;top:330px;left:293px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TAaE7zu9e3ovcOaHDmHn8xNOxsqbrg0L { width:240px;height:16px;top:367px;left:333px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp { width:280px;height:442px;top:21px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #zNACUoN1O7bU75IPlPe99PHqIxw9tQRJ { width:240px;height:50px;top:436px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #vXkh3UPxNeOheGxJS6RTdlvPsCt0NT6L { display:block; }
 }@media only screen and (max-width: 763px) { #JMZknGCFnlTmEUWIUsaTe2Zst2PnpkVU { width:240px;height:;top:383px;left:524px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kvJDyqMNdOHaMRZE18sXGIEBS2ZRcATZ { width:280px;height:;top:330px;left:484px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #DafnsTxy009GaRVHXOeTFL7JfwCR2L3k { width:240px;height:16px;top:367px;left:524px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OsUwdwBFTCBF9R5cBrw5DHLdoUDihC3K { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #yD2WyKOX3HLshoKXVmb52hv0Ls7Kz0xr { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #CMP2Zxz30Ocf8L8mohkCpABmEh3u7UaM { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #v5FuHuAbXX7AtB71sNEPLMCRkD7qw4UB { width:703px;height:337px;display:none; }
 }@media only screen and (max-width: 763px) { #BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM { display:block; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I39x8we0LMexd9tSXfOIarbqTLce5J5s { top:64px;left:652px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #v2lNOJS9BmTdnWSqHAt5vUvWzw63nlG3 { top:67px;left:655px;width:43px;height:43px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fm13I5ubnD6bUi4k9HsSzwqxEJkSOWeZ { top:65px;left:488px;width:276px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hVeZiq9cxTUs2JUnpl9WbXgwBsgaNabC { width:201px;height:89px;top:43px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PQXBiRN15hUyzonpApXwf8lm9kTyfcwm { top:73px;left:0px;width:764px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7209955-8ce5-4d8a-8d2e-4fb1f5b31aad/capalpfishing.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); } }@media only screen and (max-width: 763px) { #QbtypAHcAK2VEpcQ53pXT1JPV168QQxr { background-color:rgba(0,38,102,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { background-color: transparent; background-image: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container > .video-iframe-container { display: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container { display: none; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .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); }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { border-width: 0; border-radius: 0; }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row > .video-iframe-container {  }#QbtypAHcAK2VEpcQ53pXT1JPV168QQxr > .row .container { width:320px;height:628px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avz1bX3aJvRTRLVKttHKdssTmRa0x1lf { width:320px;height:120.594px;top:158.99716186523px;left:0px;text-align:center;text-align-last:center;font-size:67px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vwvGIpa1DiROeNiPlJR0msTmViyQtXJ6 { width:320px;height:19px;top:137.98863220215px;left:0px;text-align:center;text-align-last:center;font-size:19px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lqbCQv37v0GWaZSWQrxiRza4GRrBVVow { width:146.989px;height:77.9972px;top:31.946022033691px;left:86.477272987366px;display:block; }
 }@media only screen and (max-width: 763px) { #v8haDVVPZx7yWTb4eqiXTZn484LHcDMh { width:273.984px;height:150px;top:306.953125px;left:22.984375px;text-align:center;text-align-last:center;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pyfk5EOXFnhJ6Z1gp023G6WtNRsgGTfl { width:320px;height:73px;top:548px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #wO5dwt5u7CWG6UotFqBwkgTNBS7J1JuT { display:block; }
 }@media only screen and (max-width: 763px) { #ghwgShNSrqZiX460ionN0vbgtpguiEV3 { width:320px;height:81px;top:501px;left:0px;font-size:20px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iUXLeaQ40rDIZqWViZXBFmTngl1Pu6qn { display:block; }
 }@media only screen and (max-width: 763px) { #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 { background-color:rgba(0,38,102,0.35);background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.adaptive-delivery-prevent-bg, #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.lazyload, #mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4.lazyloading { background-image: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { background-color: transparent; background-image: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container > .video-iframe-container { display: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row > .video-iframe-container { display: none; }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .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); }#mwNKuKrxyXCfBsL8eQOwlQyVx1KIfvZ4 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox5CU7PeN75PCiLtCCSZHzkQS5suAc3i { width:80px;height:80px;top:24px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #wGuvxbw2g4XtO9qezCzkRyruu9InGl6e { width:80px;height:80px;top:24px;left:120px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { border-width: 0; border-radius: 0; }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row > .video-iframe-container {  }#OpIQpZb0by8bdOfmZyDX4sOh68uqdoHG > .row .container { width:320px;height:60px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQotTOxuSxSNrP8ZZDIl5v5Mkw9ZkTda { width:320px;height:19.2px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { background-color: transparent; background-image: none; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container > .video-iframe-container { display: none; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row > .video-iframe-container { display: none; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .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); }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { border-width: 0; border-radius: 0; }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row > .video-iframe-container {  }#XVFSvrTECdkrC9BCTT9H00nmnWcnt9TL > .row .container { width:320px;height:133px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZeZsB6x4MLqmr5S0pn9Laq0us1pbVhL { top:15.645843505859px;left:0px;width:155px;height:48px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n60AJTO4gT2v3rFVZ7yvLW6hTZ3F6I3J { top:24.145843505859px;left:167.9791765213px;width:152px;height:36px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kBVsd3ObeoT2ms6awpKmMy7ZaJwE1WpO { top:83.645843505859px;left:0px;width:130px;height:38px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CKTJeoU8AF66WwVZtOiH7ZICZMUorxkz { top:90.640625px;left:157px;width:163px;height:26px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { background-color: transparent; background-image: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container > .video-iframe-container { display: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container { display: none; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .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); }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { border-width: 0; border-radius: 0; }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row > .video-iframe-container {  }#k5eSvmnnwPH67E2p0p8qXni1IAyIkn1M > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbDivEbpFV6y2JppEy0keBStVV9zosCp { width:320px;height:14px;top:60px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TCAn0L1Th1PzL6SyE1UQWLnHNrHO7k { width:320px;height:43px;top:77px;left:0px;font-size:43px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza { display:block; }#kdIE0cgJLLTeJ0t1Gog78iTy5K3tdZza > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkXzPlLauHaCAJzcIWNc59npGP0mxmG3 { width:280px;height:404px;top:19px;left:20.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #iOweza6y9mI77qBpFdLRhUpOfL0hlG5O { width:140px;height:40.2969px;top:12px;left:0px;font-size:31px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvuep1LOHtARsE1VtdxhXeFW3vewa2E5 { width:140px;height:32.5px;top:75.875px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3PomWS28hpSb6yLJXMArIZwPvguPg9w { width:92px;height:16.8906px;top:60.328125px;left:24px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UVFGsCZcIVVZ2ZEbSTgAvt0Eqz1ek9E6 { width:320px;height:40px;top:153px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uw5EP4deHdZWaeLhdwoSbVRoGgRik6p1 { display:block; }
 }@media only screen and (max-width: 763px) { #sSgeEDf5IZh4hN0DCbeCq0OFBByo4ltG { width:280px;height:442px;top:374.00001525879px;left:24.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #Whi9iIJzU7O6HW2EQ9g8ymG2prcIc7kE { width:143px;height:32.5px;top:296.5625px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMVNGhhP6vfXnK6ttZrQtdiANosc7VX9 { width:320px;height:40px;top:362.5625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l4XxrZMSPLiaTQ7qOfrBcvzqruyfowag { display:block; }
 }@media only screen and (max-width: 763px) { #OUyEKgUdLe2wMTr8mHFvk9arZlnie6T6 { width:159px;height:32.5px;top:233.5625px;left:7px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODUP6IbOBLNV4R1GATGqAUVbml5mqV6L { width:116px;height:16.8906px;top:280.5625px;left:12px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bFkBhsNykk1VTWbS98AMLnRmul7xdp91 { width:280px;height:442px;top:978px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TfvbpTi2uiifJUV3yAd5uCglnRP3OcTn { width:320px;height:40px;top:575.5625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AQVBKKosNoT3iruVdlBp8C2KKl6e4o0q { display:block; }
 }@media only screen and (max-width: 763px) { #dU8KpD8DFT0dumkO3kO1ZCa1I4FwnqC0 { width:142px;height:32.5px;top:498.5625px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1fyx78Xls9vTrOGsGrOOwFNtHBHzUiI { width:128px;height:32.5px;top:442.5625px;left:6px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFevwrdvBFlcrpTPGV0rD1JWd0Ivmyc1 { width:107px;height:16.8906px;top:482.5625px;left:16px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JCWsrXHAt3a2tgMVx7019hGnx5vCqGeT { width:280px;height:442px;top:1467px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #tPxo1bUSHMxDO4PhOHOai2iELRbSADHe { width:320px;height:40px;top:787.5625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NoM2KuzbFQ9iX6TtIzOls35lGuvvP6Tk { display:block; }
 }@media only screen and (max-width: 763px) { #EfUdN4dT3ntm9mpSog9playK74Jy4b6n { width:142px;height:32.5px;top:713.5625px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oapcyNXT2HiROK4dO9y208nRScyIV0ac { width:132px;height:32.5px;top:655.5625px;left:9px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dweulloPLrhCDsBZT8dBhTxpVmIvURsl { width:103px;height:16.8906px;top:694.5625px;left:18px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LQib17d48XGDEJfWNfBcgPJIzt6gkawn { top:0px;left:0px;width:320px;height:153px;z-index:15002;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #JPKUEifnvP5qpHqO5tgNkN9c39HParRZ { top:212.5625px;left:0px;width:320px;height:153px;z-index:15003;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #LBXyoOxs4hh2k6lPkEf4ArMtV3tGklTJ { top:422.5625px;left:0px;width:320px;height:153px;z-index:15004;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #PJHT2sulfoQIqncME4kTMfOI9MhzWzbZ { top:635.5625px;left:0px;width:320px;height:153px;z-index:15005;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb { display:block; }#b2hOw5ez9JQqikDSREXXRIJg0dCgU1qb > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4UFrXuTZw9dTTGIP1qTVpGDiHvB02TB { width:280px;height:404px;top:18px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zF4SA1O6Muy9bGbwVKNV5hPw2EzI2TFl { width:156px;height:33.7969px;top:16.515625px;left:8px;font-size:26px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGw4ckbHrAu53JTb77n66M1P4g6TlEbv { width:145px;height:32.5px;top:75.875px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1lpSFABQvTEfpb88S9dZbP27o3yEc8g { width:103px;height:16.8906px;top:59px;left:20px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sq1E0LsclCtrdRi48UpaHChzansovXTd { width:320px;height:40px;top:153px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J1XMR36FBkLDZlST7UXkIsg39VdA3BCr { display:block; }
 }@media only screen and (max-width: 763px) { #rFwiukfMegLddypynppaU79HVxTxLoRB { width:280px;height:442px;top:506px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #xiaqKJTITeGa0xsKCUWBBRxUuJlcpGz6 { width:127px;height:32.5px;top:314px;left:8px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZcnyX5fEbKdI9Mi4nQm3AtPQ67ntil { width:320px;height:40px;top:366px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWsUOzT6qh0V7PudfkwfBCFm8XZ9mvDv { display:block; }
 }@media only screen and (max-width: 763px) { #gHUN5asqu5V0dGv0tZZB7zQgGNOWr4l4 { width:158px;height:62px;top:227px;left:0px;font-size:31px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQyBHMNNtcu9EOBktATilF2NIN6ctJvc { width:104px;height:16.8906px;top:297px;left:21px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gy3f7uAAhUyr8XyM6JdA3eeqBF27Qwmw { width:280px;height:442px;top:997px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MaKgEed66dT8WcotZmP9EEdNMsIFicNB { width:320px;height:40px;top:579px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nKvaKrxlPacDgyAZC2WydPkCLaO57BsJ { display:block; }
 }@media only screen and (max-width: 763px) { #THEztlTKhiZ1ZVeJioH38sKPegNdgxu0 { width:132px;height:32.5px;top:500px;left:8px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fa7eXrORS6afZATgsycX14IQ8mde58pL { width:169px;height:32.5px;top:441px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grlf0JiVCf3KpsiSy6vrTZEZPaCTR5sX { width:90px;height:16.8906px;top:483px;left:27px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0guRCTCveGIVa61AiRazHNcBTTA8cw { width:280px;height:442px;top:1496px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #P9DT6WMrNO1iLLWFRBL1XHz8ybOarEkS { width:320px;height:40px;top:792px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x4lAnVQ3cThAIhqq4OwIdPFrDAloW8ar { display:block; }
 }@media only screen and (max-width: 763px) { #NRSu43CvaXmFCz0sOkxpDBtor3omdnyL { width:125px;height:32.5px;top:736px;left:24px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDpyIs1FOgxJGNmLVAgAfEQfy2CN4PSd { width:164px;height:62px;top:650px;left:0px;font-size:31px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FN73sNJgt53M8kV04TQ2SaSozdLvHS4u { width:99px;height:16.8906px;top:719px;left:33px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WUvJ1SLXRt1lATuM37hoeg8UG2GTL3cW { top:0px;left:0px;width:320px;height:153px;z-index:15006;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #za1CsmBa35eTCwil8sfsnuKeWbfTUTTH { top:213px;left:0px;width:320px;height:153px;z-index:15007;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #o4ddUSy48zKvyb1eI42VQTCJrZtOb07s { top:426px;left:0px;width:320px;height:153px;z-index:15008;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #opC4eUi7ugA90uHnpDfmJgipUC9apPDx { top:639px;left:0px;width:320px;height:153px;z-index:15009;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.71) ;display:block; }
 }@media only screen and (max-width: 763px) { #uOKHOucThF2lG9Dl1owgzl4oPwslUtPT { display:block; }#uOKHOucThF2lG9Dl1owgzl4oPwslUtPT > .row .container { width:320px;height:868px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXqDGTCZSWZSJQTfLQvRSkxusiTufpAm { width:280px;height:404px;top:18px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #mudao8CUoI6DVz0IkFl56hMTUDplrwJi { width:124px;height:40.2969px;top:228px;left:12px;font-size:31px;line-height:1.3;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #pyuyhBaQvS3v3louTLbw5Ffunu0JKi8n { width:143px;height:32.5px;top:289px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8vLbHLCZicF4phIo5FoswJqVGfg6HZ6 { width:95px;height:16.8906px;top:272px;left:26px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uXgK1FHESLicZQizMIrvK26pPzIr4ayr { width:320px;height:40px;top:366px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ylFXPhMTtFzs5oqAO7rHWTPmlNOC8MHz { display:block; }
 }@media only screen and (max-width: 763px) { #eqxe48JRF7aJPTFIHKyHCfklDkCAkr2A { width:280px;height:442px;top:487px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zZaUFNTHMx8bmypLBowlp1fOxNJ9c89H { width:147px;height:32.5px;top:85px;left:0px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhKodlHpM1OIoK4sm8GSWSDOx7GHPHor { width:320px;height:40px;top:153px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cXpX4t8T0zaZ13rZBk7fs9LZgpQ4aWsK { display:block; }
 }@media only screen and (max-width: 763px) { #AkQbACEB5JDl379H7C8xNveEkx7lbPHW { width:157px;height:37.6875px;top:17px;left:0px;font-size:29px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhx0VSWDOTr03BbJgXsMVwyO1XRCaQNF { width:111px;height:16.8958px;top:68px;left:18px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RXSiXOwKKRKmQuGDiBzMIPwbg4HWHwCC { width:280px;height:442px;top:978px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #it4GHL1EhkNyEEdBHE7mlq0n1vUap1zM { width:320px;height:40px;top:579px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mx5lefPmqVgtmOy75pFSaguPIsdDXpv5 { display:block; }
 }@media only screen and (max-width: 763px) { #D90Na5mloAo021WlNSta2Faxohdh5Qi6 { width:142px;height:32.5px;top:526px;left:12px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEPKyD8Jk6vqXNoe2yRHEsE7kUC2qpHB { width:164px;height:55.7812px;top:442px;left:0px;font-size:31px;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAaE7zu9e3ovcOaHDmHn8xNOxsqbrg0L { width:104px;height:16.8906px;top:509px;left:33px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uiQ7TIRFOyp3gNWchJk8WT5JIIUT1awp { width:280px;height:442px;top:1481px;left:21px;display:none; }
 }@media only screen and (max-width: 763px) { #zNACUoN1O7bU75IPlPe99PHqIxw9tQRJ { width:320px;height:40px;top:792px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vXkh3UPxNeOheGxJS6RTdlvPsCt0NT6L { display:block; }
 }@media only screen and (max-width: 763px) { #JMZknGCFnlTmEUWIUsaTe2Zst2PnpkVU { width:145px;height:32.5px;top:718px;left:2px;font-size:25px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvJDyqMNdOHaMRZE18sXGIEBS2ZRcATZ { width:164px;height:31px;top:652px;left:0px;font-size:31px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DafnsTxy009GaRVHXOeTFL7JfwCR2L3k { width:103px;height:16.8906px;top:701px;left:24px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OsUwdwBFTCBF9R5cBrw5DHLdoUDihC3K { top:213px;left:0px;width:320px;height:153px;z-index:15010;overflow:hidden;box-shadow: 1px 1px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #yD2WyKOX3HLshoKXVmb52hv0Ls7Kz0xr { top:0px;left:0px;width:320px;height:153px;z-index:15011;overflow:hidden;box-shadow: 1px 1px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #CMP2Zxz30Ocf8L8mohkCpABmEh3u7UaM { top:426px;left:0px;width:320px;height:153px;z-index:15012;overflow:hidden;box-shadow: 1px 1px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #v5FuHuAbXX7AtB71sNEPLMCRkD7qw4UB { top:639px;left:0px;width:320px;height:153px;z-index:15013;overflow:hidden;box-shadow: 1px 1px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM { display:block; }#BT2f5TBhQNlxX1LQXMIEeZG7wKvf98TM > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I39x8we0LMexd9tSXfOIarbqTLce5J5s { width:49px;height:49px;top:144px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v2lNOJS9BmTdnWSqHAt5vUvWzw63nlG3 { width:32px;height:32px;top:153px;left:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fm13I5ubnD6bUi4k9HsSzwqxEJkSOWeZ { width:232px;height:30.7969px;top:153px;left:75px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hVeZiq9cxTUs2JUnpl9WbXgwBsgaNabC { width:205px;height:90px;top:40.9375px;left:57.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #PQXBiRN15hUyzonpApXwf8lm9kTyfcwm { width:320px;height:19.6023px;top:213px;left:0px;font-size:14px;display:block; }
 }