.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#040404;background-image:none;position:relative;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82c44b9f-ef3d-4683-aa6b-641ad0a29939/casoclinico.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::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; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:1200px;height:689px;font-size:14px;font-family:arial;position:relative;display:block; }#pQ6WV51PHNQQS11uw8Oew8PrWC2eWgJs { position:absolute;display:block;z-index:15019;height:15px;width:27px;top:1.9500000476837px;left:0px;display:block; }
#ClFx5kRgJ2ozMBnVDRXxHZABfdf25No1 { color:#ffffff;display:block;width:195px;position:absolute;font-family:geologica;font-size:14px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:618.98751831055px;left:27px;height:30.8px;font-style:normal;display:none; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#a700ff;background-image:none;color:#ffffff;padding-top:7.36px;padding-right:6.36px;padding-bottom:7.36px;padding-left:6.36px;display:block;align-items:center;width:38.18px;min-width:38.18px;height:39.58px;position:relative;font-family:"open sans";font-size:29.47px;font-weight:700;line-height:39.58px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.6px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:50.93px;height:15.66px;position:relative;font-family:"open sans";font-size:11.05px;font-weight:400;line-height:15.66px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:268px;height:74.56px;padding-top:9.21px;padding-right:9.1px;padding-bottom:9.21px;padding-left:9.1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:529px;left:448px;z-index:15026; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ipkdfntuDxyI2bc3oCd5VpdQo5lzuGCG { display:flex;position:relative;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #iwXbJs2xkC6hawM42Q7hBqQ08rrQxLz6 { width:auto; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #kqdyk3CMe3gFWK5KXgGS2chTecsqMMUW {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #LICXGrXG01XpxeLcMFM6ADbCF1AT0cDQ { display:flex;position:relative;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #bRVzXmiwSu5XfD6r5Psp3uP2apgENSnn {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #arcHO0LdumUwD3EK6FcQeqZxfDJBTOET {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #q89P4oeVOCy6bbQlkJqstfiionixyW2h { display:flex;position:relative;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #KHLHgBWBAUK1sI0sI6J9XtEhEUT3M2w5 {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #cP8kW6fC3ntCdAO2ZDn7xkBpbnIPVJiT {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #xE3wwGPBlFosSrOiJd0X3v0xtF1HFkVF { display:flex;position:relative;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ykoGuE4P4bQItuA8WSdfKiM07d2asD2b {  }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #hXtHztWuxXLOk3HQWFVyl4zpgt0QCzXe {  }
#TB9vmkbHy4Ih9VydzcTcOdB1Q96XKTpl { color:#efeff8;display:block;width:639px;position:absolute;font-family:geologica;font-size:25px;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:392px;left:275px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhk275npwmUA80bNfUMLFTn2ogtddP3T { color:#ffffff;display:block;width:210px;position:absolute;font-family:geologica;font-size:41px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:174px;left:490px;height:41px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKQCfDxTJAUZ8zZCU2AW3OU32Tmonl2c { position:absolute;display:block;z-index:15006;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:48px;width:156px;top:32px;left:32px;overflow:hidden;display:block; }
#CXAKLIDG9VbS3DTIs4KtktXlPpQBxZZn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49px;width:108px;top:36.5px;left:540.95835876465px;overflow:hidden;display:block; }
#DTfmhbM7kfydGGSCKBfVFhUlSUm95SHo { position:absolute;display:block;z-index:15011;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:50px;width:109px;top:35px;left:228px;overflow:hidden;display:block; }
#ph5DcUKw5NTqIhKS13h4Gh4luiBKUtKw { color:#a700ff;display:block;width:566px;position:absolute;font-family:geologica;font-size:55px;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:216px;left:312px;height:55px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2VDKG9p2ZEMUnfx8QyxtR8Rl46Kw6Tz { position:absolute;display:block;z-index:15029;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:54px;width:117px;top:34px;left:380px;overflow:hidden;display:block; }
#ILT1dBysoDdPO2zXvnUS4uk9bk2L8v82 { position:absolute;display:block;z-index:15030;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:57px;width:142px;top:33px;left:676px;overflow:hidden;display:block; }
#LcyCh977N2ZZqZTR34UM68oyvvVtanJ2 { position:absolute;display:block;z-index:15013;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:50px;width:109px;top:39px;left:1052px;overflow:hidden;display:block; }
#n82zdOLpcPGG8N8ap3uDqXdHtrdDXQu7 { position:absolute;display:block;z-index:15008;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:48px;width:156px;top:35px;left:853px;overflow:hidden;display:block; }
#KDKrLHOmNXh1vRGEkd3fmx7tNDMA681a { color:#efeff8;display:block;width:639px;position:absolute;font-family:geologica;font-size:25px;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:321px;left:275.99998474121px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GPlFlAlr62k2lxkdkAzbdCAmHJVgcIfE { color:#efeff8;display:block;width:639px;position:absolute;font-family:geologica;font-size:25px;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:321px;left:275.99998474121px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hr2RTnqN883h5vCuADDgluPsN93A7Kmd { 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:29px;width:190px;display:none; }
#TLGifZPVrXJu0qUGNwiJZgWT80vWSoJy { position:absolute;display:block;z-index:15031;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:29px;width:190px;top:285px;left:499.59721374512px;overflow:hidden;display:block; }
#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c5c00616-13bf-4f7a-8449-8ebee538c7d7/WORKSHOP.png");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; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.adaptive-delivery-prevent-bg, #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.lazyload, #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.lazyloading { background-image: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { background-color: transparent; background-image: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container > .video-iframe-container { display: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row > .video-iframe-container { display: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .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); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { border-width: 0; border-radius: 0; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { font-size:14px;font-family:arial;height:41px;width:1200px;position:relative;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a280e8a6-1ee0-4ca4-9a89-20b198b78d76/mariapaularestauraoclasse2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { border-width: 0; border-radius: 0; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { font-size:14px;font-family:arial;height:526px;width:1200px;position:relative;display:block; }#AXZuP7hDSNxv83NFiaxozhNntWdMROd0 { z-index:15004;top:343px;left:731px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00ff4e, #129c25);background-image: -moz-linear-gradient(178deg, #00ff4e, #129c25);background-image: -ms-linear-gradient(178deg, #00ff4e, #129c25);background-image: -o-linear-gradient(178deg, #00ff4e, #129c25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff4e', endColorstr='#129c25' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff4e', endColorstr='#129c25' );";background-image: linear-gradient(178deg, #00ff4e, #129c25);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u0x8OxnQQyibTOUC6ANMATCPHXFV85t1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N04JIGarT7gDvBJs1bQvHL3AZlQ4nL2p { position:absolute;display:block;z-index:15005;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:81px;width:253px;top:70.624984741211px;left:784.49998474121px;overflow:hidden;display:block; }
#GLkAgs5AA2mNZsi9T0yq5yIyn4su19Uo { color:#efeff8;display:block;width:549px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:199.95832824707px;left:636.49998474121px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFfp6mMiC9Z21VWx5ddU6ibsIZp9aXdW { z-index:15005;top:413px;left:731px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00ff4e, #129c25);background-image: -moz-linear-gradient(178deg, #00ff4e, #129c25);background-image: -ms-linear-gradient(178deg, #00ff4e, #129c25);background-image: -o-linear-gradient(178deg, #00ff4e, #129c25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff4e', endColorstr='#129c25' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff4e', endColorstr='#129c25' );";background-image: linear-gradient(178deg, #00ff4e, #129c25);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xy8gTfeAtpywnNKeumZ4rrve5XxgKmtC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/52165d9a-8d9f-486c-8da0-ed58102d65a7/moldagemprecisa.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; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.adaptive-delivery-prevent-bg, #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.lazyload, #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.lazyloading { background-image: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { background-color: transparent; background-image: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container > .video-iframe-container { display: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row > .video-iframe-container { display: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .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); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { border-width: 0; border-radius: 0; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { font-size:14px;font-family:arial;height:518px;width:1200px;position:relative;display:block; }#gGRICUolqENDIJBGBu3UCqPKi0d44uM8 { position:absolute;display:block;z-index:15006;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:91px;width:194px;top:59.847122192383px;left:222.43055725098px;overflow:hidden;display:block; }
#MwzgSlytCidFUWKWK4tknXXMaX2OhDxJ { color:#efeff8;display:block;width:543px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:192px;left:39.305557250977px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WK1zxeGuQB6JxdeeS13qpFKfx9ZFAtfe { z-index:15005;top:336px;left:130.81944274902px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #139778, #0bddcd);background-image: -moz-linear-gradient(178deg, #139778, #0bddcd);background-image: -ms-linear-gradient(178deg, #139778, #0bddcd);background-image: -o-linear-gradient(178deg, #139778, #0bddcd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139778', endColorstr='#0bddcd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139778', endColorstr='#0bddcd' );";background-image: linear-gradient(178deg, #139778, #0bddcd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yxwVPclZC9u2SEWRxEC0mbnWx82dvbke { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wNanPT1BmqZ7D4W6d8rloqFLTaMWV1Zl { z-index:15006;top:409px;left:130.80555725098px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #139778, #0bddcd);background-image: -moz-linear-gradient(178deg, #139778, #0bddcd);background-image: -ms-linear-gradient(178deg, #139778, #0bddcd);background-image: -o-linear-gradient(178deg, #139778, #0bddcd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139778', endColorstr='#0bddcd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139778', endColorstr='#0bddcd' );";background-image: linear-gradient(178deg, #139778, #0bddcd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TX0BWBZnIaEszCvZPIfoT4eIgfS4UKh8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cc9fc746-71ca-484c-aae7-9cc54a3c3a0f/marsonprofessor.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.adaptive-delivery-prevent-bg, #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.lazyload, #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.lazyloading { background-image: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { background-color: transparent; background-image: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container > .video-iframe-container { display: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row > .video-iframe-container { display: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .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); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { border-width: 0; border-radius: 0; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { font-size:14px;font-family:arial;height:606px;width:1200px;position:relative;display:block; }#w6Z3NwPAlG2zVMXExmUr8RgxpivRFU3G { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91px;width:185px;top:63.999959230423px;left:836.00004577637px;overflow:hidden;display:block; }
#O91drK5e8vhZ8fxZnA1U3g2iQPDDlfZJ { color:#efeff8;display:block;width:543px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:197.99995923042px;left:656.99998474121px;height:92px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKbOylH4pvZhGZCiAddob3Tz4oAnvoEo { z-index:15006;top:340px;left:748px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qUg63zMtKqQMb8dTZ8nGMwRb1wyMLqZf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CExtzrP9JlF2o9k0Qb7a4di7QFUbhAH5 { z-index:15007;top:414px;left:748px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xfOB29cQPTDDCrL7gg17FtMTGyTJ1aVq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I2woE7wfK9f8CIsLMrfa2i6EpxeXbVA2 { z-index:15008;top:486.99997711182px;left:748.49998474121px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LTOgmWB8zH9JgFCxFH5DcAGyZdGZMilM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/195e950e-fb49-49c2-8e21-33067cc01256/Capav110801920pxApresentao1694.png");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; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.adaptive-delivery-prevent-bg, #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.lazyload, #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.lazyloading { background-image: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { background-color: transparent; background-image: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container > .video-iframe-container { display: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row > .video-iframe-container { display: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .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); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { border-width: 0; border-radius: 0; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { font-size:14px;font-family:arial;height:484px;width:1200px;position:relative;display:block; }#CPcPiFWTGgT0J9OdidOSLaGrysEWDynQ { color:#efeff8;display:block;width:543px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:219.98608398438px;left:57.944442749023px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zi4HN11l1KzWqGlobk3N8TXwbnIcdWJT { z-index:15009;top:340.97210693359px;left:149.44444274902px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WKl1nqk6pzH0SL8ZTyQyNVxw250Zzvcz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OU8UeFGDTG0AcsFB616rfdxHLxrBdO6A { position:absolute;display:block;z-index:15028;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:96px;width:206px;top:92px;left:226.44444274902px;overflow:hidden;display:block; }
#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/97bc00de-2cbe-4659-b332-fda1bf7ed80d/AestheticBrownFashionCollectionBlogBanner.png");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; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.adaptive-delivery-prevent-bg, #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.lazyload, #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.lazyloading { background-image: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { background-color: transparent; background-image: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container > .video-iframe-container { display: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row > .video-iframe-container { display: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .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); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { border-width: 0; border-radius: 0; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { font-size:14px;font-family:arial;height:609px;width:1200px;position:relative;display:block; }#rIwLuteZASriroPLT3JPEnVmd4sI7sXA { position:absolute;display:block;z-index:15015;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:94px;width:232px;top:77.99983215332px;left:771.27577060962px;overflow:hidden;display:block; }
#hsHt6T4BbTdBNI2lXzUqP3ZE1TCUglKH { color:#efeff8;display:block;width:543px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:219.98593139648px;left:608.99998474121px;height:92px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNeOMSte4kwQhuCIokEkzP62TJhiUBT1 { z-index:15011;top:359px;left:700px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RKJ2AzrQUgMZTLpGsHv2ivW9J6BRSGiw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GweNkdQU8GyzuwoT5oiyZEFMF7efwAFy { z-index:15012;top:428px;left:701px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TSCeWurX0pk5Fita38ZTArBZXNWqCtoW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vb242w84hiruLDdnpFP39ztMVhLnnX3l { z-index:15013;top:499px;left:701px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QsvMZ4z4DTQfCFhuZFF9BfCn0q98na5G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w2B3TA102eMxttzC8txPq9ix9T49lTft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/51cfe3ea-f7d1-4f97-aead-563a2735f0c5/drrenatomixpac.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w2B3TA102eMxttzC8txPq9ix9T49lTft.adaptive-delivery-prevent-bg, #w2B3TA102eMxttzC8txPq9ix9T49lTft.lazyload, #w2B3TA102eMxttzC8txPq9ix9T49lTft.lazyloading { background-image: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { background-color: transparent; background-image: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container > .video-iframe-container { display: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row > .video-iframe-container { display: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .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); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { border-width: 0; border-radius: 0; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { font-size:14px;font-family:arial;height:497px;width:1200px;position:relative;display:block; }#SRkNSxa1iy9N11HsMtE9EDtMWIQKnUWB { position:absolute;display:block;z-index:15031;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:96px;width:206px;top:107px;left:286px;overflow:hidden;display:block; }
#VchQLK6LTAxNBcRiJFrIBpIQwSqU1SgX { color:#efeff8;display:block;width:564px;position:absolute;font-family:geologica;font-size:23px;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:236.88897705078px;left:117.47221374512px;height:69px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B77mTkmSauGrRBQFxBHTIf1pRt1xOET3 { z-index:15012;top:352.98612976074px;left:208.97221374512px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -moz-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -ms-linear-gradient(178deg, #cc33ff, #a700ff);background-image: -o-linear-gradient(178deg, #cc33ff, #a700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33ff', endColorstr='#a700ff' );";background-image: linear-gradient(178deg, #cc33ff, #a700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:geologica;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:360px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xu0L5NAO1aJmcfXioH9CLCq4JttrVw5G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#0b0b0b;background-image:url("https://images.assets-landingi.com/uc/ef05ab59-4371-4abf-a681-c9a977e50056/backgroundmixpac.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan.adaptive-delivery-prevent-bg, #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan.lazyload, #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan.lazyloading { background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { border-width: 0; border-radius: 0; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;overflow:visible;position:relative;display:block; }#tgMRCxEhqAiJ8hIvw9Bzeo2mnmuJrZA1 { position:absolute;display:block;z-index:15013;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:41px;width:226px;top:63.5px;left:486.99998474121px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQ6WV51PHNQQS11uw8Oew8PrWC2eWgJs { top:1px;left:0px;width:27px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ClFx5kRgJ2ozMBnVDRXxHZABfdf25No1 { width:136px;height:22px;top:123px;left:0px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T { display:flex;width:288px;height:81px;top:420px;left:450.39999389648px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ipkdfntuDxyI2bc3oCd5VpdQo5lzuGCG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #iwXbJs2xkC6hawM42Q7hBqQ08rrQxLz6 {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #kqdyk3CMe3gFWK5KXgGS2chTecsqMMUW {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #LICXGrXG01XpxeLcMFM6ADbCF1AT0cDQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #bRVzXmiwSu5XfD6r5Psp3uP2apgENSnn {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #arcHO0LdumUwD3EK6FcQeqZxfDJBTOET {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #q89P4oeVOCy6bbQlkJqstfiionixyW2h { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #KHLHgBWBAUK1sI0sI6J9XtEhEUT3M2w5 {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #cP8kW6fC3ntCdAO2ZDn7xkBpbnIPVJiT {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #xE3wwGPBlFosSrOiJd0X3v0xtF1HFkVF { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ykoGuE4P4bQItuA8WSdfKiM07d2asD2b {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #hXtHztWuxXLOk3HQWFVyl4zpgt0QCzXe {  }
 }@media only screen and (max-width: 763px) { #TB9vmkbHy4Ih9VydzcTcOdB1Q96XKTpl { width:639px;height:100px;top:392px;left:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hhk275npwmUA80bNfUMLFTn2ogtddP3T { width:210px;height:41px;top:174px;left:271.99998474121px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #dKQCfDxTJAUZ8zZCU2AW3OU32Tmonl2c { top:32px;left:0px;width:156px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #CXAKLIDG9VbS3DTIs4KtktXlPpQBxZZn { top:36px;left:322.95835876465px;width:108px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #DTfmhbM7kfydGGSCKBfVFhUlSUm95SHo { top:35px;left:10px;width:109px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ph5DcUKw5NTqIhKS13h4Gh4luiBKUtKw { width:566px;height:55px;top:216px;left:94px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f2VDKG9p2ZEMUnfx8QyxtR8Rl46Kw6Tz { top:34px;left:162px;width:117px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ILT1dBysoDdPO2zXvnUS4uk9bk2L8v82 { top:33px;left:458px;width:142px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #LcyCh977N2ZZqZTR34UM68oyvvVtanJ2 { top:39px;left:655px;width:109px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #n82zdOLpcPGG8N8ap3uDqXdHtrdDXQu7 { top:35px;left:608px;width:156px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #KDKrLHOmNXh1vRGEkd3fmx7tNDMA681a { width:317px;height:17px;top:231px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #GPlFlAlr62k2lxkdkAzbdCAmHJVgcIfE { width:317px;height:35px;top:183px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Hr2RTnqN883h5vCuADDgluPsN93A7Kmd { width:190px;height:29px;display:none; }
 }@media only screen and (max-width: 763px) { #TLGifZPVrXJu0qUGNwiJZgWT80vWSoJy { top:285px;left:281.59721374512px;width:190px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE { display:block; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXZuP7hDSNxv83NFiaxozhNntWdMROd0 { top:343px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8OxnQQyibTOUC6ANMATCPHXFV85t1 { display:block; }
 }@media only screen and (max-width: 763px) { #N04JIGarT7gDvBJs1bQvHL3AZlQ4nL2p { top:70px;left:511px;width:253px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #GLkAgs5AA2mNZsi9T0yq5yIyn4su19Uo { width:549px;height:92px;top:199px;left:215px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MFfp6mMiC9Z21VWx5ddU6ibsIZp9aXdW { top:413px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xy8gTfeAtpywnNKeumZ4rrve5XxgKmtC { display:block; }
 }@media only screen and (max-width: 763px) { #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q { display:block; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGRICUolqENDIJBGBu3UCqPKi0d44uM8 { top:59px;left:4.4305572509766px;width:194px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #MwzgSlytCidFUWKWK4tknXXMaX2OhDxJ { width:543px;height:92px;top:192px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WK1zxeGuQB6JxdeeS13qpFKfx9ZFAtfe { top:336px;left:0px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #yxwVPclZC9u2SEWRxEC0mbnWx82dvbke { display:block; }
 }@media only screen and (max-width: 763px) { #wNanPT1BmqZ7D4W6d8rloqFLTaMWV1Zl { top:409px;left:0px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TX0BWBZnIaEszCvZPIfoT4eIgfS4UKh8 { display:block; }
 }@media only screen and (max-width: 763px) { #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT { display:block; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6Z3NwPAlG2zVMXExmUr8RgxpivRFU3G { top:63px;left:579px;width:185px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #O91drK5e8vhZ8fxZnA1U3g2iQPDDlfZJ { width:543px;height:92px;top:197px;left:221px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SKbOylH4pvZhGZCiAddob3Tz4oAnvoEo { top:340px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qUg63zMtKqQMb8dTZ8nGMwRb1wyMLqZf { display:block; }
 }@media only screen and (max-width: 763px) { #CExtzrP9JlF2o9k0Qb7a4di7QFUbhAH5 { top:414px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xfOB29cQPTDDCrL7gg17FtMTGyTJ1aVq { display:block; }
 }@media only screen and (max-width: 763px) { #I2woE7wfK9f8CIsLMrfa2i6EpxeXbVA2 { top:486px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LTOgmWB8zH9JgFCxFH5DcAGyZdGZMilM { display:block; }
 }@media only screen and (max-width: 763px) { #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV { display:block; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPcPiFWTGgT0J9OdidOSLaGrysEWDynQ { width:543px;height:69px;top:219px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zi4HN11l1KzWqGlobk3N8TXwbnIcdWJT { top:340px;left:0px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WKl1nqk6pzH0SL8ZTyQyNVxw250Zzvcz { display:block; }
 }@media only screen and (max-width: 763px) { #OU8UeFGDTG0AcsFB616rfdxHLxrBdO6A { top:92px;left:8.4444427490234px;width:206px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP { display:block; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIwLuteZASriroPLT3JPEnVmd4sI7sXA { top:77px;left:532px;width:232px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #hsHt6T4BbTdBNI2lXzUqP3ZE1TCUglKH { width:543px;height:92px;top:219px;left:221px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SNeOMSte4kwQhuCIokEkzP62TJhiUBT1 { top:359px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RKJ2AzrQUgMZTLpGsHv2ivW9J6BRSGiw { display:block; }
 }@media only screen and (max-width: 763px) { #GweNkdQU8GyzuwoT5oiyZEFMF7efwAFy { top:428px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TSCeWurX0pk5Fita38ZTArBZXNWqCtoW { display:block; }
 }@media only screen and (max-width: 763px) { #Vb242w84hiruLDdnpFP39ztMVhLnnX3l { top:499px;left:404px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QsvMZ4z4DTQfCFhuZFF9BfCn0q98na5G { display:block; }
 }@media only screen and (max-width: 763px) { #w2B3TA102eMxttzC8txPq9ix9T49lTft { display:block; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRkNSxa1iy9N11HsMtE9EDtMWIQKnUWB { top:107px;left:68px;width:206px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #VchQLK6LTAxNBcRiJFrIBpIQwSqU1SgX { width:564px;height:69px;top:236px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #B77mTkmSauGrRBQFxBHTIf1pRt1xOET3 { top:352px;left:0px;width:360px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0L5NAO1aJmcfXioH9CLCq4JttrVw5G { display:block; }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgMRCxEhqAiJ8hIvw9Bzeo2mnmuJrZA1 { top:63px;left:268.99998474121px;width:226px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e45f1df2-61c0-4b28-a49d-dd30b9a9f5ec/obrigado.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; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,3,0.15); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,3,0.15); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::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; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:320px;height:422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQ6WV51PHNQQS11uw8Oew8PrWC2eWgJs { width:27px;height:15px;top:0px;left:137.00001049042px;display:block; }
 }@media only screen and (max-width: 763px) { #ClFx5kRgJ2ozMBnVDRXxHZABfdf25No1 { width:82px;height:0;top:55.687561035156px;left:228.71249961853px;text-align:left;text-align-last:left;font-size:10px;line-height:1.1;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-number { padding-top:6.48px;padding-right:5.66px;padding-bottom:6.48px;padding-left:5.66px;width:33.95px;min-width:33.95px;height:34.85px;font-size:25.94px;line-height:34.85px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.05px;margin-right:0;margin-bottom:0;margin-left:0;width:45.27px;height:13.78px;font-size:9.73px;line-height:13.78px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T { display:flex;width:245px;height:65.64px;top:306px;left:37.513890266418px;padding-top:6.47px;padding-right:6.43px;padding-bottom:6.47px;padding-left:6.43px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ipkdfntuDxyI2bc3oCd5VpdQo5lzuGCG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #iwXbJs2xkC6hawM42Q7hBqQ08rrQxLz6 {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #kqdyk3CMe3gFWK5KXgGS2chTecsqMMUW {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #LICXGrXG01XpxeLcMFM6ADbCF1AT0cDQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #bRVzXmiwSu5XfD6r5Psp3uP2apgENSnn {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #arcHO0LdumUwD3EK6FcQeqZxfDJBTOET {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #q89P4oeVOCy6bbQlkJqstfiionixyW2h { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #KHLHgBWBAUK1sI0sI6J9XtEhEUT3M2w5 {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #cP8kW6fC3ntCdAO2ZDn7xkBpbnIPVJiT {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #xE3wwGPBlFosSrOiJd0X3v0xtF1HFkVF { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #ykoGuE4P4bQItuA8WSdfKiM07d2asD2b {  }
 }@media only screen and (max-width: 763px) { #wTHtv6TQJbIWsK02mPEqbxso5aBJPE4T #hXtHztWuxXLOk3HQWFVyl4zpgt0QCzXe {  }
 }@media only screen and (max-width: 763px) { #TB9vmkbHy4Ih9VydzcTcOdB1Q96XKTpl { width:317px;height:0;top:183.75px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #hhk275npwmUA80bNfUMLFTn2ogtddP3T { width:320px;height:23.0972px;top:82px;left:0px;text-align:center;text-align-last:center;font-size:21px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dKQCfDxTJAUZ8zZCU2AW3OU32Tmonl2c { width:67px;height:20px;top:17.25px;left:11.88888835907px;display:block; }
 }@media only screen and (max-width: 763px) { #CXAKLIDG9VbS3DTIs4KtktXlPpQBxZZn { width:40px;height:17px;top:18.75px;left:200.88889408112px;display:block; }
 }@media only screen and (max-width: 763px) { #DTfmhbM7kfydGGSCKBfVFhUlSUm95SHo { width:44px;height:19px;top:19.25px;left:90.888886451721px;display:block; }
 }@media only screen and (max-width: 763px) { #ph5DcUKw5NTqIhKS13h4Gh4luiBKUtKw { width:320px;height:33px;top:99px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f2VDKG9p2ZEMUnfx8QyxtR8Rl46Kw6Tz { width:44px;height:20px;top:17.25px;left:146.45833683014px;display:block; }
 }@media only screen and (max-width: 763px) { #ILT1dBysoDdPO2zXvnUS4uk9bk2L8v82 { width:51px;height:20px;top:17.25px;left:255.77779483795px;display:block; }
 }@media only screen and (max-width: 763px) { #LcyCh977N2ZZqZTR34UM68oyvvVtanJ2 { width:109px;height:50px;top:1196.25px;left:105px;display:none; }
 }@media only screen and (max-width: 763px) { #n82zdOLpcPGG8N8ap3uDqXdHtrdDXQu7 { width:156px;height:48px;top:1128.25px;left:82px;display:none; }
 }@media only screen and (max-width: 763px) { #KDKrLHOmNXh1vRGEkd3fmx7tNDMA681a { width:317px;height:17.5972px;top:268.51388549805px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GPlFlAlr62k2lxkdkAzbdCAmHJVgcIfE { width:317px;height:59.375px;top:177px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2RTnqN883h5vCuADDgluPsN93A7Kmd { top:137px;left:107.50000095367px;width:105px;height:14px;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLGifZPVrXJu0qUGNwiJZgWT80vWSoJy { width:190px;height:29px;top:404.5789px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/c5c00616-13bf-4f7a-8449-8ebee538c7d7/WORKSHOP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.adaptive-delivery-prevent-bg, #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.lazyload, #R3zR9FA2loadhFH8gKN8PLBssv3yJKTE.lazyloading { background-image: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { background-color: transparent; background-image: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container > .video-iframe-container { display: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row > .video-iframe-container { display: none; }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .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); }#R3zR9FA2loadhFH8gKN8PLBssv3yJKTE > .row .container { width:320px;height:29px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/5f285741-ac95-4106-aa81-fa2f08acb0ea/Mariapauladra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXZuP7hDSNxv83NFiaxozhNntWdMROd0 { top:500px;left:8px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8OxnQQyibTOUC6ANMATCPHXFV85t1 { display:block; }
 }@media only screen and (max-width: 763px) { #N04JIGarT7gDvBJs1bQvHL3AZlQ4nL2p { width:184px;height:58px;top:287.93056488037px;left:68.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #GLkAgs5AA2mNZsi9T0yq5yIyn4su19Uo { width:320px;height:98.9583px;top:369.93056488037px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MFfp6mMiC9Z21VWx5ddU6ibsIZp9aXdW { top:563px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xy8gTfeAtpywnNKeumZ4rrve5XxgKmtC { display:block; }
 }@media only screen and (max-width: 763px) { #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/9654f70d-e8f3-4170-aee5-555669de37e2/Tininha.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.adaptive-delivery-prevent-bg, #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.lazyload, #fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q.lazyloading { background-image: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { background-color: transparent; background-image: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container > .video-iframe-container { display: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row > .video-iframe-container { display: none; }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .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); }#fgNstQTwQ3oX5OPIM4KGmn7KFb03FB4q > .row .container { width:320px;height:633px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGRICUolqENDIJBGBu3UCqPKi0d44uM8 { width:123px;height:57px;top:243.98611450195px;left:98.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #MwzgSlytCidFUWKWK4tknXXMaX2OhDxJ { width:320px;height:98.9583px;top:327px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WK1zxeGuQB6JxdeeS13qpFKfx9ZFAtfe { top:459.04165649414px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #yxwVPclZC9u2SEWRxEC0mbnWx82dvbke { display:block; }
 }@media only screen and (max-width: 763px) { #wNanPT1BmqZ7D4W6d8rloqFLTaMWV1Zl { top:523.04162597656px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TX0BWBZnIaEszCvZPIfoT4eIgfS4UKh8 { display:block; }
 }@media only screen and (max-width: 763px) { #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/3c634734-06d4-46b3-8fcc-ec8256bbffda/marsonmobilefoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.adaptive-delivery-prevent-bg, #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.lazyload, #KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT.lazyloading { background-image: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { background-color: transparent; background-image: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container > .video-iframe-container { display: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row > .video-iframe-container { display: none; }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .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); }#KJ9rVgRFgyNRDODkVmfDT3l1gSHrJ1rT > .row .container { width:320px;height:753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6Z3NwPAlG2zVMXExmUr8RgxpivRFU3G { width:129px;height:63px;top:282px;left:95.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #O91drK5e8vhZ8fxZnA1U3g2iQPDDlfZJ { width:320px;height:118.75px;top:371.9999294281px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SKbOylH4pvZhGZCiAddob3Tz4oAnvoEo { top:519px;left:8px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qUg63zMtKqQMb8dTZ8nGMwRb1wyMLqZf { display:block; }
 }@media only screen and (max-width: 763px) { #CExtzrP9JlF2o9k0Qb7a4di7QFUbhAH5 { top:582px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xfOB29cQPTDDCrL7gg17FtMTGyTJ1aVq { display:block; }
 }@media only screen and (max-width: 763px) { #I2woE7wfK9f8CIsLMrfa2i6EpxeXbVA2 { top:645px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LTOgmWB8zH9JgFCxFH5DcAGyZdGZMilM { display:block; }
 }@media only screen and (max-width: 763px) { #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/1c10157e-1550-44c2-8fa3-8cf5eb84660c/Capav110801920pxApresentao16910801920px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.adaptive-delivery-prevent-bg, #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.lazyload, #laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV.lazyloading { background-image: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { background-color: transparent; background-image: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container > .video-iframe-container { display: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row > .video-iframe-container { display: none; }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .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); }#laS1gshWn3EMTgU7M8Sqs4Zp8gpWgnsV > .row .container { width:320px;height:604px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPcPiFWTGgT0J9OdidOSLaGrysEWDynQ { width:320px;height:79.1667px;top:390.98608398438px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zi4HN11l1KzWqGlobk3N8TXwbnIcdWJT { top:500.43057250977px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WKl1nqk6pzH0SL8ZTyQyNVxw250Zzvcz { display:block; }
 }@media only screen and (max-width: 763px) { #OU8UeFGDTG0AcsFB616rfdxHLxrBdO6A { width:150px;height:68px;top:303px;left:89.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/6f1cc4b4-d724-456b-9cad-2a56114db9ed/mobilepv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.adaptive-delivery-prevent-bg, #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.lazyload, #mlfeC9LPWcTLnG3csuzxTA9S7stoBksP.lazyloading { background-image: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { background-color: transparent; background-image: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container > .video-iframe-container { display: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row > .video-iframe-container { display: none; }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .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); }#mlfeC9LPWcTLnG3csuzxTA9S7stoBksP > .row .container { width:320px;height:809px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIwLuteZASriroPLT3JPEnVmd4sI7sXA { width:190px;height:76px;top:342.86111450195px;left:65.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #hsHt6T4BbTdBNI2lXzUqP3ZE1TCUglKH { width:320px;height:98.9583px;top:440.98611450195px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SNeOMSte4kwQhuCIokEkzP62TJhiUBT1 { top:572px;left:8px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RKJ2AzrQUgMZTLpGsHv2ivW9J6BRSGiw { display:block; }
 }@media only screen and (max-width: 763px) { #GweNkdQU8GyzuwoT5oiyZEFMF7efwAFy { top:636px;left:8px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TSCeWurX0pk5Fita38ZTArBZXNWqCtoW { display:block; }
 }@media only screen and (max-width: 763px) { #Vb242w84hiruLDdnpFP39ztMVhLnnX3l { top:700px;left:8px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QsvMZ4z4DTQfCFhuZFF9BfCn0q98na5G { display:block; }
 }@media only screen and (max-width: 763px) { #w2B3TA102eMxttzC8txPq9ix9T49lTft { background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/157cba41-6fd0-4656-98a6-169135149fc5/drrenatomobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w2B3TA102eMxttzC8txPq9ix9T49lTft.adaptive-delivery-prevent-bg, #w2B3TA102eMxttzC8txPq9ix9T49lTft.lazyload, #w2B3TA102eMxttzC8txPq9ix9T49lTft.lazyloading { background-image: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { background-color: transparent; background-image: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container > .video-iframe-container { display: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row > .video-iframe-container { display: none; }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .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); }#w2B3TA102eMxttzC8txPq9ix9T49lTft > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRkNSxa1iy9N11HsMtE9EDtMWIQKnUWB { width:146px;height:66px;top:247px;left:87.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VchQLK6LTAxNBcRiJFrIBpIQwSqU1SgX { width:306px;height:98.9583px;top:327px;left:7.0000009536743px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B77mTkmSauGrRBQFxBHTIf1pRt1xOET3 { top:453.75px;left:8.0000009536743px;width:304px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0L5NAO1aJmcfXioH9CLCq4JttrVw5G { display:block; }
 }@media only screen and (max-width: 763px) { #ni2dL8x5zbfJKuOtzskvmu203oZG2Gan { background-color:#010104;background-image:none;display:block; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { background-color: transparent; background-image: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row > .video-iframe-container { display: none; }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .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); }#ni2dL8x5zbfJKuOtzskvmu203oZG2Gan > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgMRCxEhqAiJ8hIvw9Bzeo2mnmuJrZA1 { width:120px;height:23px;top:30.5px;left:100.00000095367px;display:block; }
 }