.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,242,242;--color-primary-1:223,213,212;--color-primary-2:190,170,168;--color-primary-3:95,85,84;--color-primary-4:29,26,25;--color-secondary-0:254,247,245;--color-secondary-1:253,229,223;--color-secondary-2:250,203,191;--color-secondary-3:125,102,96;--color-secondary-4:38,30,29;--color-tertiary-0:255,255,255;--color-tertiary-1:236,230,229;--color-tertiary-2:190,170,168;--color-tertiary-3:95,85,84;--color-tertiary-4:19,17,17;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#eae2d5;background-image:url("https://images.assets-landingi.com/uc/772c6f25-f579-49f8-bfaf-722c5c73d2b1/implantedentarioclinica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { color:rgba(var(--color-secondary-3),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:23.39999961853rem;left:0rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:rgba(var(--color-secondary-3),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:11.75rem;left:0rem;height:10.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:5.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.125rem;left:0rem;display:block; }
#G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvhXAS3Bt8qF8QNStCQOaMTUzkka631P { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#auJakcPZWrweqanyxeiyz5N1RpZPf9fR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:34.875rem;left:13.9375rem; }
#JPmpxJO6KKy3gsI7VEn3WvLxgJxZafOw { color:rgba(var(--color-secondary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LpOh6MmE0Rn5rsUp5it7BsDnm39FRTBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34.875rem;left:15.4375rem; }
#ORxEIUTNTVC6qSbx3HicOIKmuuHg1yWK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.875rem;left:17rem; }
#aAUTyZJxaTyTU6mTSRVNndsqwOaoK4oB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.875rem;left:18.5rem; }
#p1DmUkvbNu0FiEqNwW9z38b2WwF7NUqc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.875rem;left:20.0625rem; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/cb8e7ecc-219a-4cd9-a346-83641faf53e8/Implanteprotocolo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.adaptive-delivery-prevent-bg, #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.lazyload, #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.lazyloading { background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:31.875rem;width:40.5rem;top:4.25rem;left:34.5rem;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:rgba(var(--color-secondary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.375rem;left:37.6875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:rgba(var(--color-secondary-3),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:15.0625rem;left:37.6875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
#fEkio6MnEfIdvqm476smqv3ShXHWC782 { color:rgba(var(--color-secondary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:37.687500953674rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52.adaptive-delivery-prevent-bg, #nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52.lazyload, #nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52.lazyloading { background-image: none; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container { background-color: transparent; background-image: none; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container > .video-iframe-container { display: none; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row > .video-iframe-container { display: none; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .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); }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container { border-width: 0; border-radius: 0; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#peW68E2pOudtMRaTFmm5VngMs76kKLt9 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.875rem;left:7.9375rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#awT82S4XBUafbvccIbqGxEcL9RGzNDzk { color:rgba(var(--color-secondary-3),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:3.9375rem;left:10.09375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fV5KoTO8wSp4dWXODbw4CaFGnLACspSQ { color:rgba(var(--color-secondary-3),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:9.467968940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMGFhzt3FFKNvt1Smhk4T8ItlGTUm4Eq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:20.875rem;left:28.125rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oq1K9xPomB44zEzwsADiNA3xlFxktv9W { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:20.875rem;left:18.625rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1A8zF79LK7wBSIb6M57ELh0bDvczqSq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.875rem;left:54.9375rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEQf67lwuls5GT61ql6UD2tKdT60xGWI { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:20.875rem;left:44.0625rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0xsa6OqoerLrZgXkllUereuefJxQmc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.125rem;left:11.25rem; }
#eQNTnR1eHUtH7FV8JW3gTuNC4sgogQ43 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.375rem;left:21.9375rem; }
#Dn9hEFTb85MZC089kOzmsvK1NK3CJ1bS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.375rem;left:35.125rem; }
#qO1r924MTBMDbQoJ2iIpuqF2eTHeKUJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.375rem;left:48.3125rem; }
#za67FFsZzVFsZonOsMembUBcxtIcfGxA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.125rem;left:60rem; }
#cnyRBAHwruox9wiTRDxc0kRZOoqnKURN { color:rgba(var(--color-secondary-3),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:10.8125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:rgba(var(--color-secondary-3),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EstxaE5GsogQXI6hCTVcZqGcvuM0PoHk { color:rgba(var(--color-secondary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:20.5rem;left:0rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKHhbgCPTuH723XBVfs9BmMMqDmzyWmp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.25rem;width:33rem;top:3.25rem;left:42rem;overflow:hidden;display:block; }
#DoATl28WCgrXX8IAdJ4FKbTi2NUvJ9oX { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:5.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.5rem;left:0rem;display:block; }
#x0Bb09wrsXtM9sVRG8HKnqRgxKmFP8DB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#Lry4oWOvT445ikFeDtianP50g0GF1oLH { color:rgba(var(--color-secondary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:3.25rem;left:16.155468940735rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.625rem;top:13.25rem;left:5.25rem;display:block; }
#CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { color:rgba(var(--color-secondary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:16rem;left:6.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { color:rgba(var(--color-secondary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.75rem;left:7.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.625rem;top:13.25rem;left:21.5625rem;display:block; }
#nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { color:rgba(var(--color-secondary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:22.5rem;left:24.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.625rem;top:13.25rem;left:37.875rem;display:block; }
#xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),0.1);border-left:0.0625rem solid rgba(var(--color-primary-4),0.1);border-right:0.0625rem solid rgba(var(--color-primary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.625rem;top:13.25rem;left:54.1875rem;display:block; }
#RITwZpDc3lc0v2luqmQSwaglowU5kpJy { color:rgba(var(--color-secondary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:15.25rem;left:23rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tyvZPCIHxBhMiPSD4PFeqws8Fi41pR7s { color:rgba(var(--color-secondary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:15.125rem;left:39.5625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTEZtaTBPMRfSsKxhHe9624aS1s4kL4E { color:rgba(var(--color-secondary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.125rem;left:39.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W7T0O2L4G2cdOGLrL3FHlSKonffaoksK { color:rgba(var(--color-secondary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:15.125rem;left:55.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hqDt9LD4Byrl2Hvw34dg974ygqi3fSTv { color:rgba(var(--color-secondary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:21.9375rem;left:55.6875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FHNJ83H6u98moAlltt9DwdBKDCKOGFwW { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top: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:24.8125rem;width:19.8125rem;top:34.125rem;left:0rem;overflow:hidden;display:block; }
#MK7S12TozQu0dTpitAwKQHK8SqJfxwFa { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:24.8125rem;width:18.5rem;top:34.125rem;left:19.8125rem;overflow:hidden;display:block; }
#RaZJC0RTiycIyPQZE6JoNhzywbh1WyVs { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:24.8125rem;width:24.8125rem;top:34.125rem;left:38.3125rem;overflow:hidden;display:block; }
#vPPh6fzQKbO0f61h7XnHf1JsRl5gJnST { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:24.75rem;width:18.5rem;top:34.15625rem;left:56.5rem;overflow:hidden;display:block; }
#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container { background-color: transparent; background-image: none; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container > .video-iframe-container { display: none; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row > .video-iframe-container { display: none; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .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); }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container { border-width: 0; border-radius: 0; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#EavktUIfDTbQbcFRWJCDZ8XzcLK3rc6O { color:rgba(var(--color-secondary-3),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tXU0Ai3IJwit5sG3hiSVhiSfqCXhVgOJ { color:rgba(var(--color-secondary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.25rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8KIhHrb3CnmvVldW9MgplBTESsofmWZ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:5.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.6875rem;left:0rem;display:block; }
#DaXtJdr7eviisZ7Wtle7Xg2711KrK4hN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLHJGf0tRbyPgCSr39U9n2Oy1huOMgRr { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top: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:35.1875rem;width:30.5rem;top:0rem;left:44.437500953674rem;overflow:hidden;display:block; }
#pROw2b7mgfhs0WFzCRfyfadBHxRKVLau { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:17.1875rem;width:31.25rem;top:53.5rem;left:5.6875rem;overflow:hidden;display:block; }
#vFENO25zOgXpgL4JrkwlqOcbpooUP8SX { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:17.1875rem;width:31.25rem;top:53.5rem;left:38.0625rem;overflow:hidden;display:block; }
#vuhmZ6TZqT03GtZGT7FBsszAvVu0yrPX { color:rgba(var(--color-secondary-3),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:44.8125rem;left:5.84375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AOfrylwwH1sJnZ2LJ316UpOS5TKagrtl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:42.625rem;left:38.375rem; }
#xG928AllbTEM4D0JMP29XBZ5Zaw9gsmV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:42.625rem;left:39.9375rem; }
#aoPBCLH0vDm0npShiibMLqneMfsxdwhW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.625rem;left:36.875rem; }
#tqeGbZJaehWtGWH3z4XXMEGsn30NIiLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.625rem;left:35.3125rem; }
#kzgQZZeuH9Z0cGfaBrsC41l70IaZOJGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:42.625rem;left:33.8125rem; }
#z13a5lSDr9TpqgfLwpB4UCgF5yb5mwno { color:rgba(var(--color-secondary-3),1);display:block;width:9.6875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:32.424999237061rem;left:34.187500953674rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:8.125rem;left:7.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I8ABa908XvSTAn5WUR4egaiAyUCCHKBk { background-color:#00b036;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:5.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.0625rem;left:24.125rem;display:block; }
#kMT8vAlcXpIToNd8fNJtZLrxdfWFS7nE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHIHLnAhRNcQgUZBeeKOa4m47OkBNMg0 { color:rgba(var(--color-secondary-3),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:3.9375rem;left:21.25rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JzRvZKehLTSImxl6lBPLbJluVmiwr0Pf { color:rgba(var(--color-secondary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:11.9375rem;left:25.375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container { background-color: transparent; background-image: none; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container > .video-iframe-container { display: none; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row > .video-iframe-container { display: none; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .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); }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container { border-width: 0; border-radius: 0; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#OtrGxoqRgQSL2ZxzlXfaezcsr2kEehqi { position:absolute;display:block;z-index:15043;height:17.0625rem;width:30.5625rem;top:4.0625rem;left:0rem;display:block; }
#hSXllkacW9hy6GwBoGpgSsBPWhxXDucz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:5.1875rem;left:47.8125rem;overflow:hidden;display:block; }
#QveFSgtsnEgmCLlGhVqvIho4zJCM6Il5 { color:rgba(var(--color-secondary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:12.25rem;left:43.5rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.6875rem;left:54.4375rem; }
#pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15045;opacity:1;top:16.5625rem;left:57.6875rem; }
#PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#iSFuvxPgZVi4mDKDPP9aofTIkvQw4OQA { position:absolute;display:block;z-index:15043;height:17.0625rem;width:30.5625rem;top:4.0625rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:38.75rem;height:3.875rem;top:23.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:41.0625rem;height:10.875rem;top:11.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:26.125rem;height:5.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #yvhXAS3Bt8qF8QNStCQOaMTUzkka631P { top:1.9375rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auJakcPZWrweqanyxeiyz5N1RpZPf9fR { top:34.875rem;left:0.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmpxJO6KKy3gsI7VEn3WvLxgJxZafOw { width:9.3125rem;height:1.4375rem;top:34.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOh6MmE0Rn5rsUp5it7BsDnm39FRTBw { top:34.875rem;left:1.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORxEIUTNTVC6qSbx3HicOIKmuuHg1yWK { top:34.875rem;left:3.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUTyZJxaTyTU6mTSRVNndsqwOaoK4oB { top:34.875rem;left:4.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1DmUkvbNu0FiEqNwW9z38b2WwF7NUqc { top:34.875rem;left:6.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:40.5rem;height:31.875rem;top:4.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:24.375rem;height:6.75rem;top:7.375rem;left:23.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:34.125rem;height:9.75rem;top:15.0625rem;left:13.625rem;font-size:1rem;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 763px) { #fEkio6MnEfIdvqm476smqv3ShXHWC782 { width:28.75rem;height:5.8125rem;top:26.3125rem;left:19rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 { display:block; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peW68E2pOudtMRaTFmm5VngMs76kKLt9 { width:8.25rem;height:3.8125rem;top:20.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awT82S4XBUafbvccIbqGxEcL9RGzNDzk { width:47.75rem;height:6.75rem;top:3.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5KoTO8wSp4dWXODbw4CaFGnLACspSQ { width:47.75rem;height:4.0625rem;top:29.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGFhzt3FFKNvt1Smhk4T8ItlGTUm4Eq { width:16.0625rem;height:3.8125rem;top:20.875rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1K9xPomB44zEzwsADiNA3xlFxktv9W { width:8.625rem;height:3.8125rem;top:20.875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1A8zF79LK7wBSIb6M57ELh0bDvczqSq { width:12.1875rem;height:3.8125rem;top:20.875rem;left:35.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQf67lwuls5GT61ql6UD2tKdT60xGWI { width:10.5625rem;height:3.8125rem;top:20.875rem;left:30.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0xsa6OqoerLrZgXkllUereuefJxQmc1 { top:18.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQNTnR1eHUtH7FV8JW3gTuNC4sgogQ43 { top:18.375rem;left:8.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9hEFTb85MZC089kOzmsvK1NK3CJ1bS { top:18.375rem;left:21.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1r924MTBMDbQoJ2iIpuqF2eTHeKUJ2 { top:18.375rem;left:34.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #za67FFsZzVFsZonOsMembUBcxtIcfGxA { top:18.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnyRBAHwruox9wiTRDxc0kRZOoqnKURN { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:40.75rem;height:;top:6.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EstxaE5GsogQXI6hCTVcZqGcvuM0PoHk { width:26.125rem;height:3.875rem;top:20.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHhbgCPTuH723XBVfs9BmMMqDmzyWmp { width:33rem;height:32.25rem;top:3.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoATl28WCgrXX8IAdJ4FKbTi2NUvJ9oX { width:24.5rem;height:5.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Bb09wrsXtM9sVRG8HKnqRgxKmFP8DB { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:42.6875rem;height:6.75rem;top:3.25rem;left:2.5304689407349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:15.625rem;height:16.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:12.3125rem;height:;top:16rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:11.5rem;height:6rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:15.625rem;height:16.75rem;top:13.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:10.75rem;height:4.5rem;top:22.5rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:15.625rem;height:16.75rem;top:13.25rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:15.625rem;height:16.75rem;top:13.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITwZpDc3lc0v2luqmQSwaglowU5kpJy { width:12.875rem;height:;top:15.25rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvZPCIHxBhMiPSD4PFeqws8Fi41pR7s { width:12.3125rem;height:;top:15.125rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEZtaTBPMRfSsKxhHe9624aS1s4kL4E { width:12rem;height:6rem;top:22.125rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0O2L4G2cdOGLrL3FHlSKonffaoksK { width:12.3125rem;height:;top:15.125rem;left:35.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqDt9LD4Byrl2Hvw34dg974ygqi3fSTv { width:12.75rem;height:6rem;top:21.9375rem;left:35rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHNJ83H6u98moAlltt9DwdBKDCKOGFwW { top:34.125rem;left:0rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK7S12TozQu0dTpitAwKQHK8SqJfxwFa { top:34.125rem;left:6.1875rem;width:18.5rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZJC0RTiycIyPQZE6JoNhzywbh1WyVs { top:34.125rem;left:22.9375rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPPh6fzQKbO0f61h7XnHf1JsRl5gJnST { top:34.125rem;left:29.25rem;width:18.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb { display:block; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EavktUIfDTbQbcFRWJCDZ8XzcLK3rc6O { width:40rem;height:9rem;top:4.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXU0Ai3IJwit5sG3hiSVhiSfqCXhVgOJ { width:37.625rem;height:;top:15.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8KIhHrb3CnmvVldW9MgplBTESsofmWZ { width:26.75rem;height:5.375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaXtJdr7eviisZ7Wtle7Xg2711KrK4hN { display:block; }
 }@media only screen and (max-width: 763px) { #RLHJGf0tRbyPgCSr39U9n2Oy1huOMgRr { top:0rem;left:17.1875rem;width:30.5rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pROw2b7mgfhs0WFzCRfyfadBHxRKVLau { top:53.5rem;left:0rem;width:31.25rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFENO25zOgXpgL4JrkwlqOcbpooUP8SX { top:53.5rem;left:16.5rem;width:31.25rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhmZ6TZqT03GtZGT7FBsszAvVu0yrPX { width:47.75rem;height:;top:44.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOfrylwwH1sJnZ2LJ316UpOS5TKagrtl { top:42.625rem;left:24.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG928AllbTEM4D0JMP29XBZ5Zaw9gsmV { top:42.625rem;left:26.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPBCLH0vDm0npShiibMLqneMfsxdwhW { top:42.625rem;left:23.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqeGbZJaehWtGWH3z4XXMEGsn30NIiLO { top:42.625rem;left:21.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzgQZZeuH9Z0cGfaBrsC41l70IaZOJGT { top:42.625rem;left:20.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z13a5lSDr9TpqgfLwpB4UCgF5yb5mwno { width:9.6875rem;height:2.8125rem;top:32.375rem;left:20.562500953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:30.5rem;height:5rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ABa908XvSTAn5WUR4egaiAyUCCHKBk { width:26.75rem;height:5.375rem;top:18.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMT8vAlcXpIToNd8fNJtZLrxdfWFS7nE { display:block; }
 }@media only screen and (max-width: 763px) { #LHIHLnAhRNcQgUZBeeKOa4m47OkBNMg0 { width:32.5rem;height:6.875rem;top:3.9375rem;left:7.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRvZKehLTSImxl6lBPLbJluVmiwr0Pf { width:24.25rem;height:3.75rem;top:11.9375rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 { display:block; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtrGxoqRgQSL2ZxzlXfaezcsr2kEehqi { top:4.0625rem;left:0rem;width:30.5625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSXllkacW9hy6GwBoGpgSsBPWhxXDucz { top:5.1875rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveFSgtsnEgmCLlGhVqvIho4zJCM6Il5 { width:24.25rem;height:2.8125rem;top:12.25rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE { top:16.6875rem;left:40.8125rem;width:2.25rem;height:2.25rem;display:block; }
#pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch { top:16.5625rem;left:44.0625rem;width:2.375rem;height:2.375rem;display:block; }
#PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #iSFuvxPgZVi4mDKDPP9aofTIkvQw4OQA { top:4.0625rem;left:0rem;width:30.5625rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4f0e7;background-image:url("https://images.assets-landingi.com/uc/2f9b9a27-b60f-4e04-9436-26c6d2b0e77f/mobilealtaodonto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:19.25rem;height:6.65rem;top:28.125rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:20rem;height:7.75rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:19.75rem;height:4.25rem;top:35.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #yvhXAS3Bt8qF8QNStCQOaMTUzkka631P { width:10.9375rem;height:4.125rem;top:15rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #auJakcPZWrweqanyxeiyz5N1RpZPf9fR { display:flex;width:1.3125rem;height:1.3125rem;top:41.125rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #JPmpxJO6KKy3gsI7VEn3WvLxgJxZafOw { width:8.875rem;height:1.4625rem;top:41rem;left:9.3125005364419rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOh6MmE0Rn5rsUp5it7BsDnm39FRTBw { display:flex;width:1.3125rem;height:1.3125rem;top:41.125rem;left:3.0000000596046rem; }
 }@media only screen and (max-width: 763px) { #ORxEIUTNTVC6qSbx3HicOIKmuuHg1yWK { display:flex;width:1.3125rem;height:1.3125rem;top:41.125rem;left:4.4375000596046rem; }
 }@media only screen and (max-width: 763px) { #aAUTyZJxaTyTU6mTSRVNndsqwOaoK4oB { display:flex;width:1.3125rem;height:1.3125rem;top:41.125rem;left:5.8750000596046rem; }
 }@media only screen and (max-width: 763px) { #p1DmUkvbNu0FiEqNwW9z38b2WwF7NUqc { display:flex;width:1.3125rem;height:1.3125rem;top:41.125rem;left:7.3750005364419rem; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/cb8e7ecc-219a-4cd9-a346-83641faf53e8/Implanteprotocolo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.adaptive-delivery-prevent-bg, #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.lazyload, #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4.lazyloading { background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:36.375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:18.0625rem;height:4.8rem;top:19.4375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:19.1875rem;height:16.25rem;top:25.3125rem;left:0.5625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 763px) { #fEkio6MnEfIdvqm476smqv3ShXHWC782 { width:18.75rem;height:9.34375rem;top:42.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 { display:block; }#nneP2C5tmVvv9ulJCBOeW3vQz2V9Rd52 > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peW68E2pOudtMRaTFmm5VngMs76kKLt9 { width:14.1875rem;height:1.925rem;top:20.3125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awT82S4XBUafbvccIbqGxEcL9RGzNDzk { width:20rem;height:7.5rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fV5KoTO8wSp4dWXODbw4CaFGnLACspSQ { width:18.5625rem;height:9.4875rem;top:55.3359375rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GMGFhzt3FFKNvt1Smhk4T8ItlGTUm4Eq { width:16.0625rem;height:3.85rem;top:33.724609375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1K9xPomB44zEzwsADiNA3xlFxktv9W { width:15.625rem;height:1.925rem;top:26.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1A8zF79LK7wBSIb6M57ELh0bDvczqSq { width:12.1875rem;height:3.575rem;top:49.423828125rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mEQf67lwuls5GT61ql6UD2tKdT60xGWI { width:13.4375rem;height:1.925rem;top:42.32421875rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0xsa6OqoerLrZgXkllUereuefJxQmc1 { display:flex;width:2rem;height:2rem;top:17.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #eQNTnR1eHUtH7FV8JW3gTuNC4sgogQ43 { display:flex;width:2rem;height:2rem;top:24.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Dn9hEFTb85MZC089kOzmsvK1NK3CJ1bS { display:flex;width:2rem;height:2rem;top:31.0625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #qO1r924MTBMDbQoJ2iIpuqF2eTHeKUJ2 { display:flex;width:2rem;height:2rem;top:39.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #za67FFsZzVFsZonOsMembUBcxtIcfGxA { display:flex;width:2rem;height:2rem;top:46.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #cnyRBAHwruox9wiTRDxc0kRZOoqnKURN { width:17.5rem;height:4.125rem;top:10.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:19.4375rem;height:9.28125rem;top:21.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EstxaE5GsogQXI6hCTVcZqGcvuM0PoHk { width:17rem;height:4.725rem;top:31.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHhbgCPTuH723XBVfs9BmMMqDmzyWmp { width:19.875rem;height:19.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoATl28WCgrXX8IAdJ4FKbTi2NUvJ9oX { width:20rem;height:5.0625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Bb09wrsXtM9sVRG8HKnqRgxKmFP8DB { display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:20rem;height:169rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:20rem;height:6.75rem;top:2.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:19.875rem;height:14.5rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:14rem;height:4.5rem;top:13.3125rem;left:3.0000000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:16.375rem;height:4.5rem;top:18.4375rem;left:1.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:19.875rem;height:12.4375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:15.4375rem;height:3rem;top:33.0625rem;left:2.2812500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:19.875rem;height:12.25rem;top:39.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:19.875rem;height:13.75rem;top:53.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITwZpDc3lc0v2luqmQSwaglowU5kpJy { width:16.4375rem;height:4.5rem;top:27.8125rem;left:1.7812500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvZPCIHxBhMiPSD4PFeqws8Fi41pR7s { width:17.3125rem;height:4.5rem;top:41.25rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEZtaTBPMRfSsKxhHe9624aS1s4kL4E { width:15.3125rem;height:4.5rem;top:47rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0O2L4G2cdOGLrL3FHlSKonffaoksK { width:15rem;height:4.5rem;top:55rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqDt9LD4Byrl2Hvw34dg974ygqi3fSTv { width:15rem;height:4.5rem;top:60.4375rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHNJ83H6u98moAlltt9DwdBKDCKOGFwW { width:20rem;height:25.0625rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK7S12TozQu0dTpitAwKQHK8SqJfxwFa { width:20rem;height:27.0625rem;top:95.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZJC0RTiycIyPQZE6JoNhzywbh1WyVs { width:20rem;height:20rem;top:122.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPPh6fzQKbO0f61h7XnHf1JsRl5gJnST { width:20rem;height:26.8125rem;top:142.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb { display:block; }#bTgI2BrAXiZmdrPr0rXiMg4fbJclBgGb > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EavktUIfDTbQbcFRWJCDZ8XzcLK3rc6O { width:20rem;height:9rem;top:1.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXU0Ai3IJwit5sG3hiSVhiSfqCXhVgOJ { width:19.5625rem;height:20.71875rem;top:40.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8KIhHrb3CnmvVldW9MgplBTESsofmWZ { width:20rem;height:5.375rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaXtJdr7eviisZ7Wtle7Xg2711KrK4hN { display:block; }
 }@media only screen and (max-width: 763px) { #RLHJGf0tRbyPgCSr39U9n2Oy1huOMgRr { width:19.9375rem;height:23rem;top:13.062500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pROw2b7mgfhs0WFzCRfyfadBHxRKVLau { width:20rem;height:11rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFENO25zOgXpgL4JrkwlqOcbpooUP8SX { width:20rem;height:11rem;top:95.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhmZ6TZqT03GtZGT7FBsszAvVu0yrPX { width:20rem;height:10.3125rem;top:71.6875rem;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) { #AOfrylwwH1sJnZ2LJ316UpOS5TKagrtl { display:flex;width:1.3125rem;height:1.3125rem;top:69.4375rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #xG928AllbTEM4D0JMP29XBZ5Zaw9gsmV { display:flex;width:1.3125rem;height:1.3125rem;top:69.4375rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #aoPBCLH0vDm0npShiibMLqneMfsxdwhW { display:flex;width:1.3125rem;height:1.3125rem;top:69.4375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #tqeGbZJaehWtGWH3z4XXMEGsn30NIiLO { display:flex;width:1.3125rem;height:1.3125rem;top:69.4375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #kzgQZZeuH9Z0cGfaBrsC41l70IaZOJGT { display:flex;width:1.3125rem;height:1.3125rem;top:69.4375rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #z13a5lSDr9TpqgfLwpB4UCgF5yb5mwno { width:9.6875rem;height:2.25rem;top:36.862500190735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:20rem;height:3.75rem;top:4.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I8ABa908XvSTAn5WUR4egaiAyUCCHKBk { width:19.9375rem;height:5.375rem;top:11.7216796875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMT8vAlcXpIToNd8fNJtZLrxdfWFS7nE { display:block; }
 }@media only screen and (max-width: 763px) { #LHIHLnAhRNcQgUZBeeKOa4m47OkBNMg0 { width:20rem;height:4.125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRvZKehLTSImxl6lBPLbJluVmiwr0Pf { width:18.5rem;height:3.3rem;top:6.8466796875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 { display:block; }#GlSMcMlHeDJ3KvhdIlILFR4bvncDXCE0 > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtrGxoqRgQSL2ZxzlXfaezcsr2kEehqi { width:20rem;height:10.9375rem;top:7.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSXllkacW9hy6GwBoGpgSsBPWhxXDucz { width:11.875rem;height:4.6875rem;top:1.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveFSgtsnEgmCLlGhVqvIho4zJCM6Il5 { width:20rem;height:2.4rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE { display:flex;width:2.25rem;height:2.25rem;top:32.75rem;left:7.3750005364419rem; }
#pAiJuAO9bJa6JvcfV0osb4RCzW38IJTE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch { display:flex;width:2.375rem;height:2.375rem;top:32.6875rem;left:10.312500536442rem; }
#PkqfUBUEw9vTaB9zWzaafBUiMZ20Mcch > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #iSFuvxPgZVi4mDKDPP9aofTIkvQw4OQA { width:20rem;height:10.9375rem;top:8.125rem;left:0rem;z-index:15044;display:block; }
 }