.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI > .row .container { border-width: 0; border-radius: 0; }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:none; }#aUtGzcdZTk1nFR3hZJzGvVx9ghzV8TGl { position:absolute;display:block;z-index:14999;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:4rem;width:8.875rem;top:1.34375rem;left:25.5625rem;overflow:hidden;display:block; }
#czDsuQr59d70bzXpAxwuH3rWIRNuSAfA { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14993;top:0.3125rem;left:55.9375rem;display:none; }
#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { border-width: 0; border-radius: 0; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN { background-color:rgba(186,122,140,0.61);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { background-color: transparent; background-image: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container > .video-iframe-container { display: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container { display: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .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); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { border-width: 0; border-radius: 0; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;overflow:visible;position:relative;display:block; }#e61dOAW5zelbvoOglr4ZSNP5ZutNRmip { color:#595956;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.1875rem;left:0rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iC4d43b27cttvGDScewScNAHV8Tt9c4D { color:#595956;display:block;width:37.2495rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:12.625rem;left:0rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RS8MDMzObQs6atws1BfTXsvVGnnTylo0 { 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:7.2495rem;width:16.18725rem;top:6.5rem;left:41.75rem;overflow:hidden;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:none; }#BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { color:#515151;display:block;width:22.0625rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:4.9375rem;left:3.25rem;height:18.1109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { box-sizing:content-box;color:#ce7b8e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:27.8125rem;left:2.5rem;display:block; }
#TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#515151;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:2.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.25rem;left:5.125rem;display:block; }
#wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { box-sizing:content-box;color:#ce7b8e;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:37.5rem;left:55.3125rem;display:none; }
#c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { box-sizing:content-box;color:#f4b6c6;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:38.3125rem;left:56rem;display:none; }
#XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:38.8125rem;left:56.375rem;display:none; }
#G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { color:#ce7b8e;display:block;width:23.9375rem;position:absolute;font-family:neuton;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:26.181640625rem;left:3.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKEmNQX5NeFwQksUxXvqEdVUftdBQvzF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.4375rem;width:23.999625rem;top:10.9375rem;left:32.998657226562rem;display:block; }
#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { border-width: 0; border-radius: 0; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:none; }#MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { position:absolute;display:block;z-index:15007;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:2.0625rem;left:28.4375rem;display:block; }
#FxrceETxsMqb1639hvAzm5mZ9EROwTIF { color:#515151;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.81885rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container { background-color: transparent; background-image: none; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container > .video-iframe-container { display: none; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row > .video-iframe-container { display: none; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .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); }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container { border-width: 0; border-radius: 0; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { background-color: transparent; background-image: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container > .video-iframe-container { display: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container { display: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .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); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { border-width: 0; border-radius: 0; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { 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:29.9375rem;width:26.375rem;display:none; }
#VQhncGepm6sysvntKkZvAGoinJsus1L8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.8125rem;width:20.87475rem;top:2.7802734375rem;left:3.123779296875rem;overflow:hidden;display:block; }
#zlgJou1Z8oi7ru8CAE2HboVDTioK82GO { color:#595956;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.625rem;height:4.38720625rem;font-style:normal;display:block; }
#HsAhnM5WqKogkHqdkHmnM8wHL1oDMN8e { color:#595956;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.999755859375rem;left:26.625rem;height:9.0952125rem;text-align:left;text-align-last:left;display:block; }
#PpapSBZsIfBTA2Vx9Xd9T7kz0EfxgCan { z-index:15003;top:22.500732421875rem;left:26.625rem;background-color:rgba(186,122,140,0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4995rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nnWgZJ7nhx0DK4ybLw3TBGxUmE6PQnnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container { background-color: transparent; background-image: none; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container > .video-iframe-container { display: none; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row > .video-iframe-container { display: none; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .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); }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container { border-width: 0; border-radius: 0; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#VmutM79IuuGktoucWRh0GqoKUfIpG8rZ { position:absolute;display:block;z-index:15008;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:3.1245125rem;top:1.625244140625rem;left:28.437744140625rem;display:block; }
#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container { background-color: transparent; background-image: none; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container > .video-iframe-container { display: none; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row > .video-iframe-container { display: none; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .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); }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container { border-width: 0; border-radius: 0; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#xFqr75UZzHsNDToN6aGeBTgcaz2L1i4D { 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:39.9375rem;width:46.6875rem;display:none; }
#hgwbiQqe3aSyvQNREzLadUMJkfJVh5dF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:23.8125rem;width:27.875rem;top:2.99853515625rem;left:29.06103515625rem;overflow:hidden;display:block; }
#VlxbABzgSouiTc45CqS8KTBZPxwq0i7i { color:#595956;display:block;width:24.687rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.785400390625rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#Q22RVNVQLN6JETfD82ToTSUNmmQlZpob { color:#595956;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.248291015625rem;left:0rem;height:11.693825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container { background-color: transparent; background-image: none; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container > .video-iframe-container { display: none; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row > .video-iframe-container { display: none; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .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); }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container { border-width: 0; border-radius: 0; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container { background-color: transparent; background-image: none; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container > .video-iframe-container { display: none; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row > .video-iframe-container { display: none; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .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); }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container { border-width: 0; border-radius: 0; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#mdGJK1XKhxRrvXgw3tZHILCmLoO1PaVJ { color:#595956;display:block;width:27.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.2578125rem;left:0rem;height:16.79589375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nA8wE5RyMLzJ4aqdv56XgP0vTRpl9HIW { box-sizing:content-box;color:#ce7b8e;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:37.5rem;left:55.3125rem;display:none; }
#S6fwuSRJKWt1n5dNsXgZ67TUQHDWi96B { box-sizing:content-box;color:#f4b6c6;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:38.3125rem;left:56rem;display:none; }
#fMy2h25XtsN0JIfH3Uqu5Jb8z5efyqA8 { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:38.8125rem;left:56.375rem;display:none; }
#VaQrVWFTIW35vIoeSnOGnW0A0Es8fUUk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.9375rem;width:22.3125rem;top:3.68701171875rem;left:33.84375rem;overflow:hidden;display:block; }
#KTUKUNPnbBhAdACr6JkT2W2NhIAkPrZE { color:#595956;display:block;width:28.1865rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.314208984375rem;left:0rem;height:2.19360625rem;font-style:normal;display:block; }
#MxES5E6iJFtJUPsKJzUPSAISH3C0ZK9y { position:absolute;display:block;z-index:15008;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:3.1245125rem;top:2.4375rem;left:0rem;display:block; }
#vkn84DHsnlA3szosugodbFPgCOFr12m5 { color:#ce7b8e;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:28rem;left:0.75rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EyISMd2TmykCqbF4foqZEdcomTHTsDJ6 { box-sizing:content-box;color:#ce7b8e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:29.125rem;left:0rem;display:block; }
#yt1WCT9kSPh9Jet1o6GEfm1yQBQ3tqMf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#595956;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.2495rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.593505859375rem;left:1.875rem;display:block; }
#ipm56FDUooDMtdwyp1c9FQ041hgqT3w3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { border-width: 0; border-radius: 0; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:none; }#MXpS3tI5qWBwcfB4LZTkrTWUqAT2U9Ki { position:absolute;display:block;z-index:15022;background-color:#6d3612;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.8125rem;left:10rem;display:block; }
#dLgbgM6c0BXV1XUTaT5Ad7CWmkiPThXB { background-color:#ce7b8e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.8125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.8125rem;left:13.125rem;display:block; }
#bn1go2erqE1VeNmn5IMQszTXGFMGgwoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6ffxrO2plCfaH2LOe6V0BbZ3TmsbHNi { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:20.8125rem;left:10rem;display:block; }
#MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { color:#515151;display:block;width:22.0625rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.81884765625rem;left:10rem;height:8.050775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { position:absolute;display:block;z-index:15008;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:4.0625rem;left:10rem;display:block; }
#M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { color:#515151;display:block;width:17.0625rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:10rem;height:3.81885rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZkcHMgtTaRgRMFFlRk31ESyUOM9brHT { position:absolute;display:block;z-index:15047;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:25.3125rem;width:16.0625rem;top:1.8125rem;left:34.140625rem;overflow:hidden;display:block; }
#rocn50r0eigVyxGPwiOiJz9vLe7H82fG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG.adaptive-delivery-prevent-bg, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyload, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyloading { background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { border-width: 0; border-radius: 0; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;position:relative;display:none; }#tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e56284, #e895aa);background-image: -moz-linear-gradient(90deg, #e56284, #e895aa);background-image: -ms-linear-gradient(90deg, #e56284, #e895aa);background-image: -o-linear-gradient(90deg, #e56284, #e895aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56284', endColorstr='#e895aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56284', endColorstr='#e895aa' );";background-image: linear-gradient(90deg, #e56284, #e895aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:49.36865234375rem;left:17.71875rem;display:block; }
#Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { color:#f6ecec;display:block;width:48.8125rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.59375rem;left:5.59375rem;height:11.6982375rem;text-align:center;text-align-last:center;display:block; }
#NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { color:#f6ecec;display:block;width:48.8125rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:34.96875rem;left:6.21875rem;height:11.6982375rem;text-align:center;text-align-last:center;display:block; }
#egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { position:absolute;display:block;z-index:15008;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.25rem;top:29.40625rem;left:15.875rem;display:block; }
#dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.96875rem;left:23.65625rem; }
#KVNC72CQt9H0E9TG2AB085uvRCvKxWye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.96875rem;left:25.78125rem; }
#nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.96875rem;left:27.96875rem; }
#VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.96875rem;left:30.21875rem; }
#HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.96875rem;left:32.46875rem; }
#eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.34375rem;left:24.21875rem; }
#XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.34375rem;left:26.28125rem; }
#C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.28125rem;left:28.34375rem; }
#rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.28125rem;left:30.53125rem; }
#t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.21875rem;left:32.78125rem; }
#JKKhxefFsZUTgfTtKbAZMunplilTbrcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,122,140,0.61);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { background-color: transparent; background-image: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container > .video-iframe-container { display: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row > .video-iframe-container { display: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .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); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { border-width: 0; border-radius: 0; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#fDQfHITdMIJSdUJAiHHz2ZAZJesDrcz2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.81885rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGCVIE0nPP98lk1VQUrdoL25uyTHD1k8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.86840625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJXAQc4FO4Hu7x3JKf4ApgJeoFyW9MmQ { color:#f6ecec;display:block;width:48.81225rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.84326171875rem;left:5.593505859375rem;height:15.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXrvMTkJv9hQIX4Hi0TrTgF5ywIvPxpl { color:#f6ecec;display:block;width:48.81225rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:38.84326171875rem;left:5.592041015625rem;height:13.64793125rem;text-align:center;text-align-last:center;display:block; }
#dZrreIuUEhiRmRGaSoXHs7ZAad58tyk1 { position:absolute;display:block;z-index:15008;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:28.2495rem;top:33.21826171875rem;left:15.873779296875rem;display:block; }
#raT7yJWchP4MZF8ZicfOMGFRIKsGrfJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.96875rem;left:23.65625rem; }
#vzVEW8w1Oi2d73aQ2xFkrhcpOQTlcXSQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.96875rem;left:25.78125rem; }
#r3cwp3BnE4S06v4nA8oPUyHcEpQ5WbGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.96875rem;left:27.96875rem; }
#omA3QLZoXBdxDMamKNnXSa7mo2OqPCGg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.96875rem;left:30.21875rem; }
#B8ng3TzuCvce5AUnlLoDETA9BDnzPQME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.96875rem;left:32.46875rem; }
#My7bzR5ZIDwf5w1va9ocQRDLbP55mgD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:34rem;left:24.6875rem; }
#xrc8FoMLNTfW3xBnJrEs9Ev7VwtFUv5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34rem;left:26.75rem; }
#OQZEnsWNqk6dn4T4l2n41CwooA2eX28K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.9375rem;left:28.8125rem; }
#T1nuoPg8es47xgZh37IBpr9cRrKmDBps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.9375rem;left:31rem; }
#WuxV89eERVwIFwDBReJwqFUbruO2Q1hW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.9375rem;left:33.25rem; }
#Bakl13eL0XVHF2A2zoLLvtyAu9MwWLHM { z-index:15003;top:55.893310546875rem;left:23.748779296875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ba7a8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4995rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UKMwCaxKUNAdk54gDdNXG9zeMp0tke62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { border-width: 0; border-radius: 0; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:none; }#iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { color:#515151;display:block;width:50.625rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.6875rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e31OpgG7oqBnNGime79H572G8SA87Tx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { border-width: 0; border-radius: 0; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:none; }#Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.875rem;top:22.125rem;left:0.125rem;display:block; }
#cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { color:#e17191;display:block;width:12.875rem;position:absolute;font-family:neuton;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1875rem;width:21.5625rem;top:24.9375rem;left:0rem;display:block; }
#fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/674a1XBc/aula02.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:21.375rem;top:1.4375rem;left:0rem;display:block; }#fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.adaptive-delivery-prevent-bg, #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.lazyload, #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.lazyloading { background-image: none; }
#mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1914eff-a259-4b39-970f-55657ff24c33/DraFabiana.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.375rem;width:37.375rem;top:1.40625rem;left:22.375rem;display:block; }#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.adaptive-delivery-prevent-bg, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyload, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyloading { background-image: none; }
#pWWple81C5pm0bB0r3aC60tgRDIikTpx { color:#4f4f4f;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:47.125rem;left:0rem;height:0.97473125rem;display:block; }
#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.adaptive-delivery-prevent-bg, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyload, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyloading { background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { border-width: 0; border-radius: 0; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:none; }#TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.25rem;left:4.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpD8SGctU8wpXZEahZdJCynb1tBkW67m { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:neuton;font-size:3.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.125rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:36.1875rem;top:0.8125rem;left:0rem;display:block; }
#pQpfanptPebWRPUDybWSQFr9tZurMykx { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.3);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:22.375rem;top:0.8125rem;left:37.375rem;display:block; }
#wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:neuton;font-size:3.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.21875rem;left:44.8125rem;height:8.287125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:4.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:13rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:37.71875rem;display:block; }
#bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { box-sizing:content-box;color:#ffffff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);display:block;z-index:15013;top:3.59375rem;left:38.71875rem;display:block; }
#HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:neuton;font-size:3.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.21875rem;left:44.8125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { background-color: transparent; background-image: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .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); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { border-width: 0; border-radius: 0; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { position:absolute;display:block;z-index:15007;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:2.5625rem;left:28.4375rem;display:block; }
#LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { color:#595956;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.65478515625rem;left:0rem;height:3.81885rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAWNgdaKdCScucveDa4X08qAraM1llga { position:absolute;display:block;z-index:15044;height:6.24975625rem;width:6.24975625rem;top:1.177734375rem;left:53.750244140625rem;display:block; }
#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container { background-color: transparent; background-image: none; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container > .video-iframe-container { display: none; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row > .video-iframe-container { display: none; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .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); }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container { border-width: 0; border-radius: 0; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#zZTnUI0DZswcgrnTFEXfgBNO8pCKLO0M { color:#595956;display:block;width:17.187rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:10.625rem;height:8.53125rem;display:block; }
#ET9N5uRBPOCGo7AZ60moTtl8seJi6k22 { color:#595956;display:block;width:16.9350625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:30.8125rem;height:7.3125rem;display:block; }
#Gmw2SmPExO1WkH1hNgPgOZq7QcF7NdpK { color:#595956;display:block;width:12.49875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:10.625rem;height:1.4619125rem;font-style:normal;display:block; }
#uTSTaLlidTlU0WuZUtk2B7a8TBKcAVpD { color:#595956;display:block;width:12.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.625rem;left:30.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#FTy5FPKs0RUoZJTxNwrASv9HhlgcDdgf { box-sizing:content-box;height:17.187rem;width:18.687rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0.64013671875rem;left:9.639404296875rem;border-top:0.1875rem solid #595956;border-left:0.1875rem solid #595956;border-right:0.1875rem solid #595956;border-bottom:0.1875rem solid #595956;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Utry6lQXUPrV2SOzpex9AgX8Zc9ceHBg { box-sizing:content-box;height:17.18625rem;width:18.68625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0.64013671875rem;left:29.701171875rem;border-top:0.1875rem solid #595956;border-left:0.1875rem solid #595956;border-right:0.1875rem solid #595956;border-bottom:0.1875rem solid #595956;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container { background-color: transparent; background-image: none; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container > .video-iframe-container { display: none; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row > .video-iframe-container { display: none; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .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); }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container { border-width: 0; border-radius: 0; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#AIV3q0WtKlUr2xv9EsVSoip7LwzPtI8x { color:#595956;display:block;width:17.49975rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.2021484375rem;left:1.24951171875rem;height:8.53125rem;display:block; }
#ZrROeFS89x4ECtvZ5q05Kpyh2xIm8X95 { color:#595956;display:block;width:17.3745rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2021484375rem;left:21.31201171875rem;height:8.53125rem;display:block; }
#JzDBkNUoNBeW9DOhlTByKWr9Kn5RQ6GC { color:#595956;display:block;width:16.9350625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.2021484375rem;left:41.531982421875rem;height:10.96875rem;display:block; }
#iZhxXO50SVN9xeFrvV1qr66TVkxmVAlP { color:#595956;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.61083984375rem;left:1.248046875rem;height:1.4619125rem;font-style:normal;display:block; }
#SPTgCIT5lS9suFM3zTJ3hthL5KfEsxRB { color:#595956;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.7652587890625rem;left:21.31103515625rem;height:1.4619125rem;font-style:normal;display:block; }
#onQO4tEQ6wpDroPF6KAITkDKF0Oil910 { color:#595956;display:block;width:17.37375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.610107421875rem;left:41.312255859375rem;height:1.4619125rem;font-style:normal;display:block; }
#kBcXOKk6RquhMSNNMBFf5kOQwoD4XT3w { box-sizing:content-box;height:17.18625rem;width:18.68625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0.7646484375rem;left:0.469482421875rem;border-top:0.1875rem solid #595956;border-left:0.1875rem solid #595956;border-right:0.1875rem solid #595956;border-bottom:0.1875rem solid #595956;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#wfpFtLFeTgXPVUWKf8oKtWVSnuIQ6MIK { box-sizing:content-box;height:17.1855625rem;width:18.6855625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:0.7646484375rem;left:20.468994140625rem;border-top:0.1875rem solid #595956;border-left:0.1875rem solid #595956;border-right:0.1875rem solid #595956;border-bottom:0.1875rem solid #595956;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#WS8PwTKHgSEZgu7kPhTqSVCgd0xq7153 { box-sizing:content-box;height:17.1855625rem;width:18.6855625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:0.7646484375rem;left:40.46923828125rem;border-top:0.1875rem solid #595956;border-left:0.1875rem solid #595956;border-right:0.1875rem solid #595956;border-bottom:0.1875rem solid #595956;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container { background-color: transparent; background-image: none; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container > .video-iframe-container { display: none; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row > .video-iframe-container { display: none; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .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); }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container { border-width: 0; border-radius: 0; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#zRWaOCwUTEZJFhQImXFqLlJc7tD2lmlM { color:#595956;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0.49951171875rem;height:4.38720625rem;font-style:normal;display:block; }
#HVrEiZ5UKedTJvRb6sHdcsQ3AUV3ZRZL { color:#595956;display:block;width:29.124rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0.5rem;height:2.598875rem;font-style:normal;display:block; }
#ktkZEHrTrAZVdQlTTvFemz80a9r1Zfac { color:#595956;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0.5rem;height:2.5986375rem;font-style:normal;display:block; }
#x5RXoTiE3EtcrzIxT3axNhCSmNCG9ECF { position:absolute;display:block;z-index:15003;height:15.5625rem;width:27.9375rem;top:3.1875rem;left:32.0625rem;display:block; }
#oGivqiLM6gNzZhzU5Dkw0ORagSpHaJo9 { z-index:15004;top:17.436767578125rem;left:0.49951171875rem;background-color:rgba(186,122,140,0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Apb9uTFkSA2Xaoh4SrL7u1IAurII7JhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsfnrIbO7q8LudWwSGPLwDxqtzPZZARH { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { border-width: 0; border-radius: 0; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:none; }#sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { position:absolute;display:block;z-index:15038;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:25.5625rem;left:5.125rem;display:block; }
#Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:27.234375rem;left:31.875rem;height:2.030275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HTK36tqe/lipoaspiracao_papada.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:3.5rem;left:30.625rem;display:block; }#k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.adaptive-delivery-prevent-bg, #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.lazyload, #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.lazyloading { background-image: none; }
#kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1OW6AbGs/sculptra_bioestimulador_colageno.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:3.5rem;left:5.125rem;display:block; }#kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.adaptive-delivery-prevent-bg, #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.lazyload, #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.lazyloading { background-image: none; }
#WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { position:absolute;display:block;z-index:15039;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:25.5625rem;left:30.625rem;display:block; }
#UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.21875rem;left:6.375rem;height:4.06055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:27.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.5rem;left:5.125rem;display:block; }
#Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:27.75rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:3.5rem;left:30.625rem;display:block; }
#ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { border-width: 0; border-radius: 0; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:none; }#ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { position:absolute;display:block;z-index:15038;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:22rem;left:5.125rem;display:block; }
#oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.69687461853rem;left:31.875rem;height:2.030275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SergH55sbgdyi9QBWyL4D2mMbRoFidlT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/8wg4zP0p/skinboosters.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:0rem;left:30.625rem;display:block; }#SergH55sbgdyi9QBWyL4D2mMbRoFidlT.adaptive-delivery-prevent-bg, #SergH55sbgdyi9QBWyL4D2mMbRoFidlT.lazyload, #SergH55sbgdyi9QBWyL4D2mMbRoFidlT.lazyloading { background-image: none; }
#SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/gssfIjmV/preenchimento_acido_hialuronico.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:0rem;left:5.125rem;display:block; }#SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.adaptive-delivery-prevent-bg, #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.lazyload, #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.lazyloading { background-image: none; }
#pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { position:absolute;display:block;z-index:15039;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:22rem;left:30.625rem;display:block; }
#bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.71875rem;left:6.375rem;height:4.06055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:27.75rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0rem;left:5.125rem;display:block; }
#hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:27.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:0rem;left:30.625rem;display:block; }
#c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.adaptive-delivery-prevent-bg, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyload, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyloading { background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { border-width: 0; border-radius: 0; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:none; }#meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.6875rem;left:32.75rem;display:block; }
#GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:16.6875rem;left:29rem;display:block; }
#be31TR3XkxnT6CcKEqSRLemwI7liFcBs { color:#ffffff;display:block;width:33.499375rem;position:absolute;font-family:neuton;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.923828125rem;left:13.216796875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { 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:5.1875rem;width:11.5rem;top:1.3125rem;left:24.25rem;overflow:hidden;display:block; }
#Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:16.6875rem;left:25.1875rem;display:block; }
#z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:13.9375rem;left:16.875rem;display:block; }
#miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:23.75rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.71875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { color:#ffffff;display:block;width:29rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.0625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:neuton;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.9375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,122,140,0.61);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { background-color: transparent; background-image: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container > .video-iframe-container { display: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row > .video-iframe-container { display: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .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); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { border-width: 0; border-radius: 0; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#wEzclekqcXEDWvKQQb2pHvg0mdtVM0gw { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.611328125rem;left:8.15625rem;height:1.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSPWAEPeTAs9xU1hQkmboghUTl6ZSkWu { 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:5.1875rem;width:11.5rem;top:1.3125rem;left:24.25rem;overflow:hidden;display:block; }
#M9MqD7ezqTLWxZDFkJxZS0qs8toXLpoJ { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:15.6943359375rem;left:12.342041015625rem;display:block; }
#MJkKPKL5P7VkxnOovHlDa1cNxDZaOuv2 { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.777587890625rem;left:23.748779296875rem;height:1.38135rem;text-align:center;text-align-last:center;display:block; }
#exPl9A5RJbIXxbh3UlEQWsDxsiw3P7z5 { color:#ffffff;display:block;width:21.1245rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.06494140625rem;left:19.436279296875rem;height:1.38135rem;text-align:center;text-align-last:center;display:block; }
#XnMDN0V7VhdhMfpxEaTgTvUcZQ2Rtpub { color:#ffffff;display:block;width:38.562rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.19091796875rem;left:10.71826171875rem;height:1.38135rem;text-align:center;text-align-last:center;display:block; }
#R1MNc4cQ4lI8Lq7K81dd9gUfM4xT3LWH { color:#ffffff;display:block;width:18.312rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.4140625rem;left:20.84326171875rem;height:1.38135rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI { display:block; }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUtGzcdZTk1nFR3hZJzGvVx9ghzV8TGl { top:1.3125rem;left:19.4375rem;width:8.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDsuQr59d70bzXpAxwuH3rWIRNuSAfA { top:0.3125rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { display:block; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN { display:block; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e61dOAW5zelbvoOglr4ZSNP5ZutNRmip { width:36.9375rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4d43b27cttvGDScewScNAHV8Tt9c4D { width:37.1875rem;height:1.625rem;top:12.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS8MDMzObQs6atws1BfTXsvVGnnTylo0 { top:6.5rem;left:31.625rem;width:16.125rem;height:7.221208646094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:22rem;height:18.0625rem;top:4.875rem;left:0.18701171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { top:27.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { width:16.25rem;height:2.0625rem;top:28.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block; }
 }@media only screen and (max-width: 763px) { #AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { top:37.5rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { top:38.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { top:38.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { width:23.9375rem;height:;top:26.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKEmNQX5NeFwQksUxXvqEdVUftdBQvzF { top:10.9375rem;left:23.75rem;width:23.9375rem;height:13.402715927853rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { display:block; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { width:3.125rem;height:0.125rem;top:2.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrceETxsMqb1639hvAzm5mZ9EROwTIF { width:47.75rem;height:3.8125rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G { display:block; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { width:26.375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQhncGepm6sysvntKkZvAGoinJsus1L8 { top:2.75rem;left:0rem;width:20.8125rem;height:23.741489419035rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgJou1Z8oi7ru8CAE2HboVDTioK82GO { top:3.75rem;left:20.5rem;width:24rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsAhnM5WqKogkHqdkHmnM8wHL1oDMN8e { top:9.9375rem;left:19.0625rem;width:28.6875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpapSBZsIfBTA2Vx9Xd9T7kz0EfxgCan { top:22.5rem;left:20.5rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnWgZJ7nhx0DK4ybLw3TBGxUmE6PQnnM { display:block; }
 }@media only screen and (max-width: 763px) { #HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h { display:block; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmutM79IuuGktoucWRh0GqoKUfIpG8rZ { width:3.0625rem;height:0.0625rem;top:1.625rem;left:22.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA { display:block; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFqr75UZzHsNDToN6aGeBTgcaz2L1i4D { width:46.6875rem;height:39.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgwbiQqe3aSyvQNREzLadUMJkfJVh5dF { top:2.9375rem;left:19.875rem;width:27.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxbABzgSouiTc45CqS8KTBZPxwq0i7i { top:5.75rem;left:0rem;width:24.625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q22RVNVQLN6JETfD82ToTSUNmmQlZpob { top:13.1875rem;left:0rem;width:23.9375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx8d7FoGzgv5UntodsF6Q3aELZakurTH { display:block; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo { display:block; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdGJK1XKhxRrvXgw3tZHILCmLoO1PaVJ { width:27.75rem;height:16.75rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8wE5RyMLzJ4aqdv56XgP0vTRpl9HIW { top:37.5rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6fwuSRJKWt1n5dNsXgZ67TUQHDWi96B { top:38.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMy2h25XtsN0JIfH3Uqu5Jb8z5efyqA8 { top:38.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQrVWFTIW35vIoeSnOGnW0A0Es8fUUk { top:3.625rem;left:24.65625rem;width:22.3125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUKUNPnbBhAdACr6JkT2W2NhIAkPrZE { top:3.3125rem;left:0rem;width:28.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxES5E6iJFtJUPsKJzUPSAISH3C0ZK9y { width:3.0625rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkn84DHsnlA3szosugodbFPgCOFr12m5 { width:23.875rem;height:1.125rem;top:28rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyISMd2TmykCqbF4foqZEdcomTHTsDJ6 { top:29.125rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt1WCT9kSPh9Jet1o6GEfm1yQBQ3tqMf { width:16.1875rem;height:2.1875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipm56FDUooDMtdwyp1c9FQ041hgqT3w3 { display:block; }
 }@media only screen and (max-width: 763px) { #vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { display:block; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXpS3tI5qWBwcfB4LZTkrTWUqAT2U9Ki { top:20.8125rem;left:3.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLgbgM6c0BXV1XUTaT5Ad7CWmkiPThXB { width:15.8125rem;height:3.125rem;top:20.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1go2erqE1VeNmn5IMQszTXGFMGgwoU { display:block; }
 }@media only screen and (max-width: 763px) { #V6ffxrO2plCfaH2LOe6V0BbZ3TmsbHNi { top:20.8125rem;left:3.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { width:22.0625rem;height:8rem;top:10.8125rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { width:3.125rem;height:0.125rem;top:4.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { width:17.0625rem;height:3.8125rem;top:5.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkcHMgtTaRgRMFFlRk31ESyUOM9brHT { top:1.8125rem;left:28.015625rem;width:16.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rocn50r0eigVyxGPwiOiJz9vLe7H82fG { display:block; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { width:47.75rem;height:3.8125rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { width:47.75rem;height:1.8125rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { width:24.5625rem;height:3.4375rem;top:49.3125rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block; }
 }@media only screen and (max-width: 763px) { #gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { top:14.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { top:34.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { width:28.25rem;height:0.125rem;top:29.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { top:10.9375rem;left:17.53125rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVNC72CQt9H0E9TG2AB085uvRCvKxWye { top:10.9375rem;left:19.65625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { top:10.9375rem;left:21.84375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { top:10.9375rem;left:24.09375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { top:10.9375rem;left:26.34375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { top:31.3125rem;left:18.09375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { top:31.3125rem;left:20.15625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { top:31.25rem;left:22.21875rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { top:31.25rem;left:24.40625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { top:31.1875rem;left:26.65625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKKhxefFsZUTgfTtKbAZMunplilTbrcg { display:block; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDQfHITdMIJSdUJAiHHz2ZAZJesDrcz2 { width:47.75rem;height:3.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGCVIE0nPP98lk1VQUrdoL25uyTHD1k8 { width:47.75rem;height:1.8125rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJXAQc4FO4Hu7x3JKf4ApgJeoFyW9MmQ { top:14.8125rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXrvMTkJv9hQIX4Hi0TrTgF5ywIvPxpl { top:38.8125rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZrreIuUEhiRmRGaSoXHs7ZAad58tyk1 { width:28.1875rem;height:0.0625rem;top:33.1875rem;left:9.748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raT7yJWchP4MZF8ZicfOMGFRIKsGrfJ0 { top:10.9375rem;left:17.53125rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzVEW8w1Oi2d73aQ2xFkrhcpOQTlcXSQ { top:10.9375rem;left:19.65625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cwp3BnE4S06v4nA8oPUyHcEpQ5WbGP { top:10.9375rem;left:21.84375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omA3QLZoXBdxDMamKNnXSa7mo2OqPCGg { top:10.9375rem;left:24.09375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ng3TzuCvce5AUnlLoDETA9BDnzPQME { top:10.9375rem;left:26.34375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #My7bzR5ZIDwf5w1va9ocQRDLbP55mgD5 { top:34rem;left:18.5625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrc8FoMLNTfW3xBnJrEs9Ev7VwtFUv5T { top:34rem;left:20.625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZEnsWNqk6dn4T4l2n41CwooA2eX28K { top:33.9375rem;left:22.6875rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nuoPg8es47xgZh37IBpr9cRrKmDBps { top:33.9375rem;left:24.875rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuxV89eERVwIFwDBReJwqFUbruO2Q1hW { top:33.9375rem;left:27.125rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bakl13eL0XVHF2A2zoLLvtyAu9MwWLHM { top:55.875rem;left:17.623779296875rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKMwCaxKUNAdk54gDdNXG9zeMp0tke62 { display:block; }
 }@media only screen and (max-width: 763px) { #CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { display:block; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { width:47.75rem;height:3.6875rem;top:2.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { top:22.125rem;left:0rem;width:13.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { width:12.875rem;height:1.5rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { top:24.9375rem;left:0rem;width:21.5625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { top:1.4375rem;left:0rem;width:21.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { display:none; }
 }@media only screen and (max-width: 763px) { #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { top:1.375rem;left:10.125rem;width:37.375rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWple81C5pm0bB0r3aC60tgRDIikTpx { top:47.125rem;left:0rem;width:21.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { width:28.0625rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD8SGctU8wpXZEahZdJCynb1tBkW67m { width:36.3125rem;height:4.625rem;top:9.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { top:0.8125rem;left:0rem;width:36.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpfanptPebWRPUDybWSQFr9tZurMykx { top:0.8125rem;left:25.125rem;width:22.375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { width:14.8125rem;height:8.25rem;top:3.1875rem;left:32.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { width:21.9375rem;height:13rem;top:1.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block; }
 }@media only screen and (max-width: 763px) { #E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { top:3.5625rem;left:32.59375rem;width:7.5rem;height:7.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { width:14.6875rem;height:2rem;top:16.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { display:block; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { width:3.125rem;height:0.125rem;top:2.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { width:47.75rem;height:3.8125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWNgdaKdCScucveDa4X08qAraM1llga { top:1.125rem;left:41.5rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd { display:block; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZTnUI0DZswcgrnTFEXfgBNO8pCKLO0M { top:6.8125rem;left:0rem;width:17.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9N5uRBPOCGo7AZ60moTtl8seJi6k22 { top:7.4375rem;left:14.875rem;width:16.875rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmw2SmPExO1WkH1hNgPgOZq7QcF7NdpK { top:4.625rem;left:3.4375rem;width:12.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSTaLlidTlU0WuZUtk2B7a8TBKcAVpD { top:4.625rem;left:19.3125rem;width:12.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTy5FPKs0RUoZJTxNwrASv9HhlgcDdgf { top:0.625rem;left:0rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utry6lQXUPrV2SOzpex9AgX8Zc9ceHBg { top:0.625rem;left:12.625rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 { display:block; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIV3q0WtKlUr2xv9EsVSoip7LwzPtI8x { top:6.1875rem;left:0rem;width:17.4375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrROeFS89x4ECtvZ5q05Kpyh2xIm8X95 { top:6.1875rem;left:14.4375rem;width:17.3125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDBkNUoNBeW9DOhlTByKWr9Kn5RQ6GC { top:6.1875rem;left:30.75rem;width:16.875rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhxXO50SVN9xeFrvV1qr66TVkxmVAlP { top:3.5625rem;left:0rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPTgCIT5lS9suFM3zTJ3hthL5KfEsxRB { top:3.75rem;left:14.4375rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQO4tEQ6wpDroPF6KAITkDKF0Oil910 { top:3.5625rem;left:30.3125rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBcXOKk6RquhMSNNMBFf5kOQwoD4XT3w { top:0.75rem;left:0rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpFtLFeTgXPVUWKf8oKtWVSnuIQ6MIK { top:0.75rem;left:12.75rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8PwTKHgSEZgu7kPhTqSVCgd0xq7153 { top:0.75rem;left:28.625rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg { display:block; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRWaOCwUTEZJFhQImXFqLlJc7tD2lmlM { top:3.1875rem;left:0rem;width:23.0625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrEiZ5UKedTJvRb6sHdcsQ3AUV3ZRZL { top:9.1875rem;left:0rem;width:29.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktkZEHrTrAZVdQlTTvFemz80a9r1Zfac { top:13.3125rem;left:0rem;width:31.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5RXoTiE3EtcrzIxT3axNhCSmNCG9ECF { top:3.1875rem;left:19.8125rem;width:27.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGivqiLM6gNzZhzU5Dkw0ORagSpHaJo9 { top:17.375rem;left:0rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apb9uTFkSA2Xaoh4SrL7u1IAurII7JhJ { display:block; }
 }@media only screen and (max-width: 763px) { #LsfnrIbO7q8LudWwSGPLwDxqtzPZZARH { display:none; }
 }@media only screen and (max-width: 763px) { #pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { display:block; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { top:25.5625rem;left:0rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { width:21.75rem;height:2rem;top:27.1875rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { top:3.5rem;left:23.5rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { top:3.5rem;left:0rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { top:25.5625rem;left:23.5rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { width:21.75rem;height:4.0625rem;top:26.1875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { width:24.25rem;height:27.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block; }
 }@media only screen and (max-width: 763px) { #L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { width:24.25rem;height:27.75rem;top:3.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block; }
 }@media only screen and (max-width: 763px) { #eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { display:block; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { top:22rem;left:0rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { width:21.75rem;height:2rem;top:23.6875rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SergH55sbgdyi9QBWyL4D2mMbRoFidlT { top:0rem;left:23.5rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { top:0rem;left:0rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { top:22rem;left:23.5rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { width:21.75rem;height:4.0625rem;top:22.6875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { width:24.25rem;height:27.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block; }
 }@media only screen and (max-width: 763px) { #Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { width:24.25rem;height:27.75rem;top:0rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block; }
 }@media only screen and (max-width: 763px) { #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { display:block; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { top:16.6875rem;left:26.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { top:16.6875rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be31TR3XkxnT6CcKEqSRLemwI7liFcBs { top:19.875rem;left:7.091796875rem;width:33.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { top:1.3125rem;left:18.125rem;width:11.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { top:16.6875rem;left:19.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { top:13.9375rem;left:10.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { top:10.625rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { top:12.25rem;left:14.59375rem;width:18.5625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { top:14.25rem;left:11.9375rem;width:29rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { top:7.25rem;left:15.8125rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 { display:block; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEzclekqcXEDWvKQQb2pHvg0mdtVM0gw { top:19.5625rem;left:2.03125rem;width:43.6875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSPWAEPeTAs9xU1hQkmboghUTl6ZSkWu { top:1.3125rem;left:18.125rem;width:11.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9MqD7ezqTLWxZDFkJxZS0qs8toXLpoJ { top:15.6875rem;left:6.217041015625rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJkKPKL5P7VkxnOovHlDa1cNxDZaOuv2 { top:10.75rem;left:17.623779296875rem;width:12.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPl9A5RJbIXxbh3UlEQWsDxsiw3P7z5 { top:13.0625rem;left:13.311279296875rem;width:21.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnMDN0V7VhdhMfpxEaTgTvUcZQ2Rtpub { top:16.1875rem;left:4.59326171875rem;width:38.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MNc4cQ4lI8Lq7K81dd9gUfM4xT3LWH { top:8.375rem;left:14.71826171875rem;width:18.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI { position:relative;z-index:auto;display:none; }#obT4GUvr4MfPVcnl1RQVacBfXTJq2hdI > .row .container { width:20rem;height:5.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aUtGzcdZTk1nFR3hZJzGvVx9ghzV8TGl { width:8.3125rem;height:3.75rem;top:1.09375rem;left:5.84375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #czDsuQr59d70bzXpAxwuH3rWIRNuSAfA { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:6rem;font-size:1.4375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { position:relative;z-index:auto;display:none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN { background-color:#f3eaed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { background-color: transparent; background-image: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container > .video-iframe-container { display: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container { display: none; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .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); }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { border-width: 0; border-radius: 0; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPtqwfh1Az8IhuTFyzQudKzNA5nDyPeN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e61dOAW5zelbvoOglr4ZSNP5ZutNRmip { width:19.9995rem;height:3.71118125rem;top:7.43701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iC4d43b27cttvGDScewScNAHV8Tt9c4D { width:19.99875rem;height:1.92480625rem;top:12.311279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RS8MDMzObQs6atws1BfTXsvVGnnTylo0 { width:11.25rem;height:4.9995125rem;top:1.157958984375rem;left:4.3740234375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:16.9995rem;height:11.8994375rem;top:5.101318359375rem;left:1.4996337890625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { width:2.1875rem;height:2.1875rem;top:23.0625rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { width:14.375rem;height:1.9375rem;top:23.0625rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block; }
 }@media only screen and (max-width: 763px) { #AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { width:4.6875rem;height:4.6875rem;top:47.8125rem;left:15.3125rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { width:3.125rem;height:3.125rem;top:48.625rem;left:16rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { width:2.1875rem;height:2.1875rem;top:49.0625rem;left:16.3125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { width:20rem;height:1.275025rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKEmNQX5NeFwQksUxXvqEdVUftdBQvzF { height:11.198125rem;width:20rem;top:30.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { display:none; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { width:3.125rem;height:0.125rem;top:2.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrceETxsMqb1639hvAzm5mZ9EROwTIF { width:20rem;height:4.875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G { position:relative;z-index:auto;display:none; }#yaNzqEhxulVBCoFRgS9feFuhOfwVZ73G > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { top:1.99951171875rem;left:1.49853515625rem;width:16.9995rem;height:19.37475rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQhncGepm6sysvntKkZvAGoinJsus1L8 { width:20rem;height:22.81464448676rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlgJou1Z8oi7ru8CAE2HboVDTioK82GO { width:19.99875rem;height:4.38720625rem;top:22.75rem;left:0rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsAhnM5WqKogkHqdkHmnM8wHL1oDMN8e { width:19.9980625rem;height:14.2924375rem;top:27.68701171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpapSBZsIfBTA2Vx9Xd9T7kz0EfxgCan { top:42.9990234375rem;left:3.781494140625rem;width:12.4358125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnWgZJ7nhx0DK4ybLw3TBGxUmE6PQnnM { display:block; }
 }@media only screen and (max-width: 763px) { #HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h { display:block; }#HToiWM25IBzF8NnJmrI4iEwkBA2MtX4h > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmutM79IuuGktoucWRh0GqoKUfIpG8rZ { width:3.0625rem;height:0.0625rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA { display:block; }#HmJCEtCh5fUWTdQDmeyhNQT2tzSUwSiA > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFqr75UZzHsNDToN6aGeBTgcaz2L1i4D { top:25.373291015625rem;left:1.060546875rem;width:17.87475rem;height:15.24975rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgwbiQqe3aSyvQNREzLadUMJkfJVh5dF { width:20rem;height:17.085201793722rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlxbABzgSouiTc45CqS8KTBZPxwq0i7i { width:19.9995rem;height:8.7744375rem;top:2.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q22RVNVQLN6JETfD82ToTSUNmmQlZpob { width:19.9980625rem;height:11.693825rem;top:11.93701171875rem;left:0.00146484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mx8d7FoGzgv5UntodsF6Q3aELZakurTH { position:relative;z-index:auto;display:none; }#Mx8d7FoGzgv5UntodsF6Q3aELZakurTH > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo { display:block; }#Dl2P8rF0qTLOafTN1aGaCeL0NtfEapoo > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdGJK1XKhxRrvXgw3tZHILCmLoO1PaVJ { width:16.99875rem;height:25.193875rem;top:11.162841796875rem;left:1.499267578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8wE5RyMLzJ4aqdv56XgP0vTRpl9HIW { width:4.6875rem;height:4.6875rem;top:47.8125rem;left:15.3125rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6fwuSRJKWt1n5dNsXgZ67TUQHDWi96B { width:3.125rem;height:3.125rem;top:48.625rem;left:16rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMy2h25XtsN0JIfH3Uqu5Jb8z5efyqA8 { width:2.1875rem;height:2.1875rem;top:49.0625rem;left:16.3125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaQrVWFTIW35vIoeSnOGnW0A0Es8fUUk { width:19.9980625rem;height:24.9873125rem;top:39.47607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUKUNPnbBhAdACr6JkT2W2NhIAkPrZE { width:19.99875rem;height:4.38720625rem;top:4.037841796875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MxES5E6iJFtJUPsKJzUPSAISH3C0ZK9y { width:3.06225625rem;height:0.062255875rem;top:2.851318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkn84DHsnlA3szosugodbFPgCOFr12m5 { width:12.06225rem;height:1.27514375rem;top:66.8349609375rem;left:0.75146484375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyISMd2TmykCqbF4foqZEdcomTHTsDJ6 { width:3.06225625rem;height:3.06225625rem;top:68.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt1WCT9kSPh9Jet1o6GEfm1yQBQ3tqMf { width:16.56225rem;height:2.25rem;top:68.46826171875rem;left:2.499755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipm56FDUooDMtdwyp1c9FQ041hgqT3w3 { display:block; }
 }@media only screen and (max-width: 763px) { #vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { display:none; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MXpS3tI5qWBwcfB4LZTkrTWUqAT2U9Ki { width:2.1875rem;height:2.1875rem;top:15.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLgbgM6c0BXV1XUTaT5Ad7CWmkiPThXB { width:14.125rem;height:2.1875rem;top:15.3125rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1go2erqE1VeNmn5IMQszTXGFMGgwoU { display:block; }
 }@media only screen and (max-width: 763px) { #V6ffxrO2plCfaH2LOe6V0BbZ3TmsbHNi { width:2.1875rem;height:2.1875rem;top:15.3125rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { width:20rem;height:5.949225rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { width:3.125rem;height:0.125rem;top:1.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { width:17.0625rem;height:2.4375rem;top:3.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkcHMgtTaRgRMFFlRk31ESyUOM9brHT { width:15.875rem;height:24.75rem;top:19.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rocn50r0eigVyxGPwiOiJz9vLe7H82fG { background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG.adaptive-delivery-prevent-bg, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyload, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyloading { background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { width:20rem;height:4.125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { width:20rem;height:1.21875rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { width:17.5rem;height:3.4375rem;top:50.583984375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block; }
 }@media only screen and (max-width: 763px) { #gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { width:20rem;height:13.16161875rem;top:14.34375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { width:20rem;height:11.6992rem;top:37.36572265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { width:20rem;height:0.125rem;top:31.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #KVNC72CQt9H0E9TG2AB085uvRCvKxWye { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #JKKhxefFsZUTgfTtKbAZMunplilTbrcg { background-color:rgba(186,122,140,0.61);background-image:none;display:block; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { background-color: transparent; background-image: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container > .video-iframe-container { display: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row > .video-iframe-container { display: none; }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .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); }#JKKhxefFsZUTgfTtKbAZMunplilTbrcg > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDQfHITdMIJSdUJAiHHz2ZAZJesDrcz2 { width:20rem;height:4.125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LGCVIE0nPP98lk1VQUrdoL25uyTHD1k8 { width:20rem;height:2.4375rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJXAQc4FO4Hu7x3JKf4ApgJeoFyW9MmQ { width:19.9995rem;height:17.54295625rem;top:14.18701171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXrvMTkJv9hQIX4Hi0TrTgF5ywIvPxpl { width:20rem;height:14.61915rem;top:37.36572265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZrreIuUEhiRmRGaSoXHs7ZAad58tyk1 { width:20rem;height:0.125rem;top:32.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raT7yJWchP4MZF8ZicfOMGFRIKsGrfJ0 { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #vzVEW8w1Oi2d73aQ2xFkrhcpOQTlcXSQ { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #r3cwp3BnE4S06v4nA8oPUyHcEpQ5WbGP { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #omA3QLZoXBdxDMamKNnXSa7mo2OqPCGg { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #B8ng3TzuCvce5AUnlLoDETA9BDnzPQME { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #My7bzR5ZIDwf5w1va9ocQRDLbP55mgD5 { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #xrc8FoMLNTfW3xBnJrEs9Ev7VwtFUv5T { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #OQZEnsWNqk6dn4T4l2n41CwooA2eX28K { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #T1nuoPg8es47xgZh37IBpr9cRrKmDBps { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #WuxV89eERVwIFwDBReJwqFUbruO2Q1hW { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #Bakl13eL0XVHF2A2zoLLvtyAu9MwWLHM { top:53.3583984375rem;left:3.779296875rem;width:12.43725rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKMwCaxKUNAdk54gDdNXG9zeMp0tke62 { display:block; }
 }@media only screen and (max-width: 763px) { #CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { display:none; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { width:20rem;height:4.875rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:20rem;height:76.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { width:13.875rem;height:2.25rem;top:19.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { width:12.875rem;height:1.275025rem;top:20.375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { height:26.25rem;width:19.75rem;top:24.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { width:19.75rem;height:20.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { top:44.125rem;left:0rem;width:19.75rem;height:26.25rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;display:none; }
 }@media only screen and (max-width: 763px) { #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { width:19.75rem;height:21rem;top:52.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12e101d0-699f-4c37-b193-cf3bac0097f3/IMG20240527WA0028.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.adaptive-delivery-prevent-bg, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyload, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pWWple81C5pm0bB0r3aC60tgRDIikTpx { width:20rem;height:0.97473125rem;top:50.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:20rem;height:16.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { width:20rem;height:4.0625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD8SGctU8wpXZEahZdJCynb1tBkW67m { width:20rem;height:2.4375rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { width:19.75rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpfanptPebWRPUDybWSQFr9tZurMykx { width:19.75rem;height:5.625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { width:14.6875rem;height:0;top:18.59375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { width:19.75rem;height:5.625rem;top:9.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block; }
 }@media only screen and (max-width: 763px) { #E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { width:4.375rem;height:4.375rem;top:10.25rem;left:1.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { width:14.6875rem;height:2.03125rem;top:11.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { background-color:#ffffff;background-image:none;display:block; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { background-color: transparent; background-image: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .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); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { width:20rem;height:4.937255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { width:3.125rem;height:0.125rem;top:1.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { width:20rem;height:2.0625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WAWNgdaKdCScucveDa4X08qAraM1llga { width:3.1875rem;height:3.1875rem;top:0rem;left:16.718262109375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd { display:block; }#M22ASW1iD9mVwmo5Vb1l4gkZoMeDkwSd > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZTnUI0DZswcgrnTFEXfgBNO8pCKLO0M { width:17.1855625rem;height:8.53125rem;top:5.875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9N5uRBPOCGo7AZ60moTtl8seJi6k22 { width:16.875rem;height:7.3125rem;top:25.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmw2SmPExO1WkH1hNgPgOZq7QcF7NdpK { width:12.43725rem;height:1.4619125rem;top:3.5625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSTaLlidTlU0WuZUtk2B7a8TBKcAVpD { width:12.43725rem;height:1.4619125rem;top:22.375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTy5FPKs0RUoZJTxNwrASv9HhlgcDdgf { width:18.625rem;height:17.125rem;top:1.388671875rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utry6lQXUPrV2SOzpex9AgX8Zc9ceHBg { width:18.625rem;height:17.125rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 { display:block; }#GE9wkkai390ZJGFNk2H21IH8cCPCPuz6 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIV3q0WtKlUr2xv9EsVSoip7LwzPtI8x { width:17.43675rem;height:9.0951875rem;top:4.965087890625rem;left:1.2802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrROeFS89x4ECtvZ5q05Kpyh2xIm8X95 { width:17.3108125rem;height:10.3945rem;top:25.2392578125rem;left:1.343994140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDBkNUoNBeW9DOhlTByKWr9Kn5RQ6GC { width:16.875rem;height:10.96875rem;top:42.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhxXO50SVN9xeFrvV1qr66TVkxmVAlP { width:14.25rem;height:1.4619125rem;top:2.74951171875rem;left:1.2802734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPTgCIT5lS9suFM3zTJ3hthL5KfEsxRB { width:17.31225rem;height:2.923825rem;top:21.14794921875rem;left:1.34326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQO4tEQ6wpDroPF6KAITkDKF0Oil910 { width:17.31225rem;height:1.4619125rem;top:39.4375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBcXOKk6RquhMSNNMBFf5kOQwoD4XT3w { width:18.625rem;height:17.125rem;top:0rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpFtLFeTgXPVUWKf8oKtWVSnuIQ6MIK { width:18.62475rem;height:17.12475rem;top:19.17041015625rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8PwTKHgSEZgu7kPhTqSVCgd0xq7153 { width:18.625rem;height:17.125rem;top:37.875rem;left:0.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg { display:block; }#yX5mDooKEwrsa2ToxKn5Vty2o3zTKyZg > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRWaOCwUTEZJFhQImXFqLlJc7tD2lmlM { width:19.9995rem;height:4.38720625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrEiZ5UKedTJvRb6sHdcsQ3AUV3ZRZL { width:19.9995rem;height:3.8983125rem;top:6.886475rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktkZEHrTrAZVdQlTTvFemz80a9r1Zfac { width:19.9995rem;height:3.8983125rem;top:12.034425rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5RXoTiE3EtcrzIxT3axNhCSmNCG9ECF { width:20rem;height:15.5625rem;top:22.182375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGivqiLM6gNzZhzU5Dkw0ORagSpHaJo9 { top:17.182375rem;left:3.75rem;width:12.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apb9uTFkSA2Xaoh4SrL7u1IAurII7JhJ { display:block; }
 }@media only screen and (max-width: 763px) { #LsfnrIbO7q8LudWwSGPLwDxqtzPZZARH { top:22.92333984375rem;left:0rem;width:19.9995rem;height:12.24975rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { background-color:#ffffff;background-image:none;display:none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { width:20rem;height:4.375rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { width:20rem;height:1.38135rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { width:20rem;height:19.375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { width:20rem;height:4.375rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { width:14.25rem;height:2.76269375rem;top:17.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { width:20rem;height:19.375rem;top:1.25rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block; }
 }@media only screen and (max-width: 763px) { #L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { width:20rem;height:19.375rem;top:21.9375rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block; }
 }@media only screen and (max-width: 763px) { #eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { background-color:#ffffff;background-image:none;display:none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { width:20rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { width:20rem;height:4.375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { width:12rem;height:1.38135rem;top:37.125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SergH55sbgdyi9QBWyL4D2mMbRoFidlT { width:20rem;height:19.375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { width:20rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { width:20rem;height:4.375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { width:15.375rem;height:2.76269375rem;top:15.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { width:20rem;height:19.375rem;top:0rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block; }
 }@media only screen and (max-width: 763px) { #Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { width:20rem;height:19.375rem;top:20.6875rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block; }
 }@media only screen and (max-width: 763px) { #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.adaptive-delivery-prevent-bg, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyload, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyloading { background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { width:2rem;height:2rem;top:19.875rem;left:12.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { width:2rem;height:2rem;top:19.875rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be31TR3XkxnT6CcKEqSRLemwI7liFcBs { width:20rem;height:2.2744125rem;top:23.625rem;left:0rem;font-size:0.8125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { width:8.9375rem;height:4.0625rem;top:2.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { width:2rem;height:2rem;top:19.875rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { width:2.375rem;height:2.375rem;top:14.818359375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { width:12.5rem;height:1.381225rem;top:10.375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { width:18.5625rem;height:1.381225rem;top:11.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { width:14.6875rem;height:2.76245rem;top:15.0625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { width:15.625rem;height:1.381225rem;top:7.05615234375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 { position:relative;z-index:auto;background-color:rgba(186,122,140,0.61);background-image:none;display:block; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { background-color: transparent; background-image: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container > .video-iframe-container { display: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row > .video-iframe-container { display: none; }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .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); }#ZqvBbnmeQtyfCs3PX9rE63iT08KAPc96 > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEzclekqcXEDWvKQQb2pHvg0mdtVM0gw { width:19.9995rem;height:2.0996125rem;top:20.249267578125rem;left:0rem;font-size:0.75rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kSPWAEPeTAs9xU1hQkmboghUTl6ZSkWu { width:8.9375rem;height:4.0625rem;top:2.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9MqD7ezqTLWxZDFkJxZS0qs8toXLpoJ { width:2.3745125rem;height:2.3745125rem;top:15.46875rem;left:1.420166015625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJkKPKL5P7VkxnOovHlDa1cNxDZaOuv2 { width:12.4995rem;height:1.21875rem;top:9.68701171875rem;left:3.74853515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPl9A5RJbIXxbh3UlEQWsDxsiw3P7z5 { width:18.5625rem;height:1.21875rem;top:12.18603515625rem;left:0.7177734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnMDN0V7VhdhMfpxEaTgTvUcZQ2Rtpub { width:14.68725rem;height:2.4375rem;top:15.437255859375rem;left:3.31201171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MNc4cQ4lI8Lq7K81dd9gUfM4xT3LWH { width:15.62475rem;height:1.21875rem;top:7.80615234375rem;left:2.185546875rem;font-size:0.9375rem;display:block; }
 }