.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(11,21,63,0.59);background-image:url("https://images.assets-landingi.com/uc/c4c38ebd-4d4b-449d-8e2b-ac9b3304586f/bg_sec_01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:1200px;height:828px;font-size:14px;font-family:"open sans";position:relative;display:block; }#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:120.977px;width:392.969px;top:640.25390625px;left:271px;overflow:hidden;display:none; }
#h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { color:#ffffff;display:block;width:821.992px;position:absolute;font-family:montserrat;font-size:64px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:409px;left:169px;height:83.2031px;text-align:center;text-align-last:center;display:block; }
#ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:198.984px;width:336.992px;top:183px;left:412px;overflow:hidden;display:block; }
#tHEow5HMe2bMasA7JKgnqwPh8wiUsEsC { color:#ffffff;display:block;width:821.973px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:492px;left:169px;height:23.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a47f03d-6829-4d8a-9006-4351bf0e0199/texturaescuraemaquarela_125540769.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.adaptive-delivery-prevent-bg, #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.lazyload, #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.lazyloading { background-image: none; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L > .row .container { border-width: 0; border-radius: 0; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:none; }#kASBlfPT0v6sAddX4O8vKzr9fRKdIhii { color:#0287c0;display:block;width:559px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:58.0078125px;left:339.984375px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWOrJoHZgKosX3QNACKsuc6ZxKVBeu8u { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:272px;width:292px;top:349px;left:146px;display:block; }
#BKil0xOadgXNrRpI25hvUPaKSXtKhCKP { color:#363e45;display:block;width:171.992px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:377px;left:203px;height:20px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XclPFzbaQxpFi1ueZHLkQFkgHiAqFUiK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290px;width:290px;top:119px;left:458px;overflow:hidden;display:block; }
#VQgJSgEssc4PU7J3LsCrebar111wbdgZ { color:#363e45;display:block;width:251px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:408px;left:478px;height:192px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MckPsfnT9ncMgPgUR7FOkhHsiUHk8GwI { color:#363e45;display:block;width:171.992px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:377px;left:515px;height:20px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zNdD91zoX6T7IgmlfCJRbiLs8JMu73mQ { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:304px;width:360px;top:349px;left:769px;display:block; }
#m0m0WNVOTg3yPncfKoakcF94NCw50nH3 { color:#363e45;display:block;width:324px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:406px;left:787px;height:240px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOudlgPes0FsIJumDiP6bp1iIkD6VRUn { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:310px;width:360px;top:117px;left:770px;overflow:hidden;display:block; }
#iFn1tTTwOG1VLzlMXidtwAs5ulc9RlWz { color:#363e45;display:block;width:212.977px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:377px;left:843px;height:20px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dhtD3smFsLKxTXpXqAzrL6TEV7fphIkk { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:271px;width:292px;top:349px;left:457px;display:block; }
#aAO60WLyDuo8TUF3OFCU9AVuInylmA6L { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:290.996px;width:290.996px;top:118px;left:145px;overflow:hidden;display:block; }
#qxG3DmPIFbKPXOFEN5axTSiJyTEz89Mx { color:#363e45;display:block;width:251px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:410px;left:166px;height:192px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSIqDUWK4tWET9GPRIw369ziI7R0x138 { position:relative;display:none; }#MSIqDUWK4tWET9GPRIw369ziI7R0x138 { border-width: 0; border-radius: 0; }#MSIqDUWK4tWET9GPRIw369ziI7R0x138 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MSIqDUWK4tWET9GPRIw369ziI7R0x138 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:404px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QPAG5F6RJztJUbTmT9TAFSnaKMtq7klK { color:#0287c0;display:block;width:408px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:83px;left:143px;height:20.6719px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqd3mx1KeUEgeGE6dP2HUcyQZEVoT3Nl { color:#000000;display:block;width:407px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:117px;left:143px;height:135.938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ybRU7gTF3E9k1PncccfqNTT8X1TTqVTd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:308px;width:394px;top:48px;left:634px;overflow:hidden;display:block; }
#ilWAzPQ6PWtGcDeGJA4HBpfPMtLP2Jt4 { z-index:15004;top:267px;left:143px;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #003bc8, #012f94);background-image: -moz-linear-gradient(181deg, #003bc8, #012f94);background-image: -ms-linear-gradient(181deg, #003bc8, #012f94);background-image: -o-linear-gradient(181deg, #003bc8, #012f94);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003bc8', endColorstr='#012f94' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003bc8', endColorstr='#012f94' );";background-image: linear-gradient(181deg, #003bc8, #012f94);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 13px rgba(255,255,255,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320.958px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uVy1NJNdEuBHBkCEmqHvTGl4CS0FLQ4I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l49vZkeETrKec2TokyIUrZmftfWfm2it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1f38;background-image:url("https://images.assets-landingi.com/9ZfPjqMu/fundo_in_company.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it.adaptive-delivery-prevent-bg, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyload, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyloading { background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { background-color: transparent; background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .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); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { border-width: 0; border-radius: 0; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { font-size:14px;font-family:arial;height:305px;width:1200px;position:relative;display:block; }#qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:186.992px;width:308.984px;top:58.984375px;left:430.48828125px;overflow:hidden;display:block; }
#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { background-color: transparent; background-image: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container > .video-iframe-container { display: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container { display: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .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); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { border-width: 0; border-radius: 0; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { font-size:14px;font-family:arial;height:66px;width:1200px;position:relative;display:block; }#BlQns1HVf4giOnLQQlFhmqb1RGrPwyGo { position:absolute;display:block;z-index:15000;height:28px;width:480px;top:19px;left:60px;display:block; }
#HiBwdzi68qTsIeViRJAA1TEQ2Dm8F52u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:32px;width:151px;top:19px;left:989px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:392px;height:120.67868966763px;top:640px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { top:409px;left:0px;width:764px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { top:183px;left:194px;width:336px;height:198.39825277751px;display:block; }
 }@media only screen and (max-width: 763px) { #tHEow5HMe2bMasA7JKgnqwPh8wiUsEsC { top:492px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L { display:block; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kASBlfPT0v6sAddX4O8vKzr9fRKdIhii { width:559px;height:39px;top:58px;left:121.984375px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qWOrJoHZgKosX3QNACKsuc6ZxKVBeu8u { top:349px;left:0px;width:291px;height:271px;display:block; }
 }@media only screen and (max-width: 763px) { #BKil0xOadgXNrRpI25hvUPaKSXtKhCKP { width:171px;height:19px;top:377px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XclPFzbaQxpFi1ueZHLkQFkgHiAqFUiK { top:119px;left:240px;width:289px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #VQgJSgEssc4PU7J3LsCrebar111wbdgZ { width:250px;height:192px;top:408px;left:260px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MckPsfnT9ncMgPgUR7FOkhHsiUHk8GwI { width:171px;height:19px;top:377px;left:297px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zNdD91zoX6T7IgmlfCJRbiLs8JMu73mQ { top:349px;left:404px;width:360px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #m0m0WNVOTg3yPncfKoakcF94NCw50nH3 { width:324px;height:216px;top:406px;left:440px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eOudlgPes0FsIJumDiP6bp1iIkD6VRUn { top:117px;left:404px;width:360px;height:309.984px;display:block; }
 }@media only screen and (max-width: 763px) { #iFn1tTTwOG1VLzlMXidtwAs5ulc9RlWz { width:212px;height:19px;top:377px;left:552px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dhtD3smFsLKxTXpXqAzrL6TEV7fphIkk { top:349px;left:239px;width:291px;height:270px;display:block; }
 }@media only screen and (max-width: 763px) { #aAO60WLyDuo8TUF3OFCU9AVuInylmA6L { top:118px;left:0px;width:290px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #qxG3DmPIFbKPXOFEN5axTSiJyTEz89Mx { width:250px;height:192px;top:410px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MSIqDUWK4tWET9GPRIw369ziI7R0x138 { display:block; }#MSIqDUWK4tWET9GPRIw369ziI7R0x138 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPAG5F6RJztJUbTmT9TAFSnaKMtq7klK { width:408px;height:20px;top:82px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gqd3mx1KeUEgeGE6dP2HUcyQZEVoT3Nl { top:117px;left:0px;width:407px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ybRU7gTF3E9k1PncccfqNTT8X1TTqVTd { top:48px;left:370px;width:394px;height:308.00450779727px;display:block; }
 }@media only screen and (max-width: 763px) { #ilWAzPQ6PWtGcDeGJA4HBpfPMtLP2Jt4 { top:267px;left:0px;width:320px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #uVy1NJNdEuBHBkCEmqHvTGl4CS0FLQ4I { display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { top:58px;left:212.48828125px;width:308px;height:186.39649949512px;display:block; }
 }@media only screen and (max-width: 763px) { #lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { display:block; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlQns1HVf4giOnLQQlFhmqb1RGrPwyGo { top:18px;left:0px;width:480px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HiBwdzi68qTsIeViRJAA1TEQ2Dm8F52u { top:18px;left:613px;width:151px;height:31.99559026122px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4c38ebd-4d4b-449d-8e2b-ac9b3304586f/bg_sec_01.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:203px;height:62.494321435024px;top:640px;left:58px;display:none; }
 }@media only screen and (max-width: 763px) { #h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { width:320px;height:41.582px;top:381px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { width:245px;height:146.992px;top:204px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #tHEow5HMe2bMasA7JKgnqwPh8wiUsEsC { width:320px;height:46.7969px;top:428px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L { background-color:#ececec;background-image:url("https://images.assets-landingi.com/uc/532c3dc4-ba6c-4642-b70a-9029950b11f0/textura5.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.adaptive-delivery-prevent-bg, #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.lazyload, #aSFhpW9DBrlQU4BW7txxROsHQeoecs6L.lazyloading { background-image: none; }#aSFhpW9DBrlQU4BW7txxROsHQeoecs6L > .row .container { width:320px;height:1950px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kASBlfPT0v6sAddX4O8vKzr9fRKdIhii { width:275.996px;height:53.2031px;top:60px;left:23px;text-align:center;text-align-last:center;font-size:19px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qWOrJoHZgKosX3QNACKsuc6ZxKVBeu8u { width:290px;height:253px;top:418.25px;left:14.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #BKil0xOadgXNrRpI25hvUPaKSXtKhCKP { width:170.996px;height:22.4062px;top:432.98828125px;left:74.47265625px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XclPFzbaQxpFi1ueZHLkQFkgHiAqFUiK { width:292px;height:292px;top:704px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VQgJSgEssc4PU7J3LsCrebar111wbdgZ { width:250px;height:179.25px;top:1055px;left:34px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MckPsfnT9ncMgPgUR7FOkhHsiUHk8GwI { width:170.996px;height:22.4062px;top:1024px;left:71px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zNdD91zoX6T7IgmlfCJRbiLs8JMu73mQ { width:291px;height:350px;top:1538px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #m0m0WNVOTg3yPncfKoakcF94NCw50nH3 { width:262.988px;height:246.469px;top:1597px;left:29px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eOudlgPes0FsIJumDiP6bp1iIkD6VRUn { width:290px;height:250.977px;top:1288px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iFn1tTTwOG1VLzlMXidtwAs5ulc9RlWz { width:211.992px;height:22.4062px;top:1566px;left:54px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dhtD3smFsLKxTXpXqAzrL6TEV7fphIkk { width:291px;height:262px;top:996px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aAO60WLyDuo8TUF3OFCU9AVuInylmA6L { width:290px;height:290px;top:131.875px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qxG3DmPIFbKPXOFEN5axTSiJyTEz89Mx { width:251px;height:179.25px;top:466px;left:34.5px;text-align:center;text-align-last:center;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MSIqDUWK4tWET9GPRIw369ziI7R0x138 { display:none; }#MSIqDUWK4tWET9GPRIw369ziI7R0x138 > .row .container { width:320px;height:630px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QPAG5F6RJztJUbTmT9TAFSnaKMtq7klK { width:320px;height:26.6016px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gqd3mx1KeUEgeGE6dP2HUcyQZEVoT3Nl { width:296.992px;height:230.375px;top:57.59765625px;left:11.484375px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybRU7gTF3E9k1PncccfqNTT8X1TTqVTd { width:277.988px;height:216.992px;top:318.53515625px;left:20.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #ilWAzPQ6PWtGcDeGJA4HBpfPMtLP2Jt4 { top:555.5078125px;left:15.48828125px;width:288.984px;height:45px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uVy1NJNdEuBHBkCEmqHvTGl4CS0FLQ4I { display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { width:207px;height:125px;top:35px;left:56.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { display:block; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlQns1HVf4giOnLQQlFhmqb1RGrPwyGo { width:320px;height:36px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HiBwdzi68qTsIeViRJAA1TEQ2Dm8F52u { width:151px;height:32px;top:76px;left:84px;display:block; }
 }