.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#xhqvcoZLy3dUHel1nUv9lmb52aHkkypb { 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;box-shadow: none;height:5.0625rem;width:14.9375rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("../img/marcelo1.jpg");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:block; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk.adaptive-delivery-prevent-bg, #ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk.lazyload, #ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk.lazyloading { background-image: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { background-color: transparent; background-image: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container > .video-iframe-container { display: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row > .video-iframe-container { display: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .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); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { border-width: 0; border-radius: 0; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#dC8taT68JSkoigxqAX0HyroT6MTxZbAT { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:5.712890625rem;left:0rem;height:9.28125rem;text-align:left;text-align-last:left;display:block; }
#DiCQJLV2Nvwy7ms5sSGHH1I54SoRQmyi { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.2998046875rem;left:2rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#MWa3SsTavX22WEnA6Lm7NeAi4HiDmdeU { color:#c8ab89;display:block;width:2rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:22.2998046875rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6mT7sOKDT0FKo9V3tRcUwapwKpytUfR { background-color:#11bc52;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #1b940b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#qHOaK4JswQ2nDEAJVAXVUkD1kP2a3Vn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLVBErKZfwx2ddvBv1zDwiysuvDqOG0G { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.71875rem;left:15.4375rem;display:block; }
#qIwoyZoovTwB29GWskwkBwoOwcAdCNsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2t77oXPzOriw1kXf513ENrTdTKz01ah { box-sizing:content-box;height:1.5625rem;width:11.5625rem;position:absolute;display:block;z-index:15000;background-color:#0007ff;background-image:none;top:22.5498046875rem;left:11.5625rem;display:block; }
#qrTLprNQvf2tVnzRapuNOgGFmpTTfP0Q { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.71875rem;left:0rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#ke57Wesp19UIubCbvayGbdBF7KXaRuNE { position:relative;display:block; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE { background-color: transparent; background-image: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container > .video-iframe-container { display: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row > .video-iframe-container { display: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .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); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE { border-width: 0; border-radius: 0; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .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; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H { position:relative;display:block; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H { background-color: transparent; background-image: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container > .video-iframe-container { display: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row > .video-iframe-container { display: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .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); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H { border-width: 0; border-radius: 0; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .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; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfc4a6;background-image:none;font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CTOJpSZdPH8yvAf1JgNU2tyTckc9q0JZ { color:#0c4268;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:9.34375rem;left:4.0625rem;height:23.375rem;text-align:left;text-align-last:left;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; }
#pTah8JzFLbEsIlli2qxTyre3HWeyezsL { color:#0c4268;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:9.34375rem;left:29.0625rem;height:12.75rem;text-align:left;text-align-last:left;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; }
#lTqxuzflL7ZbhUn84TT4DSp37M37WD5g { color:#0c4268;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:9.34375rem;left:54rem;height:17rem;text-align:left;text-align-last:left;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; }
#fywXgDUk1x95nDo63oggy5MDNJqpOGTu { color:#0c4268;display:block;width:47.3125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:2.65625rem;left:4.0625rem;height:5.625rem;text-align:left;text-align-last:left;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; }
#ihLWkRsl4JqeV5qpiVmlEtNUKh2CQw9g { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.44);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:66.75rem;top:7.40625rem;left:4.0625rem;display:block; }
#SBTqWsTPlXI3momqKf6p43HKU9iHTEBu { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.44);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:66.75rem;top:34.59375rem;left:4.0625rem;display:block; }
#JgweGIbv0F36MqlWNAZiDXzyqZRandpM { color:#0c4268;display:block;width:45.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:36.28125rem;left:4.03125rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#kFWP6snNk3atcBek8Eoqe3LAIITaykwI { background-color:#23c55f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.125rem;left:54rem;display:block; }
#wwiOUyTObEGf7QHJRgN6NKcq4OsX2WXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIWsUtHD1ChGtH1pdAQuGO4omw3Lz14e { color:#0c4268;display:block;width:45.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:39.90625rem;left:4.0625rem;height:5.94921875rem;text-align:left;text-align-last:left;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; }
#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 { position:relative;display:block; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 { background-color: transparent; background-image: none; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row .container > .video-iframe-container { display: none; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row > .video-iframe-container { display: none; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .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); }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 { border-width: 0; border-radius: 0; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .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; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("../img/DSC09444_1_.crop_960x917_236_0.preview.webp");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:32.8125rem;top:9rem;left:0rem;display:block; }#T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.adaptive-delivery-prevent-bg, #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.lazyload, #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.lazyloading { background-image: none; }
#XLKNqBGzttfcSlXTSNA8wwTu79b5nqaQ { color:#0c4268;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:16.0625rem;left:39.3125rem;height:4.72411875rem;text-align:left;text-align-last:left;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; }
#CTncOr14bBTP4QHfTol3ylJ9Op9Bhwe7 { color:#0c4268;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:22.9560546875rem;left:39.3125rem;height:8.3994125rem;text-align:left;text-align-last:left;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; }
#J8dxqBOT5PDr9KFGBJWq1iqVK2sH6JOD { color:#0c4268;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9.6875rem;left:39.3125rem;height:5.25rem;text-align:left;text-align-last:left;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; }
#AUWEBmGGBm5dOQPVsZr3SMOUDltNbG4o { color:#0c4268;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:34.6884765625rem;left:39.3125rem;height:5.19921875rem;text-align:left;text-align-last:left;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; }
#rxsT57WKOZboO8M2VLFoawa5q6yoBFxL { position:absolute;display:block;z-index:14999;background-color:#dfc4a6;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:37.5625rem;top:33.375rem;left:37.5rem;display:block; }
#Xn8cTcJucd2HWHNQwCaliLikuX0aJKlF { color:rgba(250,239,227,0.54);display:block;width:44rem;position:absolute;font-family:bellarina;font-size:13.5rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:28.9375rem;height:16.1996875rem;text-align:left;text-align-last:left;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; }
#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U { position:relative;display:block; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U { background-color: transparent; background-image: none; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row .container > .video-iframe-container { display: none; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row > .video-iframe-container { display: none; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .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); }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U { border-width: 0; border-radius: 0; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .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; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETRqc0ez52VgtyrEh76ch5qdQw11oZxQ { color:#0c4268;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.0625rem;left:20.625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF { position:relative;display:block; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF { background-color: transparent; background-image: none; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row .container > .video-iframe-container { display: none; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row > .video-iframe-container { display: none; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .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); }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF { border-width: 0; border-radius: 0; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .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; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("../img/postalsaude.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:8.625rem;top:0rem;left:32.9375rem;display:block; }#AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO.adaptive-delivery-prevent-bg, #AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO.lazyload, #AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO.lazyloading { background-image: none; }
#KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("../img/sulamerica.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:7.9375rem;top:0rem;left:55.5625rem;display:block; }#KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.adaptive-delivery-prevent-bg, #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.lazyload, #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.lazyloading { background-image: none; }
#NvUu1srlRQknbRvt4KgX8ulvbk19RuTk { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("../img/saudecaixa.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.4375rem;top:0.8125rem;left:44.75rem;display:block; }#NvUu1srlRQknbRvt4KgX8ulvbk19RuTk.adaptive-delivery-prevent-bg, #NvUu1srlRQknbRvt4KgX8ulvbk19RuTk.lazyload, #NvUu1srlRQknbRvt4KgX8ulvbk19RuTk.lazyloading { background-image: none; }
#Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("../img/saocamilo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:0.25rem;left:66.6875rem;display:block; }#Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk.adaptive-delivery-prevent-bg, #Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk.lazyload, #Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk.lazyloading { background-image: none; }
#valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("../img/bradesco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:8.375rem;top:0rem;left:10.125rem;display:block; }#valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y.adaptive-delivery-prevent-bg, #valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y.lazyload, #valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y.lazyloading { background-image: none; }
#ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("../img/unimed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:7rem;top:0.8125rem;left:0rem;display:block; }#ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH.adaptive-delivery-prevent-bg, #ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH.lazyload, #ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH.lazyloading { background-image: none; }
#gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("../img/life.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6.375rem;top:0.78125rem;left:23.0625rem;display:block; }#gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG.adaptive-delivery-prevent-bg, #gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG.lazyload, #gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG.lazyloading { background-image: none; }
#gO9hqC6PDUakxGxr76mp1mNedql3lHuv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("../img/ipm.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.3125rem;top:0rem;left:66.6875rem;display:none; }#gO9hqC6PDUakxGxr76mp1mNedql3lHuv.adaptive-delivery-prevent-bg, #gO9hqC6PDUakxGxr76mp1mNedql3lHuv.lazyload, #gO9hqC6PDUakxGxr76mp1mNedql3lHuv.lazyloading { background-image: none; }
#K8i4ikWU2URPy4pakto9C7e1KZgJSehK { position:relative;display:block; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK { background-color: transparent; background-image: none; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row .container > .video-iframe-container { display: none; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row > .video-iframe-container { display: none; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .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); }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK { border-width: 0; border-radius: 0; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .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; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("../img/cassi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:7.4375rem;top:0rem;left:0rem;display:block; }#ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl.adaptive-delivery-prevent-bg, #ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl.lazyload, #ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl.lazyloading { background-image: none; }
#IA1hLW2ke2wUU324ysrP6KTQU4iXta9W { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("../img/conab.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:8.1875rem;top:0rem;left:10.9375rem;display:block; }#IA1hLW2ke2wUU324ysrP6KTQU4iXta9W.adaptive-delivery-prevent-bg, #IA1hLW2ke2wUU324ysrP6KTQU4iXta9W.lazyload, #IA1hLW2ke2wUU324ysrP6KTQU4iXta9W.lazyloading { background-image: none; }
#EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("../img/fachesf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:7.9375rem;top:0rem;left:33.53125rem;display:block; }#EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.adaptive-delivery-prevent-bg, #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.lazyload, #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.lazyloading { background-image: none; }
#GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("../img/famed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.4375rem;top:0.8125rem;left:22.75rem;display:block; }#GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW.adaptive-delivery-prevent-bg, #GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW.lazyload, #GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW.lazyloading { background-image: none; }
#i710l9MqQOeSuU9q8rkT4sO1MfhruDin { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("../img/fusma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:0rem;left:44.6875rem;display:block; }#i710l9MqQOeSuU9q8rkT4sO1MfhruDin.adaptive-delivery-prevent-bg, #i710l9MqQOeSuU9q8rkT4sO1MfhruDin.lazyload, #i710l9MqQOeSuU9q8rkT4sO1MfhruDin.lazyloading { background-image: none; }
#QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("../img/geap.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:9.0625rem;top:0rem;left:56.125rem;display:block; }#QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku.adaptive-delivery-prevent-bg, #QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku.lazyload, #QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku.lazyloading { background-image: none; }
#mfDpAxHcEAgwANN05FSOOsBdCfEg22IH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("../img/ipm.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.3125rem;top:0rem;left:66.6875rem;display:block; }#mfDpAxHcEAgwANN05FSOOsBdCfEg22IH.adaptive-delivery-prevent-bg, #mfDpAxHcEAgwANN05FSOOsBdCfEg22IH.lazyload, #mfDpAxHcEAgwANN05FSOOsBdCfEg22IH.lazyloading { background-image: none; }
#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM { position:relative;display:block; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM { background-color: transparent; background-image: none; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row .container > .video-iframe-container { display: none; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row > .video-iframe-container { display: none; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .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); }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM { border-width: 0; border-radius: 0; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .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; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tNVHEKIdpywodeTEzxMmG061l02Itbf0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("../img/amil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:7.4375rem;top:0rem;left:0rem;display:block; }#tNVHEKIdpywodeTEzxMmG061l02Itbf0.adaptive-delivery-prevent-bg, #tNVHEKIdpywodeTEzxMmG061l02Itbf0.lazyload, #tNVHEKIdpywodeTEzxMmG061l02Itbf0.lazyloading { background-image: none; }
#DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("../img/assefaz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.9375rem;top:0.6875rem;left:11.25rem;display:block; }#DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n.adaptive-delivery-prevent-bg, #DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n.lazyload, #DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n.lazyloading { background-image: none; }
#kuF8UuCyMowU2nhTXopQrVTDoebPEgkc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("../img/bcsaude.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:10.875rem;top:0rem;left:20.5625rem;display:block; }#kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.adaptive-delivery-prevent-bg, #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.lazyload, #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.lazyloading { background-image: none; }
#mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("../img/cafaz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.8125rem;top:0.75rem;left:34.59375rem;display:block; }#mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu.adaptive-delivery-prevent-bg, #mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu.lazyload, #mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu.lazyloading { background-image: none; }
#flXaUBWqF1PUpXyvdLo6lGui42SZVGqO { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("../img/capesesp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:0rem;left:44.3125rem;display:block; }#flXaUBWqF1PUpXyvdLo6lGui42SZVGqO.adaptive-delivery-prevent-bg, #flXaUBWqF1PUpXyvdLo6lGui42SZVGqO.lazyload, #flXaUBWqF1PUpXyvdLo6lGui42SZVGqO.lazyloading { background-image: none; }
#h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("../img/ams.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:8.4375rem;top:0rem;left:56.125rem;display:block; }#h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD.adaptive-delivery-prevent-bg, #h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD.lazyload, #h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD.lazyloading { background-image: none; }
#X4XxrkSMV687T1UfrI5aBpMr2hXFTom6 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("../img/camed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.6875rem;top:0.65625rem;left:67.3125rem;display:block; }#X4XxrkSMV687T1UfrI5aBpMr2hXFTom6.adaptive-delivery-prevent-bg, #X4XxrkSMV687T1UfrI5aBpMr2hXFTom6.lazyload, #X4XxrkSMV687T1UfrI5aBpMr2hXFTom6.lazyloading { background-image: none; }
#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 { position:relative;display:block; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 { background-color: transparent; background-image: none; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row .container > .video-iframe-container { display: none; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row > .video-iframe-container { display: none; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .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); }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 { border-width: 0; border-radius: 0; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .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; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NcKbIiFUGPUdwDQiKof8vcVxxSTzO1w4 { background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.875rem;left:27.9375rem;display:block; }
#K5MLpGdVCHJLMCfbOauP3Wzw154Kq1tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("../img/DSC09452_1__1__2_.webp");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:block; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4.adaptive-delivery-prevent-bg, #ng3TpRU898gFM8ynd3NSZzW4tBEn5um4.lazyload, #ng3TpRU898gFM8ynd3NSZzW4tBEn5um4.lazyloading { background-image: none; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container { background-color: transparent; background-image: none; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container > .video-iframe-container { display: none; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row > .video-iframe-container { display: none; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .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); }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container { border-width: 0; border-radius: 0; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4::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; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#rkxe3FhWEqJEcd7wFRJlGb4HRqGXNpNU { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8rem;left:0rem;height:15.75rem;text-align:left;text-align-last:left;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; }
#SGEvHM9KForBg3BxqEvQhxrPNUvFPcoO { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:25.8125rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE { position:relative;display:block; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE { background-color: transparent; background-image: none; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row .container > .video-iframe-container { display: none; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row > .video-iframe-container { display: none; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .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); }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE { border-width: 0; border-radius: 0; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .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; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("../img/destaque01.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.5625rem;width:32.8125rem;top:7.0625rem;left:42.1875rem;display:block; }#lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.adaptive-delivery-prevent-bg, #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.lazyload, #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.lazyloading { background-image: none; }
#MPKQWucTIsdDMi5Fy6XfIxybud52gkkE { color:#0c4268;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:13.0625rem;left:0rem;height:22.309525rem;text-align:left;text-align-last:left;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; }
#JHNm5mVu6c4nDutpGL3J7gMzppqD6GD8 { color:#0c4268;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:8.3115234375rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#ui7tpxi7DC2wIRmkSxVi1bZpJgS9LZI7 { color:#c8ab89;display:block;width:2rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:38.625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ettMuqbAsKwnfproT1CFCMXgonp9NsO1 { color:#0c4268;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:38.625rem;left:2rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sgdkksfKNXhMMwloqZKmuFVWa0e8QGgX { color:#efd0ad;display:block;width:33.75rem;position:absolute;font-family:bellarina;font-size:5.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.0625rem;left:13.25rem;height:6.4496875rem;text-align:left;text-align-last:left;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; }
#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU { position:relative;display:none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU { border-width: 0; border-radius: 0; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .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; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 { position:relative;display:block; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 { background-color: transparent; background-image: none; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row .container > .video-iframe-container { display: none; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row > .video-iframe-container { display: none; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .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); }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 { border-width: 0; border-radius: 0; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .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; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTuTpztltP2SvJr7IXNdXDEn3xIzTIK6 { color:#0c4268;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:20.25rem;left:0rem;height:3.19921875rem;font-style:normal;display:block; }
#nKanKQS80ivzS6H6s3Q1PyJU6qJIeCik { color:#0c4268;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:10.96875rem;display:block; }
#iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("../img/MK_baixa.webp");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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.25rem;width:36.9375rem;top:0.421875rem;left:38.0625rem;display:block; }#iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.adaptive-delivery-prevent-bg, #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.lazyload, #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.lazyloading { background-image: none; }
#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c4268;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; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container { background-color: transparent; background-image: none; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container > .video-iframe-container { display: none; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row > .video-iframe-container { display: none; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .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); }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container { border-width: 0; border-radius: 0; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#rX8SGLGsOb6BB0VAHDXbzCZ4ycBRGcsl { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:21.625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Xp6dMRPxZnocCPOZOymE4sP4xtmH2MX7 { color:#25d366;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.61328125rem;left:25.59375rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prXZJB7n3amDQ3JKvNNQ6QE6PwxFFs0x { background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.75rem;left:27rem;display:block; }
#EyaHr8GAIObblZ8ByFUTeQvW1eVPx9vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNWncU8gxb9G6FtJ8pEe3mIFsWFkISTb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.875rem;left:32.875rem;display:block; }
#I3Rg4y9c1R2IMm2o1sS4EctkTGWdFMVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhQ8TPC7GCMdcnCuzBMbrmkiDVW84yxr { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5625rem;left:21.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZSB5pcQVzUfgJkSnD8D8ClK1U1ofvmFp { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:13.875rem;left:28.28125rem;display:block; }
#e7kR5qRqCqIXgzPwtF9fSAJIHqz8B1ED { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:5.5rem;top:29.4375rem;left:34.75rem;overflow:hidden;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container { background-color: transparent; background-image: none; }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container > .video-iframe-container { display: none; }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row > .video-iframe-container { display: none; }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .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); }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container { border-width: 0; border-radius: 0; }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL { background-color: transparent; background-image: none; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row .container > .video-iframe-container { display: none; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row > .video-iframe-container { display: none; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .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); }#irAV8CbzLImJlyKJ65r72795DhiFvzUL { border-width: 0; border-radius: 0; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .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; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lXbQzw2hJ3HaVl51JPDUVG6zdCPJM2mO { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#nL7L9qWBfnDSHCgo9GcfpQJcXhtavHhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qh69ol2T4xB6sKfEK3ZEJPE8wSWb3Svi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#bAlngAdQ7nV5mrg4O2PVDrOpONHxB26m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhqvcoZLy3dUHel1nUv9lmb52aHkkypb { width:14.9375rem;height:5.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk { display:block; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC8taT68JSkoigxqAX0HyroT6MTxZbAT { width:43.875rem;height:9.3125rem;top:5.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiCQJLV2Nvwy7ms5sSGHH1I54SoRQmyi { width:41.875rem;height:6rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWa3SsTavX22WEnA6Lm7NeAi4HiDmdeU { width:2rem;height:6rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6mT7sOKDT0FKo9V3tRcUwapwKpytUfR { width:14.1875rem;height:3.4375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHOaK4JswQ2nDEAJVAXVUkD1kP2a3Vn9 { display:block; }
 }@media only screen and (max-width: 763px) { #iLVBErKZfwx2ddvBv1zDwiysuvDqOG0G { width:8.1875rem;height:3.5rem;top:30.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwoyZoovTwB29GWskwkBwoOwcAdCNsa { display:block; }
 }@media only screen and (max-width: 763px) { #G2t77oXPzOriw1kXf513ENrTdTKz01ah { width:11.5625rem;height:1.5625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTLprNQvf2tVnzRapuNOgGFmpTTfP0Q { width:34.3125rem;height:4rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke57Wesp19UIubCbvayGbdBF7KXaRuNE { display:block; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H { display:block; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTOJpSZdPH8yvAf1JgNU2tyTckc9q0JZ { width:21rem;height:23.375rem;top:9.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTah8JzFLbEsIlli2qxTyre3HWeyezsL { width:21rem;height:12.75rem;top:9.3125rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTqxuzflL7ZbhUn84TT4DSp37M37WD5g { width:21rem;height:17rem;top:9.3125rem;left:26.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fywXgDUk1x95nDo63oggy5MDNJqpOGTu { width:47.3125rem;height:5.625rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLWkRsl4JqeV5qpiVmlEtNUKh2CQw9g { width:47.75rem;height:0.0625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTqWsTPlXI3momqKf6p43HKU9iHTEBu { width:47.75rem;height:0.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgweGIbv0F36MqlWNAZiDXzyqZRandpM { width:45.5625rem;height:3.125rem;top:36.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWP6snNk3atcBek8Eoqe3LAIITaykwI { width:16.125rem;height:3.4375rem;top:36.125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwiOUyTObEGf7QHJRgN6NKcq4OsX2WXn { display:block; }
 }@media only screen and (max-width: 763px) { #eIWsUtHD1ChGtH1pdAQuGO4omw3Lz14e { width:45.5625rem;height:5.9375rem;top:39.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 { display:block; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD { width:32.8125rem;height:32.6875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLKNqBGzttfcSlXTSNA8wwTu79b5nqaQ { width:35rem;height:4.6875rem;top:16.0625rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTncOr14bBTP4QHfTol3ylJ9Op9Bhwe7 { width:33.5625rem;height:8.375rem;top:22.9375rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8dxqBOT5PDr9KFGBJWq1iqVK2sH6JOD { width:33.75rem;height:5.25rem;top:9.6875rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUWEBmGGBm5dOQPVsZr3SMOUDltNbG4o { width:34.25rem;height:5.1875rem;top:34.6875rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxsT57WKOZboO8M2VLFoawa5q6yoBFxL { width:37.5625rem;height:8.25rem;top:33.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8cTcJucd2HWHNQwCaliLikuX0aJKlF { width:44rem;height:16.1875rem;top:1.375rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U { display:block; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETRqc0ez52VgtyrEh76ch5qdQw11oZxQ { width:33.75rem;height:2.625rem;top:8.0625rem;left:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF { display:block; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO { width:8.625rem;height:7.8125rem;top:0rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m { width:7.9375rem;height:8.125rem;top:0rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvUu1srlRQknbRvt4KgX8ulvbk19RuTk { width:7.4375rem;height:6.6875rem;top:0.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk { width:8.3125rem;height:7.5rem;top:0.25rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y { width:8.375rem;height:7.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH { width:7rem;height:5.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG { width:6.375rem;height:5.75rem;top:0.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9hqC6PDUakxGxr76mp1mNedql3lHuv { width:8.3125rem;height:6.9375rem;top:0rem;left:39.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8i4ikWU2URPy4pakto9C7e1KZgJSehK { display:block; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl { width:7.4375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA1hLW2ke2wUU324ysrP6KTQU4iXta9W { width:8.1875rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e { width:7.9375rem;height:8.125rem;top:0rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW { width:7.4375rem;height:6.6875rem;top:0.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i710l9MqQOeSuU9q8rkT4sO1MfhruDin { width:8.3125rem;height:7.5rem;top:0rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku { width:9.0625rem;height:8.1875rem;top:0rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfDpAxHcEAgwANN05FSOOsBdCfEg22IH { width:8.3125rem;height:6.9375rem;top:0rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSRASvKnB7VgBOsbukqlAGUrOiNtMznM { display:block; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNVHEKIdpywodeTEzxMmG061l02Itbf0 { width:7.4375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n { width:5.9375rem;height:5.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc { width:10.875rem;height:7.375rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu { width:5.8125rem;height:5.25rem;top:0.75rem;left:20.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXaUBWqF1PUpXyvdLo6lGui42SZVGqO { width:8.3125rem;height:7.5rem;top:0rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD { width:8.4375rem;height:7.625rem;top:0rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4XxrkSMV687T1UfrI5aBpMr2hXFTom6 { width:7.6875rem;height:6.375rem;top:0.625rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 { display:block; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcKbIiFUGPUdwDQiKof8vcVxxSTzO1w4 { width:19.125rem;height:4.5rem;top:0.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MLpGdVCHJLMCfbOauP3Wzw154Kq1tz { display:block; }
 }@media only screen and (max-width: 763px) { #ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 { display:block; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkxe3FhWEqJEcd7wFRJlGb4HRqGXNpNU { width:47.75rem;height:15.75rem;top:8rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGEvHM9KForBg3BxqEvQhxrPNUvFPcoO { width:16.9375rem;height:1.875rem;top:25.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE { display:block; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3 { width:32.8125rem;height:43.5625rem;top:7.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPKQWucTIsdDMi5Fy6XfIxybud52gkkE { width:36.9375rem;height:22.25rem;top:13.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNm5mVu6c4nDutpGL3J7gMzppqD6GD8 { width:33.75rem;height:3.375rem;top:8.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui7tpxi7DC2wIRmkSxVi1bZpJgS9LZI7 { width:2rem;height:6rem;top:38.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ettMuqbAsKwnfproT1CFCMXgonp9NsO1 { width:41.875rem;height:6rem;top:38.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgdkksfKNXhMMwloqZKmuFVWa0e8QGgX { width:33.75rem;height:6.4375rem;top:7.0625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU { display:none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IAkK0xMkityagnSy2kQolEanhRLQ3B99 { display:block; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTuTpztltP2SvJr7IXNdXDEn3xIzTIK6 { width:23.8125rem;height:3.1875rem;top:20.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKanKQS80ivzS6H6s3Q1PyJU6qJIeCik { width:29.5625rem;height:10.9375rem;top:8.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh { width:36.9375rem;height:26.25rem;top:0.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F { display:block; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX8SGLGsOb6BB0VAHDXbzCZ4ycBRGcsl { width:31.75rem;height:3.625rem;top:6.9375rem;left:8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp6dMRPxZnocCPOZOymE4sP4xtmH2MX7 { width:23.8125rem;height:1.1875rem;top:5.5625rem;left:11.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prXZJB7n3amDQ3JKvNNQ6QE6PwxFFs0x { width:21rem;height:4.6875rem;top:12.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaHr8GAIObblZ8ByFUTeQvW1eVPx9vz { display:block; }
 }@media only screen and (max-width: 763px) { #WNWncU8gxb9G6FtJ8pEe3mIFsWFkISTb { width:9.25rem;height:3.4375rem;top:18.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Rg4y9c1R2IMm2o1sS4EctkTGWdFMVl { display:block; }
 }@media only screen and (max-width: 763px) { #zhQ8TPC7GCMdcnCuzBMbrmkiDVW84yxr { width:31.75rem;height:1.625rem;top:24.5625rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSB5pcQVzUfgJkSnD8D8ClK1U1ofvmFp { width:2.4375rem;height:2.4375rem;top:13.875rem;left:14.65625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7kR5qRqCqIXgzPwtF9fSAJIHqz8B1ED { width:5.5rem;height:7.125rem;top:29.4375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irAV8CbzLImJlyKJ65r72795DhiFvzUL { display:block; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXbQzw2hJ3HaVl51JPDUVG6zdCPJM2mO { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL7L9qWBfnDSHCgo9GcfpQJcXhtavHhC { display:block; }
 }@media only screen and (max-width: 763px) { #Qh69ol2T4xB6sKfEK3ZEJPE8wSWb3Svi { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAlngAdQ7nV5mrg4O2PVDrOpONHxB26m { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhqvcoZLy3dUHel1nUv9lmb52aHkkypb { width:11.8125rem;height:4.0625rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk { background-color:#ffffff;background-image:none;display:block; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { background-color: transparent; background-image: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container > .video-iframe-container { display: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row > .video-iframe-container { display: none; }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .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); }#ZCZX9rrQVLBeXieZ2esOeoTc6f7wDztk > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC8taT68JSkoigxqAX0HyroT6MTxZbAT { width:20rem;height:7.69925rem;top:2.4375rem;left:0rem;font-size:1.75rem;color:#0c4268;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DiCQJLV2Nvwy7ms5sSGHH1I54SoRQmyi { width:17.9375rem;height:5.25rem;top:16.6875rem;left:1.28125rem;font-size:0.875rem;color:#0c4268;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MWa3SsTavX22WEnA6Lm7NeAi4HiDmdeU { width:2rem;height:5.25rem;top:16.6875rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #C6mT7sOKDT0FKo9V3tRcUwapwKpytUfR { width:11.875rem;height:3.4375rem;top:23.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHOaK4JswQ2nDEAJVAXVUkD1kP2a3Vn9 { display:block; }
 }@media only screen and (max-width: 763px) { #iLVBErKZfwx2ddvBv1zDwiysuvDqOG0G { width:7.375rem;height:3.4375rem;top:23.8125rem;left:12.625rem;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qIwoyZoovTwB29GWskwkBwoOwcAdCNsa { display:block; }
 }@media only screen and (max-width: 763px) { #G2t77oXPzOriw1kXf513ENrTdTKz01ah { width:8.0625rem;height:1rem;top:17rem;left:7.90625rem;background-color:#0018ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qrTLprNQvf2tVnzRapuNOgGFmpTTfP0Q { width:20rem;height:3.8994125rem;top:10.8984375rem;left:0rem;font-size:1rem;color:#0c4268;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ke57Wesp19UIubCbvayGbdBF7KXaRuNE { background-color:#ffffff;background-image:url("../img/marcelo1.crop_821x600_738_0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE.adaptive-delivery-prevent-bg, #ke57Wesp19UIubCbvayGbdBF7KXaRuNE.lazyload, #ke57Wesp19UIubCbvayGbdBF7KXaRuNE.lazyloading { background-image: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container { background-color: transparent; background-image: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container > .video-iframe-container { display: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row > .video-iframe-container { display: none; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .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); }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container { border-width: 0; border-radius: 0; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ke57Wesp19UIubCbvayGbdBF7KXaRuNE > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H { background-color:#dfc4a6;background-image:none;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;display:block; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container { background-color: transparent; background-image: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container > .video-iframe-container { display: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row > .video-iframe-container { display: none; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .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); }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container { border-width: 0; border-radius: 0; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTxIUMp05Xae0yQgu0MrOdE9wq8sma9H > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTOJpSZdPH8yvAf1JgNU2tyTckc9q0JZ { width:20rem;height:19.86765rem;top:5.0625rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pTah8JzFLbEsIlli2qxTyre3HWeyezsL { width:20rem;height:10.8369rem;top:27.4296875rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lTqxuzflL7ZbhUn84TT4DSp37M37WD5g { width:20rem;height:14.4492rem;top:40.76611328125rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fywXgDUk1x95nDo63oggy5MDNJqpOGTu { width:20rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLWkRsl4JqeV5qpiVmlEtNUKh2CQw9g { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBTqWsTPlXI3momqKf6p43HKU9iHTEBu { width:20rem;height:0.0625rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgweGIbv0F36MqlWNAZiDXzyqZRandpM { width:20rem;height:4.67480625rem;top:57rem;left:0rem;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kFWP6snNk3atcBek8Eoqe3LAIITaykwI { width:15.5rem;height:3.4375rem;top:75.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwiOUyTObEGf7QHJRgN6NKcq4OsX2WXn { display:block; }
 }@media only screen and (max-width: 763px) { #eIWsUtHD1ChGtH1pdAQuGO4omw3Lz14e { width:20rem;height:11.19925rem;top:63.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 { display:block; }#DLdHqxVJLUKoQI9DNZ9fyXqlJRnxguE2 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD { width:20rem;height:14rem;top:1.9375rem;left:0rem;background-color:transparent;background-image:url("../img/DSC09444_1_.crop_960x917_236_0.preview.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.adaptive-delivery-prevent-bg, #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.lazyload, #T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD.lazyloading { background-image: none; }
#T9KTxyH2sHhf2PnoqGyo55xcMv9OUwwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.1); } }@media only screen and (max-width: 763px) { #XLKNqBGzttfcSlXTSNA8wwTu79b5nqaQ { width:20rem;height:7.9980625rem;top:22.3076171875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CTncOr14bBTP4QHfTol3ylJ9Op9Bhwe7 { width:20rem;height:14.3965rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8dxqBOT5PDr9KFGBJWq1iqVK2sH6JOD { width:20rem;height:3.5996125rem;top:17.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUWEBmGGBm5dOQPVsZr3SMOUDltNbG4o { width:17.875rem;height:12.59911875rem;top:49.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxsT57WKOZboO8M2VLFoawa5q6yoBFxL { width:20rem;height:16.625rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8cTcJucd2HWHNQwCaliLikuX0aJKlF { width:20rem;height:6.974625rem;top:11.375rem;left:0rem;font-size:5.8125rem;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U { display:block; }#lMJT0hhJAWqC9gEfq7uUN27TpPcaUx4U > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETRqc0ez52VgtyrEh76ch5qdQw11oZxQ { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF { display:block; }#bb3TSER3BSSkEvLfnomsBxWSGhQ9DgoF > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQb3JISQtdfCQBIcWU5xJ3oR046Z6odO { width:7.1875rem;height:6.5rem;top:6.6875rem;left:11.8349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m { width:8.1875rem;height:7.4375rem;top:13.1875rem;left:10.8974609375rem;background-color:rgba(0,0,0,0);background-image:url("../img/sulamerica.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.adaptive-delivery-prevent-bg, #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.lazyload, #KEW5NMi6bNPfyvR3IS7IMU4NvKOsMT2m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvUu1srlRQknbRvt4KgX8ulvbk19RuTk { width:6.875rem;height:6.1875rem;top:7.09375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2RryNgSe94Jdxgw6lRnFMn9FTHyNXNk { width:7.6875rem;height:6.9375rem;top:13.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #valRk3RIrQUfCnxRzG4Js2IlVGpUfn3y { width:7.4375rem;height:6.6875rem;top:0rem;left:11.3974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANd6rqeJ3MsmMcdPSwEJ1IFG3J5ERcSH { width:6.375rem;height:5.3125rem;top:0.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtlT9UK5FkkDVzwvzIQcL33pVzCvDicG { width:6.625rem;height:6rem;top:21.40625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9hqC6PDUakxGxr76mp1mNedql3lHuv { width:7.375rem;height:6.125rem;top:21.59375rem;left:11.1474609375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #K8i4ikWU2URPy4pakto9C7e1KZgJSehK { display:block; }#K8i4ikWU2URPy4pakto9C7e1KZgJSehK > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR9zqzPx0Wp80qMAslswv7EMKkTbz8hl { width:7.0625rem;height:6.4375rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA1hLW2ke2wUU324ysrP6KTQU4iXta9W { width:6.5625rem;height:5.9375rem;top:0.25rem;left:11.5849609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e { width:8.1875rem;height:7.4375rem;top:6.4375rem;left:1.1875rem;background-color:rgba(0,0,0,0);background-image:url("../img/fachesf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.adaptive-delivery-prevent-bg, #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.lazyload, #EEmkzJa32uAtC9cnxP9iIKSZWFX56T9e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GDvDGQQMQIfu2qRBXNZ938JleXbNLQwW { width:6.5rem;height:5.875rem;top:7.34375rem;left:12.0224609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i710l9MqQOeSuU9q8rkT4sO1MfhruDin { width:8.0625rem;height:7.3125rem;top:13.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPb49DQMhdvkWB7W3b4ReT3LN2q0c9Ku { width:9.125rem;height:8.1875rem;top:14.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfDpAxHcEAgwANN05FSOOsBdCfEg22IH { width:7.9375rem;height:6.625rem;top:21.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSRASvKnB7VgBOsbukqlAGUrOiNtMznM { display:block; }#qSRASvKnB7VgBOsbukqlAGUrOiNtMznM > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNVHEKIdpywodeTEzxMmG061l02Itbf0 { width:7.0625rem;height:6.4375rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNCwTL6w1ZG01FUaUR14mWR4JZcP49n { width:6.0625rem;height:5.5rem;top:0.53125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc { width:16.625rem;height:15.125rem;top:2.1875rem;left:1.6875rem;background-color:rgba(0,0,0,0);background-image:url("../img/bcsaude.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.adaptive-delivery-prevent-bg, #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.lazyload, #kuF8UuCyMowU2nhTXopQrVTDoebPEgkc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mT1mN9wJT7SqxQD7eVHECO7xTwULsGnu { width:6.1875rem;height:5.625rem;top:14.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXaUBWqF1PUpXyvdLo6lGui42SZVGqO { width:8.0625rem;height:7.3125rem;top:14.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WVrXFPTWmRk0ESxSzKrdTZUToIHwBD { width:8.25rem;height:7.4375rem;top:22.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4XxrkSMV687T1UfrI5aBpMr2hXFTom6 { width:7.9375rem;height:6.625rem;top:22.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 { display:block; }#oBzXxFXi0y6oU4MqWHkk3GIFipvsNP45 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcKbIiFUGPUdwDQiKof8vcVxxSTzO1w4 { width:19.125rem;height:4.5rem;top:2.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MLpGdVCHJLMCfbOauP3Wzw154Kq1tz { display:block; }
 }@media only screen and (max-width: 763px) { #ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 { display:block; }#ng3TpRU898gFM8ynd3NSZzW4tBEn5um4 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkxe3FhWEqJEcd7wFRJlGb4HRqGXNpNU { width:20rem;height:6.499025rem;top:4.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #SGEvHM9KForBg3BxqEvQhxrPNUvFPcoO { width:16.9375rem;height:0.8999rem;top:12.4375rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE { display:block; }#oTqhMQPFXULI1Xx9DmHttRVqR7GO3xiE > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3 { width:13.875rem;height:19.8125rem;top:4.3359375rem;left:6.0185546875rem;background-color:#e3e3e3;background-image:url("../img/destaque01.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.adaptive-delivery-prevent-bg, #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.lazyload, #lgTo1yMq4AfzKoT2H28OsvZI6z3GnhR3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MPKQWucTIsdDMi5Fy6XfIxybud52gkkE { width:20rem;height:38.669925rem;top:25.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNm5mVu6c4nDutpGL3J7gMzppqD6GD8 { width:13.375rem;height:5.625rem;top:4.3359375rem;left:0rem;font-size:2.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ui7tpxi7DC2wIRmkSxVi1bZpJgS9LZI7 { width:2rem;height:6rem;top:65.375rem;left:0rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ettMuqbAsKwnfproT1CFCMXgonp9NsO1 { width:17.5625rem;height:8rem;top:65.375rem;left:1.46875rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sgdkksfKNXhMMwloqZKmuFVWa0e8QGgX { width:20rem;height:5.5996125rem;top:11.3427734375rem;left:0rem;font-size:3.5rem;text-align:left;text-align-last:left;color:#be9262;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU { background-color:#ffffff;background-image:url("../img/MK_baixa.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU.adaptive-delivery-prevent-bg, #zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU.lazyload, #zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU.lazyloading { background-image: none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container { background-color: transparent; background-image: none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container > .video-iframe-container { display: none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row > .video-iframe-container { display: none; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .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); }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container { border-width: 0; border-radius: 0; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSN6Ptgt9C1pky22Bp08SvVTdHLzhsDU > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAkK0xMkityagnSy2kQolEanhRLQ3B99 { display:block; }#IAkK0xMkityagnSy2kQolEanhRLQ3B99 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTuTpztltP2SvJr7IXNdXDEn3xIzTIK6 { width:20rem;height:2.79980625rem;top:7.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKanKQS80ivzS6H6s3Q1PyJU6qJIeCik { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh { width:20rem;height:9.4375rem;top:3.0625rem;left:0rem;background-color:#e3e3e3;background-image:url("../img/MK_baixa.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.adaptive-delivery-prevent-bg, #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.lazyload, #iu7TcTwCeT7Nt3UXyQhZOXFrEDLlvzKh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F { display:block; }#y9RrNLkk1X5Ua616THwVCsmJXHAXUp3F > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX8SGLGsOb6BB0VAHDXbzCZ4ycBRGcsl { width:20rem;height:2.03125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp6dMRPxZnocCPOZOymE4sP4xtmH2MX7 { width:20rem;height:1rem;top:4.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prXZJB7n3amDQ3JKvNNQ6QE6PwxFFs0x { width:19rem;height:4.6875rem;top:8.69921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaHr8GAIObblZ8ByFUTeQvW1eVPx9vz { display:block; }
 }@media only screen and (max-width: 763px) { #WNWncU8gxb9G6FtJ8pEe3mIFsWFkISTb { width:12.125rem;height:3.4375rem;top:14.63671875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Rg4y9c1R2IMm2o1sS4EctkTGWdFMVl { display:block; }
 }@media only screen and (max-width: 763px) { #zhQ8TPC7GCMdcnCuzBMbrmkiDVW84yxr { width:20rem;height:1.13720625rem;top:20.44921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSB5pcQVzUfgJkSnD8D8ClK1U1ofvmFp { width:2.4375rem;height:2.4375rem;top:9.82421875rem;left:1.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7kR5qRqCqIXgzPwtF9fSAJIHqz8B1ED { width:5.5rem;height:7.125rem;top:26.38671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZHr4t9fNsVbkogfnKKloTCFIsxlMUBQL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irAV8CbzLImJlyKJ65r72795DhiFvzUL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irAV8CbzLImJlyKJ65r72795DhiFvzUL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXbQzw2hJ3HaVl51JPDUVG6zdCPJM2mO { width:3.25rem;height:3.25rem;top:0rem;left:17.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL7L9qWBfnDSHCgo9GcfpQJcXhtavHhC { display:block; }
 }@media only screen and (max-width: 763px) { #Qh69ol2T4xB6sKfEK3ZEJPE8wSWb3Svi { width:3.25rem;height:3.25rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAlngAdQ7nV5mrg4O2PVDrOpONHxB26m { display:block; }
 }