.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:253,242,238;--color-primary-1:250,182,178;--color-primary-2:246,191,168;--color-primary-3:250,155,155;--color-primary-4:49,38,34;--color-secondary-0:255,255,255;--color-secondary-1:234,234,234;--color-secondary-2:143,143,143;--color-secondary-3:86,86,86;--color-secondary-4:69,68,68;--color-tertiary-0:255,255,255;--color-tertiary-1:127,127,127;--color-tertiary-2:102,102,102;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container { background-color: transparent; background-image: none; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container > .video-iframe-container { display: none; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row > .video-iframe-container { display: none; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .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); }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container { border-width: 0; border-radius: 0; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:block; }#XfURdrW4a5mPN7pmBGhp7AH1bs7QvlcL { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(236,130,130,0.5);top:0.125rem;left:8.90625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d73fda1c-aa08-475a-90ac-54cf7dac62b2/paolacanelainiciodesktop.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.adaptive-delivery-prevent-bg, #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.lazyload, #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.lazyloading { background-image: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { background-color: transparent; background-image: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container > .video-iframe-container { display: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row > .video-iframe-container { display: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .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); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { border-width: 0; border-radius: 0; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:60rem;position:relative;display:block; }#CRkrqEiHTfiM6N51BElrgJlKufUocsau { color:rgba(var(--color-tertiary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:19.5625rem;left:0rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oHp6S5wuCn9e5gHyvBFqnbBFNFVnu66t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42rem;left:5.53125rem;display:block; }
#SI1MSDtXJ3hbnhbez5eUMLSMkLAdbgbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcV7c57Li56mmN8PKZsnG6KpypbTFB5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.375rem;left:55.1875rem;display:none; }
#wv6ODTNlIrhg0BOzvaoe2MiWcXhTDB01 { color:#4f4f4f;display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:27.875rem;left:0rem;height:11.81153125rem;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;text-align:center;text-align-last:center;display:block; }
#EhdvJqkRTFEDudVnXIHZ8fX1flbQTIaK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:12.8125rem;top:1.6237570047379rem;left:0rem;overflow:hidden;display:none; }
#XQTGxdZpAhCEZ0qVl69DbevWqFmNf3nV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.0625rem;top:4.9375rem;left:8.46875rem;overflow:hidden;display:block; }
#tuDFhubvFhemindXnUnJwAWx9FFafP9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container { background-color: transparent; background-image: none; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container > .video-iframe-container { display: none; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row > .video-iframe-container { display: none; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .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); }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container { border-width: 0; border-radius: 0; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#mUwEuVIWePOFioI6PaxBaJOUaas7lUHe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:12.65625rem;left:34.0625rem;overflow:hidden;display:block; }
#rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.1875rem;left:27.75rem; }
#rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk > img { max-width: 100%;max-height:100%; width:4.8125rem; height:4.8125rem; }#TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.1875rem;left:21.875rem; }
#TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#MgQoGDv824FOmNJNbFooVzzf1AgdsZLn { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:6.3125rem;left:8.625rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container { background-color: transparent; background-image: none; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container > .video-iframe-container { display: none; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row > .video-iframe-container { display: none; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .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); }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container { border-width: 0; border-radius: 0; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#DMs8g7NRxiqVQPLi78BvwWl0LMZRNcKX { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:8.25rem;left:32.9375rem;height:5.5rem;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; }
#g1bbvpmbLfTkXZsNGXr4VfKPxh4knnac { color:rgba(var(--color-tertiary-1),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:21.25rem;left:32.9375rem;height:10.1220625rem;font-style:normal;display:block; }
#DNnc8FHe5UQS4bMKBQktW0yXmBdqnfDy { color:#6d6d6d;display:block;width:16.4375rem;position:absolute;font-family:"prestige signature script";font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.4375rem;left:32.9375rem;height:5.6875rem;font-style:normal;display:block; }
#aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4bf2a484-3fa3-47e1-a20d-253080ac046e/paolacanelabiofoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:24.6875rem;top:9.5rem;left:1.125rem;display:block; }#aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR.adaptive-delivery-prevent-bg, #aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR.lazyload, #aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR.lazyloading { background-image: none; }
#NpO0ecwT6IwTVCoezlU5C1vkpCg2zVgJ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.75rem;left:32.9375rem;height:5.90625rem;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; }
#t9459EEVdr4Rs5gLbQ6TCzUTleeenaGx { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:31.5625rem;width:26.9375rem;top:8.25rem;left:0rem;display:block; }
#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/b545ffb4-9d1e-48d4-bb67-c90d4090c1a7/paolacanelamicroblading01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.adaptive-delivery-prevent-bg, #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.lazyload, #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.lazyloading { background-image: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { background-color: transparent; background-image: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container > .video-iframe-container { display: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row > .video-iframe-container { display: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .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); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { border-width: 0; border-radius: 0; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#cyLO5OOEklSh0MWo4CQVFRQoNx5lw76T { color:rgba(var(--color-tertiary-1),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:3;letter-spacing:0;top:31.0625rem;left:35rem;height:3.9375rem;font-style:normal;display:block; }
#vghGErThpBm0zxbHLA7LSDk48V7z3SRi { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11rem;left:30.3125rem;height:3.29980625rem;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; }
#qkuDXUkITrc0M8gR5nkpq1bodBTwMqLk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:44.8125rem;left:30rem;display:block; }
#Bsn3Z2BA75PNv1BTCwoFHRn37ygtR7Wc { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:31.125rem;left:30rem;display:block; }
#A2F6sdwvrOLcJsNhpwt3B5NDsPpS7Ub2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:35.625rem;left:30.125rem;display:block; }
#hfIORyHxwTVDLNZqCAcazGmKFw8e8afF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:40.125rem;left:30rem;display:block; }
#TTMlvRcBXlV0CC1pz5ESTcz2Bnnc6qSO { color:rgba(var(--color-tertiary-1),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:16.3125rem;left:30.3125rem;height:12.1465rem;font-style:normal;display:block; }
#TOxHXKQJFiONKZ0USJpEuo9x9BJ12A3a { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:31.875rem;left:30.75rem;overflow:hidden;display:block; }
#Bp0kD30HQ35QVzuJslHspagfsyCS1rcr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:36.25rem;left:31.0625rem;overflow:hidden;display:block; }
#a4emBv4rbOBDfqtRtW7IW7478CI1MEqJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:40.875rem;left:30.75rem;overflow:hidden;display:block; }
#nG7ATqIe1XrQLWOxZUpEc08ZrmpKd70e { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:45.375rem;left:30.8125rem;overflow:hidden;display:block; }
#HbKARGBJKnXGAG8n6MobiFBnrTOGtMzc { color:rgba(var(--color-tertiary-1),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:3;letter-spacing:0;top:35.5625rem;left:35.125rem;height:3.9375rem;font-style:normal;display:block; }
#ENvlXKg8foQdqUDb5FdpXwsyv7QLd2ki { color:rgba(var(--color-tertiary-1),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:3;letter-spacing:0;top:40.0625rem;left:35.125rem;height:3.9375rem;font-style:normal;display:block; }
#pK1wfEFTvwXoBWhEFvFu0XIKHqHDaHdx { color:rgba(var(--color-tertiary-1),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:3;letter-spacing:0;top:44.75rem;left:35.125rem;height:3.9375rem;font-style:normal;display:block; }
#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT { position:relative;display:block; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT { background-color: transparent; background-image: none; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container > .video-iframe-container { display: none; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row > .video-iframe-container { display: none; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .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); }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT { border-width: 0; border-radius: 0; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a77c922-3194-47b7-87aa-0cde389f12c3/920bce9166864629a36e5a8805360766_phibrowstreatment.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:22rem;top:8.1875rem;left:5.9375rem;display:block; }#RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.adaptive-delivery-prevent-bg, #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.lazyload, #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.lazyloading { background-image: none; }
#T6aFmZfG2K0vFdCgC2C2wXUGvMM4lUes { color:#373737;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:41.0078125rem;left:3.09375rem;height:10.683625rem;font-style:normal;display:block; }
#RfVPSTTVV9bIxtKflUTZxLUXxPsqypqF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.5rem;top:8.0625rem;left:32.125rem;overflow:hidden;display:block; }
#dJLome5KSbGXvEUfSSDzGO3rQxwqsdTS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:20.0625rem;top:43.3203125rem;left:38.5rem;overflow:hidden;display:block; }
#cmhIfAme97zgZScy7PfKXJliSbO1Sssu { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3719d397-bcb0-4d08-a63a-4684449bc872/delineado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:22rem;top:20.9375rem;left:31.875rem;display:block; }#cmhIfAme97zgZScy7PfKXJliSbO1Sssu.adaptive-delivery-prevent-bg, #cmhIfAme97zgZScy7PfKXJliSbO1Sssu.lazyload, #cmhIfAme97zgZScy7PfKXJliSbO1Sssu.lazyloading { background-image: none; }
#UopBEzh4i9D2z5hht1QqpTWGr7XU69FB { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:30.75rem;width:23.9375rem;top:7rem;left:5rem;display:block; }
#d7fLwLkVsqW5J5aTSI1VQJs9lH2ckRJi { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:30.75rem;width:23.9375rem;top:19.875rem;left:30.9375rem;display:block; }
#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container { background-color: transparent; background-image: none; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container > .video-iframe-container { display: none; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row > .video-iframe-container { display: none; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .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); }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container { border-width: 0; border-radius: 0; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#XmRHe5fBvUssCaf1dzGIUI05SFdkCmOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.462890625rem;left:11.34375rem;height:2.887075rem;font-style:normal;text-align:center;text-align-last:center;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; }
#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Tc_4PdN-Fq0/unsplash/milad-fakurian-Tc_4PdN-Fq0-photo-1600172454284-934feca24ccd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg.adaptive-delivery-prevent-bg, #np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg.lazyload, #np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg.lazyloading { background-image: none; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container { background-color: transparent; background-image: none; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container > .video-iframe-container { display: none; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row > .video-iframe-container { display: none; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .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); }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container { border-width: 0; border-radius: 0; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg::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; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container { font-size:0.875rem;font-family:arial;height:117.6875rem;width:60rem;position:relative;display:block; }#ApUfwSEORPAhu8V4az7NHZXTtgXzJxx3 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:51.1875rem;left:29.125rem;height:6.75rem;font-style:normal;display:block; }
#JNr2yQcJGKkF1p84L9ToFdmyMZyuc22r { color:rgba(var(--color-tertiary-1),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:68.1875rem;left:5rem;height:32.3965875rem;font-style:normal;display:block; }
#ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49dd2719-3725-459c-b508-3add2d7da9d3/microblading.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:23.9375rem;top:6.5625rem;left:2.8125rem;display:block; }#ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.adaptive-delivery-prevent-bg, #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.lazyload, #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.lazyloading { background-image: none; }
#SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61425cec-925f-4d9e-b298-8276fdbd9d26/laminadodecejas011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:24.8125rem;top:66.1875rem;left:32.625rem;display:block; }#SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.adaptive-delivery-prevent-bg, #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.lazyload, #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.lazyloading { background-image: none; }
#gP7fmwsJxxDlXlD5t6ketVi6eGv3OrvT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:51.125rem;width:32.75rem;top:62.9375rem;left:2.625rem;display:block; }
#BB9fNZaDoegPsXHmdTUtT9gA2mqnoU2L { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:57.25rem;width:33.625rem;top:3.75rem;left:23.875rem;display:block; }
#Dx9DVpLwpRLVq4icb5APSBf8URoEdBWX { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:6.5625rem;left:29.125rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#mzsl2Txq2zI8b1LgDZ01XNfpEwTlTBJs { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:64.25rem;left:5rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/904dd5e4-9f91-40f1-87d5-070a17976c8c/punteadopestanas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:23.9375rem;top:29.1875rem;left:2.8125rem;display:block; }#Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.adaptive-delivery-prevent-bg, #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.lazyload, #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.lazyloading { background-image: none; }
#SqNrF1tUxCO98NuivImoH8BsmKxUDobR { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/06df7e4e-9ab1-4069-960a-10d260cd004a/hennacejas.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:24.8125rem;top:89.5625rem;left:32.625rem;display:block; }#SqNrF1tUxCO98NuivImoH8BsmKxUDobR.adaptive-delivery-prevent-bg, #SqNrF1tUxCO98NuivImoH8BsmKxUDobR.lazyload, #SqNrF1tUxCO98NuivImoH8BsmKxUDobR.lazyloading { background-image: none; }
#TMFzLdFDdy7b0QQoihBP8KQ8ynzsixWd { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:10.6875rem;left:29.125rem;height:6.75rem;font-style:normal;display:block; }
#lEa4SqaVwab8lsLASPd1Bbn4BeBrl9s6 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:21.53125rem;left:29.125rem;height:5.0625rem;font-style:normal;display:block; }
#fsUmXt6cQFthZp6K7SziiOPJqrbSCDUc { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:17.75rem;left:29.125rem;display:block; }
#BTtXp5x5VkzVR8nxhLq8hiu2UU2DSTk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#om5VOZD2A4ex1FKKZenZ7BlfA36PJDwI { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:27rem;left:29.125rem;display:block; }
#pO8GZXlgmgM3XA7Kgk2yzxZcLgzsGZCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9feihH9nmscWZPtDboUEu13QsBqoTrO { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:30.875rem;left:29.125rem;height:5.0625rem;font-style:normal;display:block; }
#nMTUVR87QZ1fXEqTgTnDvUk3mTuLumA5 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:36.375rem;left:29.125rem;display:block; }
#Rnp7FTCe785kx1nsyGmWKJFpv0caJTtO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTBL674p0S1J8E1yaNIzP0ayx0kHyZ6y { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:40.1875rem;left:29.125rem;height:6.75rem;font-style:normal;display:block; }
#cTV06ATpv5QE9T5o6x4TUz8ZGs6kLoSI { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:47.3125rem;left:29.125rem;display:block; }
#kQUzW8O1noSndnW17bwNsPczi2idW0iL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBHTgL5n2TANlnpE6bnacmP5IVTsPHBz { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:102.625rem;left:5.0625rem;height:8.4375rem;font-style:normal;display:block; }
#KhJMdxzmidg0hGPpkicEezmCQ4CWw9CS { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:98.9375rem;left:5rem;display:block; }
#K8C38oGXSsLLAsUNrNC0B9CU6rO5yaDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1x06XfMVWCnHZq06FfF9ebEAbgyiXrB { position:absolute;display:block;z-index:15037;height:11.25rem;width:20.125rem;top:2.34375rem;left:2.8125rem;display:block; }
#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Tc_4PdN-Fq0/unsplash/milad-fakurian-Tc_4PdN-Fq0-photo-1600172454284-934feca24ccd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6.adaptive-delivery-prevent-bg, #daf9ekAFzGE5woRR3m6o85rNp64wMgR6.lazyload, #daf9ekAFzGE5woRR3m6o85rNp64wMgR6.lazyloading { background-image: none; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container { background-color: transparent; background-image: none; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container > .video-iframe-container { display: none; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row > .video-iframe-container { display: none; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .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); }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container { border-width: 0; border-radius: 0; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6::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; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#zHqyBpDkx2vcmcHE8WHqx7TgHFzm6Ekm { color:rgba(var(--color-tertiary-1),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:15.5625rem;left:30.75rem;height:3.375rem;font-style:normal;display:block; }
#TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/048f3d10-b001-403c-ae37-2f4e61720af5/cuanto_dura_el_lifting_de_pestanas_51253_600.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:26.0625rem;top:7.3125rem;left:2.8125rem;display:block; }#TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.adaptive-delivery-prevent-bg, #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.lazyload, #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.lazyloading { background-image: none; }
#XXaIkv36bEfwQSPZRNh2g8zURX2phCWn { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:28rem;width:32.75rem;top:4.5rem;left:24.4375rem;display:block; }
#Ji7dONBKR37DtmEeTVCaQvW0KO5EGppi { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:11.25rem;left:30.5rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#id3PWcsHoekr1xEbTdGtiZx1LSyW5mxB { color:rgba(var(--color-tertiary-1),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:22.6875rem;left:30.75rem;height:5.0625rem;font-style:normal;display:block; }
#ybILFgaS1c5aXUJy3T2WcG5nv1hl1cCQ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#373737;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:19.1875rem;left:30.75rem;display:block; }
#R8ccHiB5qsmkwINyNq7R1GkkqCGW4rbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Tc_4PdN-Fq0/unsplash/milad-fakurian-Tc_4PdN-Fq0-photo-1600172454284-934feca24ccd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy.adaptive-delivery-prevent-bg, #yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy.lazyload, #yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy.lazyloading { background-image: none; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container { background-color: transparent; background-image: none; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container > .video-iframe-container { display: none; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row > .video-iframe-container { display: none; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .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); }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container { border-width: 0; border-radius: 0; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy::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; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;position:relative;display:block; }#SwIT3eigLl6AeabEn57l3eevOqIp8lhZ { color:rgba(var(--color-tertiary-1),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:45.6875rem;left:32.625rem;height:6.75rem;font-style:normal;display:block; }
#kBy1nrzOnhkTWy6Ckk1p5SO15NvQ9Aw0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.08) ;height:28.3125rem;width:31.625rem;top:33.8125rem;left:25.0625rem;display:block; }
#SwMPguCK007yAmPaxBCqqkntQQwIEUrJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:29.375rem;width:32.75rem;top:0.1875rem;left:2.875rem;display:block; }
#XsiaTMBI7Z66MioS9keMiBCB7bR4VMNA { color:rgba(var(--color-tertiary-1),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.8;letter-spacing:0;top:4.375rem;left:7rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#H0Rs1dOwX62DE1XeMgziHGQH8BORQmBr { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:9.375rem;left:7.1875rem;height:15.1875rem;font-style:normal;display:block; }
#EeQcf1dPncUZvx0RfTLtClnTlc81ms0Z { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:41.8125rem;left:32.625rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e001ff8d-6f2a-4e26-9ae0-5058a162deae/maquillaje.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:24.6875rem;top:3rem;left:32.4375rem;display:block; }#FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.adaptive-delivery-prevent-bg, #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.lazyload, #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.lazyloading { background-image: none; }
#eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b789020-af35-4383-acb7-e3fd996c5ce6/depilacion.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:27rem;top:36.125rem;left:3.375rem;display:block; }#eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV.adaptive-delivery-prevent-bg, #eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV.lazyload, #eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV.lazyloading { background-image: none; }
#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container { background-color: transparent; background-image: none; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container > .video-iframe-container { display: none; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row > .video-iframe-container { display: none; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .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); }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container { border-width: 0; border-radius: 0; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#UrhbBuWUUrnBMymlvOv8KRpcCBCle5Q7 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:27.9368125rem;width:29.375rem;top:10.74929523468rem;left:30.624996185302rem;display:block; }
#reFKyJoMDysBO3ItIWkMs3WqWJonBV36 { color:rgba(var(--color-tertiary-3),0.7);display:block;width:24.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:22.249650239944rem;left:32.935901641846rem;height:6rem;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; }
#rmNyUVldTMauepuOPXygOpO5sWSNZkXg { color:rgba(var(--color-tertiary-3),0.5);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.061440229416rem;left:33.124111175537rem;height:1.46218125rem;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; }
#vc4MdMN0N96PHyI4Jk85fAU21B21ebrT { color:#5f5f5f;display:block;width:24.74875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:13.52362036705rem;left:32.935901641846rem;height:5.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; }
#DuLPDz7xFzs8Sf64EJMTi7qvAQw6io0t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:42.0625rem;top:7.611328125rem;left:0rem;overflow:hidden;display:block; }
#iUx00yRUSIFQFPWrDrn8w7NXhUtXHsoP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.5rem;left:34.4375rem;height:1.29980625rem;display:block; }
#d3TIkcvkstlloZ1RHD7RQnP9ZXCko7tc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.4375rem;left:42.6875rem;height:1.29980625rem;display:block; }
#Lf2N1kTF87lJC06NC7XRyFqbJTuA8k0b { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.4375rem;left:51.125rem;height:1.29980625rem;display:block; }
#KtUH74qPaTh5XvBKJhttlPXZTZ1VHLHz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4c4c4c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:25.1875rem;top:27.625rem;left:32.75rem;display:block; }
#kobpzEEdHq0plNOl8QNGQEO68faOkveJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:31.25rem;left:32.3125rem; }
#BOJ8WD3c1g93227giJrMhc3Pnk9kOLNF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.3681640625rem;left:41rem; }
#WGu9SgbWV6zqWHdVQWggt1rB0XgrXUl4 { 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:15017;opacity:1;top:31.4306640625rem;left:49.59375rem; }
#TsVCKJDvHDEN9rhLsGvcIo8nKEqXGIMx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.1611328125rem;left:32.5rem;height:1.29980625rem;font-style:normal;display:block; }
#A7dhXDVZKn1Q9EdeBI9aJcyMe304tBUr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:33.07421875rem;left:41.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#uSgiLUS3CJVWPSfstWoC0NLnblHiQfXm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.07421875rem;left:49.96875rem;height:2.5996125rem;font-style:normal;display:block; }
#f3KWoaTCvvoDyonq3AdC40A3lqWncVqF { color:#515151;display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.718577623368rem;left:32.935901641846rem;height:1.7871125rem;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; }
#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container { background-color: transparent; background-image: none; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container > .video-iframe-container { display: none; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row > .video-iframe-container { display: none; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .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); }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container { border-width: 0; border-radius: 0; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;position:relative;display:block; }#gHru2Ul6eof16tgqy689GPVZ8NTRetAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.1640625rem;left:0rem;height:4.462rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1o54hMXoF8IkdV6gvGnGQItPieeGZwM { color:rgba(var(--color-tertiary-1),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:9.65625rem;left:0rem;height:10.68359375rem;font-style:normal;display:block; }
#yfkCAconZMursIveEVgqQNSrwInlTizP { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:22.9248046875rem;left:0rem;height:3.19921875rem;font-style:normal;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-form-header {  }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-secondary-0),1);font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.25rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:24.8125rem;height:4.3125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.81);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.81);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.81);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.81);font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.4375rem;overflow:hidden;font-style:normal; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-container:first-of-type{padding-top:0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-container:last-of-type{padding-bottom:0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.28125rem;left:32.6875rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk {display:block;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.28125rem;left:32.6875rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #NAPwOCCBReTsvuVbIJT25mPBdtp6CJxG { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zhWX7G4H6J5F7KVFGSEEOrGh758rRxTV { position:relative;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #l30bcVHNX9DQno4P1FIgbc8nn23TZe8r { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #PSiDa1dW2nbpCc5r3hTesu0tkTQvWbrD { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #OacwDJ2WQFp9NsUTrZgUrTl4FwyKHzn6 { position:relative;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #CRf8Uv9G2aRE7CnZMZTVNvAGZr1Edhek { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #z1eQl9pK4aSLhaRToIfSRulsEf3CUfkc { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Osl4y4M797ec98E8V4Fxh6rsl6yHSsfH { position:relative;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Z6FEo7ddMiNILCbiEwsUQkuMNs4ahrf4 { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #b7oOWt4cfrV5UFJNZhiOa28rTl8sB19H { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #UvoplBTdhluaeyeKVHQT6JT5h6BQ6xxr { position:relative;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #RlcCoAchrHhDe0P1uxE9kFcuTWaUShFA { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #ksTeQ5iI8ZCn5JXprFc2JTu3TPnL7ikz { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #t6teDC2tuBuEE3bD0GOBgFQxo9XmZLAB { position:relative;display:block; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #I9EztmMde6O5SlyvpOhgxCNdxNoQM1T6 { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zLDeWG422tXkRUVLRdT5GSXKefB0W8Vs { position:relative; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #E1k8AZwSPkDcmk42l1pfmlab5pF6nOFT { position:relative; }
#Gs0V9gP8WTVkW1xNtXkLSOTobyWnB1rR { position:absolute;display:block;z-index:15008;height:8.4375rem;width:27.9375rem;top:26.1240234375rem;left:0rem;display:block; }
#B2o8E64aovhHafvLA1FOXeaMa7EaTUhH { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:52.5rem;left:2.6875rem;height:1.9121125rem;font-style:normal;display:block; }
#XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:52.375rem;left:0rem; }
#XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:52.5rem;left:27.0625rem; }
#Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#dfx9KVAKrTQcqWf9wK4o5a9pynbSUHHv { color:rgba(var(--color-tertiary-1),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:52.375rem;left:30rem;height:2.13671875rem;font-style:normal;display:block; }
#MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:52.3125rem;left:52.3125rem; }
#MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:52.3125rem;left:55.3125rem; }
#WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Vv10w8m7RJQnKgAg62iu1BQInE9A0lQ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:52.4375rem;left:58.125rem;overflow:hidden;display:block; }
#kQXFhQiq65y0GP1hg4suwgTw9Mp6itDF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:40.875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#naIBv9Cw6dUL3uIg61frQRcKiGWEEAx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:40.875rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#UQVs6rUNtt0RsIIBubtr6OgweAsQe848 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:40.875rem;left:23.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#IQoGFbEKU65FpApucdgxQKu2ngk4PgDH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:40.875rem;left:33.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#JlWm0Usbx65TuX65zcmAwLQ1ySZQxgJI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:40.875rem;left:42.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#JOzgClW7HE3xclRa9dNH1sR3o1nH2fn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:40.875rem;left:54.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#h61k27XxXUPbJ9m02a0FJXbEbmrPflGp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:43.1875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#ACDxR10xyXlZQd9by94W2wcpcqyyKdcD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:43.1875rem;left:16.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#pVLh5NLfLxrF9f1DBDarUvCTsCczeO91 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:43.1875rem;left:30.375rem;height:1.29980625rem;font-style:normal;display:block; }
#iOkTOU5IlzpNVkxqsVlOTvD5OMquNT6X { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.1875rem;left:47.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ckKgrqpFeT7FdTURPvcLMVhgitWiu9sf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:45.75rem;left:14.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#snbZlDrhBupCyzWTP91miTwemF5ayvWD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:45.75rem;left:27.375rem;height:1.29980625rem;font-style:normal;display:block; }
#f1VzsKqEN5AzIUpEIpLCsbhbOSvxNq7M { position:absolute;display:block;z-index:15039;height:4.6875rem;width:14.375rem;top:1.625rem;left:45.625rem;display:block; }
#b0HT8fuwtM0oKyd0yIrpXBBKoy6QmIxF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:45.75rem;left:41.375rem;height:1.29980625rem;font-style:normal;display:block; }
#Mfv3rA8oe56qwN8iBDk66J0Nngwxqxp7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:45.75rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container { background-color: transparent; background-image: none; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container > .video-iframe-container { display: none; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row > .video-iframe-container { display: none; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .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); }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container { border-width: 0; border-radius: 0; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#wXMuHlMwAVMKR4Rx6EAMSI42PMOSZ4Nb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.193359375rem;left:0rem;height:1.0556625rem;font-style:normal;display:block; }
#Ixp82mZQkm1rmKMgZru9USNtegzA4WzT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.193359375rem;left:47.5rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 { display:block; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfURdrW4a5mPN7pmBGhp7AH1bs7QvlcL { top:0.125rem;left:2.78125rem;width:42.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp { display:block; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRkrqEiHTfiM6N51BElrgJlKufUocsau { top:19.5625rem;left:0rem;width:29.625rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHp6S5wuCn9e5gHyvBFqnbBFNFVnu66t { width:18.9375rem;height:4.375rem;top:42rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1MSDtXJ3hbnhbez5eUMLSMkLAdbgbN { display:block; }
 }@media only screen and (max-width: 763px) { #JcV7c57Li56mmN8PKZsnG6KpypbTFB5C { top:2.375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv6ODTNlIrhg0BOzvaoe2MiWcXhTDB01 { top:27.875rem;left:0rem;width:29.5625rem;height:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhdvJqkRTFEDudVnXIHZ8fX1flbQTIaK { top:1.5625rem;left:0rem;width:12.8125rem;height:13.2493125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQTGxdZpAhCEZ0qVl69DbevWqFmNf3nV { top:4.9375rem;left:5.40625rem;width:13.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuDFhubvFhemindXnUnJwAWx9FFafP9z { display:block; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUwEuVIWePOFioI6PaxBaJOUaas7lUHe { top:12.625rem;left:27.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk { top:12.1875rem;left:21.625rem;width:4.8125rem;height:4.8125rem;display:block; }
#rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk > img { max-width: 100%;max-height:100%; width:4.8125rem; height:4.8125rem; } }@media only screen and (max-width: 763px) { #TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi { top:12.1875rem;left:15.75rem;width:4.6875rem;height:4.6875rem;display:block; }
#TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #MgQoGDv824FOmNJNbFooVzzf1AgdsZLn { top:6.3125rem;left:2.5rem;width:42.75rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM { display:block; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMs8g7NRxiqVQPLi78BvwWl0LMZRNcKX { top:8.25rem;left:20.875rem;width:26.875rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1bbvpmbLfTkXZsNGXr4VfKPxh4knnac { top:21.25rem;left:20.6875rem;width:27.0625rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNnc8FHe5UQS4bMKBQktW0yXmBdqnfDy { top:33.4375rem;left:23.875rem;width:16.4375rem;height:5.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR { top:9.5rem;left:0rem;width:24.6875rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpO0ecwT6IwTVCoezlU5C1vkpCg2zVgJ { top:14.75rem;left:21.9375rem;width:25.8125rem;height:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9459EEVdr4Rs5gLbQ6TCzUTleeenaGx { width:26.9375rem;height:31.5625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK { display:block; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyLO5OOEklSh0MWo4CQVFRQoNx5lw76T { top:31.0625rem;left:24.0625rem;width:23.6875rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vghGErThpBm0zxbHLA7LSDk48V7z3SRi { top:11rem;left:19.3125rem;width:28.4375rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkuDXUkITrc0M8gR5nkpq1bodBTwMqLk { top:44.8125rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsn3Z2BA75PNv1BTCwoFHRn37ygtR7Wc { top:31.125rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2F6sdwvrOLcJsNhpwt3B5NDsPpS7Ub2 { top:35.625rem;left:24rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIORyHxwTVDLNZqCAcazGmKFw8e8afF { top:40.125rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMlvRcBXlV0CC1pz5ESTcz2Bnnc6qSO { top:16.3125rem;left:18.0625rem;width:29.6875rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxHXKQJFiONKZ0USJpEuo9x9BJ12A3a { top:31.875rem;left:24.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0kD30HQ35QVzuJslHspagfsyCS1rcr { top:36.25rem;left:24.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4emBv4rbOBDfqtRtW7IW7478CI1MEqJ { top:40.875rem;left:24.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG7ATqIe1XrQLWOxZUpEc08ZrmpKd70e { top:45.375rem;left:24.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbKARGBJKnXGAG8n6MobiFBnrTOGtMzc { top:35.5625rem;left:22.875rem;width:24.875rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvlXKg8foQdqUDb5FdpXwsyv7QLd2ki { top:40.0625rem;left:22.875rem;width:24.875rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK1wfEFTvwXoBWhEFvFu0XIKHqHDaHdx { top:44.75rem;left:22.875rem;width:24.875rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT { display:block; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh { top:8.1875rem;left:1.875rem;width:22rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aFmZfG2K0vFdCgC2C2wXUGvMM4lUes { top:41rem;left:0.03125rem;width:23.8125rem;height:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfVPSTTVV9bIxtKflUTZxLUXxPsqypqF { top:8.0625rem;left:23.875rem;width:21.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJLome5KSbGXvEUfSSDzGO3rQxwqsdTS { top:43.3125rem;left:27.6875rem;width:20.0625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmhIfAme97zgZScy7PfKXJliSbO1Sssu { top:20.9375rem;left:23.875rem;width:22rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UopBEzh4i9D2z5hht1QqpTWGr7XU69FB { width:23.9375rem;height:30.75rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fLwLkVsqW5J5aTSI1VQJs9lH2ckRJi { width:23.9375rem;height:30.75rem;top:19.875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD { display:block; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmRHe5fBvUssCaf1dzGIUI05SFdkCmOZ { top:2.4375rem;left:5.21875rem;width:38.6875rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg { display:block; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApUfwSEORPAhu8V4az7NHZXTtgXzJxx3 { top:51.1875rem;left:6.0625rem;width:25.6875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNr2yQcJGKkF1p84L9ToFdmyMZyuc22r { top:68.1875rem;left:0rem;width:25.8125rem;height:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72 { top:6.5625rem;left:0rem;width:23.9375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5 { top:66.1875rem;left:6.9375rem;width:24.8125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP7fmwsJxxDlXlD5t6ketVi6eGv3OrvT { top:62.9375rem;left:0rem;width:32.75rem;height:51.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9fNZaDoegPsXHmdTUtT9gA2mqnoU2L { top:3.75rem;left:0rem;width:33.625rem;height:57.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9DVpLwpRLVq4icb5APSBf8URoEdBWX { top:6.5625rem;left:11.75rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsl2Txq2zI8b1LgDZ01XNfpEwTlTBJs { top:64.25rem;left:0rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn { top:29.1875rem;left:0rem;width:23.9375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNrF1tUxCO98NuivImoH8BsmKxUDobR { top:89.5625rem;left:6.9375rem;width:24.8125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFzLdFDdy7b0QQoihBP8KQ8ynzsixWd { top:10.6875rem;left:6.0625rem;width:25.6875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEa4SqaVwab8lsLASPd1Bbn4BeBrl9s6 { top:21.5rem;left:6.0625rem;width:25.6875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsUmXt6cQFthZp6K7SziiOPJqrbSCDUc { width:13.25rem;height:2.75rem;top:17.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtXp5x5VkzVR8nxhLq8hiu2UU2DSTk3 { display:block; }
 }@media only screen and (max-width: 763px) { #om5VOZD2A4ex1FKKZenZ7BlfA36PJDwI { width:13.25rem;height:2.75rem;top:27rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO8GZXlgmgM3XA7Kgk2yzxZcLgzsGZCg { display:block; }
 }@media only screen and (max-width: 763px) { #F9feihH9nmscWZPtDboUEu13QsBqoTrO { top:30.875rem;left:6.0625rem;width:25.6875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTUVR87QZ1fXEqTgTnDvUk3mTuLumA5 { width:13.25rem;height:2.75rem;top:36.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnp7FTCe785kx1nsyGmWKJFpv0caJTtO { display:block; }
 }@media only screen and (max-width: 763px) { #tTBL674p0S1J8E1yaNIzP0ayx0kHyZ6y { top:40.1875rem;left:6.0625rem;width:25.6875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTV06ATpv5QE9T5o6x4TUz8ZGs6kLoSI { width:13.25rem;height:2.75rem;top:47.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUzW8O1noSndnW17bwNsPczi2idW0iL { display:block; }
 }@media only screen and (max-width: 763px) { #VBHTgL5n2TANlnpE6bnacmP5IVTsPHBz { top:102.625rem;left:0rem;width:25.6875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhJMdxzmidg0hGPpkicEezmCQ4CWw9CS { width:13.25rem;height:2.75rem;top:98.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8C38oGXSsLLAsUNrNC0B9CU6rO5yaDs { display:block; }
 }@media only screen and (max-width: 763px) { #G1x06XfMVWCnHZq06FfF9ebEAbgyiXrB { top:2.3125rem;left:0rem;width:20.125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daf9ekAFzGE5woRR3m6o85rNp64wMgR6 { display:block; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHqyBpDkx2vcmcHE8WHqx7TgHFzm6Ekm { top:15.5625rem;left:7.75rem;width:24rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp { top:7.3125rem;left:0rem;width:26.0625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXaIkv36bEfwQSPZRNh2g8zURX2phCWn { top:4.5rem;left:0rem;width:32.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7dONBKR37DtmEeTVCaQvW0KO5EGppi { top:11.25rem;left:11.75rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id3PWcsHoekr1xEbTdGtiZx1LSyW5mxB { top:22.6875rem;left:7.75rem;width:24rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybILFgaS1c5aXUJy3T2WcG5nv1hl1cCQ { width:13.25rem;height:2.75rem;top:19.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ccHiB5qsmkwINyNq7R1GkkqCGW4rbI { display:block; }
 }@media only screen and (max-width: 763px) { #yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy { display:block; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwIT3eigLl6AeabEn57l3eevOqIp8lhZ { top:45.6875rem;left:9.9375rem;width:21.8125rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBy1nrzOnhkTWy6Ckk1p5SO15NvQ9Aw0 { top:33.8125rem;left:0.125rem;width:31.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwMPguCK007yAmPaxBCqqkntQQwIEUrJ { top:0.1875rem;left:0rem;width:32.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsiaTMBI7Z66MioS9keMiBCB7bR4VMNA { top:4.375rem;left:0rem;width:23.875rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rs1dOwX62DE1XeMgziHGQH8BORQmBr { top:9.375rem;left:0rem;width:21.5rem;height:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQcf1dPncUZvx0RfTLtClnTlc81ms0Z { top:41.8125rem;left:11.75rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM { top:3rem;left:7.0625rem;width:24.6875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV { top:36.125rem;left:0rem;width:27rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 { display:block; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrhbBuWUUrnBMymlvOv8KRpcCBCle5Q7 { width:29.375rem;height:27.875rem;top:10.6875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFKyJoMDysBO3ItIWkMs3WqWJonBV36 { width:24.6875rem;height:5.9375rem;top:22.1875rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNyUVldTMauepuOPXygOpO5sWSNZkXg { width:24.375rem;height:1.4375rem;top:12rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4MdMN0N96PHyI4Jk85fAU21B21ebrT { width:24.6875rem;height:5.4375rem;top:13.5rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuLPDz7xFzs8Sf64EJMTi7qvAQw6io0t { width:42.0625rem;height:28.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUx00yRUSIFQFPWrDrn8w7NXhUtXHsoP { top:31.5rem;left:28.3125rem;width:5.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3TIkcvkstlloZ1RHD7RQnP9ZXCko7tc { top:31.4375rem;left:36.5625rem;width:5.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2N1kTF87lJC06NC7XRyFqbJTuA8k0b { top:31.4375rem;left:40.9375rem;width:6.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtUH74qPaTh5XvBKJhttlPXZTZ1VHLHz { top:27.625rem;left:22.5625rem;width:25.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kobpzEEdHq0plNOl8QNGQEO68faOkveJ { top:31.25rem;left:26.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJ8WD3c1g93227giJrMhc3Pnk9kOLNF { top:31.3125rem;left:34.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGu9SgbWV6zqWHdVQWggt1rB0XgrXUl4 { top:31.375rem;left:43.46875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVCKJDvHDEN9rhLsGvcIo8nKEqXGIMx { top:33.125rem;left:26.375rem;width:5.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dhXDVZKn1Q9EdeBI9aJcyMe304tBUr { top:33.0625rem;left:35.1875rem;width:6.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgiLUS3CJVWPSfstWoC0NLnblHiQfXm { top:33.0625rem;left:38.6875rem;width:9.0625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KWoaTCvvoDyonq3AdC40A3lqWncVqF { width:24.375rem;height:1.75rem;top:19.6875rem;left:23.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 { display:block; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHru2Ul6eof16tgqy689GPVZ8NTRetAZ { top:4.125rem;left:0rem;width:27.0625rem;height:4.4375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1o54hMXoF8IkdV6gvGnGQItPieeGZwM { top:9.625rem;left:0rem;width:29.8125rem;height:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfkCAconZMursIveEVgqQNSrwInlTizP { top:22.875rem;left:0rem;width:26.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-regular-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-textarea { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-button { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-checkbox-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk  { width:24.8125rem;height:auto;top:7.25rem;left:20.4375rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .radio-container { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk {display:block;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk { width:24.8125rem;height:auto;top:7.25rem;left:20.4375rem; }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #NAPwOCCBReTsvuVbIJT25mPBdtp6CJxG {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zhWX7G4H6J5F7KVFGSEEOrGh758rRxTV {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #l30bcVHNX9DQno4P1FIgbc8nn23TZe8r {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #PSiDa1dW2nbpCc5r3hTesu0tkTQvWbrD {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #OacwDJ2WQFp9NsUTrZgUrTl4FwyKHzn6 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #CRf8Uv9G2aRE7CnZMZTVNvAGZr1Edhek {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #z1eQl9pK4aSLhaRToIfSRulsEf3CUfkc {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Osl4y4M797ec98E8V4Fxh6rsl6yHSsfH {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Z6FEo7ddMiNILCbiEwsUQkuMNs4ahrf4 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #b7oOWt4cfrV5UFJNZhiOa28rTl8sB19H {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #UvoplBTdhluaeyeKVHQT6JT5h6BQ6xxr {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #RlcCoAchrHhDe0P1uxE9kFcuTWaUShFA {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #ksTeQ5iI8ZCn5JXprFc2JTu3TPnL7ikz {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #t6teDC2tuBuEE3bD0GOBgFQxo9XmZLAB {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #I9EztmMde6O5SlyvpOhgxCNdxNoQM1T6 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zLDeWG422tXkRUVLRdT5GSXKefB0W8Vs {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #E1k8AZwSPkDcmk42l1pfmlab5pF6nOFT {  }
 }@media only screen and (max-width: 763px) { #Gs0V9gP8WTVkW1xNtXkLSOTobyWnB1rR { top:26.0625rem;left:0rem;width:27.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2o8E64aovhHafvLA1FOXeaMa7EaTUhH { top:52.5rem;left:0rem;width:19.6875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d { top:52.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
#XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN { top:52.5rem;left:21.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
#Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #dfx9KVAKrTQcqWf9wK4o5a9pynbSUHHv { top:52.375rem;left:23.875rem;width:8.25rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ { top:52.3125rem;left:43.125rem;width:2.0625rem;height:2.0625rem;display:block; }
#MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy { top:52.3125rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Vv10w8m7RJQnKgAg62iu1BQInE9A0lQ7 { top:52.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQXFhQiq65y0GP1hg4suwgTw9Mp6itDF { top:40.875rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIBv9Cw6dUL3uIg61frQRcKiGWEEAx6 { top:40.875rem;left:6rem;width:13.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVs6rUNtt0RsIIBubtr6OgweAsQe848 { top:40.875rem;left:15.75rem;width:8.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQoGFbEKU65FpApucdgxQKu2ngk4PgDH { top:40.875rem;left:24rem;width:8.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlWm0Usbx65TuX65zcmAwLQ1ySZQxgJI { top:40.875rem;left:33.625rem;width:10.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOzgClW7HE3xclRa9dNH1sR3o1nH2fn4 { top:40.875rem;left:41.9375rem;width:5.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61k27XxXUPbJ9m02a0FJXbEbmrPflGp { top:43.1875rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDxR10xyXlZQd9by94W2wcpcqyyKdcD { top:43.1875rem;left:9.9375rem;width:13.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVLh5NLfLxrF9f1DBDarUvCTsCczeO91 { top:43.1875rem;left:23.875rem;width:15.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkTOU5IlzpNVkxqsVlOTvD5OMquNT6X { top:43.1875rem;left:35rem;width:12.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKgrqpFeT7FdTURPvcLMVhgitWiu9sf { top:45.75rem;left:11.625rem;width:12.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbZlDrhBupCyzWTP91miTwemF5ayvWD { top:45.75rem;left:8.9375rem;width:14.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1VzsKqEN5AzIUpEIpLCsbhbOSvxNq7M { top:1.625rem;left:33.375rem;width:14.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0HT8fuwtM0oKyd0yIrpXBBKoy6QmIxF { top:45.75rem;left:32.1875rem;width:13.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfv3rA8oe56qwN8iBDk66J0Nngwxqxp7 { top:45.75rem;left:2.9375rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo { display:block; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXMuHlMwAVMKR4Rx6EAMSI42PMOSZ4Nb { top:1.1875rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixp82mZQkm1rmKMgZru9USNtegzA4WzT { top:1.1875rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 { display:block; }#obTtC1qTloTuRrNFrX3H1PFXhm4F3a75 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfURdrW4a5mPN7pmBGhp7AH1bs7QvlcL { width:20rem;height:2.2734375rem;top:0.51171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c42f81a5-e164-44f5-b145-997e05bf0468/paolacanelainiciomovil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.adaptive-delivery-prevent-bg, #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.lazyload, #JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp.lazyloading { background-image: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { background-color: transparent; background-image: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container > .video-iframe-container { display: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row > .video-iframe-container { display: none; }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .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); }#JXiKXNesed11mqVQuOeK4x8Zn5vmsTNp > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRkrqEiHTfiM6N51BElrgJlKufUocsau { width:20rem;height:3.1621125rem;top:10.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHp6S5wuCn9e5gHyvBFqnbBFNFVnu66t { width:11.875rem;height:2.436525rem;top:21.5625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1MSDtXJ3hbnhbez5eUMLSMkLAdbgbN { display:block; }
 }@media only screen and (max-width: 763px) { #JcV7c57Li56mmN8PKZsnG6KpypbTFB5C { display:flex;width:2.0625rem;height:2.0625rem;top:38.6875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wv6ODTNlIrhg0BOzvaoe2MiWcXhTDB01 { width:20rem;height:6.49903125rem;top:14.3115234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EhdvJqkRTFEDudVnXIHZ8fX1flbQTIaK { width:10rem;height:10.3125rem;top:0rem;left:4.9991121888161rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XQTGxdZpAhCEZ0qVl69DbevWqFmNf3nV { width:4.3125rem;height:4.4375rem;top:2.0625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuDFhubvFhemindXnUnJwAWx9FFafP9z { display:block; }#tuDFhubvFhemindXnUnJwAWx9FFafP9z > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUwEuVIWePOFioI6PaxBaJOUaas7lUHe { width:4.125rem;height:4.125rem;top:16.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk { display:flex;width:4.75rem;height:4.75rem;top:16rem;left:2.1875rem; }
#rsUyII41fB8M0Mt72xGVgo7ESVwLnoPk > img { max-width: 100%;max-height:100%; width:4.75rem; height:4.75rem; } }@media only screen and (max-width: 763px) { #TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi { display:flex;width:4.6875rem;height:4.6875rem;top:16.0625rem;left:7.875rem; }
#TLyDRTXUOtJ8NA1uTh7aZBvyokHK26bi > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #MgQoGDv824FOmNJNbFooVzzf1AgdsZLn { width:20rem;height:9.347625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM { display:block; }#G82b3euxHi6P8W0Hnd3mwycxneH1Q5gM > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMs8g7NRxiqVQPLi78BvwWl0LMZRNcKX { width:20rem;height:6.597625rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1bbvpmbLfTkXZsNGXr4VfKPxh4knnac { width:18.8125rem;height:16.1953125rem;top:47.1796875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNnc8FHe5UQS4bMKBQktW0yXmBdqnfDy { width:16.4375rem;height:4.38743125rem;top:65.849609375rem;left:1.1875rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIAXD8KTL45UuvQafKaSJJI1yB4XqJAR { width:17.125rem;height:24.8125rem;top:10.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpO0ecwT6IwTVCoezlU5C1vkpCg2zVgJ { width:20rem;height:7.69925rem;top:39.1484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t9459EEVdr4Rs5gLbQ6TCzUTleeenaGx { width:18.8125rem;height:26.5rem;top:9.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/656e4d33-4669-4064-bc48-f78e24ce1703/paolacanelamicrobladingmobile.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.adaptive-delivery-prevent-bg, #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.lazyload, #UoutD4hFlzmNpoaWNtapSPw0f84PFVBK.lazyloading { background-image: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { background-color: transparent; background-image: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container > .video-iframe-container { display: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row > .video-iframe-container { display: none; }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .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); }#UoutD4hFlzmNpoaWNtapSPw0f84PFVBK > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyLO5OOEklSh0MWo4CQVFRQoNx5lw76T { width:11.4375rem;height:2.9243625rem;top:26.96875rem;left:6.375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vghGErThpBm0zxbHLA7LSDk48V7z3SRi { width:20rem;height:2.19993125rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkuDXUkITrc0M8gR5nkpq1bodBTwMqLk { width:3.8125rem;height:3.8125rem;top:43.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsn3Z2BA75PNv1BTCwoFHRn37ygtR7Wc { width:3.8125rem;height:3.8125rem;top:26.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2F6sdwvrOLcJsNhpwt3B5NDsPpS7Ub2 { width:3.8125rem;height:3.8125rem;top:31.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfIORyHxwTVDLNZqCAcazGmKFw8e8afF { width:3.8125rem;height:3.8125rem;top:37.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMlvRcBXlV0CC1pz5ESTcz2Bnnc6qSO { width:19.3125rem;height:18.21975rem;top:6.4375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxHXKQJFiONKZ0USJpEuo9x9BJ12A3a { width:2.3125rem;height:2.3125rem;top:26.96875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0kD30HQ35QVzuJslHspagfsyCS1rcr { width:2.375rem;height:2.375rem;top:32.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4emBv4rbOBDfqtRtW7IW7478CI1MEqJ { width:2.1875rem;height:2.1875rem;top:37.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG7ATqIe1XrQLWOxZUpEc08ZrmpKd70e { width:2.5rem;height:2.5rem;top:43.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbKARGBJKnXGAG8n6MobiFBnrTOGtMzc { width:11.625rem;height:2.9243625rem;top:31.95703125rem;left:6.28125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ENvlXKg8foQdqUDb5FdpXwsyv7QLd2ki { width:12.4375rem;height:2.9243625rem;top:37.3251953125rem;left:6.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pK1wfEFTvwXoBWhEFvFu0XIKHqHDaHdx { width:13.375rem;height:2.9243625rem;top:43.7626953125rem;left:6.15625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT { display:block; }#s06xHS4EmOldtn7ST3z1TIrAgqa7QbhT > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh { width:14.8125rem;height:19.1875rem;top:12.125rem;left:0.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a77c922-3194-47b7-87aa-0cde389f12c3/920bce9166864629a36e5a8805360766_phibrowstreatment.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.adaptive-delivery-prevent-bg, #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.lazyload, #RpiGqFMJtGLUOvK5oiK8Wr2vktxRVxmh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T6aFmZfG2K0vFdCgC2C2wXUGvMM4lUes { width:19rem;height:14.957rem;top:45.1875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfVPSTTVV9bIxtKflUTZxLUXxPsqypqF { width:13.375rem;height:6rem;top:3.3203125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJLome5KSbGXvEUfSSDzGO3rQxwqsdTS { width:11.0625rem;height:10.625rem;top:22.3125rem;left:2.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #cmhIfAme97zgZScy7PfKXJliSbO1Sssu { width:12.125rem;height:15.8125rem;top:27rem;left:7.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3719d397-bcb0-4d08-a63a-4684449bc872/delineado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15013;display:block; }#cmhIfAme97zgZScy7PfKXJliSbO1Sssu.adaptive-delivery-prevent-bg, #cmhIfAme97zgZScy7PfKXJliSbO1Sssu.lazyload, #cmhIfAme97zgZScy7PfKXJliSbO1Sssu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UopBEzh4i9D2z5hht1QqpTWGr7XU69FB { width:16.125rem;height:20.5625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fLwLkVsqW5J5aTSI1VQJs9lH2ckRJi { width:13.4375rem;height:17.9375rem;top:25.9375rem;left:6.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD { display:block; }#G1r9xFpRxnw0lyZphkqZvFZ5tX6oa0MD > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmRHe5fBvUssCaf1dzGIUI05SFdkCmOZ { width:20rem;height:2.19993125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg { display:block; }#np96SNbDHH4Nvrla1bsHQk60LNp6Wkcg > .row .container { width:20rem;height:240.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApUfwSEORPAhu8V4az7NHZXTtgXzJxx3 { width:18.0625rem;height:10.125rem;top:30.375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNr2yQcJGKkF1p84L9ToFdmyMZyuc22r { width:18.5rem;height:39.59565rem;top:125.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72 { width:18.125rem;height:10.5625rem;top:6.349609375rem;left:0.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49dd2719-3725-459c-b508-3add2d7da9d3/microblading.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.adaptive-delivery-prevent-bg, #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.lazyload, #ZLO9rgUnFN7SaJ3aOpEDgbZcgibr0n72.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5 { width:18.25rem;height:10.5625rem;top:70.4375rem;left:0.875rem;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61425cec-925f-4d9e-b298-8276fdbd9d26/laminadodecejas011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.adaptive-delivery-prevent-bg, #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.lazyload, #SGOwhIRTVWIcJV3mz1QZkouHHFUTcOs5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gP7fmwsJxxDlXlD5t6ketVi6eGv3OrvT { width:20rem;height:61.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9fNZaDoegPsXHmdTUtT9gA2mqnoU2L { width:20rem;height:114.875rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9DVpLwpRLVq4icb5APSBf8URoEdBWX { width:20rem;height:3.0371125rem;top:2rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzsl2Txq2zI8b1LgDZ01XNfpEwTlTBJs { width:20rem;height:3.0371125rem;top:66.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn { width:17.875rem;height:10.5625rem;top:18.1875rem;left:1.0625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/904dd5e4-9f91-40f1-87d5-070a17976c8c/punteadopestanas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.adaptive-delivery-prevent-bg, #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.lazyload, #Fvo6ge38G5pSH3q4BUAkJJEyD6Cb1iHn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SqNrF1tUxCO98NuivImoH8BsmKxUDobR { width:18.4375rem;height:10.8125rem;top:81.8125rem;left:0.8125rem;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/06df7e4e-9ab1-4069-960a-10d260cd004a/hennacejas.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SqNrF1tUxCO98NuivImoH8BsmKxUDobR.adaptive-delivery-prevent-bg, #SqNrF1tUxCO98NuivImoH8BsmKxUDobR.lazyload, #SqNrF1tUxCO98NuivImoH8BsmKxUDobR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TMFzLdFDdy7b0QQoihBP8KQ8ynzsixWd { width:18.25rem;height:8.4375rem;top:94.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEa4SqaVwab8lsLASPd1Bbn4BeBrl9s6 { width:18.625rem;height:6.75rem;top:110.625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsUmXt6cQFthZp6K7SziiOPJqrbSCDUc { width:13.25rem;height:2.75rem;top:103.6875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtXp5x5VkzVR8nxhLq8hiu2UU2DSTk3 { display:block; }
 }@media only screen and (max-width: 763px) { #om5VOZD2A4ex1FKKZenZ7BlfA36PJDwI { width:13.25rem;height:2.75rem;top:118rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO8GZXlgmgM3XA7Kgk2yzxZcLgzsGZCg { display:block; }
 }@media only screen and (max-width: 763px) { #F9feihH9nmscWZPtDboUEu13QsBqoTrO { width:20rem;height:6.75rem;top:204.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTUVR87QZ1fXEqTgTnDvUk3mTuLumA5 { width:13.25rem;height:2.75rem;top:212.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnp7FTCe785kx1nsyGmWKJFpv0caJTtO { display:block; }
 }@media only screen and (max-width: 763px) { #tTBL674p0S1J8E1yaNIzP0ayx0kHyZ6y { width:20rem;height:6.75rem;top:216.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTV06ATpv5QE9T5o6x4TUz8ZGs6kLoSI { width:13.25rem;height:2.75rem;top:224.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUzW8O1noSndnW17bwNsPczi2idW0iL { display:block; }
 }@media only screen and (max-width: 763px) { #VBHTgL5n2TANlnpE6bnacmP5IVTsPHBz { width:20rem;height:10.125rem;top:185.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhJMdxzmidg0hGPpkicEezmCQ4CWw9CS { width:13.25rem;height:2.75rem;top:163.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8C38oGXSsLLAsUNrNC0B9CU6rO5yaDs { display:block; }
 }@media only screen and (max-width: 763px) { #G1x06XfMVWCnHZq06FfF9ebEAbgyiXrB { width:20rem;height:11.25rem;top:228.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daf9ekAFzGE5woRR3m6o85rNp64wMgR6 { display:block; }#daf9ekAFzGE5woRR3m6o85rNp64wMgR6 > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHqyBpDkx2vcmcHE8WHqx7TgHFzm6Ekm { width:18rem;height:3.375rem;top:21.25rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp { width:18.0625rem;height:11.8125rem;top:8.125rem;left:1rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/048f3d10-b001-403c-ae37-2f4e61720af5/cuanto_dura_el_lifting_de_pestanas_51253_600.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.adaptive-delivery-prevent-bg, #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.lazyload, #TTVcsVUFGgCPlvtLdLGfvNBXafdqfoDp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XXaIkv36bEfwQSPZRNh2g8zURX2phCWn { width:20rem;height:33.6875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7dONBKR37DtmEeTVCaQvW0KO5EGppi { width:20rem;height:3.0371125rem;top:4.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #id3PWcsHoekr1xEbTdGtiZx1LSyW5mxB { width:20rem;height:6.75rem;top:41.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybILFgaS1c5aXUJy3T2WcG5nv1hl1cCQ { width:13.25rem;height:2.75rem;top:25.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ccHiB5qsmkwINyNq7R1GkkqCGW4rbI { display:block; }
 }@media only screen and (max-width: 763px) { #yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy { display:block; }#yzW0c0P5KJsOMO1EPbGrHi5QrTPynCHy > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwIT3eigLl6AeabEn57l3eevOqIp8lhZ { width:17.875rem;height:6.75rem;top:61.5625rem;left:1.375rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kBy1nrzOnhkTWy6Ckk1p5SO15NvQ9Aw0 { width:20rem;height:37.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwMPguCK007yAmPaxBCqqkntQQwIEUrJ { width:20rem;height:31rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsiaTMBI7Z66MioS9keMiBCB7bR4VMNA { width:20rem;height:3.7109375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rs1dOwX62DE1XeMgziHGQH8BORQmBr { width:18.125rem;height:15.1875rem;top:21.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQcf1dPncUZvx0RfTLtClnTlc81ms0Z { width:20rem;height:3.0371125rem;top:42.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM { width:18.25rem;height:13.0625rem;top:6.625rem;left:0.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e001ff8d-6f2a-4e26-9ae0-5058a162deae/maquillaje.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.adaptive-delivery-prevent-bg, #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.lazyload, #FUoiUGRX4qQVnnEyfInZw0pOTlu0B3CM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eagTn7uXW3ZU42MFXe6uMshwEWOs9mNV { width:18.3125rem;height:14.1875rem;top:45.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 { display:block; }#IDIbwy8ci7PFsTTHVay2wFo8Ub0I0FL5 > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrhbBuWUUrnBMymlvOv8KRpcCBCle5Q7 { width:20rem;height:39.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFKyJoMDysBO3ItIWkMs3WqWJonBV36 { width:17.125rem;height:9.597625rem;top:25.27734375rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rmNyUVldTMauepuOPXygOpO5sWSNZkXg { width:18.75rem;height:1.29980625rem;top:2.5625rem;left:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vc4MdMN0N96PHyI4Jk85fAU21B21ebrT { width:18.75rem;height:4.8125rem;top:3.8623046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuLPDz7xFzs8Sf64EJMTi7qvAQw6io0t { width:17.8125rem;height:11.8125rem;top:10rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iUx00yRUSIFQFPWrDrn8w7NXhUtXHsoP { width:5.125rem;height:0.9746125rem;top:37.037109375rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3TIkcvkstlloZ1RHD7RQnP9ZXCko7tc { width:4.625rem;height:0.9746125rem;top:37.125rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2N1kTF87lJC06NC7XRyFqbJTuA8k0b { width:4rem;height:0.9746125rem;top:37.125rem;left:14.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtUH74qPaTh5XvBKJhttlPXZTZ1VHLHz { width:20rem;height:2.3125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kobpzEEdHq0plNOl8QNGQEO68faOkveJ { display:flex;width:1.125rem;height:1.125rem;top:36.974609375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #BOJ8WD3c1g93227giJrMhc3Pnk9kOLNF { display:flex;width:1.25rem;height:1.25rem;top:37.01171875rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #WGu9SgbWV6zqWHdVQWggt1rB0XgrXUl4 { display:flex;width:1.0625rem;height:1.0625rem;top:37.07421875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #TsVCKJDvHDEN9rhLsGvcIo8nKEqXGIMx { width:5.9375rem;height:0.9746125rem;top:38.3544921875rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7dhXDVZKn1Q9EdeBI9aJcyMe304tBUr { width:5.25rem;height:1.94921875rem;top:38.3798828125rem;left:6.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSgiLUS3CJVWPSfstWoC0NLnblHiQfXm { width:6.0625rem;height:1.94921875rem;top:38.38671875rem;left:13.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3KWoaTCvvoDyonq3AdC40A3lqWncVqF { width:18.375rem;height:1.7871125rem;top:22.875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 { display:block; }#CtIDehHlUEL5c3OSrqHy0ZpvXGBQGuZ9 > .row .container { width:20rem;height:104.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHru2Ul6eof16tgqy689GPVZ8NTRetAZ { width:20rem;height:2.80006875rem;top:3.037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1o54hMXoF8IkdV6gvGnGQItPieeGZwM { width:20rem;height:10.7988375rem;top:6.6494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfkCAconZMursIveEVgqQNSrwInlTizP { width:20rem;height:3.19921875rem;top:63.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk  { width:17.5rem;height:auto;top:19.84375rem;left:0rem; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk {display:block;}#ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk { width:17.5rem;height:auto;top:18.46875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #NAPwOCCBReTsvuVbIJT25mPBdtp6CJxG {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zhWX7G4H6J5F7KVFGSEEOrGh758rRxTV {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #l30bcVHNX9DQno4P1FIgbc8nn23TZe8r {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #PSiDa1dW2nbpCc5r3hTesu0tkTQvWbrD {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #OacwDJ2WQFp9NsUTrZgUrTl4FwyKHzn6 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #CRf8Uv9G2aRE7CnZMZTVNvAGZr1Edhek {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #z1eQl9pK4aSLhaRToIfSRulsEf3CUfkc {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Osl4y4M797ec98E8V4Fxh6rsl6yHSsfH {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #Z6FEo7ddMiNILCbiEwsUQkuMNs4ahrf4 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #b7oOWt4cfrV5UFJNZhiOa28rTl8sB19H {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #UvoplBTdhluaeyeKVHQT6JT5h6BQ6xxr {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #RlcCoAchrHhDe0P1uxE9kFcuTWaUShFA {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #ksTeQ5iI8ZCn5JXprFc2JTu3TPnL7ikz {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #t6teDC2tuBuEE3bD0GOBgFQxo9XmZLAB {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #I9EztmMde6O5SlyvpOhgxCNdxNoQM1T6 {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #zLDeWG422tXkRUVLRdT5GSXKefB0W8Vs {  }
 }@media only screen and (max-width: 763px) { #ksCdVDr8C5VS5IkIt46zo1V78KwS3QKk #E1k8AZwSPkDcmk42l1pfmlab5pF6nOFT {  }
 }@media only screen and (max-width: 763px) { #Gs0V9gP8WTVkW1xNtXkLSOTobyWnB1rR { width:20rem;height:8.4375rem;top:26.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2o8E64aovhHafvLA1FOXeaMa7EaTUhH { width:20rem;height:1.6875rem;top:57.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d { display:flex;width:1.9375rem;height:1.9375rem;top:54.5rem;left:9rem; }
#XFV9fItTBzuQ5B44dGyDPgGpZpGz1c6d > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN { display:flex;width:1.9375rem;height:1.9375rem;top:48.5rem;left:9.0625rem; }
#Bze6nT2Pb2S7weCsNFiRv8JbmqIU9cfN > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #dfx9KVAKrTQcqWf9wK4o5a9pynbSUHHv { width:8.25rem;height:1.9122875rem;top:51rem;left:5.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ { display:flex;width:2rem;height:2rem;top:60.375rem;left:4.0625rem;font-size:1.5625rem; }
#MKR9RvCbAkMkEbnCxvOQ6x7DpdDLIeQZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy { display:flex;width:2.25rem;height:2.25rem;top:60.25rem;left:9.125rem; }
#WQXSO2vpmRBrqbwo7WQu8HxBREZK6ZMy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Vv10w8m7RJQnKgAg62iu1BQInE9A0lQ7 { width:1.875rem;height:1.875rem;top:60.5rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQXFhQiq65y0GP1hg4suwgTw9Mp6itDF { width:7.3125rem;height:1.13671875rem;top:69.75rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naIBv9Cw6dUL3uIg61frQRcKiGWEEAx6 { width:13.9375rem;height:1.13671875rem;top:71.75rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQVs6rUNtt0RsIIBubtr6OgweAsQe848 { width:8.125rem;height:1.13671875rem;top:74.3125rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IQoGFbEKU65FpApucdgxQKu2ngk4PgDH { width:8.125rem;height:1.13671875rem;top:84.5rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlWm0Usbx65TuX65zcmAwLQ1ySZQxgJI { width:10.6875rem;height:1.13671875rem;top:87.0625rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOzgClW7HE3xclRa9dNH1sR3o1nH2fn4 { width:5.8125rem;height:1.13671875rem;top:89.625rem;left:7.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h61k27XxXUPbJ9m02a0FJXbEbmrPflGp { width:15.0625rem;height:1.13671875rem;top:76.875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACDxR10xyXlZQd9by94W2wcpcqyyKdcD { width:13.9375rem;height:1.13671875rem;top:79.375rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVLh5NLfLxrF9f1DBDarUvCTsCczeO91 { width:15.4375rem;height:1.13671875rem;top:92.125rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOkTOU5IlzpNVkxqsVlOTvD5OMquNT6X { width:12.75rem;height:1.13671875rem;top:94.6875rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckKgrqpFeT7FdTURPvcLMVhgitWiu9sf { width:12.25rem;height:1.13671875rem;top:81.9375rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snbZlDrhBupCyzWTP91miTwemF5ayvWD { width:14.9375rem;height:1.13671875rem;top:96.875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1VzsKqEN5AzIUpEIpLCsbhbOSvxNq7M { width:14.375rem;height:0.9375rem;top:31rem;left:2.8125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #b0HT8fuwtM0oKyd0yIrpXBBKoy6QmIxF { width:13.0625rem;height:1.13671875rem;top:101.6484375rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mfv3rA8oe56qwN8iBDk66J0Nngwxqxp7 { width:7.4375rem;height:1.13671875rem;top:99.26171875rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo { display:block; }#HQgTWg3l29WtwyX9Hr6sSqWs7Ac3vdXo > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXMuHlMwAVMKR4Rx6EAMSI42PMOSZ4Nb { width:9.1875rem;height:1.0556625rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixp82mZQkm1rmKMgZru9USNtegzA4WzT { width:9.1875rem;height:1.0556625rem;top:1.25rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }